summaryrefslogtreecommitdiff
path: root/fs/locks.c
AgeCommit message (Expand)Author
2004-10-19[PATCH] nfs4 lease: export remove_leaseWilliam A. Adamson
2004-10-19[PATCH] nfs4 lease: export setleaseWilliam A. Adamson
2004-10-19[PATCH] nfs4 lease: use the inode i_writecountWilliam A. Adamson
2004-10-19[PATCH] nfs4 lease: separate the lease processsing codeWilliam A. Adamson
2004-10-19[PATCH] nfs4 lease: move the f_delown processingWilliam A. Adamson
2004-10-19[PATCH] nfs4 lease: aeparate the lease initialization codeWilliam A. Adamson
2004-10-19[PATCH] nfs4 lease: add a lock manager break callbackWilliam A. Adamson
2004-10-19[PATCH] nfs4 lease: add a lock manager release private callbackWilliam A. Adamson
2004-10-19[PATCH] nfs4 lease: add a lock manager copy lock callbackWilliam A. Adamson
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann
2004-10-02Fix close() vs posix lock raceLinus Torvalds
2004-09-25[PATCH] fix posix_locks_deadlock()Matthew Wilcox
2004-09-07[PATCH] Allow cluster-wide flockKen Preslan
2004-08-23[PATCH] Fix fs/locks.c init orderArjan van de Ven
2004-08-23[PATCH] Fix posix file locking (7/9)Trond Myklebust
2004-08-23[PATCH] Fix posix file locking (6/9)Trond Myklebust
2004-08-23[PATCH] Fix posix file locking (2/9)Trond Myklebust
2004-08-23[PATCH] Fix posix file locking (1/9)Trond Myklebust
2004-08-01[PATCH] Canonically reference files in Documentation/ code comments partAdrian Bunk
2004-06-29sparse: fix pointer/integer confusionLinus Torvalds
2004-05-29[PATCH] sparse: bits and piecesAlexander Viro
2004-05-26[PATCH] posix locks oops fixAndrew Morton
2004-05-22[PATCH] slab: consolidate panic codeAndrew Morton
2004-04-12[PATCH] rmap 3 arches + mapping_mappedAndrew Morton
2004-02-27[PATCH] export locks_remove_posixChip Salzenberg
2004-01-18[PATCH] bdev: move i_mapping -> f_mapping conversionsAndrew Morton
2003-12-29[PATCH] add steal_locks helperAndrew Morton
2003-10-08[PATCH] set sigio target to current->pid and only if not already setJamie Lokier
2003-10-07o kernel/ksyms.c: move remaining fs/*.c EXPORT_SYMBOLsArnaldo Carvalho de Melo
2003-10-04[PATCH] kernel documentation fixesAndrew Morton
2003-09-21[PATCH] file locking memory leakAndrew Morton
2003-07-10[PATCH] i_size atomic accessAndrew Morton
2003-05-12Add user pointer annotations to core filesystem routines.Linus Torvalds
2003-03-17[PATCH] use set_current_state in fsAndrew Morton
2003-03-10[PATCH] neaten fs/locks.c a littleMatthew Wilcox
2003-03-06[PATCH] fs/locks.c: fix bugsMatthew Wilcox
2003-02-14[PATCH] Fix mandatory lockingMatthew Wilcox
2002-12-01[PATCH] mmuless no longer needs this ifdefAlan Cox
2002-11-26LSM: change if statements into something more readable for the fs/* files.Greg Kroah-Hartman
2002-11-23MergeGreg Kroah-Hartman
2002-11-21[PATCH] fcntl fixAndries E. Brouwer
2002-11-20[PATCH] kill i_devAndries E. Brouwer
2002-11-19[PATCH] rename get_lease to break_leaseMatthew Wilcox
2002-11-17[PATCH] nanosecond stat timefieldsAndi Kleen
2002-11-04[PATCH] NOMMU update for fs/locks.cAlan Cox
2002-10-17LSM: change all of the VFS related security calls to the new format.Greg Kroah-Hartman
2002-10-16LSM: add #include <linux/security.h> to a lot of files as they all have secur...Greg Kroah-Hartman
2002-10-15[PATCH] Fix file locking yield()Matthew Wilcox
2002-09-26[PATCH] fix file_lock_cache leakMatthew Wilcox
2002-09-24[PATCH] thread-flock-2.5.38-A3Ingo Molnar