1. fc9a07e invalidate_mapping_pages(): add cond_resched by Andrew Morton · 17 years ago
  2. d96e6e7 Remove remnants of sendfile() by Jens Axboe · 17 years ago
  3. d054fe3 xip sendfile removal by Carsten Otte · 17 years ago
  4. 0452a4e sendfile: kill generic_file_sendfile() by Jens Axboe · 17 years ago
  5. 71c4215 document nlink function by Dave Hansen · 17 years ago
  6. ec4883b Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  7. acaebfd [MTD] generalise the handling of MTD-specific superblocks by David Howells · 17 years ago
  8. ef51c97 Remove do_sync_file_range() by Mark Fasheh · 17 years ago
  9. 79c0b2d add filesystem subtype support by Miklos Szeredi · 17 years ago
  10. 1ae7075 use use SEEK_MAX to validate user lseek arguments by Chris Snook · 17 years ago
  11. 0ceb331 mm: move common segment checks to separate helper function by Dmitriy Monakhov · 17 years ago
  12. 2d56d3c Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  13. 6ce745e readahead: code cleanup by Jan Kara · 17 years ago
  14. ec0f163 readahead: improve heuristic detecting sequential reads by Jan Kara · 17 years ago
  15. 2beb661 locks: add fl_grant callback for asynchronous lock return by Marc Eshel · 18 years ago
  16. 9b9d2ab locks: add lock cancel command by Marc Eshel · 18 years ago
  17. 150b393 locks: allow {vfs,posix}_lock_file to return conflicting lock by Marc Eshel · 18 years ago
  18. 7723ec9 locks: factor out generic/filesystem switch from setlock code by Marc Eshel · 18 years ago
  19. 3ee17ab locks: factor out generic/filesystem switch from test_lock by J. Bruce Fields · 17 years ago
  20. 9d6a8c5 locks: give posix_test_lock same interface as ->lock by Marc Eshel · 17 years ago
  21. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  22. 5b04aa3 [PATCH] Turn do_sync_file_range() into do_sync_mapping_range() by Mark Fasheh · 17 years ago
  23. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  24. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  25. fb58b73 [PATCH] move remove_dquot_ref to dqout.c by Christoph Hellwig · 17 years ago
  26. fc0ecff [PATCH] remove invalidate_inode_pages() by Andrew Morton · 17 years ago
  27. 54bc485 [PATCH] Export invalidate_mapping_pages() to modules by Anton Altaparmakov · 17 years ago
  28. 37756ce [PATCH] avoid one conditional branch in touch_atime() by Eric Dumazet · 17 years ago
  29. f73ca1b [PATCH] Revert bd_mount_mutex back to a semaphore by David Chinner · 18 years ago
  30. e3db769 [PATCH] NFS: Fix race in nfs_release_page() by Trond Myklebust · 18 years ago
  31. 47ae32d [PATCH] relative atime by Valerie Henson · 18 years ago
  32. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 18 years ago
  33. 2e7b651 [PATCH] remove the old bd_mutex lockdep annotation by Peter Zijlstra · 18 years ago
  34. 12d40e4 [PATCH] Save some bytes in struct inode by Arnaldo Carvalho de Melo · 18 years ago
  35. 83b7b44 [PATCH] fs: reorder some 'struct inode' fields to speedup i_size manipulations by Eric Dumazet · 18 years ago
  36. 48ed214 [PATCH] constify inode accessors by Jan Engelhardt · 18 years ago
  37. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  38. b86c089 [PATCH] Move names_cachep to linux/fs.h by Christoph Lameter · 18 years ago
  39. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  40. 01de85e [PATCH] Add lockless helpers for remove_suid() by Jens Axboe · 18 years ago
  41. 6da6180 [PATCH] Introduce generic_file_splice_write_nolock() by Mark Fasheh · 18 years ago
  42. 62752ee [PATCH] Take i_mutex in splice_from_pipe() by Mark Fasheh · 18 years ago
  43. 7762f5a [PATCH] document i_size_write locking rules by Miklos Szeredi · 18 years ago
  44. 4a61f17 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6 by Linus Torvalds · 18 years ago
  45. 7006f6e [PATCH] dm: export blkdev_driver_ioctl by Alasdair G Kergon · 18 years ago
  46. afefdbb [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers by David Howells · 18 years ago
  47. 128e5eb [GFS2] Remove iflags.h, use FS_ by Steven Whitehouse · 18 years ago
  48. 609d7fa [PATCH] file: modify struct fown_struct to use a struct pid by Eric W. Biederman · 18 years ago
  49. d6cbd28 [PATCH] Some cleanup in the pipe code by Andi Kleen · 18 years ago
  50. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  51. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  52. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  53. eed4e51 [PATCH] Add vector AIO support by Badari Pulavarty · 18 years ago
  54. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  55. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  56. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  57. 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
  58. 3669567 [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6] by David Howells · 18 years ago
  59. cf9a2ae [PATCH] BLOCK: Move functions out of buffer code [try #6] by David Howells · 18 years ago
  60. 5404bc7 [PATCH] Allow file systems to differentiate between data and meta reads by Jens Axboe · 18 years ago
  61. a3b05e8 [PATCH] Kill various deprecated/unused block layer defines/functions by Jens Axboe · 18 years ago
  62. 5046206 [PATCH] fs.h: ifdef security fields by Alexey Dobriyan · 18 years ago
  63. 0e51a72 [PATCH] ifdef ->quota_read, ->quota_write by Alexey Dobriyan · 18 years ago
  64. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  65. 577c4eb [PATCH] inode-diet: Move i_cdev into a union by Theodore Ts'o · 18 years ago
  66. eaf796e [PATCH] inode-diet: Move i_bdev into a union by Theodore Ts'o · 18 years ago
  67. 4c15416 [PATCH] inode-diet: Move i_pipe into a union by Theodore Ts'o · 18 years ago
  68. 8e18e29 [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private by Theodore Ts'o · 18 years ago
  69. 349457c [PATCH] Allow file systems to manually d_move() inside of ->rename() by Mark Fasheh · 18 years ago
  70. 4df4624 [PATCH] lockdep: annotate reiserfs by Ingo Molnar · 18 years ago
  71. 01bf466 [PATCH] FDPIC: Define SEEK_* constants in the Linux kernel headers by David Howells · 18 years ago
  72. f475ae9 VFS: Allow caller to determine if BSD or posix locks were actually freed by Trond Myklebust · 18 years ago
  73. 663d440 [PATCH] lockdep: annotate blkdev nesting by Ingo Molnar · 18 years ago
  74. 897c6ff [PATCH] lockdep: annotate sb ->s_umount by Arjan van de Ven · 18 years ago
  75. cf51624 [PATCH] lockdep: annotate ->s_lock by Ingo Molnar · 18 years ago
  76. f2eace2 [PATCH] lockdep: annotate i_mutex by Ingo Molnar · 18 years ago
  77. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  78. 816724e Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  79. b0904e1 [PATCH] fs/locks.c: make posix_locks_deadlock() static by Adrian Bunk · 18 years ago
  80. 75e1fcc [PATCH] vfs: add lock owner argument to flush operation by Miklos Szeredi · 18 years ago
  81. 2d1db3b [PATCH] page migration cleanup: pass "mapping" to migration functions by Christoph Lameter · 18 years ago
  82. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  83. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  84. c89681e [PATCH] remove steal_locks() by Miklos Szeredi · 18 years ago
  85. 70ac438 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  86. 8b512d9 VFS: Remove dependency of ->umount_begin() call on MNT_FORCE by Trond Myklebust · 18 years ago
  87. 1f5ce9e VFS: Unexport do_kern_mount() and clean up simple_pin_fs() by Trond Myklebust · 18 years ago
  88. 66643de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  89. e46e490 [PATCH] sys_sync_file_range(): move exported flags outside __KERNEL__ by Andrew Morton · 18 years ago
  90. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  91. cbb7e57 [PATCH] splice: pass offset around for ->splice_read() and ->splice_write() by Jens Axboe · 18 years ago
  92. 88dd9c1 Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  93. 5246d05 [PATCH] sync_file_range(): use unsigned for flags by Andrew Morton · 18 years ago
  94. 88e6fae [PATCH] splice: warning fix by Andrew Morton · 18 years ago
  95. b92ce55 [PATCH] splice: add direct fd <-> fd splicing support by Jens Axboe · 18 years ago
  96. 3a326a2 [PATCH] introduce a "kernel-internal pipe object" abstraction by Ingo Molnar · 18 years ago
  97. 8ba8e95 Fix comments: s/granuality/granularity/ by Kalin KOZHUHAROV · 18 years ago
  98. f79e2ab [PATCH] sys_sync_file_range() by Andrew Morton · 18 years ago
  99. 68eef3b [PATCH] Simplify proc/devices and fix early termination regression by Joe Korty · 18 years ago
  100. 5274f05 [PATCH] Introduce sys_splice() system call by Jens Axboe · 18 years ago