aboutsummaryrefslogtreecommitdiff
path: root/fs/locks.c
AgeCommit message (Expand)Author
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
2007-04-16locks: create posix-to-flock helper functionsJ. Bruce Fields
2007-04-16locks: trivial removal of unnecessary parenthesesJ. Bruce Fields
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-10-02[PATCH] file: modify struct fown_struct to use a struct pidEric W. Biederman
2006-10-01[PATCH] VFS: Use SEEK_{SET, CUR, END} instead of hardcoded valuesJosef 'Jeff' Sipek
2006-08-14[PATCH] fcntl(F_SETSIG) fixTrond Myklebust
2006-07-05VFS: Add support for the FL_ACCESS flag to flock_lock_file()Trond Myklebust
2006-07-05VFS: Allow caller to determine if BSD or posix locks were actually freedTrond Myklebust
2006-06-23[PATCH] fs/locks.c: make posix_locks_deadlock() staticAdrian Bunk
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi
2006-06-23[PATCH] locks: clean up locks_remove_posix()Miklos Szeredi
2006-06-23[PATCH] locks: don't do unnecessary allocationsMiklos Szeredi
2006-06-23[PATCH] locks: don't unnecessarily fail posix lock operationsMiklos Szeredi
2006-06-22[PATCH] remove steal_locks()Miklos Szeredi
2006-06-14[PATCH] Return error in case flock_lock_file failureKirill Korotaev
2006-05-08[PATCH] fs/locks.c: Fix lease_initTrond Myklebust
2006-04-19[PATCH] Fix file lookup without refDipankar Sarma
2006-03-31[PATCH] fs/locks.c: Fix sys_flock() raceTrond Myklebust
2006-03-31[PATCH] locks: don't panicMiklos Szeredi
2006-03-26[PATCH] VFS,fs/locks.c,NFSD4: add race_free posix_lock_file_conf() interfaceAndy Adamson
2006-03-26[PATCH] VFS,fs/locks.c: cleanup locks_insert_blockJ. Bruce Fields
2006-03-26[PATCH] Use __read_mostly on some hot fs variablesEric Dumazet
2006-03-20lockd: stop abusing file_lock_listChristoph Hellwig
2006-03-20lockd: posix_test_lock() should not call locks_copy_lock()Trond Myklebust
2006-03-20locks,lockd: fix race in nlmsvc_testlockAndy Adamson
2006-03-20locks: remove unused posix_block_lockAndy Adamson
2006-03-20VFS: Fix __posix_lock_file() copy of private lock areaTrond Myklebust