aboutsummaryrefslogtreecommitdiffstats
path: root/fs/locks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/adobriyan/procLinus 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