aboutsummaryrefslogtreecommitdiff
path: root/fs/locks.c
AgeCommit message (Expand)Author
2008-05-11Add new 'cond_resched_bkl()' helper functionLinus Torvalds
2008-05-06[PATCH] fix SMP ordering hole in fcntl_setlk()Al Viro
2008-05-01[PATCH] split linux/file.hAl Viro
2008-04-25Export __locks_copy_lock() so modular lockd buildsRoland Dreier
2008-04-25locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields
2008-04-25leases: remove unneeded variable from fcntl_setlease().David M. Richter
2008-04-25leases: move lock allocation earlier in generic_setlease()David M. Richter
2008-04-25leases: when unlocking, skip locking-related stepsDavid M. Richter
2008-04-25leases: fix a return-value mixupDavid M. Richter
2008-04-18fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-04-14locks: fix possible infinite loop in fcntl(F_SETLKW) over nfsJ. Bruce Fields
2008-03-19fs: fix kernel-doc notation warningsRandy Dunlap
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov
2008-02-03pid-namespaces-vs-locks-interactionVitaliy Gusev
2008-02-03file locks: Use wait_event_interruptible_timeout()Matthew Wilcox
2008-02-03locks: clarify posix_locks_deadlockJ. Bruce Fields
2007-10-30locks: fix possible infinite loop in posix deadlock detectionJ. Bruce Fields
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-09Rework /proc/locks via seq_files and seq_list helpersPavel Emelyanov
2007-10-09fs/locks.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke
2007-10-09Cleanup macros for distinguishing mandatory locksPavel Emelyanov
2007-10-09locks: Fix potential OOPS in generic_setlease()Pavel Emelyanov
2007-10-09Use list_first_entry in locks_wake_up_blocksPavel Emelyanov
2007-10-09locks: fix flock_lock_file() commentJ. Bruce Fields
2007-10-09Memory shortage can result in inconsistent flocks statePavel Emelyanov
2007-10-09locks: kill redundant local variableJ. Bruce Fields
2007-10-09locks: reverse order of posix_locks_conflict() argumentsJ. Bruce Fields
2007-09-11Leases can be hidden by flocksPavel Emelyanov
2007-07-31rename setlease to generic_setleaseChristoph Hellwig
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-18locks: fix vfs_test_lock() commentJ. Bruce Fields
2007-07-18locks: make posix_test_lock() interface more consistentJ. Bruce Fields
2007-07-18locks: export setlease to filesystemsJ. Bruce Fields
2007-07-18locks: provide a file lease method enabling cluster-coherent leasesJ. Bruce Fields
2007-07-18locks: rename lease functions to reflect locks.c conventionsJ. Bruce Fields
2007-07-18locks: share more common lease codeJ. Bruce Fields
2007-07-18locks: clean up lease_alloc()J. Bruce Fields
2007-07-18locks: convert an -EINVAL return to a BUGJ. Bruce Fields
2007-07-18leases: minor break_lease() comment clarificationdavid m. richter
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-10locks: fix F_GETLK regression (failure to find conflicts)J. Bruce Fields
2007-05-07Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter
2007-05-06locks: add fl_grant callback for asynchronous lock returnMarc Eshel
2007-05-06locks: add lock cancel commandMarc Eshel
2007-05-06locks: allow {vfs,posix}_lock_file to return conflicting lockMarc Eshel
2007-05-06locks: factor out generic/filesystem switch from setlock codeMarc Eshel
2007-05-06locks: factor out generic/filesystem switch from test_lockJ. Bruce Fields
2007-05-06locks: give posix_test_lock same interface as ->lockMarc Eshel
2007-05-06locks: make ->lock release private data before returning in GETLK caseJ. Bruce Fields