summaryrefslogtreecommitdiffstats
path: root/fs/locks.c
Commit message (Expand)AuthorAgeFilesLines
* new helper: file_inode(file)Al Viro2013-02-231-12/+12
* nfs: disintegrate UAPI for nfsJ. Bruce Fields2012-10-101-11/+9Star
|\
| * switch simple cases of fget_light to fdgetAl Viro2012-09-271-11/+9Star
* | vfs: don't treat fl_type as a bitmapJeff Layton2012-08-211-3/+3
|/
* locks: remove unused lm_release_privateJ. Bruce Fields2012-08-011-5/+1Star
* Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-07-311-17/+11Star
|\
| * locks: move lease-specific code out of locks_delete_lockJ. Bruce Fields2012-07-271-6/+5Star
| * locks: prevent side-effects of locks_release_private before file_lock is init...Filipe Brandenburger2012-07-271-11/+6Star
* | 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-301-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-241-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/+3Star
* 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-211-17/+17
* fs: locks: remove init_onceMiklos Szeredi2011-07-161-31/+10Star
* 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/+1Star
|\
| * locks: use assign_type()Namhyung Kim2011-03-071-11/+1Star
* | fs/locks.c: Remove stale FIXME left over from BKL conversionMatt Fleming2011-03-051-1/+0Star
|/
* Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-01-141-7/+1Star
|\
| * locks: minor setlease cleanupJ. Bruce Fields2011-01-041-1/+1
| * locks: eliminate fl_mylease callbackJ. Bruce Fields2011-01-041-7/+1Star
* | fs: dcache scale dentry refcountNick Piggin2011-01-071-1/+1
|/
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
* locks: remove dead lease error-handling codeJ. Bruce Fields2010-11-101-10/+2Star
* locks: fix leak on merging leasesJ. Bruce Fields2010-11-101-2/+5
* locks: remove fl_copy_lock lock_manager operationChristoph Hellwig2010-10-311-4/+1Star
* 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-311-1/+2
* locks: fix leaks on setlease errorsJ. Bruce Fields2010-10-311-5/+7
* locks: prevent ENOMEM on lease unlockJ. Bruce Fields2010-10-311-13/+30
* Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-281-26/+31
|\
| * locks: turn lock_flocks into a spinlockArnd Bergmann2010-10-271-2/+3
| * fasync: re-organize fasync entry insertion to allow it under a spinlockLinus Torvalds2010-10-271-1/+17
| * locks/nfsd: allocate file lock outside of spinlockArnd Bergmann2010-10-271-24/+12Star
* | procfs: fix numbering in /proc/locksJerome Marchand2010-10-271-8/+11
|/
* fs/locks.c: prepare for BKL removalArnd Bergmann2010-10-051-44/+68
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder2010-02-051-1/+1
* | Switch may_open() and break_lease() to passing O_...Al Viro2010-03-031-2/+3
|/
* const: make lock_manager_operations constAlexey Dobriyan2009-09-221-1/+1