summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-06-12epoll: ep_autoremove_wake_function should use list_del_init_carefulBenjamin Segall1-1/+5
2023-06-12nilfs2: reject devices with insufficient block countRyusuke Konishi1-1/+42
2023-06-12ocfs2: fix use-after-free when unmounting read-only filesystemLuís Henriques1-2/+4
2023-06-12nilfs2: fix possible out-of-bounds segment allocation in resize ioctlRyusuke Konishi1-0/+9
2023-06-12mm/uffd: allow vma to merge as much as possiblePeter Xu1-2/+6
2023-06-12mm/uffd: fix vma operation where start addr cuts part of vmaPeter Xu1-0/+5
2023-06-12nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key()Ryusuke Konishi1-2/+10
2023-06-12Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-11/+30
2023-06-12NFSD: add encoding of op_recall flag for write delegationDai Ngo1-1/+1
2023-06-12lockd: drop inappropriate svc_get() from locked_get()NeilBrown1-1/+0
2023-06-12cifs: fix max_credits implementationShyam Prasad N2-4/+30
2023-06-12cifs: fix sockaddr comparison in iface_cmpShyam Prasad N4-37/+88
2023-06-12smb/client: print "Unknown" instead of bogus link speed valueEnzo Matsumiya1-1/+46
2023-06-12cifs: print all credit counters in DebugDataShyam Prasad N1-3/+8
2023-06-12cifs: fix status checks in cifs_tree_connectShyam Prasad N2-8/+10
2023-06-12smb: remove obsolete comment鑫华1-1/+1
2023-06-11nfsd: don't provide pre/post-op attrs if fh_getattr failsJeff Layton1-19/+7
2023-06-11NFSD: Remove nfsd_readv()Chuck Lever2-20/+0
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read() [step two]Chuck Lever2-6/+17
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read()Chuck Lever4-36/+68
2023-06-11NFSD: Update rq_next_page between COMPOUND operationsChuck Lever1-3/+6
2023-06-11NFSD: Use svcxdr_encode_opaque_pages() in nfsd4_encode_splice_read()Chuck Lever1-22/+21
2023-06-11Merge tag '6.4-rc5-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds6-56/+62
2023-06-09Merge tag 'ceph-for-6.4-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds2-1/+9
2023-06-09Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+5
2023-06-08Merge tag 'xfs-6.4-rc5-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds24-229/+427
2023-06-08ext4: only check dquot_initialize_needed() when debuggingTheodore Ts'o1-2/+4
2023-06-08Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-ena...Theodore Ts'o1-5/+1
2023-06-08fs: unexport buffer_check_dirty_writebackChristoph Hellwig1-1/+0
2023-06-08btrfs: scrub: also report errors hit during the initial readQu Wenruo1-6/+18
2023-06-08btrfs: scrub: respect the read-only flag during repairQu Wenruo1-1/+1
2023-06-08ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li2-1/+9
2023-06-07fs: avoid empty option when generating legacy mount stringThomas Weißschuh1-1/+2
2023-06-07afs: Fix setting of mtime when creating a file/dir/symlinkDavid Howells1-0/+3
2023-06-07fs: Restrict lock_two_nondirectories() to non-directory inodesJan Kara1-10/+10
2023-06-06btrfs: properly enable async discard when switching from RO->RWChris Mason1-0/+6
2023-06-06Merge tag 'gfs2-v6.4-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+14
2023-06-05btrfs: subpage: fix a crash in metadata repair pathQu Wenruo1-4/+5
2023-06-05NFSD: Ensure that xdr_write_pages updates rq_next_pageChuck Lever2-8/+14
2023-06-05NFSD: Replace encode_cinfo()Chuck Lever1-48/+24
2023-06-05NFSD: Add encoders for NFSv4 clientids and verifiersChuck Lever1-52/+55
2023-06-05NFSD: trace nfsctl operationsChuck Lever2-8/+284
2023-06-05NFSD: Clean up nfsctl_transaction_write()Chuck Lever1-6/+6
2023-06-05NFSD: Clean up nfsctl white-space damageChuck Lever1-19/+19
2023-06-05nfsd: use vfs setgid helperChristian Brauner1-1/+3
2023-06-05highmem: Rename put_and_unmap_page() to unmap_and_put_page()Fabio M. De Francesco2-15/+15
2023-06-05cachefiles: Allow the cache to be non-rootDavid Howells1-1/+2
2023-06-05xfs: collect errors from inodegc for unlinked inode recoveryDave Chinner8-37/+60
2023-06-05xfs: validate block number being freed before adding to xefiDave Chinner8-23/+62
2023-06-05xfs: validity check agbnos on the AGFLDave Chinner1-0/+3