summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-04-10nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter1-4/+3
2024-04-10nfsd: allow reaping files still under writebackJeff Layton1-0/+1
2024-04-10NFSD: enhance inter-server copy cleanupDai Ngo1-1/+1
2024-04-10NFSD: add delegation reaper to react to low memory conditionDai Ngo1-0/+13
2024-04-10filelock: add a new locks_inode_context accessor functionJeff Layton1-0/+14
2024-04-10NFSD: Refactor common code out of dirlist helpersChuck Lever1-0/+2
2024-04-10SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever1-0/+1
2024-04-10NFSD: Fix strncpy() fortify warningChuck Lever1-1/+1
2024-04-10NLM: Defend against file_lock changes after vfs_test_lock()Benjamin Coddington1-0/+1
2024-04-10fanotify: introduce FAN_MARK_IGNOREAmir Goldstein1-1/+4
2024-04-10fanotify: cleanups for fanotify_mark() input validationsAmir Goldstein1-4/+5
2024-04-10fanotify: prepare for setting event flags in ignore maskAmir Goldstein1-6/+83
2024-04-10fanotify: refine the validation checks on non-dir inode maskAmir Goldstein1-0/+4
2024-04-10NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever1-0/+2
2024-04-10fs/lock: add 2 callbacks to lock_manager_operations to resolve conflictDai Ngo1-0/+3
2024-04-10fs/lock: add helper locks_owner_has_blockers to check for blockersDai Ngo1-0/+7
2024-04-10fsnotify: introduce mark type iteratorAmir Goldstein1-7/+24
2024-04-10fanotify: enable "evictable" inode marksAmir Goldstein1-0/+1
2024-04-10fsnotify: allow adding an inode mark without pinning inodeAmir Goldstein1-0/+2
2024-04-10fsnotify: create helpers for group mark_mutex lockAmir Goldstein1-0/+28
2024-04-10fsnotify: make allow_dups a property of the groupAmir Goldstein1-6/+7
2024-04-10fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein1-2/+6
2024-04-10inotify: move control flags from mask to mark flagsAmir Goldstein1-7/+9
2024-04-10fsnotify: optimize FS_MODIFY events with no ignored masksAmir Goldstein1-0/+4
2024-04-10fsnotify: fix merge with parent's ignored maskAmir Goldstein1-0/+15
2024-04-10NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever1-10/+4
2024-04-10NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-5/+0
2024-04-10SUNRPC: Remove svc_shutdown_net()Chuck Lever2-1/+1
2024-04-10SUNRPC: Rename svc_close_xprt()Chuck Lever1-1/+1
2024-04-10SUNRPC: Rename svc_create_xprt()Chuck Lever1-3/+4
2024-04-10SUNRPC: Remove svo_shutdown methodChuck Lever1-3/+0
2024-04-10SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever2-4/+0
2024-04-10NFSD: Deprecate NFS_OFFSET_MAXChuck Lever1-8/+0
2024-04-10fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein1-1/+2
2024-04-10nfs: block notification on fs with its own ->lockJ. Bruce Fields2-4/+7
2024-04-10lockd: use svc_set_num_threads() for thread start and stopNeilBrown1-3/+3
2024-04-10SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown1-25/+0
2024-04-10SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown1-4/+0
2024-04-10NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown1-0/+13
2024-04-10SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown1-10/+4
2024-04-10SUNRPC/NFSD: clean up get/put functions.NeilBrown1-3/+23
2024-04-10SUNRPC: change svc_get() to return the svc.NeilBrown1-1/+2
2024-04-10exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman1-3/+3
2024-04-10exit: Implement kthread_exitEric W. Biederman1-0/+1
2024-04-10fanotify: wire up FAN_RENAME eventAmir Goldstein1-1/+2
2024-04-10fsnotify: generate FS_RENAME event with rich informationAmir Goldstein3-7/+11
2024-04-10fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein1-1/+1
2024-04-10fsnotify: separate mark iterator type from object type enumAmir Goldstein1-13/+28
2024-04-10fsnotify: clarify object type argumentAmir Goldstein1-16/+12
2024-04-10SUNRPC: Change return value type of .pc_encodeChuck Lever3-9/+9