aboutsummaryrefslogtreecommitdiffstats
path: root/fs/locks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-13locks: missing unlock on error in generic_add_lease()Dan Carpenter1-0/+1
2013-11-09locks: implement delegationsJ. Bruce Fields1-10/+45
2013-11-09locks: introduce new FL_DELEG lock flagJ. Bruce Fields1-1/+1
2013-10-24file->f_op is never NULL...Al Viro1-6/+6
2013-07-08locks: move file_lock_list to a set of percpu hlist_heads and convert file_lock_lock to an lglockJeff Layton1-20/+49
2013-07-05helper for reading ->d_countAl Viro1-1/+1
2013-06-29locks: give the blocked_hash its own spinlockJeff Layton1-19/+22
2013-06-29locks: add a new "lm_owner_key" lock operationJeff Layton1-2/+10
2013-06-29locks: turn the blocked_list into a hashtableJeff Layton1-8/+17
2013-06-29locks: convert fl_link to a hlist_nodeJeff Layton1-12/+12
2013-06-29locks: avoid taking global lock if possible when waking up blocked waitersJeff Layton1-1/+14
2013-06-29locks: protect most of the file_lock handling with i_lockJeff Layton1-60/+104
2013-06-29locks: encapsulate the fl_link list handlingJeff Layton1-9/+36
2013-06-29locks: make "added" in __posix_lock_file a boolJeff Layton1-4/+5
2013-06-29locks: comment cleanups and clarificationsJeff Layton1-8/+13
2013-06-29locks: make generic_add_lease and generic_delete_lease staticJeff Layton1-2/+2
2013-06-29cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton1-2/+1
2013-06-29locks: drop the unused filp argument to posix_unblock_lockJeff Layton1-3/+1
2013-02-22new helper: file_inode(file)Al Viro1-12/+12
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields1-11/+9
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-11/+9
2012-08-20vfs: don't treat fl_type as a bitmapJeff Layton1-3/+3
2012-08-01locks: remove unused lm_release_privateJ. Bruce Fields1-5/+1
2012-07-31Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-17/+11
2012-07-27locks: move lease-specific code out of locks_delete_lockJ. Bruce Fields1-6/+5
2012-07-27locks: prevent side-effects of locks_release_private before file_lock is initializedFilipe Brandenburger1-11/+6
2012-07-23locks: fix checking of fcntl_setlease argumentJ. Bruce Fields1-3/+3
2012-07-13Remove easily user-triggerable BUG from generic_setleaseDave Jones1-1/+1
2012-05-29switch flock to fget_light/fput_lightAl Viro1-2/+3
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2012-05-03userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman1-1/+1
2012-04-01CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky1-1/+2
2011-12-26vfs: fix handling of lock allocation failure in lease-break caseLinus Torvalds1-8/+3
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-83/+140
2011-09-27doc: fix broken referencesPaul Bolle1-1/+1
2011-09-21leases: split up generic_setlease into lock/unlock casesJ. Bruce Fields1-36/+62
2011-08-19locks: setlease cleanupJ. Bruce Fields1-16/+17
2011-08-19locks: fix tracking of inprogress lease breaksJ. Bruce Fields1-32/+55
2011-08-19locks: move F_INPROGRESS from fl_type to fl_flags fieldJ. Bruce Fields1-6/+8
2011-08-19locks: minor lease cleanupJ. Bruce Fields1-5/+10
2011-07-20locks: rename lock-manager opsJ. Bruce Fields1-17/+17
2011-07-15fs: locks: remove init_onceMiklos Szeredi1-31/+10
2011-07-06fs: fix lock initializationMiklos Szeredi1-10/+20
2011-03-24Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-11/+1
2011-03-07locks: use assign_type()Namhyung Kim1-11/+1
2011-03-05fs/locks.c: Remove stale FIXME left over from BKL conversionMatt Fleming1-1/+0
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-7/+1
2011-01-07fs: dcache scale dentry refcountNick Piggin1-1/+1
2011-01-04locks: minor setlease cleanupJ. Bruce Fields1-1/+1
2011-01-04locks: eliminate fl_mylease callbackJ. Bruce Fields1-7/+1