summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
...
| * | NFSD: Add callback operation lifetime trace pointsChuck Lever2024-03-012-0/+50
| * | NFSD: Rename nfsd_cb_state trace pointChuck Lever2024-03-012-2/+5
| * | NFSD: Replace dprintks in nfsd4_cb_sequence_done()Chuck Lever2024-03-012-5/+86
| * | NFSD: Add nfsd_seq4_status trace eventChuck Lever2024-03-012-0/+36
| * | NFSD: Retransmit callbacks after client reconnectsChuck Lever2024-03-011-2/+11
| * | NFSD: Reschedule CB operations when backchannel rpc_clnt is shut downChuck Lever2024-03-011-9/+23
| * | NFSD: Convert the callback workqueue to use delayed_workChuck Lever2024-03-012-4/+4
| * | NFSD: Reset cb_seq_status after NFS4ERR_DELAYChuck Lever2024-03-011-0/+1
| * | nfsd: make svc_stat per-network namespace instead of globalJosef Bacik2024-03-015-9/+11
| * | nfsd: remove nfsd_stats, make th_cnt a global counterJosef Bacik2024-03-014-10/+5
| * | nfsd: make all of the nfsd stats per-network namespaceJosef Bacik2024-03-0110-96/+69
| * | nfsd: expose /proc/net/sunrpc/nfsd in net namespacesJosef Bacik2024-03-013-20/+15
| * | nfsd: rename NFSD_NET_* to NFSD_STATS_*Josef Bacik2024-03-013-7/+7
| * | sunrpc: remove ->pg_stats from svc_programJosef Bacik2024-03-011-1/+0
| * | sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik2024-03-011-1/+2
| * | nfsd: stop setting ->pg_stats for unused statsJosef Bacik2024-03-011-5/+0
| * | NFSD: fix LISTXATTRS returning more bytes than maxcountJorge Mora2024-03-011-2/+3
| * | NFSD: fix LISTXATTRS returning a short list with eof=TRUEJorge Mora2024-03-011-1/+2
| * | NFSD: change LISTXATTRS cookie encoding to big-endianJorge Mora2024-03-011-1/+3
| * | NFSD: fix nfsd4_listxattr_validate_cookieJorge Mora2024-03-011-6/+1
| * | nfsd: use __fput_sync() to avoid delayed closing of files.NeilBrown2024-03-013-7/+40
| * | nfsd: Don't leave work of closing files to a work queueNeilBrown2024-03-013-36/+34
* | | Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-114-82/+83
|\ \ \ | |/ / |/| |
| * | filelock: don't do security checks on nfsd setlease callsJeff Layton2024-02-052-7/+6
| * | filelock: split leases out of struct file_lockJeff Layton2024-02-052-22/+22
| * | nfsd: adapt to breakup of struct file_lockJeff Layton2024-02-055-45/+46
| * | filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-0/+1
| * | nfsd: convert to using new filelock helpersJeff Layton2024-02-051-16/+16
* | | Merge tag 'nfsd-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-02-071-6/+5
|\ \ \ | |_|/ |/| |
| * | nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown2024-02-051-6/+5
* | | Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-01-251-11/+15
|\| | | |/ |/|
| * nfsd: fix RELEASE_LOCKOWNERNeilBrown2024-01-241-11/+15
* | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-01-111-4/+0
|\ \
| * | nfsd: kill stale comment about simple_fill_super() requirementsAl Viro2023-12-201-4/+0
* | | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-56/+14
|\ \ \
| * | | switch nfsd_client_rmdir() to use of simple_recursive_removal()Al Viro2023-11-181-56/+14
| |/ /
* | | Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2024-01-111-0/+4
|\ \ \
| * | | rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro2023-11-251-0/+4
| |/ /
* | | Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-01-1016-173/+172
|\ \ \ | | |/ | |/|
| * | nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()NeilBrown2024-01-073-7/+12
| * | SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown2024-01-073-40/+6
| * | svc: don't hold reference for poolstats, only mutex.NeilBrown2024-01-073-24/+6
| * | NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.hChenXiaoSong2024-01-071-25/+1
| * | nfsd: remove unnecessary NULL checkDan Carpenter2024-01-071-1/+1
| * | NFSD: Modify NFSv4 to use nfsd_read_splice_ok()Chuck Lever2024-01-073-7/+14
| * | NFSD: Replace RQ_SPLICE_OK in nfsd_read()Chuck Lever2024-01-072-1/+26
| * | NFSD: Document lack of f_pos_lock in nfsd_readdir()Chuck Lever2024-01-071-3/+17
| * | NFSD: Remove nfsd_drc_gc() tracepointChuck Lever2024-01-072-27/+1
| * | NFSD: Make the file_delayed_close workqueue UNBOUNDChuck Lever2024-01-071-1/+1
| * | NFSD: use read_seqbegin() rather than read_seqbegin_or_lock()Oleg Nesterov2024-01-071-4/+3