1. e63e1e5 hugetlbfs read() support by Badari Pulavarty · 17 years ago
  2. 7aa91e1 hugetlb: allow extending ftruncate on hugetlbfs by Ken Chen · 17 years ago
  3. 467c996 Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo by Mel Gorman · 17 years ago
  4. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  5. 5514476 fs: remove some AOP_TRUNCATED_PAGE by Nick Piggin · 17 years ago
  6. 03158cd fs: restore nobh by Nick Piggin · 17 years ago
  7. b6af1bc ocfs2: convert to new aops by Nick Piggin · 17 years ago
  8. f2b6a16 fs: affs convert to new aops by Nick Piggin · 17 years ago
  9. b458572 fs: adfs convert to new aops by Nick Piggin · 17 years ago
  10. d5c5f84 jfs: convert to new aops by Nick Piggin · 17 years ago
  11. 4a66af9 minixfs: convert to new aops by Nick Piggin · 17 years ago
  12. 26a6441 sysv: convert to new aops by Nick Piggin · 17 years ago
  13. be021ee udf: convert to new aops by Nick Piggin · 17 years ago
  14. 82b9d1d ufs: convert to new aops by Nick Piggin · 17 years ago
  15. 205c109 jffs2: convert to new aops by Nick Piggin · 17 years ago
  16. ae361ff hostfs: convert to new aops by Nick Piggin · 17 years ago
  17. 5e6f58a fuse: convert to new aops by Nick Piggin · 17 years ago
  18. fb53b30 smbfs: convert to new aops by Nick Piggin · 17 years ago
  19. 4899f9c nfs: convert to new aops by Nick Piggin · 17 years ago
  20. a20fa20 With reiserfs no longer using the weird generic_cont_expand, remove it completely. by Nick Piggin · 17 years ago
  21. f7557e8 reiserfs: use generic_cont_expand_simple by Vladimir Saveliev · 17 years ago
  22. ba9d8ce reiserfs: convert to new aops by Vladimir Saveliev · 17 years ago
  23. 797b4cf reiserfs: use generic write by Vladimir Saveliev · 17 years ago
  24. f870618 qnx4: convert to new aops by Nick Piggin · 17 years ago
  25. eedcbba bfs: convert to new aops by Nick Piggin · 17 years ago
  26. d6091b7 hpfs: convert to new aops by Nick Piggin · 17 years ago
  27. 7c0efc6 hfsplus: convert to new aops by Nick Piggin · 17 years ago
  28. 7903d9e hfs: convert to new aops by Nick Piggin · 17 years ago
  29. d7777a2 fat: convert to new aops by Nick Piggin · 17 years ago
  30. 89e1078 fs: new cont helpers by Nick Piggin · 17 years ago
  31. 7765ec2 gfs2: convert to new aops by Steven Whitehouse · 17 years ago
  32. d79689c xfs: convert to new aops by Nick Piggin · 17 years ago
  33. bfc1af6 ext4: convert to new aops by Nick Piggin · 17 years ago
  34. f4fc66a ext3: convert to new aops by Nick Piggin · 17 years ago
  35. f34fb6e ext2: convert to new aops by Nick Piggin · 17 years ago
  36. 6272b5a block_dev: convert to new aops by Nick Piggin · 17 years ago
  37. 800d15a implement simple fs aops by Nick Piggin · 17 years ago
  38. afddba4 fs: introduce write_begin, write_end, and perform_write aops by Nick Piggin · 17 years ago
  39. 637aff4 fs: fix data-loss on error by Nick Piggin · 17 years ago
  40. eb2be18 mm: buffered write cleanup by Nick Piggin · 17 years ago
  41. a4b0672 fs: fix nobh error handling by Nick Piggin · 17 years ago
  42. 68671f3 mm: add end_buffer_read helper function by Dmitry Monakhov · 17 years ago
  43. 557ed1f remove ZERO_PAGE by Nick Piggin · 17 years ago
  44. f4e6b49 readahead: combine file_ra_state.prev_index/prev_offset into prev_pos by Fengguang Wu · 17 years ago
  45. a39d113 Merge branch 'barrier' into for-linus by Jens Axboe · 17 years ago
  46. 992c5dd bio: make freeing of ->bi_io_vec conditional in bio_free() by Jens Axboe · 17 years ago
  47. 2b94de5 bio: use memset() in bio_init() by Jens Axboe · 17 years ago
  48. 6866bef splice: fix double kunmap() in vmsplice copy path by Jens Axboe · 17 years ago
  49. 150f29e [XFS] no longer using io_vnode, as was remaining from 23 cherrypick by Tim Shimmin · 17 years ago
  50. 479ba36 [XFS] Remove STATIC which was missing from prior manual merge by Tim Shimmin · 17 years ago
  51. cd514bd [XFS] Put back the QUEUE_ORDERED_NONE test in the barrier check. by Tim Shimmin · 17 years ago
  52. bebf963 [XFS] Turn off XBF_ASYNC flag before re-reading superblock. by Lachlan McIlroy · 17 years ago
  53. e893bff [XFS] avoid race in sync_inodes() that can fail to write out all dirty data by Lachlan McIlroy · 17 years ago
  54. c2cba57 [XFS] This fix prevents bulkstat from spinning in an infinite loop. by Lachlan McIlroy · 17 years ago
  55. 3e5daf0 [XFS] simplify xfs_create/mknod/symlink prototype by Christoph Hellwig · 17 years ago
  56. c83bfab [XFS] avoid xfs_getattr in XFS_IOC_FSGETXATTR ioctl by Christoph Hellwig · 17 years ago
  57. 859d718 [XFS] get_bulkall() could return incorrect inode state by Vlad Apostolov · 17 years ago
  58. ba532a9 [XFS] Kill unused IOMAP_EOF flag by Christoph Hellwig · 17 years ago
  59. 574342f [XFS] fix when DMAPI mount option processing happens by Vlad Apostolov · 17 years ago
  60. 5903c49 [XFS] ensure file size is logged on synchronous writes by Lachlan McIlroy · 17 years ago
  61. cc92e7a [XFS] growlock should be a mutex by Christoph Hellwig · 17 years ago
  62. 0adba53 [XFS] replace some large xfs_log_priv.h macros by proper functions by Christoph Hellwig · 17 years ago
  63. b267ce9 [XFS] kill struct bhv_vfs by Christoph Hellwig · 17 years ago
  64. 7439449 [XFS] move syncing related members from struct bhv_vfs to struct xfs_mount by Christoph Hellwig · 17 years ago
  65. bd186aa [XFS] kill the vfs_flags member in struct bhv_vfs by Christoph Hellwig · 17 years ago
  66. 0ce4cfd [XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfs by Christoph Hellwig · 17 years ago
  67. 745f691 [XFS] call common xfs vfs-level helpers directly and remove vfs operations by Christoph Hellwig · 17 years ago
  68. 48c872a9f [XFS] decontaminate vfs operations from behavior details by Christoph Hellwig · 17 years ago
  69. b09cc77 [XFS] remove dependency of the quota module on behaviors by Christoph Hellwig · 17 years ago
  70. 293688e [XFS] remove dependency of the dmapi module on behaviors by Christoph Hellwig · 17 years ago
  71. f541d27 [XFS] move freeing the mount structure from xfs_mount_free into the callers by Christoph Hellwig · 17 years ago
  72. 0a74cd1 [XFS] kill struct bhv_vnode by Christoph Hellwig · 17 years ago
  73. 2aeaa25 [XFS] kill the v_number member in struct bhv_vnode by Christoph Hellwig · 17 years ago
  74. 1543d79 [XFS] move v_trace from bhv_vnode to xfs_inode by Christoph Hellwig · 17 years ago
  75. b677c21 [XFS] move v_iocount from bhv_vnode to xfs_inode by Christoph Hellwig · 17 years ago
  76. 09262b4 [XFS] Create xfs_iflags_test_and_clear helper function by Christoph Hellwig · 17 years ago
  77. b3aea4e [XFS] kill the v_flag member in struct bhv_vnode by Christoph Hellwig · 17 years ago
  78. 2f6f7b3 [XFS] kill v_vfsp member from struct bhv_vnode by Christoph Hellwig · 17 years ago
  79. e6716b8 docbook: fix filesystems content by Randy Dunlap · 17 years ago
  80. 739bfb2 [XFS] call common xfs vnode-level helpers directly and remove vnode operations by Christoph Hellwig · 17 years ago
  81. 541010e Merge branch 'locks' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  82. f4921af Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 17 years ago
  83. 419217c Merge branch 'v2.6.24-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep by Linus Torvalds · 17 years ago
  84. b5869ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  85. 37ca506 Merge branch 'nfs-server-stable' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  86. 71e20f1 sched: affine sync wakeups by Ingo Molnar · 17 years ago
  87. 9ac5231 sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields by Laurent Vivier · 17 years ago
  88. 5e84cfd sched: guest CPU accounting: add guest-CPU /proc/stat field by Laurent Vivier · 17 years ago
  89. af92723 sched: cleanup, remove the TASK_NONINTERACTIVE flag by Mike Galbraith · 17 years ago
  90. 2d72376 sched: clean up schedstats, cnt -> count by Ingo Molnar · 17 years ago
  91. 993386c [XFS] decontaminate vnode operations from behavior details by Christoph Hellwig · 17 years ago
  92. b93bd20 [XFS] do not have XFSMNT_IDELETE as default when mounted with XFSMNT_DMAPI by Vlad Apostolov · 17 years ago
  93. da353b0 [XFS] Radix tree based inode caching by David Chinner · 17 years ago
  94. 39cd9f8 [XFS] kill move.[ch] by Christoph Hellwig · 17 years ago
  95. 804c83c [XFS] stop using uio in the readlink code by Christoph Hellwig · 17 years ago
  96. 051e7cd [XFS] use filldir internally by Christoph Hellwig · 17 years ago
  97. 2bdf7cd [XFS] superblock endianess annotations by Christoph Hellwig · 17 years ago
  98. 347d1c0 [XFS] dinode endianess annotations by Christoph Hellwig · 17 years ago
  99. ddc6d3b [XFS] Fix build regression from mod/commit which did cleanup of xfs_bmbt_*set_allf by Michal Piotrowski · 17 years ago
  100. 948c6d4f [XFS] optimize dmapi event tests w/o dmapi config by Eric Sandeen · 17 years ago