aboutsummaryrefslogtreecommitdiffstats
path: root/fs/locks.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus 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/adobriya...Linus 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
2008-02-03file locks: Use wait_event_interruptible_timeout()Matthew Wilcox1-28/+4
2008-02-03locks: clarify posix_locks_deadlockJ. Bruce Fields1-30/+40
2007-10-30locks: fix possible infinite loop in posix deadlock detectionJ. Bruce Fields1-0/+11
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-09Rework /proc/locks via seq_files and seq_list helpersPavel Emelyanov1-71/+51
2007-10-09fs/locks.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke1-10/+7
2007-10-09Cleanup macros for distinguishing mandatory locksPavel Emelyanov1-10/+4
2007-10-09locks: Fix potential OOPS in generic_setlease()Pavel Emelyanov1-9/+12
2007-10-09Use list_first_entry in locks_wake_up_blocksPavel Emelyanov1-1/+3
2007-10-09locks: fix flock_lock_file() commentJ. Bruce Fields1-2/+1
2007-10-09Memory shortage can result in inconsistent flocks statePavel Emelyanov1-4/+9
2007-10-09locks: kill redundant local variableJ. Bruce Fields1-1/+1
2007-10-09locks: reverse order of posix_locks_conflict() argumentsJ. Bruce Fields1-1/+1
2007-09-11Leases can be hidden by flocksPavel Emelyanov1-1/+1
2007-07-31rename setlease to generic_setleaseChristoph Hellwig1-4/+4
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-18locks: fix vfs_test_lock() commentJ. Bruce Fields1-2/+1
2007-07-18locks: make posix_test_lock() interface more consistentJ. Bruce Fields1-6/+4
2007-07-18locks: export setlease to filesystemsJ. Bruce Fields1-1/+2
2007-07-18locks: provide a file lease method enabling cluster-coherent leasesJ. Bruce Fields1-2/+22
2007-07-18locks: rename lease functions to reflect locks.c conventionsJ. Bruce Fields1-8/+7
2007-07-18locks: share more common lease codeJ. Bruce Fields1-20/+10
2007-07-18locks: clean up lease_alloc()J. Bruce Fields1-12/+9
2007-07-18locks: convert an -EINVAL return to a BUGJ. Bruce Fields1-3/+1
2007-07-18leases: minor break_lease() comment clarificationdavid m. richter1-3/+3
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-3/+0
2007-05-10locks: fix F_GETLK regression (failure to find conflicts)J. Bruce Fields1-2/+3
2007-05-07Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-108/+156
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+1
2007-05-06locks: add fl_grant callback for asynchronous lock returnMarc Eshel1-0/+19
2007-05-06locks: add lock cancel commandMarc Eshel1-0/+16
2007-05-06locks: allow {vfs,posix}_lock_file to return conflicting lockMarc Eshel1-25/+20
2007-05-06locks: factor out generic/filesystem switch from setlock codeMarc Eshel1-32/+36
2007-05-06locks: factor out generic/filesystem switch from test_lockJ. Bruce Fields1-13/+25
2007-05-06locks: give posix_test_lock same interface as ->lockMarc Eshel1-21/+16
2007-05-06locks: make ->lock release private data before returning in GETLK caseJ. Bruce Fields1-4/+0
2007-04-16locks: create posix-to-flock helper functionsJ. Bruce Fields1-25/+36
2007-04-16locks: trivial removal of unnecessary parenthesesJ. Bruce Fields1-2/+2
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek1-16/+16
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-02[PATCH] file: modify struct fown_struct to use a struct pidEric W. Biederman1-1/+1
2006-10-01[PATCH] VFS: Use SEEK_{SET, CUR, END} instead of hardcoded valuesJosef 'Jeff' Sipek1-6/+6
2006-08-14[PATCH] fcntl(F_SETSIG) fixTrond Myklebust1-2/+4
2006-07-05VFS: Add support for the FL_ACCESS flag to flock_lock_file()Trond Myklebust1-0/+5
2006-07-05VFS: Allow caller to determine if BSD or posix locks were actually freedTrond Myklebust1-2/+16
2006-06-23[PATCH] fs/locks.c: make posix_locks_deadlock() staticAdrian Bunk1-3/+1
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi1-1/+1
2006-06-23[PATCH] locks: clean up locks_remove_posix()Miklos Szeredi1-20/+5
2006-06-23[PATCH] locks: don't do unnecessary allocationsMiklos Szeredi1-3/+10
2006-06-23[PATCH] locks: don't unnecessarily fail posix lock operationsMiklos Szeredi1-7/+15
2006-06-22[PATCH] remove steal_locks()Miklos Szeredi1-57/+0
2006-06-14[PATCH] Return error in case flock_lock_file failureKirill Korotaev1-0/+2
2006-05-08[PATCH] fs/locks.c: Fix lease_initTrond Myklebust1-9/+12
2006-04-19[PATCH] Fix file lookup without refDipankar Sarma1-2/+7
2006-03-31[PATCH] fs/locks.c: Fix sys_flock() raceTrond Myklebust1-14/+16
2006-03-31[PATCH] locks: don't panicMiklos Szeredi1-12/+3
2006-03-26[PATCH] VFS,fs/locks.c,NFSD4: add race_free posix_lock_file_conf() interfaceAndy Adamson1-8/+24
2006-03-26[PATCH] VFS,fs/locks.c: cleanup locks_insert_blockJ. Bruce Fields1-6/+1
2006-03-26[PATCH] Use __read_mostly on some hot fs variablesEric Dumazet1-1/+1
2006-03-20lockd: stop abusing file_lock_listChristoph Hellwig1-4/+1
2006-03-20lockd: posix_test_lock() should not call locks_copy_lock()Trond Myklebust1-5/+13
2006-03-20locks,lockd: fix race in nlmsvc_testlockAndy Adamson1-8/+13
2006-03-20locks: remove unused posix_block_lockAndy Adamson1-15/+0
2006-03-20VFS: Fix __posix_lock_file() copy of private lock areaTrond Myklebust1-17/+36
2006-01-08[PATCH] tiny: Uninline some fslocks.c functionsMatt Mackall1-4/+3
2006-01-06NLM: Further cancel fixesJ. Bruce Fields1-1/+6
2006-01-06NLM: don't unlock on cancel requestsJ. Bruce Fields1-11/+2
2005-11-13[PATCH] VFS: local denial-of-service with file leasesChris Wright1-1/+0
2005-11-13[PATCH] VFS: Fix memory leak with file leasesJ. Bruce Fields1-1/+1
2005-10-18Fix Connectathon locking test failureTrond Myklebust1-17/+25
2005-09-23From: Olaf Kirch <okir@suse.de>Olaf Kirch1-1/+5
2005-09-17[PATCH] files: fix preemption issuesDipankar Sarma1-0/+3
2005-09-09[PATCH] files: break up files structDipankar Sarma1-3/+5
2005-07-27[PATCH] stale POSIX lock handlingPeter Staubach1-33/+48
2005-07-07[PATCH] coverity: fs/locks.c flp null checkKAMBAROV, ZAUR1-1/+3
2005-06-22[PATCH] VFS: Ensure that all the on-stack struct file_lock call fl_release_pr...Trond Myklebust1-0/+6
2005-05-05[PATCH] make some things staticAdrian Bunk1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2212