summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-03-18nfsd: don't replace page in rq_pages if it's a continuation of last pageJeff Layton1-1/+8
2023-03-10NFS & NFSD: Update GSS dependenciesChuck Lever2-2/+2
2023-03-07NFSD: Protect against filesystem freezingChuck Lever1-0/+2
2023-02-20NFSD: Clean up nfsd_symlink()Chuck Lever1-8/+3
2023-02-20NFSD: copy the whole verifier in nfsd_copy_write_verifierChuck Lever1-1/+1
2023-02-20nfsd: don't fsync nfsd_files on last closeJeff Layton2-63/+12
2023-02-20nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_openJeff Layton1-10/+11
2023-02-20NFSD: fix problems with cleanup on errors in nfsd4_copyDai Ngo2-6/+11
2023-02-20nfsd: fix race to check ls_layoutsBenjamin Coddington1-2/+2
2023-02-20nfsd: don't hand out delegation on setuid files being opened for writeJeff Layton1-0/+27
2023-02-20nfsd: remove fs/nfsd/fault_inject.cJeff Layton1-142/+0
2023-02-20NFSD: fix leaked reference count of nfsd4_ssc_umount_itemDai Ngo1-4/+8
2023-02-20nfsd: clean up potential nfsd_file refcount leaks in COPY codepathJeff Layton1-13/+10
2023-02-20nfsd: zero out pointers after putting nfsd_files on COPY setup errorJeff Layton1-0/+2
2023-02-20nfsd: eliminate __nfs4_get_fdJeff Layton1-13/+7
2023-02-20nfsd: add some kerneldoc comments for stateid preprocessing functionsJeff Layton1-4/+25
2023-02-20nfsd: eliminate find_deleg_file_lockedJeff Layton1-10/+1
2023-02-20nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUSJeff Layton2-13/+24
2023-02-20NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlinkChuck Lever1-16/+58
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever7-19/+30
2023-02-20nfsd: move reply cache initialization into nfsd startupJeff Layton2-9/+9
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever5-8/+8
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever4-10/+1
2023-02-20nfsd: fix potential race in nfs4_find_fileJeff Layton1-6/+9
2023-02-20nfsd: allow nfsd_file_get to sanely handle a NULL pointerJeff Layton2-6/+3
2023-02-20NFSD: enhance inter-server copy cleanupDai Ngo2-68/+45
2023-02-20SUNRPC: Push svcxdr_init_decode() into svc_process_common()Chuck Lever3-3/+0
2023-02-20NFS: nfs_encode_fh: Remove S_AUTOMOUNT checkRichard Weinberger1-1/+1
2023-02-20fs: namei: Allow follow_down() to uncover auto mountsRichard Weinberger2-4/+8
2023-02-20NFSD: Teach nfsd_mountpoint() auto mountsRichard Weinberger1-1/+1
2023-02-18Merge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of git://git.kernel.org/pub...Linus Torvalds3-1/+23
2023-02-18nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi3-1/+23
2023-02-17Revert "NFSv4.2: Change the default KConfig value for READ_PLUS"Anna Schumaker1-4/+4
2023-02-15Merge tag 'nfsd-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-1/+1
2023-02-14Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...Linus Torvalds3-3/+8
2023-02-12Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-9/+34
2023-02-11nfsd: don't destroy global nfs4_file table in per-net shutdownJeff Layton1-1/+1
2023-02-10Merge tag 'ceph-for-6.2-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds1-0/+6
2023-02-09Merge tag '6.2-rc8-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+2
2023-02-09btrfs: free device in btrfs_close_devices for a single device filesystemAnand Jain1-1/+15
2023-02-09btrfs: lock the inode in shared mode before starting fiemapFilipe Manana1-0/+2
2023-02-07ceph: flush cap releases when the session is flushedXiubo Li1-0/+6
2023-02-07cifs: Fix use-after-free in rdata->read_into_pages()ZhaoLong Wang1-2/+2
2023-02-07btrfs: simplify update of last_dir_index_offset when logging a directoryFilipe Manana2-8/+17
2023-02-07Merge tag 'for-6.2-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-8/+20
2023-02-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-24/+24
2023-02-04revert "squashfs: harden sanity check in squashfs_read_xattr_id_table"Andrew Morton1-1/+1
2023-02-04fsdax: dax_unshare_iter() should return a valid lengthShiyang Ruan1-2/+3
2023-02-04aio: fix mremap after fork null-derefSeth Jenkins1-0/+4
2023-02-03Merge tag 'ceph-for-6.2-rc7' of https://github.com/ceph/ceph-clientLinus Torvalds6-10/+103