mmc: s3c6410: enable ADMA feature in 6410 sdhci controller
[safe/jmp/linux-2.6] / fs / locks.c
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
2006-06-23 Miklos Szeredi[PATCH] locks: don't unnecessarily fail posix lock...
2006-06-22 Miklos Szeredi[PATCH] remove steal_locks()
2006-06-14 Kirill Korotaev[PATCH] Return error in case flock_lock_file failure
2006-05-08 Trond Myklebust[PATCH] fs/locks.c: Fix lease_init
2006-04-19 Dipankar Sarma[PATCH] Fix file lookup without ref
2006-03-31 Trond Myklebust[PATCH] fs/locks.c: Fix sys_flock() race
2006-03-31 Miklos Szeredi[PATCH] locks: don't panic
2006-03-26 Andy Adamson[PATCH] VFS,fs/locks.c,NFSD4: add race_free posix_lock_...
2006-03-26 J. Bruce Fields[PATCH] VFS,fs/locks.c: cleanup locks_insert_block
2006-03-26 Eric Dumazet[PATCH] Use __read_mostly on some hot fs variables
2006-03-20 Christoph Hellwiglockd: stop abusing file_lock_list
2006-03-20 Trond Myklebustlockd: posix_test_lock() should not call locks_copy_lock()
2006-03-20 Andy Adamsonlocks,lockd: fix race in nlmsvc_testlock
2006-03-20 Andy Adamsonlocks: remove unused posix_block_lock
2006-03-20 Trond MyklebustVFS: Fix __posix_lock_file() copy of private lock area
2006-01-09 Matt Mackall[PATCH] tiny: Uninline some fslocks.c functions
2006-01-06 J. Bruce FieldsNLM: Further cancel fixes
2006-01-06 J. Bruce FieldsNLM: don't unlock on cancel requests
next