summaryrefslogtreecommitdiffstats
path: root/fs/locks.c
Commit message (Expand)AuthorAgeFilesLines
* locks: give the blocked_hash its own spinlockJeff Layton2013-06-291-19/+22
* locks: add a new "lm_owner_key" lock operationJeff Layton2013-06-291-2/+10
* locks: turn the blocked_list into a hashtableJeff Layton2013-06-291-8/+17
* locks: convert fl_link to a hlist_nodeJeff Layton2013-06-291-12/+12
* locks: avoid taking global lock if possible when waking up blocked waitersJeff Layton2013-06-291-1/+14
* locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-291-60/+104
* locks: encapsulate the fl_link list handlingJeff Layton2013-06-291-9/+36
* locks: make "added" in __posix_lock_file a boolJeff Layton2013-06-291-4/+5
* locks: comment cleanups and clarificationsJeff Layton2013-06-291-8/+13
* locks: make generic_add_lease and generic_delete_lease staticJeff Layton2013-06-291-2/+2
* cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton2013-06-291-2/+1
* locks: drop the unused filp argument to posix_unblock_lockJeff Layton2013-06-291-3/+1
* new helper: file_inode(file)Al Viro2013-02-221-12/+12
* nfs: disintegrate UAPI for nfsJ. Bruce Fields2012-10-091-11/+9
|\
| * switch simple cases of fget_light to fdgetAl Viro2012-09-261-11/+9
* | vfs: don't treat fl_type as a bitmapJeff Layton2012-08-201-3/+3
|/
* locks: remove unused lm_release_privateJ. Bruce Fields2012-08-011-5/+1
* Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-07-311-17/+11
|\
| * locks: move lease-specific code out of locks_delete_lockJ. Bruce Fields2012-07-271-6/+5
| * locks: prevent side-effects of locks_release_private before file_lock is init...Filipe Brandenburger2012-07-271-11/+6
* | locks: fix checking of fcntl_setlease argumentJ. Bruce Fields2012-07-231-3/+3
* | Remove easily user-triggerable BUG from generic_setleaseDave Jones2012-07-131-1/+1
|/
* switch flock to fget_light/fput_lightAl Viro2012-05-291-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-1/+1
|\
| * userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman2012-05-031-1/+1
* | CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky2012-04-011-1/+2
|/
* vfs: fix handling of lock allocation failure in lease-break caseLinus Torvalds2011-12-261-8/+3
* Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-10-251-83/+140
|\
| * leases: split up generic_setlease into lock/unlock casesJ. Bruce Fields2011-09-211-36/+62
| * locks: setlease cleanupJ. Bruce Fields2011-08-191-16/+17
| * locks: fix tracking of inprogress lease breaksJ. Bruce Fields2011-08-191-32/+55
| * locks: move F_INPROGRESS from fl_type to fl_flags fieldJ. Bruce Fields2011-08-191-6/+8
| * locks: minor lease cleanupJ. Bruce Fields2011-08-191-5/+10
* | doc: fix broken referencesPaul Bolle2011-09-271-1/+1
|/
* locks: rename lock-manager opsJ. Bruce Fields2011-07-201-17/+17
* fs: locks: remove init_onceMiklos Szeredi2011-07-151-31/+10
* fs: fix lock initializationMiklos Szeredi2011-07-061-10/+20
* Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-03-241-11/+1
|\
| * locks: use assign_type()Namhyung Kim2011-03-071-11/+1
* | fs/locks.c: Remove stale FIXME left over from BKL conversionMatt Fleming2011-03-051-1/+0
|/
* Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-01-141-7/+1
|\
| * locks: minor setlease cleanupJ. Bruce Fields2011-01-041-1/+1
| * locks: eliminate fl_mylease callbackJ. Bruce Fields2011-01-041-7/+1
* | fs: dcache scale dentry refcountNick Piggin2011-01-071-1/+1
|/
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* locks: remove dead lease error-handling codeJ. Bruce Fields2010-11-101-10/+2
* locks: fix leak on merging leasesJ. Bruce Fields2010-11-101-2/+5
* locks: remove fl_copy_lock lock_manager operationChristoph Hellwig2010-10-311-4/+1
* locks: let the caller free file_lock on ->setlease failureChristoph Hellwig2010-10-311-9/+11
* locks: fix setlease methods to free passed-in lockJ. Bruce Fields2010-10-301-1/+2