summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2024-03-01nfsd: rename NFSD_NET_* to NFSD_STATS_*Josef Bacik
2024-03-01sunrpc: remove ->pg_stats from svc_programJosef Bacik
2024-03-01sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik
2024-03-01nfsd: stop setting ->pg_stats for unused statsJosef Bacik
2024-03-01NFSD: fix LISTXATTRS returning more bytes than maxcountJorge Mora
2024-03-01NFSD: fix LISTXATTRS returning a short list with eof=TRUEJorge Mora
2024-03-01NFSD: change LISTXATTRS cookie encoding to big-endianJorge Mora
2024-03-01NFSD: fix nfsd4_listxattr_validate_cookieJorge Mora
2024-03-01nfsd: use __fput_sync() to avoid delayed closing of files.NeilBrown
2024-03-01nfsd: Don't leave work of closing files to a work queueNeilBrown
2024-02-15ima: Move to LSM infrastructureRoberto Sassu
2024-02-15security: Introduce file_post_open hookRoberto Sassu
2024-02-07Merge tag 'nfsd-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-02-05nfsd: don't take fi_lock in nfsd_break_deleg_cb()NeilBrown
2024-02-05filelock: don't do security checks on nfsd setlease callsJeff Layton
2024-02-05filelock: split leases out of struct file_lockJeff Layton
2024-02-05nfsd: adapt to breakup of struct file_lockJeff Layton
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton
2024-02-05nfsd: convert to using new filelock helpersJeff Layton
2024-01-25Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-01-24nfsd: fix RELEASE_LOCKOWNERNeilBrown
2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-10Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2024-01-07nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()NeilBrown
2024-01-07SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown
2024-01-07svc: don't hold reference for poolstats, only mutex.NeilBrown
2024-01-07NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.hChenXiaoSong
2024-01-07nfsd: remove unnecessary NULL checkDan Carpenter
2024-01-07NFSD: Modify NFSv4 to use nfsd_read_splice_ok()Chuck Lever
2024-01-07NFSD: Replace RQ_SPLICE_OK in nfsd_read()Chuck Lever
2024-01-07NFSD: Document lack of f_pos_lock in nfsd_readdir()Chuck Lever
2024-01-07NFSD: Remove nfsd_drc_gc() tracepointChuck Lever
2024-01-07NFSD: Make the file_delayed_close workqueue UNBOUNDChuck Lever
2024-01-07NFSD: use read_seqbegin() rather than read_seqbegin_or_lock()Oleg Nesterov
2024-01-07nfsd: new Kconfig option for legacy client trackingJeff Layton
2024-01-05Merge tag 'nfsd-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-01-04nfsd: drop the nfsd_put helperJeff Layton
2023-12-20Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-12-20nfsd: kill stale comment about simple_fill_super() requirementsAl Viro
2023-12-18NFSD: Revert 738401a9bd1ac34ccd5723d69640a4adbb1a4bc0Chuck Lever
2023-12-18NFSD: Revert 6c41d9a9bd0298002805758216a9c44e38a8500dChuck Lever
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe
2023-12-15nfsd: hold nfsd_mutex across entire netlink operationNeilBrown
2023-12-15nfsd: call nfsd_last_thread() before final nfsd_put()NeilBrown
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro