aboutsummaryrefslogtreecommitdiff
path: root/fs/locks.c
AgeCommit message (Expand)Author
2014-05-13locks: allow __break_lease to sleep even when break_time is 0Jeff Layton
2013-02-22new helper: file_inode(file)Al Viro
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-08-20vfs: don't treat fl_type as a bitmapJeff Layton
2012-08-01locks: remove unused lm_release_privateJ. Bruce Fields
2012-07-31Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-07-27locks: move lease-specific code out of locks_delete_lockJ. Bruce Fields
2012-07-27locks: prevent side-effects of locks_release_private before file_lock is init...Filipe Brandenburger
2012-07-23locks: fix checking of fcntl_setlease argumentJ. Bruce Fields
2012-07-13Remove easily user-triggerable BUG from generic_setleaseDave Jones
2012-05-29switch flock to fget_light/fput_lightAl Viro
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-03userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman
2012-04-01CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky
2011-12-26vfs: fix handling of lock allocation failure in lease-break caseLinus Torvalds
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-09-27doc: fix broken referencesPaul Bolle
2011-09-21leases: split up generic_setlease into lock/unlock casesJ. Bruce Fields
2011-08-19locks: setlease cleanupJ. Bruce Fields
2011-08-19locks: fix tracking of inprogress lease breaksJ. Bruce Fields
2011-08-19locks: move F_INPROGRESS from fl_type to fl_flags fieldJ. Bruce Fields
2011-08-19locks: minor lease cleanupJ. Bruce Fields
2011-07-20locks: rename lock-manager opsJ. Bruce Fields
2011-07-15fs: locks: remove init_onceMiklos Szeredi
2011-07-06fs: fix lock initializationMiklos Szeredi
2011-03-24Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-03-07locks: use assign_type()Namhyung Kim
2011-03-05fs/locks.c: Remove stale FIXME left over from BKL conversionMatt Fleming
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-01-07fs: dcache scale dentry refcountNick Piggin
2011-01-04locks: minor setlease cleanupJ. Bruce Fields
2011-01-04locks: eliminate fl_mylease callbackJ. Bruce Fields
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-10locks: remove dead lease error-handling codeJ. Bruce Fields
2010-11-10locks: fix leak on merging leasesJ. Bruce Fields
2010-10-31locks: remove fl_copy_lock lock_manager operationChristoph Hellwig
2010-10-31locks: let the caller free file_lock on ->setlease failureChristoph Hellwig
2010-10-30locks: fix setlease methods to free passed-in lockJ. Bruce Fields
2010-10-30locks: fix leaks on setlease errorsJ. Bruce Fields
2010-10-30locks: prevent ENOMEM on lease unlockJ. Bruce Fields
2010-10-27Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-27locks: turn lock_flocks into a spinlockArnd Bergmann
2010-10-27fasync: re-organize fasync entry insertion to allow it under a spinlockLinus Torvalds
2010-10-27locks/nfsd: allocate file lock outside of spinlockArnd Bergmann
2010-10-26procfs: fix numbering in /proc/locksJerome Marchand
2010-10-05fs/locks.c: prepare for BKL removalArnd Bergmann
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-03Switch may_open() and break_lease() to passing O_...Al Viro
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder