Age | Commit message (Expand) | Author | Files | Lines |
2023-03-10 | Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 1 | -0/+2 |
2023-03-07 | NFSD: Protect against filesystem freezing | Chuck Lever | 1 | -0/+2 |
2023-02-23 | Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 17 | -411/+286 |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -30/+31 |
2023-02-20 | Merge tag 'iversion-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 4 | -30/+52 |
2023-02-20 | Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt... | Linus Torvalds | 2 | -2/+3 |
2023-02-20 | NFSD: Clean up nfsd_symlink() | Chuck Lever | 1 | -8/+3 |
2023-02-20 | NFSD: copy the whole verifier in nfsd_copy_write_verifier | Chuck Lever | 1 | -1/+1 |
2023-02-20 | nfsd: don't fsync nfsd_files on last close | Jeff Layton | 2 | -63/+12 |
2023-02-20 | nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_open | Jeff Layton | 1 | -10/+11 |
2023-02-20 | NFSD: fix problems with cleanup on errors in nfsd4_copy | Dai Ngo | 2 | -6/+11 |
2023-02-20 | nfsd: fix race to check ls_layouts | Benjamin Coddington | 1 | -2/+2 |
2023-02-20 | nfsd: don't hand out delegation on setuid files being opened for write | Jeff Layton | 1 | -0/+27 |
2023-02-20 | nfsd: remove fs/nfsd/fault_inject.c | Jeff Layton | 1 | -142/+0 |
2023-02-20 | NFSD: fix leaked reference count of nfsd4_ssc_umount_item | Dai Ngo | 1 | -4/+8 |
2023-02-20 | nfsd: clean up potential nfsd_file refcount leaks in COPY codepath | Jeff Layton | 1 | -13/+10 |
2023-02-20 | nfsd: zero out pointers after putting nfsd_files on COPY setup error | Jeff Layton | 1 | -0/+2 |
2023-02-20 | nfsd: eliminate __nfs4_get_fd | Jeff Layton | 1 | -13/+7 |
2023-02-20 | nfsd: add some kerneldoc comments for stateid preprocessing functions | Jeff Layton | 1 | -4/+25 |
2023-02-20 | nfsd: eliminate find_deleg_file_locked | Jeff Layton | 1 | -10/+1 |
2023-02-20 | nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUS | Jeff Layton | 2 | -13/+24 |
2023-02-20 | NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlink | Chuck Lever | 1 | -16/+58 |
2023-02-20 | SUNRPC: Use per-CPU counters to tally server RPC counts | Chuck Lever | 5 | -12/+16 |
2023-02-20 | nfsd: move reply cache initialization into nfsd startup | Jeff Layton | 2 | -9/+9 |
2023-02-20 | SUNRPC: Refactor RPC server dispatch method | Chuck Lever | 3 | -4/+4 |
2023-02-20 | SUNRPC: Push svcxdr_init_encode() into svc_process_common() | Chuck Lever | 2 | -7/+1 |
2023-02-20 | nfsd: fix potential race in nfs4_find_file | Jeff Layton | 1 | -6/+9 |
2023-02-20 | nfsd: allow nfsd_file_get to sanely handle a NULL pointer | Jeff Layton | 2 | -6/+3 |
2023-02-20 | NFSD: enhance inter-server copy cleanup | Dai Ngo | 2 | -68/+45 |
2023-02-20 | SUNRPC: Push svcxdr_init_decode() into svc_process_common() | Chuck Lever | 1 | -1/+0 |
2023-02-20 | fs: namei: Allow follow_down() to uncover auto mounts | Richard Weinberger | 1 | -1/+5 |
2023-02-20 | NFSD: Teach nfsd_mountpoint() auto mounts | Richard Weinberger | 1 | -1/+1 |
2023-02-15 | Merge tag 'nfsd-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 1 | -1/+1 |
2023-02-11 | nfsd: don't destroy global nfs4_file table in per-net shutdown | Jeff Layton | 1 | -1/+1 |
2023-01-26 | nfsd: remove fetch_iversion export operation | Jeff Layton | 1 | -3/+0 |
2023-01-26 | nfsd: use the getattr operation to fetch i_version | Jeff Layton | 3 | -20/+45 |
2023-01-26 | nfsd: move nfsd4_change_attribute to nfsfh.c | Jeff Layton | 2 | -28/+28 |
2023-01-24 | Merge tag 'nfsd-6.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 1 | -25/+36 |
2023-01-23 | nfsd: don't free files unconditionally in __nfsd_file_cache_purge | Jeff Layton | 1 | -25/+36 |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 2 | -8/+8 |
2023-01-19 | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner | 3 | -6/+6 |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-18 | fs: port vfs_*() helpers to struct mnt_idmap | Christian Brauner | 3 | -15/+16 |
2023-01-17 | Merge tag 'nfsd-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 5 | -26/+20 |
2023-01-12 | NFSD: replace delayed_work with work_struct for nfsd_client_shrinker | Dai Ngo | 2 | -5/+5 |
2023-01-12 | NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown time | Dai Ngo | 3 | -21/+14 |
2023-01-12 | NFSD: fix use-after-free in nfsd4_ssc_setup_dul() | Xingyuan Mo | 1 | -0/+1 |
2023-01-11 | fs: remove locks_inode | Jeff Layton | 1 | -2/+2 |
2023-01-11 | filelock: move file locking definitions to separate header file | Jeff Layton | 1 | -0/+1 |
2023-01-11 | Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 7 | -78/+48 |