summaryrefslogtreecommitdiff
path: root/fs/locks.c
Commit message (Expand)AuthorAge
* locks: move file_lock_list to a set of percpu hlist_heads and convert file_lo...Jeff Layton2013-07-08
* helper for reading ->d_countAl Viro2013-07-05
* locks: give the blocked_hash its own spinlockJeff Layton2013-06-29
* locks: add a new "lm_owner_key" lock operationJeff Layton2013-06-29
* locks: turn the blocked_list into a hashtableJeff Layton2013-06-29
* locks: convert fl_link to a hlist_nodeJeff Layton2013-06-29
* locks: avoid taking global lock if possible when waking up blocked waitersJeff Layton2013-06-29
* locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-29
* locks: encapsulate the fl_link list handlingJeff Layton2013-06-29
* locks: make "added" in __posix_lock_file a boolJeff Layton2013-06-29
* locks: comment cleanups and clarificationsJeff Layton2013-06-29
* locks: make generic_add_lease and generic_delete_lease staticJeff Layton2013-06-29
* cifs: use posix_unblock_lock instead of locks_delete_blockJeff Layton2013-06-29
* locks: drop the unused filp argument to posix_unblock_lockJeff Layton2013-06-29
* new helper: file_inode(file)Al Viro2013-02-22
* nfs: disintegrate UAPI for nfsJ. Bruce Fields2012-10-09
|\
| * switch simple cases of fget_light to fdgetAl Viro2012-09-26
* | vfs: don't treat fl_type as a bitmapJeff Layton2012-08-20
|/
* locks: remove unused lm_release_privateJ. Bruce Fields2012-08-01
* Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-07-31
|\
| * locks: move lease-specific code out of locks_delete_lockJ. Bruce Fields2012-07-27
| * locks: prevent side-effects of locks_release_private before file_lock is init...Filipe Brandenburger2012-07-27
* | locks: fix checking of fcntl_setlease argumentJ. Bruce Fields2012-07-23
* | Remove easily user-triggerable BUG from generic_setleaseDave Jones2012-07-13
|/
* switch flock to fget_light/fput_lightAl Viro2012-05-29
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-23
|\
| * userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman2012-05-03
* | CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky2012-04-01
|/
* vfs: fix handling of lock allocation failure in lease-break caseLinus Torvalds2011-12-26
* Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-10-25
|\
| * leases: split up generic_setlease into lock/unlock casesJ. Bruce Fields2011-09-21
| * locks: setlease cleanupJ. Bruce Fields2011-08-19
| * locks: fix tracking of inprogress lease breaksJ. Bruce Fields2011-08-19
| * locks: move F_INPROGRESS from fl_type to fl_flags fieldJ. Bruce Fields2011-08-19
| * locks: minor lease cleanupJ. Bruce Fields2011-08-19
* | doc: fix broken referencesPaul Bolle2011-09-27
|/
* locks: rename lock-manager opsJ. Bruce Fields2011-07-20
* fs: locks: remove init_onceMiklos Szeredi2011-07-15
* fs: fix lock initializationMiklos Szeredi2011-07-06
* Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-03-24
|\
| * locks: use assign_type()Namhyung Kim2011-03-07
* | fs/locks.c: Remove stale FIXME left over from BKL conversionMatt Fleming2011-03-05
|/
* Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-01-14
|\
| * locks: minor setlease cleanupJ. Bruce Fields2011-01-04
| * locks: eliminate fl_mylease callbackJ. Bruce Fields2011-01-04
* | fs: dcache scale dentry refcountNick Piggin2011-01-07
|/
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
* locks: remove dead lease error-handling codeJ. Bruce Fields2010-11-10
* locks: fix leak on merging leasesJ. Bruce Fields2010-11-10
* locks: remove fl_copy_lock lock_manager operationChristoph Hellwig2010-10-31