aboutsummaryrefslogtreecommitdiffstats
path: root/fs/locks.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-01[PATCH] Canonically reference files in Documentation/ code comments partAdrian Bunk1-1/+1
2004-06-29sparse: fix pointer/integer confusionLinus Torvalds1-1/+1
2004-05-29[PATCH] sparse: bits and piecesAlexander Viro1-1/+1
2004-05-26[PATCH] posix locks oops fixAndrew Morton1-6/+40
2004-05-22[PATCH] slab: consolidate panic codeAndrew Morton1-4/+2
2004-04-12[PATCH] rmap 3 arches + mapping_mappedAndrew Morton1-14/+8
2004-02-27[PATCH] export locks_remove_posixChip Salzenberg1-0/+2
2004-01-18[PATCH] bdev: move i_mapping -> f_mapping conversionsAndrew Morton1-2/+2
2003-12-29[PATCH] add steal_locks helperAndrew Morton1-0/+18
2003-10-08[PATCH] set sigio target to current->pid and only if not already setJamie Lokier1-1/+1
2003-10-07o kernel/ksyms.c: move remaining fs/*.c EXPORT_SYMBOLsArnaldo Carvalho de Melo1-10/+27
2003-10-04[PATCH] kernel documentation fixesAndrew Morton1-4/+6
2003-09-21[PATCH] file locking memory leakAndrew Morton1-10/+16
2003-07-10[PATCH] i_size atomic accessAndrew Morton1-2/+2
2003-05-12Add user pointer annotations to core filesystem routines.Linus Torvalds1-4/+4
2003-03-17[PATCH] use set_current_state in fsAndrew Morton1-2/+2
2003-03-10[PATCH] neaten fs/locks.c a littleMatthew Wilcox1-21/+23
2003-03-06[PATCH] fs/locks.c: fix bugsMatthew Wilcox1-38/+46
2003-02-14[PATCH] Fix mandatory lockingMatthew Wilcox1-84/+105
2002-12-01[PATCH] mmuless no longer needs this ifdefAlan Cox1-2/+0
2002-11-26LSM: change if statements into something more readable for the fs/* files.Greg Kroah-Hartman1-4/+8
2002-11-23MergeGreg Kroah-Hartman1-8/+5
2002-11-21[PATCH] fcntl fixAndries E. Brouwer1-2/+11
2002-11-20[PATCH] kill i_devAndries E. Brouwer1-1/+1
2002-11-19[PATCH] rename get_lease to break_leaseMatthew Wilcox1-3/+3
2002-11-17[PATCH] nanosecond stat timefieldsAndi Kleen1-3/+4
2002-11-04[PATCH] NOMMU update for fs/locks.cAlan Cox1-0/+2
2002-10-17LSM: change all of the VFS related security calls to the new format.Greg Kroah-Hartman1-8/+4
2002-10-16LSM: add #include <linux/security.h> to a lot of files as they all have secur...Greg Kroah-Hartman1-0/+1
2002-10-15[PATCH] Fix file locking yield()Matthew Wilcox1-3/+7
2002-09-26[PATCH] fix file_lock_cache leakMatthew Wilcox1-8/+3
2002-09-24[PATCH] thread-flock-2.5.38-A3Ingo Molnar1-7/+7
2002-09-23[PATCH] flock_lock_file livelock fixMatthew Wilcox1-1/+1
2002-09-13[PATCH] 2.5.34-bk fcntl lockupPetr Vandrovec1-1/+1
2002-09-09[PATCH] sleeping file locksMatthew Wilcox1-139/+175
2002-09-02Merge home.transmeta.com:/home/torvalds/v2.5/linuxLinus Torvalds1-10/+2
2002-09-02[PATCH] sigio/sigurg cleanup for 2.5.32James Morris1-10/+2
2002-08-27[PATCH] reintroduce close() optimisationMatthew Wilcox1-0/+8
2002-07-29[PATCH] fs/locks.c: eliminate locks_unlock_deleteMatthew Wilcox1-68/+22
2002-07-27[PATCH] LSM file locking patch is bogusMatthew Wilcox1-6/+6
2002-07-21[PATCH] LSM: file related LSM hooksStephen D. Smalley1-0/+20
2002-07-04[PATCH] ->i_dev switched to dev_tAlexander Viro1-1/+4
2002-06-17[PATCH] make file leases work as they shouldStephen Rothwell1-94/+159
2002-06-11[PATCH] fs/locks.c cleanupMatthew Wilcox1-37/+6
2002-06-08[PATCH] fs/locks.c: more cleanupMatthew Wilcox1-78/+67
2002-06-08[PATCH] fs/locks.c: remove MSNFS defineMatthew Wilcox1-18/+5
2002-06-08[PATCH] fs/locks.c: Only yield once for flocksMatthew Wilcox1-34/+27
2002-06-05[PATCH] fs/locks.c: add and use IS_{POSIX, FLOCK, LEASE} macrosStephen Rothwell1-27/+28
2002-06-04[PATCH] fcntl_[sg]etlk() only need the file *Stephen Rothwell1-59/+23
2002-06-04[PATCH] fs/locks.c use list_del_initStephen Rothwell1-4/+2
2002-06-02[PATCH] remove space in cache namesRandy Hron1-1/+1
2002-02-21- make i_mmap and i_mmap_shared a list.h listIngo Molnar1-2/+2
2002-02-08[PATCH] includes cleanup, 2nd try.Dave Jones1-1/+2
2002-02-05v2.5.1.9 -> v2.5.1.10Linus Torvalds1-2/+1
2002-02-04v2.4.12 -> v2.4.12.1Linus Torvalds1-2/+11
2002-02-04v2.4.9.15 -> v2.4.10Linus Torvalds1-22/+21
2002-02-04v2.4.9.8 -> v2.4.9.9Linus Torvalds1-8/+26
2002-02-04v2.4.6.1 -> v2.4.6.2Linus Torvalds1-1/+1
2002-02-04v2.4.5.3 -> v2.4.5.4Linus Torvalds1-1/+2
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds1-1/+1
2002-02-04Import changesetLinus Torvalds1-0/+1923