1. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  2. 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
  3. 3669567 [PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6] by David Howells · 18 years ago
  4. cf9a2ae [PATCH] BLOCK: Move functions out of buffer code [try #6] by David Howells · 18 years ago
  5. 5404bc7 [PATCH] Allow file systems to differentiate between data and meta reads by Jens Axboe · 18 years ago
  6. a3b05e8 [PATCH] Kill various deprecated/unused block layer defines/functions by Jens Axboe · 18 years ago
  7. 5046206 [PATCH] fs.h: ifdef security fields by Alexey Dobriyan · 18 years ago
  8. 0e51a72 [PATCH] ifdef ->quota_read, ->quota_write by Alexey Dobriyan · 18 years ago
  9. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  10. 577c4eb [PATCH] inode-diet: Move i_cdev into a union by Theodore Ts'o · 18 years ago
  11. eaf796e [PATCH] inode-diet: Move i_bdev into a union by Theodore Ts'o · 18 years ago
  12. 4c15416 [PATCH] inode-diet: Move i_pipe into a union by Theodore Ts'o · 18 years ago
  13. 8e18e29 [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private by Theodore Ts'o · 18 years ago
  14. 349457c [PATCH] Allow file systems to manually d_move() inside of ->rename() by Mark Fasheh · 18 years ago
  15. 4df4624 [PATCH] lockdep: annotate reiserfs by Ingo Molnar · 18 years ago
  16. 01bf466 [PATCH] FDPIC: Define SEEK_* constants in the Linux kernel headers by David Howells · 18 years ago
  17. f475ae9 VFS: Allow caller to determine if BSD or posix locks were actually freed by Trond Myklebust · 18 years ago
  18. 663d440 [PATCH] lockdep: annotate blkdev nesting by Ingo Molnar · 18 years ago
  19. 897c6ff [PATCH] lockdep: annotate sb ->s_umount by Arjan van de Ven · 18 years ago
  20. cf51624 [PATCH] lockdep: annotate ->s_lock by Ingo Molnar · 18 years ago
  21. f2eace2 [PATCH] lockdep: annotate i_mutex by Ingo Molnar · 18 years ago
  22. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  23. 816724e Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  24. b0904e1 [PATCH] fs/locks.c: make posix_locks_deadlock() static by Adrian Bunk · 18 years ago
  25. 75e1fcc [PATCH] vfs: add lock owner argument to flush operation by Miklos Szeredi · 18 years ago
  26. 2d1db3b [PATCH] page migration cleanup: pass "mapping" to migration functions by Christoph Lameter · 18 years ago
  27. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  28. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  29. c89681e [PATCH] remove steal_locks() by Miklos Szeredi · 18 years ago
  30. 70ac438 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  31. 8b512d9 VFS: Remove dependency of ->umount_begin() call on MNT_FORCE by Trond Myklebust · 18 years ago
  32. 1f5ce9e VFS: Unexport do_kern_mount() and clean up simple_pin_fs() by Trond Myklebust · 18 years ago
  33. 66643de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  34. e46e490 [PATCH] sys_sync_file_range(): move exported flags outside __KERNEL__ by Andrew Morton · 18 years ago
  35. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  36. cbb7e57 [PATCH] splice: pass offset around for ->splice_read() and ->splice_write() by Jens Axboe · 18 years ago
  37. 88dd9c1 Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  38. 5246d05 [PATCH] sync_file_range(): use unsigned for flags by Andrew Morton · 18 years ago
  39. 88e6fae [PATCH] splice: warning fix by Andrew Morton · 18 years ago
  40. b92ce55 [PATCH] splice: add direct fd <-> fd splicing support by Jens Axboe · 18 years ago
  41. 3a326a2 [PATCH] introduce a "kernel-internal pipe object" abstraction by Ingo Molnar · 18 years ago
  42. 8ba8e95 Fix comments: s/granuality/granularity/ by Kalin KOZHUHAROV · 18 years ago
  43. f79e2ab [PATCH] sys_sync_file_range() by Andrew Morton · 18 years ago
  44. 68eef3b [PATCH] Simplify proc/devices and fix early termination regression by Joe Korty · 18 years ago
  45. 5274f05 [PATCH] Introduce sys_splice() system call by Jens Axboe · 18 years ago
  46. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  47. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  48. 641dc63 [PATCH] dm/md dependency tree in sysfs: bd_claim_by_kobject by Jun'ichi Nomura · 18 years ago
  49. 1d8fa7a [PATCH] remove ->get_blocks() support by Badari Pulavarty · 18 years ago
  50. a0f62ac [PATCH] 2TB files: add blkcnt_t by Takashi Sato · 18 years ago
  51. abcb6c9 [PATCH] 2TB files: st_blocks is invalid when calling stat64 by Takashi Sato · 18 years ago
  52. 5842add [PATCH] VFS,fs/locks.c,NFSD4: add race_free posix_lock_file_conf() interface by Andy Adamson · 18 years ago
  53. 2ff28e2 [PATCH] Make address_space_operations->invalidatepage return void by NeilBrown · 18 years ago
  54. 3978d71 [PATCH] Make address_space_operations->sync_page return void by NeilBrown · 18 years ago
  55. 53846a2 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  56. b500531 [PATCH] Introduce FMODE_EXEC file flag by Oleg Drokin · 18 years ago
  57. bdfc326 [PATCH] fs/inode.c: make iprune_mutex static by Adrian Bunk · 18 years ago
  58. 18e79b4 [PATCH] fsync: extract internal code by Andrew Morton · 18 years ago
  59. 4741c9f [PATCH] set_page_dirty() return value fixes by Andrew Morton · 18 years ago
  60. ebcf28e [PATCH] fadvise(): write commands by Andrew Morton · 18 years ago
  61. 9b04c99 [PATCH] vfs: MS_VERBOSE should be MS_SILENT by Theodore Ts'o · 18 years ago
  62. 1ebbe2b Merge branch 'linus' by Trond Myklebust · 18 years ago
  63. 2056a78 [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23 by Jens Axboe · 18 years ago
  64. 66d2173 [PATCH] Extract inode_inc_link_count(), inode_dec_link_count() by Alexey Dobriyan · 18 years ago
  65. f24075b [PATCH] sem2mutex: iprune by Ingo Molnar · 18 years ago
  66. a11f3a0 [PATCH] sem2mutex: vfs_rename_mutex by Arjan van de Ven · 18 years ago
  67. d4f9af9 [PATCH] sem2mutex: inotify by Ingo Molnar · 18 years ago
  68. c039e31 [PATCH] sem2mutex: blockdev #2 by Arjan van de Ven · 18 years ago
  69. 26bcbf9 lockd: stop abusing file_lock_list by Christoph Hellwig · 18 years ago
  70. 7117bf3 lockd: Remove FL_LOCKD flag by J. Bruce Fields · 18 years ago
  71. 8dc7c31 locks,lockd: fix race in nlmsvc_testlock by Andy Adamson · 18 years ago
  72. 2e0af86 locks: remove unused posix_block_lock by Andy Adamson · 18 years ago
  73. b4629fe VFS: New /proc file /proc/self/mountstats by Chuck Lever · 18 years ago
  74. 0adb25d [PATCH] ext3: ext3_symlink should use GFP_NOFS allocations inside by Kirill Korotaev · 18 years ago
  75. 529bf6b [PATCH] fix file counting by Dipankar Sarma · 18 years ago
  76. a19cbd4 Mark the pipe file operations static by Linus Torvalds · 18 years ago
  77. e965f96 [PATCH] Direct Migration V9: Avoid writeback / page_migrate() method by Christoph Lameter · 18 years ago
  78. 5590ff0 [PATCH] vfs: *at functions: core by Ulrich Drepper · 18 years ago
  79. f87fd4c [PATCH] add /sys/fs by Miklos Szeredi · 18 years ago
  80. 7170be5 [PATCH] convert /proc/devices to use seq_file interface by Neil Horman · 18 years ago
  81. fc33a7b [PATCH] per-mountpoint noatime/nodiratime by Christoph Hellwig · 19 years ago
  82. 869243a [PATCH] remove update_atime by Christoph Hellwig · 19 years ago
  83. 870f481 [PATCH] replace inode_update_time with file_update_time by Christoph Hellwig · 19 years ago
  84. 7892f2f [PATCH] mutex subsystem, semaphore to mutex: VFS, sb->s_lock by Ingo Molnar · 19 years ago
  85. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  86. e78c9a0 [PATCH] fs: remove s_old_blocksize from struct super_block by Pekka Enberg · 19 years ago
  87. bf066c7 [PATCH] shared mounts: cleanup by Miklos Szeredi · 19 years ago
  88. a885c8c [PATCH] Add block_device_operations.getgeo block device method by Christoph Hellwig · 19 years ago
  89. 4a30131 [PATCH] Fix some problems with truncate and mtime semantics. by NeilBrown · 19 years ago
  90. 095975d [PATCH] rcu file: use atomic primitives by Nick Piggin · 19 years ago
  91. 64a318e NLM: Further cancel fixes by J. Bruce Fields · 19 years ago
  92. f6b3ec2 [PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing store by Badari Pulavarty · 19 years ago
  93. 994fc28c [PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATE by Zach Brown · 19 years ago
  94. 8c744fb [PATCH] add a file_permission helper by Christoph Hellwig · 19 years ago
  95. e4543ed [PATCH] add a vfs_permission helper by Christoph Hellwig · 19 years ago
  96. 9676f0c [PATCH] unbindable mounts by Ram Pai · 19 years ago
  97. a58b0eb [PATCH] introduce slave mounts by Ram Pai · 19 years ago
  98. a05964f [PATCH] shared mounts handling: umount by Ram Pai · 19 years ago
  99. b90fa9a [PATCH] shared mount handling: bind and rbind by Ram Pai · 19 years ago
  100. 03e06e6 [PATCH] introduce shared mounts by Ram Pai · 19 years ago