aboutsummaryrefslogtreecommitdiffstats
path: root/fs/locks.c
Commit message (Expand)AuthorAge
* 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
* locks: let the caller free file_lock on ->setlease failureChristoph Hellwig2010-10-31
* locks: fix setlease methods to free passed-in lockJ. Bruce Fields2010-10-30
* locks: fix leaks on setlease errorsJ. Bruce Fields2010-10-30
* locks: prevent ENOMEM on lease unlockJ. Bruce Fields2010-10-30
* Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-27
|\
| * locks: turn lock_flocks into a spinlockArnd Bergmann2010-10-27
| * fasync: re-organize fasync entry insertion to allow it under a spinlockLinus Torvalds2010-10-27
| * locks/nfsd: allocate file lock outside of spinlockArnd Bergmann2010-10-27
* | procfs: fix numbering in /proc/locksJerome Marchand2010-10-26
|/
* fs/locks.c: prepare for BKL removalArnd Bergmann2010-10-05
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-08
|\
| * Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder2010-02-05
* | Switch may_open() and break_lease() to passing O_...Al Viro2010-03-03
|/
* const: make lock_manager_operations constAlexey Dobriyan2009-09-22