Age | Commit message (Expand) | Author | Files | Lines |
2023-02-25 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -6/+6 |
2023-02-25 | Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+14 |
2023-02-25 | Merge branch 'work.sysv' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -88/+111 |
2023-02-25 | Merge branch 'work.minix' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 4 | -92/+91 |
2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -10/+7 |
2023-02-24 | cifs: Fix cifs_writepages_region() | David Howells | 1 | -1/+2 |
2023-02-24 | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 20 | -51/+78 |
2023-02-24 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 50 | -706/+726 |
2023-02-24 | Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+6 |
2023-02-24 | Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2 | -1/+7 |
2023-02-23 | Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 39 | -2306/+2721 |
2023-02-23 | Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 15 | -420/+612 |
2023-02-23 | Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 21 | -431/+308 |
2023-02-23 | Merge tag '6.3-rc-ksmbd-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 10 | -152/+99 |
2023-02-23 | Merge tag 'zonefs-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 6 | -1243/+1656 |
2023-02-23 | Merge tag 'gfs2-v6.2-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 13 | -127/+204 |
2023-02-23 | Merge tag 'xfs-6.3-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 18 | -410/+375 |
2023-02-23 | Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 3 | -45/+88 |
2023-02-22 | gfs2: Convert gfs2_page_add_databufs to folios | Andreas Gruenbacher | 3 | -8/+8 |
2023-02-22 | gfs2: jdata writepage fix | Andreas Gruenbacher | 1 | -2/+1 |
2023-02-22 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2 | -0/+10 |
2023-02-22 | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -27/+3 |
2023-02-22 | sysctl: fix proc_dobool() usability | Ondrej Mosnacek | 2 | -1/+7 |
2023-02-21 | Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -2/+7 |
2023-02-21 | Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -28/+0 |
2023-02-21 | update internal module version number for cifs.ko | Steve French | 1 | -1/+1 |
2023-02-21 | cifs: update ip_addr for ses only for primary chan setup | Shyam Prasad N | 1 | -7/+11 |
2023-02-21 | cifs: use tcon allocation functions even for dummy tcon | Shyam Prasad N | 1 | -2/+2 |
2023-02-21 | cifs: use the least loaded channel for sending requests | Shyam Prasad N | 1 | -4/+29 |
2023-02-21 | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -0/+9 |
2023-02-21 | cifs: DIO to/from KVEC-type iterators should now work | David Howells | 1 | -20/+0 |
2023-02-21 | cifs: Remove unused code | David Howells | 1 | -606/+0 |
2023-02-21 | cifs: Build the RDMA SGE list directly from an iterator | David Howells | 2 | -93/+63 |
2023-02-21 | cifs: Change the I/O paths to use an iterator rather than a page list | David Howells | 14 | -1091/+1133 |
2023-02-21 | cifs: Add a function to read into an iter from a socket | David Howells | 2 | -0/+17 |
2023-02-21 | cifs: Add some helper functions | David Howells | 2 | -0/+96 |
2023-02-21 | cifs: Add a function to Hash the contents of an iterator | David Howells | 1 | -0/+144 |
2023-02-21 | cifs: Add a function to build an RDMA SGE list from an iterator | David Howells | 1 | -0/+214 |
2023-02-21 | netfs: Add a function to extract an iterator into a scatterlist | David Howells | 1 | -0/+268 |
2023-02-21 | netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator | David Howells | 2 | -0/+104 |
2023-02-21 | cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE | David Howells | 3 | -6/+25 |
2023-02-21 | splice: Export filemap/direct_splice_read() | David Howells | 1 | -0/+1 |
2023-02-21 | splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPE | David Howells | 1 | -0/+92 |
2023-02-21 | smb3: Replace smb2pdu 1-element arrays with flex-arrays | Kees Cook | 8 | -45/+47 |
2023-02-21 | cifs: get rid of dns resolve worker | Paulo Alcantara | 3 | -53/+6 |
2023-02-21 | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 10 | -64/+38 |
2023-02-21 | Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 17 | -28/+43 |
2023-02-21 | Merge tag 'dlm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland... | Linus Torvalds | 6 | -97/+136 |
2023-02-20 | Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 57 | -2872/+2346 |
2023-02-20 | Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 20 | -1553/+1362 |