aboutsummaryrefslogtreecommitdiff
path: root/fs/locks.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-11-10locks: remove dead lease error-handling codeGravatar J. Bruce Fields 1-10/+2
2010-11-10locks: fix leak on merging leasesGravatar J. Bruce Fields 1-2/+5
2010-10-31locks: remove fl_copy_lock lock_manager operationGravatar Christoph Hellwig 1-4/+1
2010-10-31locks: let the caller free file_lock on ->setlease failureGravatar Christoph Hellwig 1-9/+11
2010-10-30locks: fix setlease methods to free passed-in lockGravatar J. Bruce Fields 1-1/+2
2010-10-30locks: fix leaks on setlease errorsGravatar J. Bruce Fields 1-5/+7
2010-10-30locks: prevent ENOMEM on lease unlockGravatar J. Bruce Fields 1-13/+30
2010-10-27Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-26/+31
2010-10-27locks: turn lock_flocks into a spinlockGravatar Arnd Bergmann 1-2/+3
2010-10-27fasync: re-organize fasync entry insertion to allow it under a spinlockGravatar Linus Torvalds 1-1/+17
2010-10-27locks/nfsd: allocate file lock outside of spinlockGravatar Arnd Bergmann 1-24/+12
2010-10-26procfs: fix numbering in /proc/locksGravatar Jerome Marchand 1-8/+11
2010-10-05fs/locks.c: prepare for BKL removalGravatar Arnd Bergmann 1-44/+68
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2010-03-03Switch may_open() and break_lease() to passing O_...Gravatar Al Viro 1-2/+3
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Gravatar Adam Buchbinder 1-1/+1
2009-09-22const: make lock_manager_operations constGravatar Alexey Dobriyan 1-1/+1
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2009-07-18sched: Convert the only user of cond_resched_bkl to use cond_resched()Gravatar Frederic Weisbecker 1-1/+1
2009-07-17security: fix security_file_lock cmd argumentGravatar Sten Spans 1-1/+1
2009-04-24lockd: call locks_release_private to cleanup per-filesystem stateGravatar Felix Blyakher 1-1/+2
2009-01-14[CVE-2009-0029] System call wrappers part 16Gravatar Heiko Carstens 1-1/+1
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemGravatar David Howells 1-1/+1
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Gravatar Linus Torvalds 1-1/+21
2008-10-23proc: move rest of /proc/locks to fs/locks.cGravatar Alexey Dobriyan 1-1/+21
2008-10-21[PATCH] introduce fmode_t, do annotationsGravatar Al Viro 1-1/+2
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-25locks: allow ->lock() to return FILE_LOCK_DEFERREDGravatar Miklos Szeredi 1-14/+9
2008-07-25locks: cleanup code duplicationGravatar Miklos Szeredi 1-40/+31
2008-07-25locks: add special return value for asynchronous locksGravatar Miklos Szeredi 1-14/+14
2008-06-23[patch 4/4] flock: remove unused fields from file_lock_operationsGravatar Denis V. Lunev 1-6/+0
2008-05-11Add new 'cond_resched_bkl()' helper functionGravatar Linus Torvalds 1-1/+1
2008-05-06[PATCH] fix SMP ordering hole in fcntl_setlk()Gravatar Al Viro 1-2/+15
2008-05-01[PATCH] split linux/file.hGravatar Al Viro 1-0/+1
2008-04-25Export __locks_copy_lock() so modular lockd buildsGravatar Roland Dreier 1-0/+1
2008-04-25locks: don't call ->copy_lock methods on return of conflicting locksGravatar J. Bruce Fields 1-2/+2
2008-04-25leases: remove unneeded variable from fcntl_setlease().Gravatar David M. Richter 1-2/+1
2008-04-25leases: move lock allocation earlier in generic_setlease()Gravatar David M. Richter 1-5/+5
2008-04-25leases: when unlocking, skip locking-related stepsGravatar David M. Richter 1-11/+13
2008-04-25leases: fix a return-value mixupGravatar David M. Richter 1-0/+1
2008-04-18fs: Remove unnecessary inclusions of asm/semaphore.hGravatar Matthew Wilcox 1-1/+0
2008-04-14locks: fix possible infinite loop in fcntl(F_SETLKW) over nfsGravatar J. Bruce Fields 1-20/+28
2008-03-19fs: fix kernel-doc notation warningsGravatar Randy Dunlap 1-2/+2
2008-02-08Pidns: make full use of xxx_vnr() callsGravatar Pavel Emelyanov 1-3/+2
2008-02-03pid-namespaces-vs-locks-interactionGravatar Vitaliy Gusev 1-6/+23
2008-02-03file locks: Use wait_event_interruptible_timeout()Gravatar Matthew Wilcox 1-28/+4
2008-02-03locks: clarify posix_locks_deadlockGravatar J. Bruce Fields 1-30/+40
2007-10-30locks: fix possible infinite loop in posix deadlock detectionGravatar J. Bruce Fields 1-0/+11
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-1/+1