aboutsummaryrefslogtreecommitdiffstats
path: root/fs/locks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-07-18sched: Convert the only user of cond_resched_bkl to use cond_resched()Frederic Weisbecker1-1/+1
2009-07-17security: fix security_file_lock cmd argumentSten Spans1-1/+1
2009-04-24lockd: call locks_release_private to cleanup per-filesystem stateFelix Blyakher1-1/+2
2009-01-14[CVE-2009-0029] System call wrappers part 16Heiko Carstens1-1/+1
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells1-1/+1
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds1-1/+21
2008-10-23proc: move rest of /proc/locks to fs/locks.cAlexey Dobriyan1-1/+21
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-1/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25locks: allow ->lock() to return FILE_LOCK_DEFERREDMiklos Szeredi1-14/+9
2008-07-25locks: cleanup code duplicationMiklos Szeredi1-40/+31
2008-07-25locks: add special return value for asynchronous locksMiklos Szeredi1-14/+14
2008-06-23[patch 4/4] flock: remove unused fields from file_lock_operationsDenis V. Lunev1-6/+0
2008-05-11Add new 'cond_resched_bkl()' helper functionLinus Torvalds1-1/+1
2008-05-06[PATCH] fix SMP ordering hole in fcntl_setlk()Al Viro1-2/+15
2008-05-01[PATCH] split linux/file.hAl Viro1-0/+1
2008-04-25Export __locks_copy_lock() so modular lockd buildsRoland Dreier1-0/+1
2008-04-25locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields1-2/+2
2008-04-25leases: remove unneeded variable from fcntl_setlease().David M. Richter1-2/+1
2008-04-25leases: move lock allocation earlier in generic_setlease()David M. Richter1-5/+5
2008-04-25leases: when unlocking, skip locking-related stepsDavid M. Richter1-11/+13
2008-04-25leases: fix a return-value mixupDavid M. Richter1-0/+1
2008-04-18fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-14locks: fix possible infinite loop in fcntl(F_SETLKW) over nfsJ. Bruce Fields1-20/+28
2008-03-19fs: fix kernel-doc notation warningsRandy Dunlap1-2/+2
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov1-3/+2
2008-02-03pid-namespaces-vs-locks-interactionVitaliy Gusev1-6/+23