summaryrefslogtreecommitdiffstats
path: root/fs/locks.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* locks: fix leaks on setlease errorsJ. Bruce Fields2010-10-301-5/+7
* locks: prevent ENOMEM on lease unlockJ. Bruce Fields2010-10-301-13/+30
* Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-271-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/+12
* | procfs: fix numbering in /proc/locksJerome Marchand2010-10-261-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
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-111-1/+1
|\