summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-02-23Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds39-2306/+2721
2023-02-23Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds15-420/+612
2023-02-23Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds21-431/+308
2023-02-23Merge tag '6.3-rc-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds10-152/+99
2023-02-23Merge tag 'zonefs-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds6-1243/+1656
2023-02-23Merge tag 'gfs2-v6.2-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-127/+204
2023-02-23Merge tag 'xfs-6.3-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds18-410/+375
2023-02-23Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-45/+88
2023-02-22gfs2: Convert gfs2_page_add_databufs to foliosAndreas Gruenbacher3-8/+8
2023-02-22gfs2: jdata writepage fixAndreas Gruenbacher1-2/+1
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+10
2023-02-22Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-27/+3
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+7
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-28/+0
2023-02-21update internal module version number for cifs.koSteve French1-1/+1
2023-02-21cifs: update ip_addr for ses only for primary chan setupShyam Prasad N1-7/+11
2023-02-21cifs: use tcon allocation functions even for dummy tconShyam Prasad N1-2/+2
2023-02-21cifs: use the least loaded channel for sending requestsShyam Prasad N1-4/+29
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+9
2023-02-21cifs: DIO to/from KVEC-type iterators should now workDavid Howells1-20/+0
2023-02-21cifs: Remove unused codeDavid Howells1-606/+0
2023-02-21cifs: Build the RDMA SGE list directly from an iteratorDavid Howells2-93/+63
2023-02-21cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells14-1091/+1133
2023-02-21cifs: Add a function to read into an iter from a socketDavid Howells2-0/+17
2023-02-21cifs: Add some helper functionsDavid Howells2-0/+96
2023-02-21cifs: Add a function to Hash the contents of an iteratorDavid Howells1-0/+144
2023-02-21cifs: Add a function to build an RDMA SGE list from an iteratorDavid Howells1-0/+214
2023-02-21netfs: Add a function to extract an iterator into a scatterlistDavid Howells1-0/+268
2023-02-21netfs: Add a function to extract a UBUF or IOVEC into a BVEC iteratorDavid Howells2-0/+104
2023-02-21cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPEDavid Howells3-6/+25
2023-02-21splice: Export filemap/direct_splice_read()David Howells1-0/+1
2023-02-21splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPEDavid Howells1-0/+92
2023-02-21smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook8-45/+47
2023-02-21cifs: get rid of dns resolve workerPaulo Alcantara3-53/+6
2023-02-21Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds10-64/+38
2023-02-21Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds17-28/+43
2023-02-21Merge tag 'dlm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds6-97/+136
2023-02-20Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds57-2872/+2346
2023-02-20Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds20-1553/+1362
2023-02-20Merge tag 'fsnotify_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-25/+77
2023-02-20Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds18-428/+569
2023-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds7-42/+34
2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-748/+653
2023-02-20Merge tag 'fs.acl.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/...Linus Torvalds1-1/+1
2023-02-20Merge tag 'fs.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idma...Linus Torvalds2-6/+20
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds293-2000/+2154
2023-02-20Merge tag 'iversion-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds9-48/+126
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds41-26/+64
2023-02-20cifs: Fix warning and UAF when destroy the MR listZhang Xiaoxu1-1/+2
2023-02-20cifs: Fix lost destroy smbd connection when MR allocate failedZhang Xiaoxu1-0/+1