summaryrefslogtreecommitdiff
path: root/fs/locks.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-22new helper: file_inode(file)Al Viro1-12/+12
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields1-11/+9
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-11/+9
2012-08-20vfs: don't treat fl_type as a bitmapJeff Layton1-3/+3
2012-08-01locks: remove unused lm_release_privateJ. Bruce Fields1-5/+1
2012-07-31Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-17/+11
2012-07-27locks: move lease-specific code out of locks_delete_lockJ. Bruce Fields1-6/+5
2012-07-27locks: prevent side-effects of locks_release_private before file_lock is init...Filipe Brandenburger1-11/+6
2012-07-23locks: fix checking of fcntl_setlease argumentJ. Bruce Fields1-3/+3
2012-07-13Remove easily user-triggerable BUG from generic_setleaseDave Jones1-1/+1
2012-05-29switch flock to fget_light/fput_lightAl Viro1-2/+3
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2012-05-03userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman1-1/+1
2012-04-01CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky1-1/+2
2011-12-26vfs: fix handling of lock allocation failure in lease-break caseLinus Torvalds1-8/+3
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-83/+140
2011-09-27doc: fix broken referencesPaul Bolle1-1/+1
2011-09-21leases: split up generic_setlease into lock/unlock casesJ. Bruce Fields1-36/+62
2011-08-19locks: setlease cleanupJ. Bruce Fields1-16/+17
2011-08-19locks: fix tracking of inprogress lease breaksJ. Bruce Fields1-32/+55
2011-08-19locks: move F_INPROGRESS from fl_type to fl_flags fieldJ. Bruce Fields1-6/+8
2011-08-19locks: minor lease cleanupJ. Bruce Fields1-5/+10
2011-07-20locks: rename lock-manager opsJ. Bruce Fields1-17/+17
2011-07-15fs: locks: remove init_onceMiklos Szeredi1-31/+10
2011-07-06fs: fix lock initializationMiklos Szeredi1-10/+20
2011-03-24Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-11/+1
2011-03-07locks: use assign_type()Namhyung Kim1-11/+1
2011-03-05fs/locks.c: Remove stale FIXME left over from BKL conversionMatt Fleming1-1/+0
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-7/+1
2011-01-07fs: dcache scale dentry refcountNick Piggin1-1/+1
2011-01-04locks: minor setlease cleanupJ. Bruce Fields1-1/+1
2011-01-04locks: eliminate fl_mylease callbackJ. Bruce Fields1-7/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-10locks: remove dead lease error-handling codeJ. Bruce Fields1-10/+2
2010-11-10locks: fix leak on merging leasesJ. Bruce Fields1-2/+5
2010-10-31locks: remove fl_copy_lock lock_manager operationChristoph Hellwig1-4/+1
2010-10-31locks: let the caller free file_lock on ->setlease failureChristoph Hellwig1-9/+11
2010-10-30locks: fix setlease methods to free passed-in lockJ. Bruce Fields1-1/+2
2010-10-30locks: fix leaks on setlease errorsJ. Bruce Fields1-5/+7
2010-10-30locks: prevent ENOMEM on lease unlockJ. Bruce Fields1-13/+30
2010-10-27Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-26/+31
2010-10-27locks: turn lock_flocks into a spinlockArnd Bergmann1-2/+3
2010-10-27fasync: re-organize fasync entry insertion to allow it under a spinlockLinus Torvalds1-1/+17
2010-10-27locks/nfsd: allocate file lock outside of spinlockArnd Bergmann1-24/+12
2010-10-26procfs: fix numbering in /proc/locksJerome Marchand1-8/+11
2010-10-05fs/locks.c: prepare for BKL removalArnd Bergmann1-44/+68
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro1-2/+3
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder1-1/+1
2009-09-22const: make lock_manager_operations constAlexey Dobriyan1-1/+1