index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
locks: flock_make_lock should return a struct file_lock (or PTR_ERR)
Jeff Layton
2014-10-07
1
-8
/
+11
*
locks: set fl_owner for leases to filp instead of current->files
Jeff Layton
2014-10-07
2
-8
/
+2
*
locks: give lm_break a return value
Jeff Layton
2014-10-07
3
-13
/
+23
*
locks: __break_lease cleanup in preparation of allowing direct removal of leases
Jeff Layton
2014-10-07
1
-24
/
+25
*
locks: remove i_have_this_lease check from __break_lease
Jeff Layton
2014-10-07
1
-4
/
+2
*
locks: move freeing of leases outside of i_lock
Jeff Layton
2014-10-07
4
-20
/
+30
*
locks: move i_lock acquisition into generic_*_lease handlers
Jeff Layton
2014-10-07
3
-16
/
+16
*
locks: define a lm_setup handler for leases
Jeff Layton
2014-10-07
3
-48
/
+51
*
locks: plumb a "priv" pointer into the setlease routines
Jeff Layton
2014-10-07
7
-26
/
+37
*
nfsd: don't keep a pointer to the lease in nfs4_file
Jeff Layton
2014-10-07
2
-10
/
+4
*
locks: clean up vfs_setlease kerneldoc comments
Jeff Layton
2014-10-07
1
-24
/
+10
*
locks: generic_delete_lease doesn't need a file_lock at all
Jeff Layton
2014-10-07
3
-28
/
+22
*
nfsd: fix potential lease memory leak in nfs4_setlease
Jeff Layton
2014-10-07
1
-2
/
+5
*
locks: close potential race in lease_get_mtime
Jeff Layton
2014-10-07
1
-2
/
+12
*
security: make security_file_set_fowner, f_setown and __f_setown void return
Jeff Layton
2014-09-09
12
-42
/
+26
*
locks: consolidate "nolease" routines
Jeff Layton
2014-09-09
6
-35
/
+20
*
locks: remove lock_may_read and lock_may_write
Jeff Layton
2014-09-09
2
-94
/
+0
*
lockd: rip out deferred lock handling from testlock codepath
Jeff Layton
2014-09-09
2
-50
/
+6
*
NFSD: Get reference of lockowner when coping file_lock
Kinglong Mee
2014-09-09
1
-4
/
+21
*
NFSD: New helper nfs4_get_stateowner() for atomic_inc sop reference
Kinglong Mee
2014-09-09
1
-16
/
+16
*
locks: Copy fl_lmops information for conflock in locks_copy_conflock()
Kinglong Mee
2014-09-09
2
-20
/
+17
*
locks: New ops in lock_manager_operations for get/put owner
Kinglong Mee
2014-09-09
2
-2
/
+12
*
locks: Rename __locks_copy_lock() to locks_copy_conflock()
Kinglong Mee
2014-09-09
2
-7
/
+7
*
locks: Remove unused conf argument from lm_grant
Joe Perches
2014-09-09
3
-14
/
+8
*
locks: pass correct "before" pointer to locks_unlink_lock in generic_add_lease
Jeff Layton
2014-09-09
1
-1
/
+1
*
nfs: do not start the callback thread until we set rqstp->rq_task
Trond Myklebust
2014-09-02
1
-1
/
+2
*
lockd: Do not start the lockd thread before we've set nlmsvc_rqst->rq_task
Trond Myklebust
2014-09-02
1
-1
/
+2
*
nfsd4: remove labeled NFS warning from config help
J. Bruce Fields
2014-08-28
1
-3
/
+0
*
sunrpc: fix byte-swapping of displayed XID
Chuck Lever
2014-08-28
1
-1
/
+1
*
NFSD: Update some as-yet unused 4.2 error codes
Anna Schumaker
2014-08-28
2
-2
/
+3
*
NFSD: Remove duplicate initialization of file_lock
Kinglong Mee
2014-08-28
1
-4
/
+2
*
SUNRPC: Fix compile on non-x86
J. Bruce Fields
2014-08-28
1
-4
/
+0
*
nfsd: allow turning off nfsv3 readdir_plus
Rajesh Ghanekar
2014-08-18
3
-2
/
+12
*
nfsd4: reserve adequate space for LOCK op
J. Bruce Fields
2014-08-17
1
-0
/
+8
*
nfsd4: remove obsolete comment
J. Bruce Fields
2014-08-17
1
-7
/
+0
*
nfsd3: Check write permission after checking existence
Ross Lagerwall
2014-08-17
1
-5
/
+0
*
nfsd: call nfs4_put_deleg_lease outside of state_lock
Jeff Layton
2014-08-17
1
-1
/
+5
*
nfsd: protect lease-related nfs4_file fields with fi_lock
Jeff Layton
2014-08-17
1
-9
/
+13
*
nfsd: Reorder nfsd_cache_match to check more powerful discriminators first
Trond Myklebust
2014-08-17
1
-7
/
+11
*
nfsd: split DRC global spinlock into per-bucket locks
Trond Myklebust
2014-08-17
1
-23
/
+20
*
nfsd: convert num_drc_entries to an atomic_t
Trond Myklebust
2014-08-17
1
-16
/
+12
*
nfsd: Remove the cache_hash list
Trond Myklebust
2014-08-17
2
-18
/
+2
*
nfsd: convert the lru list into a per-bucket thing
Trond Myklebust
2014-08-17
1
-23
/
+50
*
nfsd: Clean up drc cache in preparation for global spinlock elimination
Trond Myklebust
2014-08-17
1
-21
/
+24
*
SUNRPC: Optimise away svc_recv_available
Trond Myklebust
2014-08-17
1
-17
/
+6
*
SUNRPC: More optimisations of svc_xprt_enqueue()
Trond Myklebust
2014-08-17
1
-14
/
+7
*
SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprt
Trond Myklebust
2014-08-17
1
-21
/
+10
*
SUNRPC: get rid of the request wait queue
Trond Myklebust
2014-08-17
3
-18
/
+17
*
SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprt
Trond Myklebust
2014-08-17
1
-5
/
+10
*
nfs: Ensure that nfs_callback_start_svc sets the server rq_task...
Trond Myklebust
2014-08-17
1
-0
/
+1
[next]