aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-09-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-14/+150
2024-09-25ksmbd: Correct typos in multiple comments across various filesShen Lichuan7-10/+10
2024-09-25ksmbd: fix open failure from block and char device fileNamjae Jeon1-6/+8
2024-09-25ksmbd: remove unsafe_memcpy use in session setupNamjae Jeon1-9/+3
2024-09-25virtio_fs: add sysfs entries for queue informationMax Gurtovoy1-8/+139
2024-09-25virtio_fs: introduce virtio_fs_put_locked helperMax Gurtovoy1-6/+11
2024-09-24netfs, cifs: Fix mtime/ctime update for mmapped writesDavid Howells1-0/+1
2024-09-24cifs: update internal version numberSteve French1-2/+2
2024-09-24smb: client: print failed session logoffs with FYIPaulo Alcantara1-2/+1
2024-09-24cifs: Fix reversion of the iter in cifs_readv_receive().David Howells3-11/+7
2024-09-24smb3: fix incorrect mode displayed for read-only filesSteve French1-8/+11
2024-09-24smb: client: fix parsing of device numbersPaulo Alcantara2-11/+4
2024-09-24smb: client: set correct device number on nfs reparse pointsPaulo Alcantara1-2/+2
2024-09-24smb: client: propagate error from cifs_construct_tcon()Paulo Alcantara1-6/+10
2024-09-24smb: client: fix DFS failover in multiuser mountsPaulo Alcantara1-1/+2
2024-09-24cifs: Make the write_{enter,done,err} tracepoints display netfs infoDavid Howells2-10/+18
2024-09-24smb: client: fix DFS interlink failoverPaulo Alcantara9-86/+94
2024-09-24smb: client: improve purging of cached referralsPaulo Alcantara1-17/+15
2024-09-24smb: client: avoid unnecessary reconnects when refreshing referralsPaulo Alcantara1-70/+117
2024-09-24Merge tag 'nfs-for-6.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds42-400/+1938
2024-09-24Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-296/+529
2024-09-24Merge tag 'exfat-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-127/+174
2024-09-24Merge tag 'f2fs-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds20-460/+738
2024-09-24ceph: remove the incorrect Fw reference check when dirtying pagesXiubo Li1-1/+0
2024-09-24ceph: Remove empty definition in header fileZhang Zekun1-4/+0
2024-09-24ceph: Fix typo in the commentYan Zhen4-4/+4
2024-09-24ceph: fix a memory leak on cap_auths in MDS clientLuis Henriques (SUSE)1-0/+12
2024-09-24ceph: flush all caps releases when syncing the whole filesystemXiubo Li4-0/+25
2024-09-24ceph: rename ceph_flush_cap_releases() to ceph_flush_session_cap_releases()Xiubo Li3-8/+8
2024-09-24Merge tag 'sysctl-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+8
2024-09-24fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is setyangyun1-1/+1
2024-09-24fuse: clear FR_PENDING if abort is detected when sending requestMiklos Szeredi1-0/+1
2024-09-23bcachefs: Fix infinite loop in propagate_key_to_snapshot_leaves()Kent Overstreet1-0/+1
2024-09-23bcachefs: Ensure BCH_FS_accounting_replay_done is always setKent Overstreet1-0/+3
2024-09-23nfs: implement client support for NFS_LOCALIO_PROGRAMMike Snitzer2-6/+132
2024-09-23nfs/localio: use dedicated workqueues for filesystem read and writeTrond Myklebust3-38/+91
2024-09-23pnfs/flexfiles: enable localio supportTrond Myklebust2-4/+52
2024-09-23nfs: enable localio for non-pNFS IOTrond Myklebust2-2/+12
2024-09-23nfs: add LOCALIO supportWeston Andros Adamson8-0/+758
2024-09-23nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commitMike Snitzer6-13/+19
2024-09-23nfsd: implement server support for NFS_LOCALIO_PROGRAMMike Snitzer3-1/+103
2024-09-23nfsd: add LOCALIO supportWeston Andros Adamson7-3/+126
2024-09-23nfs_common: prepare for the NFS client to use nfsd_file for LOCALIOMike Snitzer4-1/+55
2024-09-23nfs_common: add NFS LOCALIO auxiliary protocol enablementMike Snitzer3-0/+142
2024-09-23SUNRPC: replace program list with program arrayNeilBrown3-21/+21
2024-09-23nfsd: add nfsd_serv_try_get and nfsd_serv_putMike Snitzer2-1/+50
2024-09-23nfsd: add nfsd_file_acquire_local()NeilBrown4-7/+92
2024-09-23nfsd: factor out __fh_verify to allow NULL rqstp to be passedNeilBrown1-31/+60
2024-09-23NFSD: Short-circuit fh_verify tracepoints for LOCALIOChuck Lever1-8/+10
2024-09-23NFSD: Avoid using rqstp->rq_vers in nfsd_set_fh_dentry()Chuck Lever1-4/+4