Show patches with: none      |   11130 patches
« 1 2 ... 87 88 89111 112 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[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
[v3,12/13] seq_file: add seq_list_*_percpu helpers - - - --- 2013-06-17 Jeff Layton New
[v3,11/13] locks: give the blocked_hash its own spinlock - - - --- 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,09/13] locks: turn the blocked_list into a hashtable - - - --- 2013-06-17 Jeff Layton New
[v3,08/13] locks: convert fl_link to a hlist_node - - - --- 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,06/13] locks: protect most of the file_lock handling with i_lock - - - --- 2013-06-17 Jeff Layton New
[v3,05/13] locks: encapsulate the fl_link list handling - - - --- 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,03/13] locks: comment cleanups and clarifications - - - --- 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,01/13] cifs: use posix_unblock_lock instead of locks_delete_block - - - --- 2013-06-17 Jeff Layton New
SMB3 Signing part 1 - - - --- 2013-06-13 Steve French 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
[v2,13/14] seq_file: add seq_list_*_percpu helpers - - - --- 2013-06-11 Jeff Layton New
[v2,12/14] locks: give the blocked_hash its own spinlock - - - --- 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,10/14] locks: turn the blocked_list into a hashtable - - - --- 2013-06-11 Jeff Layton New
[v2,09/14] locks: convert fl_link to a hlist_node - - - --- 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,07/14] locks: convert to i_lock to protect i_flock list - - - --- 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,05/14] locks: encapsulate the fl_link list handling - - - --- 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,03/14] locks: comment cleanups and clarifications - - - --- 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,01/14] cifs: use posix_unblock_lock instead of locks_delete_block - - - --- 2013-06-11 Jeff Layton New
cifs-utils VFS errors - - - --- 2013-06-08 Jeff Layton New
[v1,11/11] locks: give the blocked_hash its own spinlock - - - --- 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,09/11] locks: turn the blocked_list into a hashtable - - - --- 2013-06-01 Jeff Layton New
[v1,08/11] locks: convert fl_link to a hlist_node - - - --- 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,06/11] locks: convert to i_lock to protect i_flock list - - - --- 2013-06-01 Jeff Layton New
[v1,05/11] locks: encapsulate the fl_link list handling - - - --- 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,03/11] locks: comment cleanups and clarifications - - - --- 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,01/11] cifs: use posix_unblock_lock instead of locks_delete_block - - - --- 2013-06-01 Jeff Layton New
cifs: fix off-by-one bug in build_unc_path_to_root - - - --- 2013-05-31 Jeff Layton New
[v2,19/19] cifs: try to handle the MUST SecurityFlags sanely - - - --- 2013-05-28 Jeff Layton New
[v2,18/19] cifs: clean up the SecurityFlags write handler - - - --- 2013-05-28 Jeff Layton New
[v2,17/19] cifs: update the default global_secflags to include "raw" NTLMv2 - - - --- 2013-05-28 Jeff Layton New
[v2,16/19] cifs: move sectype to the cifs_ses instead of TCP_Server_Info - - - --- 2013-05-28 Jeff Layton New
[v2,15/19] cifs: track the enablement of signing in the TCP_Server_Info - - - --- 2013-05-28 Jeff Layton New
[v2,14/19] cifs: add new fields to cifs_ses to track requested security flavor - - - --- 2013-05-28 Jeff Layton New
[v2,13/19] cifs: add new fields to smb_vol to track the requested security flavor - - - --- 2013-05-28 Jeff Layton New
[v2,12/19] cifs: track the flavor of the NEGOTIATE reponse - - - --- 2013-05-28 Jeff Layton New
[v2,11/19] cifs: add new "Unspecified" securityEnum value - - - --- 2013-05-28 Jeff Layton New
[v2,10/19] cifs: factor out check for extended security bit into separate function - - - --- 2013-05-28 Jeff Layton New
[v2,09/19] cifs: move handling of signed connections into separate function - - - --- 2013-05-28 Jeff Layton New
[v2,08/19] cifs: break out lanman NEGOTIATE handling into separate function - - - --- 2013-05-28 Jeff Layton New
[v2,07/19] cifs: break out decoding of security blob into separate function - - - --- 2013-05-28 Jeff Layton New
[v2,06/19] cifs: remove "seal" stubs - - - --- 2013-05-28 Jeff Layton New
[v2,05/19] cifs: remove the cifs_ses->flags field - - - --- 2013-05-28 Jeff Layton New
[v2,04/19] cifs: throw a warning if negotiate or sess_setup ops are passed NULL server or session p… - - - --- 2013-05-28 Jeff Layton New
[v2,03/19] cifs: make decode_ascii_ssetup void return - - - --- 2013-05-28 Jeff Layton New
[v2,02/19] cifs: remove useless memset in LANMAN auth code - - - --- 2013-05-28 Jeff Layton New
[v2,01/19] cifs: remove protocolEnum definition - - - --- 2013-05-28 Jeff Layton New
cifs: fix composing of mount options for DFS referrals - - - --- 2013-05-23 Jeff Layton New
cifs: fix potential buffer overrun when composing a new options string - - - --- 2013-05-23 Jeff Layton New
[v2] cifs: fix composing of mount options for DFS referrals - - - --- 2013-05-23 Jeff Layton New
[19/19] cifs: try to handle the MUST SecurityFlags sanely - - - --- 2013-05-23 Jeff Layton New
[18/19] cifs: clean up the SecurityFlags write handler - - - --- 2013-05-23 Jeff Layton New
[17/19] cifs: update the default global_secflags to include "raw" NTLMv2 - - - --- 2013-05-23 Jeff Layton New
[16/19] cifs: move sectype to the cifs_ses instead of TCP_Server_Info - - - --- 2013-05-23 Jeff Layton New
[15/19] cifs: track the enablement of signing in the TCP_Server_Info - - - --- 2013-05-23 Jeff Layton New
[14/19] cifs: add new fields to cifs_ses to track requested security flavor - - - --- 2013-05-23 Jeff Layton New
[13/19] cifs: add new fields to smb_vol to track the requested security flavor - - - --- 2013-05-23 Jeff Layton New
[12/19] cifs: track the flavor of the NEGOTIATE reponse - - - --- 2013-05-23 Jeff Layton New
[11/19] cifs: add new "Unspecified" securityEnum value - - - --- 2013-05-23 Jeff Layton New
[10/19] cifs: factor out check for extended security bit into separate function - - - --- 2013-05-23 Jeff Layton New
[09/19] cifs: move handling of signed connections into separate function - - - --- 2013-05-23 Jeff Layton New
[08/19] cifs: break out lanman NEGOTIATE handling into separate function - - - --- 2013-05-23 Jeff Layton New
[07/19] cifs: break out decoding of security blob into separate function - - - --- 2013-05-23 Jeff Layton New
[06/19] cifs: remove "seal" stubs - - - --- 2013-05-23 Jeff Layton New
[05/19] cifs: remove the cifs_ses->flags field - - - --- 2013-05-23 Jeff Layton New
[04/19] cifs: throw a warning if negotiate or sess_setup ops are passed NULL server or session poin… - - - --- 2013-05-23 Jeff Layton New
[03/19] cifs: make decode_ascii_ssetup void return - - - --- 2013-05-23 Jeff Layton New
[02/19] cifs: remove useless memset in LANMAN auth code - - - --- 2013-05-23 Jeff Layton New
[01/19] cifs: remove protocolEnum definition - - - --- 2013-05-23 Jeff Layton New
[3/3,v3] dcache: change rename_lock to a sequence read/write lock - - - --- 2013-05-23 Waiman Long New
[2/3,v3] dcache: introduce a new sequence read/write lock type - - - --- 2013-05-23 Waiman Long New
[1/3,v3] dcache: Don't take unnecessary lock in d_count update - - - --- 2013-05-23 Waiman Long New
cifs: stop printing the unc= option in /proc/mounts - - - --- 2013-05-23 Jeff Layton New
cifs: fix error handling when calling cifs_parse_devname - - - --- 2013-05-23 Jeff Layton New
cifs: fix composing of mount options for DFS referrals - - - --- 2013-05-23 Jeff Layton New
cifs: allow sec=none mounts to work against servers that don't support extended security - - - --- 2013-05-23 Jeff Layton New
cifs.upcall.c: the exit code should be 0 when print version - - - --- 2013-05-17 Peng Haitao New
[v4,02/16] freezer: add unsafe versions of freezable helpers for CIFS - - - --- 2013-05-07 Colin Cross New
cifs: only set ops for inodes in I_NEW state - - - --- 2013-05-07 Jeff Layton New
[CIFS,1/3] Remove XATTR improvements: Improved Linux XATTR support, support POSIX XATTR CAP - - - --- 2013-05-06 Steve French New
[v6,7/7] locks: Disable LOCK_MAND support for MS_SHARELOCK mounts - - - --- 2013-04-26 Pavel Shilovsky New
[v6,6/7] NFSD: Pass share reservations flags to VFS - - - --- 2013-04-26 Pavel Shilovsky New
[v6,5/7] NFSv4: Add O_DENY* open flags support - - - --- 2013-04-26 Pavel Shilovsky New
[v6,4/7] CIFS: Add O_DENY* open flags support - - - --- 2013-04-26 Pavel Shilovsky New
[v6,3/7] CIFS: Add share_access parm to open request - - - --- 2013-04-26 Pavel Shilovsky New
[v6,2/7] VFS: Add O_DENYDELETE support for VFS - - - --- 2013-04-26 Pavel Shilovsky New
[v6,1/7] VFS: Introduce new O_DENY* open flags - - - --- 2013-04-26 Pavel Shilovsky New
« 1 2 ... 87 88 89111 112 »