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