cascardo/linux.git
2014-08-01 Jeff Laytonnfsd: protect the close_lru list and oo_last_closed_sti...
2014-08-01 Trond Myklebustnfsd: Add lockdep assertions to document the nfs4_clien...
2014-08-01 Trond Myklebustnfsd: Ensure lookup_clientid() takes client_lock
2014-08-01 Trond Myklebustnfsd: Protect nfsd4_destroy_clientid using client_lock
2014-08-01 Jeff Laytonnfsd: Protect session creation and client confirm using...
2014-08-01 Trond Myklebustnfsd: Protect unconfirmed client creation using client_lock
2014-08-01 Trond Myklebustnfsd: Move create_client() call outside the lock
2014-08-01 Trond Myklebustnfsd: Don't require client_lock in free_client
2014-08-01 Trond Myklebustnfsd: Ensure that the laundromat unhashes the client...
2014-08-01 Trond Myklebustnfsd: Ensure struct nfs4_client is unhashed before...
2014-08-01 J. Bruce Fieldsnfsd4: fix out of date comment
2014-08-01 Kinglong MeeNFSD: Decrease nfsd_users in nfsd_startup_generic fail
2014-07-31 Jeff Laytonnfsd: rename unhash_generic_stateid to unhash_ol_stateid
2014-07-31 Jeff Laytonnfsd: don't thrash the cl_lock while freeing an open...
2014-07-31 Jeff Laytonnfsd: reduce cl_lock thrashing in release_openowner
2014-07-31 Jeff Laytonnfsd: close potential race in nfsd4_free_stateid
2014-07-31 Jeff Laytonnfsd: optimize destroy_lockowner cl_lock thrashing
2014-07-31 Jeff Laytonnfsd: add locking to stateowner release
2014-07-31 Jeff Laytonnfsd: clean up and reorganize release_lockowner
2014-07-31 Trond Myklebustnfsd: Move the open owner hash table into struct nfs4_c...
2014-07-31 Trond Myklebustnfsd: Protect adding/removing lock owners using client_lock
2014-07-31 Trond Myklebustnfsd: Protect adding/removing open state owners using...
2014-07-31 Jeff Laytonnfsd: don't allow CLOSE to proceed until refcount on...
2014-07-31 Jeff Laytonnfsd: make openstateids hold references to their openowners
2014-07-31 Jeff Laytonnfsd: clean up refcounting for lockowners
2014-07-31 Trond Myklebustnfsd: Make lock stateid take a reference to the lockowner
2014-07-31 Jeff Laytonnfsd: add an operation for unhashing a stateowner
2014-07-31 Jeff Laytonnfsd: clean up lockowner refcounting when finding them
2014-07-31 Jeff Laytonnfsd: Add a mutex to protect the NFSv4.0 open owner...
2014-07-31 Jeff Laytonnfsd: Add reference counting to state owners
2014-07-31 Trond Myklebustnfsd: Migrate the stateid reference into nfs4_find_stat...
2014-07-31 Trond Myklebustnfsd: Migrate the stateid reference into nfs4_lookup_st...
2014-07-31 Trond Myklebustnfsd: Migrate the stateid reference into nfs4_preproces...
2014-07-31 Trond Myklebustnfsd: Add reference counting to nfs4_preprocess_confirm...
2014-07-31 Trond Myklebustnfsd: nfsd4_open_confirm() must reference the open...
2014-07-31 Trond Myklebustnfsd: Prepare nfsd4_close() for open stateid referencing
2014-07-31 Trond Myklebustnfsd: nfsd4_process_open2() must reference the open...
2014-07-31 Trond Myklebustnfsd: nfsd4_process_open2() must reference the delegati...
2014-07-31 Trond Myklebustnfsd: Ensure that nfs4_open_delegation() references...
2014-07-31 Trond Myklebustnfsd: nfsd4_locku() must reference the lock stateid
2014-07-31 Trond Myklebustnfsd: Add reference counting to lock stateids
2014-07-31 Jeff Laytonnfsd: ensure atomicity in nfsd4_free_stateid and nfsd4_...
2014-07-31 Jeff Laytonnfsd: clean up races in lock stateid searching and...
2014-07-31 Jeff Laytonnfsd: Add locking to protect the state owner lists
2014-07-31 Jeff Laytonnfsd: do filp_close in sc_free callback for lock stateids
2014-07-31 Jeff Laytonnfsd4: use cl_lock to synchronize all stateid idr calls
2014-07-31 Trond Myklebustnfsd: Add a struct nfs4_file field to struct nfs4_stid
2014-07-31 Trond Myklebustnfsd: Add reference counting to the lock and open stateids
2014-07-30 Jeff Laytonnfsd: print status when nfsd4_open fails to open file...
2014-07-29 Trond MyklebustSUNRPC: Allow svc_reserve() to notify TCP socket that...
2014-07-29 Trond MyklebustSUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE...
2014-07-29 Trond MyklebustSUNRPC: Reduce contention in svc_xprt_enqueue()
2014-07-29 Jeff Laytonnfsd: remove dl_fh field from struct nfs4_delegation
2014-07-29 Jeff Laytonnfsd: give block_delegation and delegation_blocked...
2014-07-29 Jeff Laytonnfsd: clean up nfs4_set_delegation
2014-07-29 Jeff Laytonnfsd: clean up arguments to nfs4_open_delegation
2014-07-29 Jeff Laytonnfsd: drop unused stp arg to alloc_init_deleg
2014-07-29 Trond Myklebustnfsd: Convert delegation counter to an atomic_long_t...
2014-07-29 Jeff Laytonnfsd: ensure that clp->cl_revoked list is protected...
2014-07-29 Jeff Laytonnfsd: fully unhash delegations when revoking them
2014-07-29 Trond Myklebustnfsd: simplify stateid allocation and file handling
2014-07-23 Jeff Laytonnfsd: Do not let nfs4_file pin the struct inode
2014-07-23 Trond Myklebustnfsd: nfs4_check_fh - make it actually check the filehandle
2014-07-23 Trond Myklebustnfsd: Use the filehandle to look up the struct nfs4_fil...
2014-07-23 Trond Myklebustnfsd: Store the filehandle with the struct nfs4_file
2014-07-23 Himangi Saraoginfsd4: convert comma to semicolon
2014-07-23 Chuck Leversvcrdma: Double the default credit limit
2014-07-23 Jeff Laytonnfsd: ensure that st_access_bmap and st_deny_bmap are...
2014-07-22 Chuck Leversvcrdma: Add zero padding if the client doesn't send it
2014-07-22 Jeff Laytonnfsd: bump dl_time when unhashing delegation
2014-07-21 Trond Myklebustnfsd: Move the delegation reference counter into the...
2014-07-21 Jeff Laytonnfsd: fix race that grants unrecallable delegation
2014-07-21 J. Bruce Fieldsnfsd4: CREATE_SESSION should update backchannel immediately
2014-07-18 Trond MyklebustSUNRPC: xdr_get_next_encode_buffer should be declared...
2014-07-18 Chuck Leversvcrdma: Select NFSv4.1 backchannel transport based...
2014-07-17 J. Bruce Fieldsnfsd4: zero op arguments beyond the 8th compound op
2014-07-17 Jeff Laytonnfsd: silence sparse warning about accessing credentials
2014-07-17 Trond Myklebustnfsd: Ensure stateids remain unique until they are...
2014-07-17 Jeff Laytonnfsd: nfs4_alloc_init_lease should take a nfs4_file arg
2014-07-17 Jeff Laytonnfsd: Avoid taking state_lock while holding inode lock...
2014-07-16 Jeff Laytonnfsd: eliminate nfsd4_init_callback
2014-07-11 Kinglong MeeNFSD: Fix bad checking of space for padding in splice...
2014-07-11 Kinglong MeeNFSD: Check acl returned from get_acl/posix_acl_from_mode
2014-07-11 Steve Wisesvcrdma: send_write() must not overflow the device...
2014-07-11 Jeff Laytonnfsd: cleanup and rename nfs4_check_open
2014-07-11 Jeff Laytonnfsd: make deny mode enforcement more efficient and...
2014-07-11 Jeff Laytonnfsd: always hold the fi_lock when bumping fi_access...
2014-07-11 Jeff Laytonnfsd: clean up reset_union_bmap_deny
2014-07-11 Jeff Laytonnfsd: set stateid access and deny bits in nfs4_get_vfs_file
2014-07-11 Jeff Laytonnfsd: shrink st_access_bmap and st_deny_bmap
2014-07-11 Jeff Laytonnfsd: remove nfs4_file_put_fd
2014-07-11 Jeff Laytonnfsd: refactor nfs4_file_get_access and nfs4_file_put_a...
2014-07-10 Trond Myklebustnfsd: clean up helper __release_lock_stateid
2014-07-10 Trond Myklebustnfsd: Add locking to the nfs4_file->fi_fds[] array
2014-07-10 Trond Myklebustnfsd: Add fine grained protection for the nfs4_file...
2014-07-10 Jeff Laytonnfsd: reduce some spinlocking in put_client_renew
2014-07-10 Jeff Laytonnfsd: close potential race between delegation break...
2014-07-10 Kinglong MeeNFSD: Fix memory leak in encoding denied lock
2014-07-10 Trond Myklebustnfsd: Convert nfs4_check_open_reclaim() to work with...
2014-07-10 Trond Myklebustnfsd: Always use lookup_clientid() in nfsd4_process_open1
next