Show patches with: none      |   30934 patches
« 1 2 ... 48 49 50309 310 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[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
[v3,1/4] SUNRPC: fix races on PipeFS MOUNT notifications - - - --- 2013-06-24 Stanislav Kinsbursky New
[v3,2/4] SUNRPC: fix races on PipeFS UMOUNT notifications - - - --- 2013-06-24 Stanislav Kinsbursky New
[v3,3/4] SUNRPC: split client creation routine into setup and registration - - - --- 2013-06-24 Stanislav Kinsbursky New
[v3,4/4] SUNRPC: PipeFS MOUNT notification optimization for dying clients - - - --- 2013-06-24 Stanislav Kinsbursky New
[1/2] rpc_pipe: export simple_dentry_operations and have rpc_pipefs use it - - - --- 2013-06-25 Jeff Layton New
[2/2] rpc_pipe: set dentry operations at d_alloc time - - - --- 2013-06-25 Jeff Layton New
[1/5] NFS: Set NFS_CS_MIGRATION for NFSv4 mounts - - - --- 2013-06-25 Chuck Lever III New
[2/5] NFS: Use root's credential for lease management when keytab is missing - - - --- 2013-06-25 Chuck Lever III New
[3/5] NFS: Never use user credentials for lease renewal - - - --- 2013-06-25 Chuck Lever III New
[4/5] NFS: Export _nfs_display_fhandle() - - - --- 2013-06-25 Chuck Lever III New
[5/5] NFS: Save FSID's root FH in nfs_server - - - --- 2013-06-25 Chuck Lever III New
[1/3] NFSv4.1 Add the RPC header and other overhead to session parameters request - - - --- 2013-06-25 Andy Adamson New
[2/3] NFSv4.1 Do not overwrite negotiated session sizes - - - --- 2013-06-25 Andy Adamson New
[3/3] NFSv4.1 Fix gdia_maxcount calculation to fit in ca_maxresponsesize - - - --- 2013-06-25 Andy Adamson New
[Version,2,1/3] NFSv4.1 Fix gdia_maxcount calculation to fit in ca_maxresponsesize - - - --- 2013-06-25 Andy Adamson New
[Version,2,2/3] NFSv4.1 use pnfs_device maxcount for the blocklayout gdia_maxcount - - - --- 2013-06-25 Andy Adamson New
[Version,2,3/3] NFSv4.1 use pnfs_device maxcount for the objectlayout gdia_maxcount - - - --- 2013-06-25 Andy Adamson New
[v4] SUNRPC: fix races on PipeFS UMOUNT notifications - - - --- 2013-06-26 Stanislav Kinsbursky New
[1/2] nfs: make nfs_select_flavor take a list of authflavors and a length - - - --- 2013-06-26 Jeff Layton New
[2/2] nfs: allow NFSv3 to fall back to using AUTH_UNIX automatically if available - - - --- 2013-06-26 Jeff Layton New
[Version,2,1/1] NFSv4.1 Refactor nfs4_init_session and nfs4_init_channel_attrs - - - --- 2013-06-26 Andy Adamson New
NFS: Improve legacy idmapping fallback - - - --- 2013-06-26 Bryan Schumaker New
[1/7] nfsd4: fix decoding across page boundaries - - - --- 2013-06-26 Bruce Fields New
[2/7] nfsd4: minor read_buf cleanup - - - --- 2013-06-26 Bruce Fields New
[3/7] svcrpc: fix handling of too-short rpc's - - - --- 2013-06-26 Bruce Fields New
[4/7] svcrpc: don't error out on small tcp fragment - - - --- 2013-06-26 Bruce Fields New
[5/7] nfsd4: delegation-based open reclaims should bypass permissions - - - --- 2013-06-26 Bruce Fields New
[6/7] nfsd4: do not throw away 4.1 lock state on last unlock - - - --- 2013-06-26 Bruce Fields New
[7/7] nfsd4: return delegation immediately if lease fails - - - --- 2013-06-26 Bruce Fields New
[v2,1/3] nfs: refactor "need_mount" code out of nfs_try_mount - - - --- 2013-06-26 Jeff Layton New
[v2,2/3] nfs: move server_authlist into nfs_try_mount_request - - - --- 2013-06-26 Jeff Layton New
[v2,3/3] nfs: have NFSv3 try server-specified auth flavors in turn - - - --- 2013-06-26 Jeff Layton New
[RFC,net-next,4/5] sunrpc: use generic union inet_addr - - - --- 2013-06-27 Amerigo Wang New
[RFC,net-next,5/5] nfs,cifs: abstract generic inet_addr_equal_strict() - - - --- 2013-06-27 Amerigo Wang New
[v3,1/3] nfs: refactor "need_mount" code out of nfs_try_mount - - - --- 2013-06-27 Jeff Layton New
[v3,2/3] nfs: move server_authlist into nfs_try_mount_request - - - --- 2013-06-27 Jeff Layton New
[v3,3/3] nfs: have NFSv3 try server-specified auth flavors in turn - - - --- 2013-06-27 Jeff Layton New
[v4,1/4] nfs: refactor "need_mount" code out of nfs_try_mount - - - --- 2013-06-27 Jeff Layton New
[v4,2/4] nfs: move server_authlist into nfs_try_mount_request - - - --- 2013-06-27 Jeff Layton New
[v4,3/4] nfs: have nfs_mount fake up a auth_flavs list when the server didn't provide it - - - --- 2013-06-27 Jeff Layton New
[v4,4/4] nfs: have NFSv3 try server-specified auth flavors in turn - - - --- 2013-06-27 Jeff Layton New
[v1] vfs: allow umount to handle mountpoints without revalidating them - - - --- 2013-07-01 Jeff Layton New
NFS: fix NFSv3 with sec=krb5 and CONFIG_NFS_V3_ACL=y - - - --- 2013-07-01 Jan Stancek New
[v7,1/7] VFS: Introduce new O_DENY* open flags - - - --- 2013-07-01 Pavel Shilovsky New
[v7,2/7] VFS: Add O_DENYDELETE support for VFS - - - --- 2013-07-01 Pavel Shilovsky New
[v7,3/7] CIFS: Add share_access parm to open request - - - --- 2013-07-01 Pavel Shilovsky New
[v7,4/7] CIFS: Add O_DENY* open flags support - - - --- 2013-07-01 Pavel Shilovsky New
[v7,5/7] NFSv4: Add O_DENY* open flags support - - - --- 2013-07-01 Pavel Shilovsky New
[v7,6/7] NFSD: Pass share reservations flags to VFS - - - --- 2013-07-01 Pavel Shilovsky New
[v7,7/7] locks: Disable LOCK_MAND support for MS_SHARELOCK mounts - - - --- 2013-07-01 Pavel Shilovsky New
[v2] rpc_pipe: set dentry operations at d_alloc time - - - --- 2013-07-02 Jeff Layton New
Disable NFS version 2 - - - --- 2013-07-03 Steve Dickson New
[01/12] vfs: pull ext4's double-i_mutex-locking into common code - - - --- 2013-07-03 Bruce Fields New
[02/12] vfs: don't use PARENT/CHILD lock classes for non-directories - - - --- 2013-07-03 Bruce Fields New
[03/12] vfs: rename I_MUTEX_QUOTA now that it's not used for quotas - - - --- 2013-07-03 Bruce Fields New
[04/12] vfs: take i_mutex on renamed file - - - --- 2013-07-03 Bruce Fields New
[05/12] locks: introduce new FL_DELEG lock flag - - - --- 2013-07-03 Bruce Fields New
[06/12] locks: implement delegations - - - --- 2013-07-03 Bruce Fields New
[07/12] namei: minor vfs_unlink cleanup - - - --- 2013-07-03 Bruce Fields New
[08/12] locks: break delegations on unlink - - - --- 2013-07-03 Bruce Fields New
[09/12] locks: helper functions for delegation breaking - - - --- 2013-07-03 Bruce Fields New
[10/12] locks: break delegations on rename - - - --- 2013-07-03 Bruce Fields New
[11/12] locks: break delegations on link - - - --- 2013-07-03 Bruce Fields New
[12/12] locks: break delegations on any attribute modification - - - --- 2013-07-03 Bruce Fields New
[v3,19/25] nfs: Change how dentry's d_lock and d_count fields are accessed - - - --- 2013-07-03 Waiman Long New
[v3,24/25] sunrpc: Change how dentry's d_lock field is accessed - - - --- 2013-07-03 Waiman Long New
[v4,10/12] nfs: rename d_count field of dentry to d_refcount - - - --- 2013-07-04 Waiman Long New
nfs: set verifier on existing dentries in nfs_prime_dcache - - - --- 2013-07-04 Jeff Layton New
[v5,10/12] nfs: replace direct access of d_count with the d_count() helper - - - --- 2013-07-05 Waiman Long New
NFS: Allow nfs_updatepage to extend a write under additional circumstances - - - --- 2013-07-05 Scott Mayhew New
[1/2] NFS: Make nfs_attribute_cache_expired() non-static - - - --- 2013-07-05 Scott Mayhew New
[2/2] NFS: Make nfs_readdir revalidate less often - - - --- 2013-07-05 Scott Mayhew New
[-,RFC] new "nosharetransport" option for NFS mounts. - - - --- 2013-07-07 NeilBrown New
[2/5] nfs: remove redundant cancel_dirty_page() from nfs_wb_page_cancel() - - - --- 2013-07-08 Konstantin Khlebnikov New
Kerberized NFS-Server Problem still present in 3.10.0-rc2 - - - --- 2013-07-08 J. Bruce Fields New
[v6,10/14] nfs: replace direct access of d_count with the d_count() helper - - - --- 2013-07-09 Waiman Long New
nfsd4: allow destroy_session over destroyed session - - - --- 2013-07-09 J. Bruce Fields New
nfsd4: support minorversion 1 by default - - - --- 2013-07-09 J. Bruce Fields New
[06/12] locks: implement delegations - - - --- 2013-07-09 Bruce Fields New
[08/12] locks: break delegations on unlink - - - --- 2013-07-09 J. Bruce Fields New
NFSv4: fix open(O_RDONLY|O_TRUNC) returning EBADF - - - --- 2013-07-09 Nadav Shemer New
[12/12] locks: break delegations on any attribute modification - - - --- 2013-07-09 Bruce Fields New
[01/12] vfs: pull ext4's double-i_mutex-locking into common code - - - --- 2013-07-10 Bruce Fields New
Is tcp autotuning really what NFS wants? - - - --- 2013-07-10 NeilBrown New
lockd: protect nlm_blocked access in nlmsvc_retry_blocked - - - --- 2013-07-10 David Jeffery New
SUNRPC: Fix a deadlock in rpc_client_register() - - - --- 2013-07-10 Trond Myklebust New
« 1 2 ... 48 49 50309 310 »