Show patches with: Submitter = Jeff Layton       |    State = Action Required       |   199 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v1,01/11] cifs: use posix_unblock_lock instead of locks_delete_block - - - --- 2013-06-01 Jeff Layton New
[v1,02/11] locks: make generic_add_lease and generic_delete_lease static - - - --- 2013-06-01 Jeff Layton New
[v1,03/11] locks: comment cleanups and clarifications - - - --- 2013-06-01 Jeff Layton New
[v1,04/11] locks: make "added" in __posix_lock_file a bool - - - --- 2013-06-01 Jeff Layton New
[v1,05/11] locks: encapsulate the fl_link list handling - - - --- 2013-06-01 Jeff Layton New
[v1,06/11] locks: convert to i_lock to protect i_flock list - - - --- 2013-06-01 Jeff Layton New
[v1,07/11] locks: only pull entries off of blocked_list when they are really unblocked - - - --- 2013-06-01 Jeff Layton New
[v1,08/11] locks: convert fl_link to a hlist_node - - - --- 2013-06-01 Jeff Layton New
[v1,09/11] locks: turn the blocked_list into a hashtable - - - --- 2013-06-01 Jeff Layton New
[v1,10/11] locks: add a new "lm_owner_key" lock operation - - - --- 2013-06-01 Jeff Layton New
[v1,11/11] locks: give the blocked_hash its own spinlock - - - --- 2013-06-01 Jeff Layton New
[v2,01/14] cifs: use posix_unblock_lock instead of locks_delete_block - - - --- 2013-06-11 Jeff Layton New
[v2,02/14] locks: make generic_add_lease and generic_delete_lease static - - - --- 2013-06-11 Jeff Layton New
[v2,03/14] locks: comment cleanups and clarifications - - - --- 2013-06-11 Jeff Layton New
[v2,04/14] locks: make "added" in __posix_lock_file a bool - - - --- 2013-06-11 Jeff Layton New
[v2,05/14] locks: encapsulate the fl_link list handling - - - --- 2013-06-11 Jeff Layton New
[v2,06/14] locks: don't walk inode->i_flock list in locks_show - - - --- 2013-06-11 Jeff Layton New
[v2,07/14] locks: convert to i_lock to protect i_flock list - - - --- 2013-06-11 Jeff Layton New
[v2,08/14] locks: ensure that deadlock detection is atomic with respect to blocked_list modification - - - --- 2013-06-11 Jeff Layton New
[v2,09/14] locks: convert fl_link to a hlist_node - - - --- 2013-06-11 Jeff Layton New
[v2,10/14] locks: turn the blocked_list into a hashtable - - - --- 2013-06-11 Jeff Layton New
[v2,11/14] locks: add a new "lm_owner_key" lock operation - - - --- 2013-06-11 Jeff Layton New
[v2,12/14] locks: give the blocked_hash its own spinlock - - - --- 2013-06-11 Jeff Layton New
[v2,13/14] seq_file: add seq_list_*_percpu helpers - - - --- 2013-06-11 Jeff Layton New
[v2,14/14] locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to … - - - --- 2013-06-11 Jeff Layton New
[v3,01/13] cifs: use posix_unblock_lock instead of locks_delete_block - - - --- 2013-06-17 Jeff Layton New
[v3,02/13] locks: make generic_add_lease and generic_delete_lease static - - - --- 2013-06-17 Jeff Layton New
[v3,03/13] locks: comment cleanups and clarifications - - - --- 2013-06-17 Jeff Layton New
[v3,04/13] locks: make "added" in __posix_lock_file a bool - - - --- 2013-06-17 Jeff Layton New
[v3,05/13] locks: encapsulate the fl_link list handling - - - --- 2013-06-17 Jeff Layton New
[v3,06/13] locks: protect most of the file_lock handling with i_lock - - - --- 2013-06-17 Jeff Layton New
[v3,07/13] locks: avoid taking global lock if possible when waking up blocked waiters - - - --- 2013-06-17 Jeff Layton New
[v3,08/13] locks: convert fl_link to a hlist_node - - - --- 2013-06-17 Jeff Layton New
[v3,09/13] locks: turn the blocked_list into a hashtable - - - --- 2013-06-17 Jeff Layton New
[v3,10/13] locks: add a new "lm_owner_key" lock operation - - - --- 2013-06-17 Jeff Layton New
[v3,11/13] locks: give the blocked_hash its own spinlock - - - --- 2013-06-17 Jeff Layton New
[v3,12/13] seq_file: add seq_list_*_percpu helpers - - - --- 2013-06-17 Jeff Layton New
[v3,13/13] locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to … - - - --- 2013-06-17 Jeff Layton New
[v4,01/14] locks: drop the unused filp argument to posix_unblock_lock - - - --- 2013-06-21 Jeff Layton New
[v4,02/14] cifs: use posix_unblock_lock instead of locks_delete_block - - - --- 2013-06-21 Jeff Layton New
[v4,03/14] locks: make generic_add_lease and generic_delete_lease static - - - --- 2013-06-21 Jeff Layton New
[v4,04/14] locks: comment cleanups and clarifications - - - --- 2013-06-21 Jeff Layton New
[v4,05/14] locks: make "added" in __posix_lock_file a bool - - - --- 2013-06-21 Jeff Layton New
[v4,06/14] locks: encapsulate the fl_link list handling - - - --- 2013-06-21 Jeff Layton New
[v4,07/14] locks: protect most of the file_lock handling with i_lock - - - --- 2013-06-21 Jeff Layton New
[v4,08/14] locks: avoid taking global lock if possible when waking up blocked waiters - - - --- 2013-06-21 Jeff Layton New
[v4,09/14] locks: convert fl_link to a hlist_node - - - --- 2013-06-21 Jeff Layton New
[v4,10/14] locks: turn the blocked_list into a hashtable - - - --- 2013-06-21 Jeff Layton New
[v4,11/14] locks: add a new "lm_owner_key" lock operation - - - --- 2013-06-21 Jeff Layton New
[v4,12/14] locks: give the blocked_hash its own spinlock - - - --- 2013-06-21 Jeff Layton New
[v4,13/14] seq_file: add seq_list_*_percpu helpers - - - --- 2013-06-21 Jeff Layton New
[v4,14/14] locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to … - - - --- 2013-06-21 Jeff Layton New
locks: ensure that fl_owner is always initialized properly in flock and lease codepaths - - - --- 2014-04-28 Jeff Layton New
nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operations - - - --- 2015-09-11 Jeff Layton New
[wireshark] ceph: distingush between client and server by checking for a second entity_addr_t - - - --- 2016-06-21 Jeff Layton New
[1/4] ceph: remove ceph_mdsc_lease_release - - - --- 2016-07-05 Jeff Layton New
[2/4] ceph: clear d_fsinfo pointer under d_lock - - - --- 2016-07-05 Jeff Layton New
[3/4] ceph: allow dentry_lease_is_valid to work under RCU walk - - - --- 2016-07-05 Jeff Layton New
[4/4] ceph: handle LOOKUP_RCU in ceph_d_revalidate - - - --- 2016-07-05 Jeff Layton New
[RFC] client: don't use special inode for /.. - - - --- 2016-08-10 Jeff Layton New
[RFC] client: don't use special inode for /.. - - - --- 2016-08-10 Jeff Layton New
[samba,RFC,1/6] vfs:ceph: add configure test for ceph_statx - - - --- 2016-08-31 Jeff Layton New
[samba,RFC,2/6] vfs:ceph: add init_stat_ex_from_ceph_statx - - - --- 2016-08-31 Jeff Layton New
[samba,RFC,3/6] vfs:ceph: convert cephwrap_stat to use ceph_statx - - - --- 2016-08-31 Jeff Layton New
[samba,RFC,4/6] vfs:ceph: change cephwrap_fstatx to use ceph_fstatx - - - --- 2016-08-31 Jeff Layton New
[samba,RFC,5/6] vfs:ceph: convert cephwrap_lstat to use ceph_statx - - - --- 2016-08-31 Jeff Layton New
[samba,RFC,6/6] vfs:ceph: allow vfs_ceph to set the btime using setattrx - - - --- 2016-08-31 Jeff Layton New
[samba] vfs:ceph: convert to using ceph_statx structures and functions, when available - - - --- 2016-09-08 Jeff Layton New
[RFC,01/10] ceph: fix minor typo in unsafe_request_wait - - - --- 2016-11-04 Jeff Layton New
[RFC,02/10] ceph: move xattr initialzation before the encoding past the ceph_mds_caps - - - --- 2016-11-04 Jeff Layton New
[RFC,03/10] ceph: initialize i_version to 0 in new ceph inodes - - - --- 2016-11-04 Jeff Layton New
[RFC,04/10] ceph: save off btime and change_attr when we get an InodeStat - - - --- 2016-11-04 Jeff Layton New
[RFC,05/10] ceph: handle btime and change_attr updates in cap messages - - - --- 2016-11-04 Jeff Layton New
[RFC,06/10] ceph: define new argument structure for send_cap_msg - - - --- 2016-11-04 Jeff Layton New
[RFC,07/10] ceph: update cap message struct version to 9 - - - --- 2016-11-04 Jeff Layton New
[RFC,08/10] ceph: add sync parameter to send_cap_msg - - - --- 2016-11-04 Jeff Layton New
[RFC,09/10] ceph: plumb "sync" parameter into __send_cap - - - --- 2016-11-04 Jeff Layton New
[RFC,10/10] ceph: turn on btime and change_attr support - - - --- 2016-11-04 Jeff Layton New
[1/5] ceph: fix minor typo in unsafe_request_wait - - - --- 2016-11-10 Jeff Layton New
[2/5] ceph: move xattr initialzation before the encoding past the ceph_mds_caps - - - --- 2016-11-10 Jeff Layton New
[3/5] ceph: define new argument structure for send_cap_msg - - - --- 2016-11-10 Jeff Layton New
[4/5] ceph: update cap message struct version to 10 - - - --- 2016-11-10 Jeff Layton New
[5/5] ceph: add flags parameter to send_cap_msg - - - --- 2016-11-10 Jeff Layton New
VFS: convert to using ceph_statx structures and functions, when available - - - --- 2016-11-17 Jeff Layton New
VFS: convert to using ceph_statx structures and functions, when available - - - --- 2016-11-18 Jeff Layton New
ceph: don't set req->r_locked_dir in ceph_d_revalidate - - - --- 2016-12-02 Jeff Layton New
[1/3] ceph: clean up unsafe d_parent access in __choose_mds - - - --- 2016-12-13 Jeff Layton New
[2/3] ceph: clean up unsafe d_parent accesses in build_dentry_path - - - --- 2016-12-13 Jeff Layton New
[3/3] ceph: fix unsafe dcache access in ceph_encode_dentry_release - - - --- 2016-12-13 Jeff Layton New
[v2] ceph: clean up unsafe d_parent access in __choose_mds - - - --- 2016-12-14 Jeff Layton New
[v3,1/5] ceph: clean up unsafe d_parent access in __choose_mds - - - --- 2016-12-14 Jeff Layton New
[v3,2/5] ceph: clean up unsafe d_parent accesses in build_dentry_path - - - --- 2016-12-14 Jeff Layton New
[v3,3/5] ceph: pass parent dir ino info to build_dentry_path - - - --- 2016-12-14 Jeff Layton New
[v3,4/5] ceph: fix unsafe dcache access in ceph_encode_dentry_release - - - --- 2016-12-14 Jeff Layton New
[v3,5/5] ceph: pass parent inode info to ceph_encode_dentry_release if we have it - - - --- 2016-12-14 Jeff Layton New
[v4,1/5] ceph: clean up unsafe d_parent access in __choose_mds - - - --- 2016-12-15 Jeff Layton New
[v4,2/5] ceph: clean up unsafe d_parent accesses in build_dentry_path - - - --- 2016-12-15 Jeff Layton New
[v4,3/5] ceph: pass parent dir ino info to build_dentry_path - - - --- 2016-12-15 Jeff Layton New
[v4,4/5] ceph: fix unsafe dcache access in ceph_encode_dentry_release - - - --- 2016-12-15 Jeff Layton New
[v4,5/5] ceph: pass parent inode info to ceph_encode_dentry_release if we have it - - - --- 2016-12-15 Jeff Layton New
« 1 2 »