summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'nfsd-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-6/+14
12 daysnfsd: Drop the client reference in client_states_open()Haoxiang Li1-1/+3
12 daysnfsd: use ATTR_DELEG in nfsd4_finalize_deleg_timestamps()Jeff Layton1-1/+1
12 daysnfsd: fix nfsd_file reference leak in nfsd4_add_rdaccess_to_wrdeleg()Chuck Lever1-4/+10
13 daysMerge tag 'nfsd-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds5-4/+19
2025-12-18NFSD: NFSv4 file creation neglects setting ACLChuck Lever1-1/+2
2025-12-18NFSD: Clear TIME_DELEG in the suppattr_exclcreat bitmapChuck Lever1-1/+7
2025-12-18NFSD: Clear SECLABEL in the suppattr_exclcreat bitmapChuck Lever1-0/+5
2025-12-18nfsd: fix memory leak in nfsd_create_serv error pathsShardul Bankar1-1/+4
2025-12-08nfsd: Mark variable __maybe_unused to avoid W=1 build breakAndy Shevchenko1-1/+1
2025-12-06Merge tag 'nfsd-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds14-317/+569
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+9
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-0/+2
2025-12-02Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds5-146/+87
2025-12-02Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds9-29/+186
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-12-01NFSD: Implement NFSD_IO_DIRECT for NFS WRITEMike Snitzer3-4/+144
2025-12-01NFSD: Make FILE_SYNC WRITEs comply with specChuck Lever1-2/+12
2025-11-28nfsd: fix end_creating() conversionNeil Brown2-4/+5
2025-11-26tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen2-0/+2
2025-11-25NFSD: Add trace point for SCSI fencing operation.Dai Ngo2-1/+42
2025-11-25NFSD: use correct reservation type in nfsd4_scsi_fence_clientDai Ngo1-1/+2
2025-11-25NFSD: don't start nfsd if sv_permsocks is emptyOlga Kornievskaia1-23/+5
2025-11-18convert nfsctlAl Viro1-9/+9
2025-11-17nfsd: Use MD5 library instead of crypto_shashEric Biggers2-69/+11
2025-11-17nfsd: stop pretending that we cache the SEQUENCE reply.NeilBrown2-61/+18
2025-11-17NFSD: Implement NFSD_IO_DIRECT for NFS READChuck Lever4-0/+87
2025-11-17NFSD: Relocate the xdr_reserve_space_vec() call siteChuck Lever1-4/+16
2025-11-17NFSD: pass nfsd_file to nfsd_iter_read()Mike Snitzer3-8/+9
2025-11-17NFSD/blocklayout: Support multiple extents per LAYOUTGETSergey Bashirov1-13/+34
2025-11-17NFSD/blocklayout: Introduce layout content structureSergey Bashirov3-13/+63
2025-11-17NFSD/blocklayout: Extract extent mapping from proc_layoutgetSergey Bashirov1-49/+66
2025-11-17NFSD/blocklayout: Fix minlength check in proc_layoutgetSergey Bashirov1-1/+3
2025-11-17NFSD: Update comment documenting unsupported fattr4 attributesChuck Lever1-2/+1
2025-11-17nfsd: delete unreachable confusing code in nfs4_open_delegation()Matvey Kovalev1-5/+0
2025-11-17NFSD: Add array bounds-checking in nfsd_iter_read()Chuck Lever1-5/+7
2025-11-17nfsd: switch the default for NFSD_LEGACY_CLIENT_TRACKING to "n"Jeff Layton1-1/+1
2025-11-17nfsd: change nfs4_client_to_reclaim() to allocate dataNeilBrown2-47/+42
2025-11-17nfsd: move name lookup out of nfsd4_list_rec_dir()NeilBrown1-28/+26
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown5-8/+8
2025-11-14VFS/nfsd/ovl: introduce start_renaming() and end_renaming()NeilBrown1-48/+25
2025-11-14VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()NeilBrown2-29/+15
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown5-65/+42
2025-11-13Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds5-26/+57
2025-11-12nfsd: wire up GET_DIR_DELEGATION handlingJeff Layton3-1/+126
2025-11-12nfsd: allow DELEGRETURN on directoriesJeff Layton1-1/+2
2025-11-12nfsd: allow filecache to hold S_IFDIR filesJeff Layton4-17/+49
2025-11-12vfs: make vfs_symlink break delegations on parent dirJeff Layton1-1/+1
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton1-1/+1
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton2-2/+2