Jeff Layton ([email protected])

Number of posts: 3826 (1.51 per day)
First post: 2017-07-06 14:54:25
Last post: 2024-06-14 17:52:11

Date List Subject
2024-02-05 13:12:14 linux-ext4 Re: [PATCHES] RCU pathwalk race fixes
2024-02-05 12:39:02 linux-nfs Re: [PATCH 01/13] fs/super.c: don't drop ->s_user_ns until we free struct super_block itself
2024-02-05 12:26:37 linux-nfs [PATCH] filelock: don't do security checks on nfsd setlease calls
2024-02-05 12:26:37 linux-kernel Re: [PATCH] filelock: add stubs for new functions when CONFIG_FILE_LOCKING=n
2024-02-05 12:11:10 linux-nfs Re: [PATCH v3 04/47] filelock: add some new helper functions
2024-02-05 11:55:57 linux-nfs Re: [PATCH v3 04/47] filelock: add some new helper functions
2024-02-05 11:16:44 linux-nfs Re: [PATCH] nfsd: don't take fi_lock in nfsd_break_deleg_cb()
2024-02-04 12:33:29 linux-kernel [PATCH] filelock: add stubs for new functions when CONFIG_FILE_LOCKING=n
2024-02-02 17:57:25 linux-nfs Re: Should we establish a new nfsdctl userland program?
2024-02-02 16:10:00 linux-nfs Re: Calls to vfs_setlease() from NFSD code cause unnecessary CAP_LEASE security checks
2024-02-02 14:43:27 linux-nfs Re: [PATCH] nfsd: Simplify the allocation of slab caches in nfsd_drc_slab_create
2024-01-31 23:52:07 linux-nfs [PATCH v3 23/47] filelock: convert locks_{insert,delete}_global_blocked
2024-01-31 23:43:31 linux-kernel [PATCH v3 05/47] 9p: rename fl_type variable in v9fs_file_do_lock
2024-01-31 23:39:34 linux-nfs [PATCH v3 45/47] smb/server: adapt to breakup of struct file_lock
2024-01-31 23:34:21 linux-kernel [PATCH v3 26/47] filelock: convert fl_blocker to file_lock_core
2024-01-31 23:27:41 linux-nfs [PATCH v3 43/47] ocfs2: adapt to breakup of struct file_lock
2024-01-31 23:24:24 linux-nfs [PATCH v3 47/47] filelock: split leases out of struct file_lock
2024-01-31 23:23:56 linux-nfs [PATCH v3 46/47] filelock: remove temporary compatibility macros
2024-01-31 23:23:14 linux-kernel [PATCH v3 44/47] smb/client: adapt to breakup of struct file_lock
2024-01-31 23:22:12 linux-kernel [PATCH v3 42/47] nfsd: adapt to breakup of struct file_lock
2024-01-31 23:21:30 linux-nfs [PATCH v3 41/47] nfs: adapt to breakup of struct file_lock
2024-01-31 23:21:23 linux-nfs [PATCH v3 40/47] lockd: adapt to breakup of struct file_lock
2024-01-31 23:21:12 linux-nfs [PATCH v3 39/47] fuse: adapt to breakup of struct file_lock
2024-01-31 23:20:07 linux-nfs [PATCH v3 38/47] gfs2: adapt to breakup of struct file_lock
2024-01-31 23:19:54 linux-kernel [PATCH v3 37/47] dlm: adapt to breakup of struct file_lock
2024-01-31 23:19:01 linux-nfs [PATCH v3 36/47] ceph: adapt to breakup of struct file_lock
2024-01-31 23:18:51 linux-nfs [PATCH v3 35/47] afs: adapt to breakup of struct file_lock
2024-01-31 23:18:46 linux-kernel [PATCH v3 34/47] 9p: adapt to breakup of struct file_lock
2024-01-31 23:18:35 linux-kernel [PATCH v3 33/47] filelock: convert seqfile handling to use file_lock_core
2024-01-31 23:17:22 linux-kernel [PATCH v3 32/47] filelock: convert locks_translate_pid to take file_lock_core
2024-01-31 23:17:13 linux-kernel [PATCH v3 13/47] ocfs2: convert to using new filelock helpers
2024-01-31 23:16:54 linux-kernel [PATCH v3 31/47] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
2024-01-31 23:16:23 linux-nfs [PATCH v3 29/47] filelock: make assign_type helper take a file_lock_core pointer
2024-01-31 23:16:18 linux-kernel [PATCH v3 28/47] filelock: reorganize locks_delete_block and __locks_insert_block
2024-01-31 23:16:06 linux-nfs [PATCH v3 30/47] filelock: convert locks_wake_up_blocks to take a file_lock_core pointer
2024-01-31 23:14:45 linux-nfs [PATCH v3 27/47] filelock: clean up locks_delete_block internals
2024-01-31 23:14:03 linux-kernel [PATCH v3 25/47] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
2024-01-31 23:14:01 linux-kernel [PATCH v3 12/47] nfsd: convert to using new filelock helpers
2024-01-31 23:13:16 linux-kernel [PATCH v3 24/47] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core
2024-01-31 23:12:13 linux-nfs [PATCH v3 22/47] filelock: make locks_{insert,delete}_global_locks take file_lock_core arg
2024-01-31 23:12:02 linux-kernel [PATCH v3 21/47] filelock: convert posix_owner_key to take file_lock_core arg
2024-01-31 23:11:34 linux-nfs [PATCH v3 20/47] filelock: make posix_same_owner take file_lock_core pointers
2024-01-31 23:11:18 linux-kernel [PATCH v3 18/47] filelock: have fs/locks.c deal with file_lock_core directly
2024-01-31 23:11:17 linux-nfs [PATCH v3 19/47] filelock: convert more internal functions to use file_lock_core
2024-01-31 23:10:51 linux-nfs [PATCH v3 17/47] filelock: split common fields into struct file_lock_core
2024-01-31 23:09:53 linux-kernel [PATCH v3 16/47] filelock: drop the IS_* macros
2024-01-31 23:09:19 linux-nfs [PATCH v3 15/47] smb/server: convert to using new filelock helpers
2024-01-31 23:08:57 linux-nfs [PATCH v3 14/47] smb/client: convert to using new filelock helpers
2024-01-31 23:07:35 linux-nfs [PATCH v3 11/47] nfs: convert to using new filelock helpers
2024-01-31 23:07:06 linux-nfs [PATCH v3 10/47] lockd: convert to using new filelock helpers
2024-01-31 23:06:39 linux-nfs [PATCH v3 09/47] gfs2: convert to using new filelock helpers