aboutsummaryrefslogtreecommitdiff
path: root/fs/locks.c
AgeCommit message (Expand)Author
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
2009-09-22const: make lock_manager_operations constAlexey Dobriyan
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-07-18sched: Convert the only user of cond_resched_bkl to use cond_resched()Frederic Weisbecker
2009-07-17security: fix security_file_lock cmd argumentSten Spans
2009-04-24lockd: call locks_release_private to cleanup per-filesystem stateFelix Blyakher
2009-01-14[CVE-2009-0029] System call wrappers part 16Heiko Carstens
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds
2008-10-23proc: move rest of /proc/locks to fs/locks.cAlexey Dobriyan
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-25locks: allow ->lock() to return FILE_LOCK_DEFERREDMiklos Szeredi
2008-07-25locks: cleanup code duplicationMiklos Szeredi
2008-07-25locks: add special return value for asynchronous locksMiklos Szeredi
2008-06-23[patch 4/4] flock: remove unused fields from file_lock_operationsDenis V. Lunev
2008-05-11Add new 'cond_resched_bkl()' helper functionLinus Torvalds