UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / fs / locks.c
2011-01-14 Linus TorvaldsMerge branch 'for-2.6.38' of git://linux-nfs.org/~bfiel...
2011-01-07 Nick Pigginfs: dcache scale dentry refcount
2011-01-04 J. Bruce Fieldslocks: minor setlease cleanup
2011-01-04 J. Bruce Fieldslocks: eliminate fl_mylease callback
2010-11-17 Arnd BergmannBKL: remove extraneous #include <smp_lock.h>
2010-11-10 J. Bruce Fieldslocks: remove dead lease error-handling code
2010-11-10 J. Bruce Fieldslocks: fix leak on merging leases
2010-10-31 Christoph Hellwiglocks: remove fl_copy_lock lock_manager operation
2010-10-31 Christoph Hellwiglocks: let the caller free file_lock on ->setlease...
2010-10-31 J. Bruce Fieldslocks: fix setlease methods to free passed-in lock
2010-10-31 J. Bruce Fieldslocks: fix leaks on setlease errors
2010-10-31 J. Bruce Fieldslocks: prevent ENOMEM on lease unlock
2010-10-28 Linus TorvaldsMerge branch 'flock' of git://git./linux/kernel/git...
2010-10-27 Arnd Bergmannlocks: turn lock_flocks into a spinlock
2010-10-27 Linus Torvaldsfasync: re-organize fasync entry insertion to allow...
2010-10-27 Arnd Bergmannlocks/nfsd: allocate file lock outside of spinlock
2010-10-26 Jerome Marchandprocfs: fix numbering in /proc/locks
2010-10-05 Arnd Bergmannfs/locks.c: prepare for BKL removal
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-03-03 Al ViroSwitch may_open() and break_lease() to passing O_...
2010-02-05 Adam BuchbinderFix misspelling of "should" and "shouldn't" in comments.
2009-09-22 Alexey Dobriyanconst: make lock_manager_operations const
2009-09-11 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2009-07-18 Frederic Weisbeckersched: Convert the only user of cond_resched_bkl to...
2009-07-16 Sten Spanssecurity: fix security_file_lock cmd argument
2009-04-24 Felix Blyakherlockd: call locks_release_private to cleanup per-filesy...
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 16
2008-11-13 David HowellsCRED: Wrap task credential accesses in the filesystem...
2008-10-23 Linus TorvaldsMerge branch 'proc' of git://git./linux/kernel/git...
2008-10-23 Alexey Dobriyanproc: move rest of /proc/locks to fs/locks.c
2008-10-21 Al Viro[PATCH] introduce fmode_t, do annotations
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-25 Miklos Szeredilocks: allow ->lock() to return FILE_LOCK_DEFERRED
2008-07-25 Miklos Szeredilocks: cleanup code duplication
2008-07-25 Miklos Szeredilocks: add special return value for asynchronous locks
2008-06-23 Denis V. Lunev[patch 4/4] flock: remove unused fields from file_lock_...
2008-05-11 Linus TorvaldsAdd new 'cond_resched_bkl()' helper function
2008-05-06 Al Viro[PATCH] fix SMP ordering hole in fcntl_setlk()
2008-05-01 Al Viro[PATCH] split linux/file.h
2008-04-25 Roland DreierExport __locks_copy_lock() so modular lockd builds
2008-04-25 J. Bruce Fieldslocks: don't call ->copy_lock methods on return of...
2008-04-25 David M. Richterleases: remove unneeded variable from fcntl_setlease().
2008-04-25 David M. Richterleases: move lock allocation earlier in generic_setlease()
2008-04-25 David M. Richterleases: when unlocking, skip locking-related steps
2008-04-25 David M. Richterleases: fix a return-value mixup
2008-04-19 Matthew Wilcoxfs: Remove unnecessary inclusions of asm/semaphore.h
2008-04-14 J. Bruce Fieldslocks: fix possible infinite loop in fcntl(F_SETLKW...
2008-03-20 Randy Dunlapfs: fix kernel-doc notation warnings
2008-02-08 Pavel EmelyanovPidns: make full use of xxx_vnr() calls
2008-02-03 Vitaliy Gusevpid-namespaces-vs-locks-interaction
2008-02-03 Matthew Wilcoxfile locks: Use wait_event_interruptible_timeout()
2008-02-03 J. Bruce Fieldslocks: clarify posix_locks_deadlock
2007-10-30 J. Bruce Fieldslocks: fix possible infinite loop in posix deadlock...
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-09 Pavel EmelyanovRework /proc/locks via seq_files and seq_list helpers
2007-10-09 Matthias Kaehlckefs/locks.c: use list_for_each_entry() instead of list_f...
2007-10-09 Pavel EmelyanovCleanup macros for distinguishing mandatory locks
2007-10-09 Pavel Emelyanovlocks: Fix potential OOPS in generic_setlease()
2007-10-09 Pavel EmelyanovUse list_first_entry in locks_wake_up_blocks
2007-10-09 J. Bruce Fieldslocks: fix flock_lock_file() comment
2007-10-09 Pavel EmelyanovMemory shortage can result in inconsistent flocks state
2007-10-09 J. Bruce Fieldslocks: kill redundant local variable
2007-10-09 J. Bruce Fieldslocks: reverse order of posix_locks_conflict() arguments
2007-09-12 Pavel EmelyanovLeases can be hidden by flocks
2007-07-31 Christoph Hellwigrename setlease to generic_setlease
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-18 J. Bruce Fieldslocks: fix vfs_test_lock() comment
2007-07-18 J. Bruce Fieldslocks: make posix_test_lock() interface more consistent
2007-07-18 J. Bruce Fieldslocks: export setlease to filesystems
2007-07-18 J. Bruce Fieldslocks: provide a file lease method enabling cluster...
2007-07-18 J. Bruce Fieldslocks: rename lease functions to reflect locks.c conven...
2007-07-18 J. Bruce Fieldslocks: share more common lease code
2007-07-18 J. Bruce Fieldslocks: clean up lease_alloc()
2007-07-18 J. Bruce Fieldslocks: convert an -EINVAL return to a BUG
2007-07-18 david m. richterleases: minor break_lease() comment clarification
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-11 J. Bruce Fieldslocks: fix F_GETLK regression (failure to find conflicts)
2007-05-07 Linus TorvaldsMerge branch 'server-cluster-locking-api' of git:/...
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-07 Marc Eshellocks: add fl_grant callback for asynchronous lock...
2007-05-07 Marc Eshellocks: add lock cancel command
2007-05-06 Marc Eshellocks: allow {vfs,posix}_lock_file to return conflictin...
2007-05-06 Marc Eshellocks: factor out generic/filesystem switch from setloc...
2007-05-06 J. Bruce Fieldslocks: factor out generic/filesystem switch from test_lock
2007-05-06 Marc Eshellocks: give posix_test_lock same interface as ->lock
2007-05-06 J. Bruce Fieldslocks: make ->lock release private data before returnin...
2007-04-16 J. Bruce Fieldslocks: create posix-to-flock helper functions
2007-04-16 J. Bruce Fieldslocks: trivial removal of unnecessary parentheses
2006-12-08 Josef "Jeff" Sipek[PATCH] VFS: change struct file to use struct path
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-10-02 Eric W. Biederman[PATCH] file: modify struct fown_struct to use a struct pid
2006-10-01 Josef 'Jeff' Sipek[PATCH] VFS: Use SEEK_{SET, CUR, END} instead of hardco...
2006-08-14 Trond Myklebust[PATCH] fcntl(F_SETSIG) fix
2006-07-05 Trond MyklebustVFS: Add support for the FL_ACCESS flag to flock_lock_f...
2006-07-05 Trond MyklebustVFS: Allow caller to determine if BSD or posix locks...
2006-06-23 Adrian Bunk[PATCH] fs/locks.c: make posix_locks_deadlock() static
2006-06-23 Miklos Szeredi[PATCH] vfs: add lock owner argument to flush operation
2006-06-23 Miklos Szeredi[PATCH] locks: clean up locks_remove_posix()
2006-06-23 Miklos Szeredi[PATCH] locks: don't do unnecessary allocations
next