1. c40ce3c ext4: Fix different block exchange issue in EXT4_IOC_MOVE_EXT by Akira Fujita · 15 years ago
  2. 347fa6f ext4: Add null extent check to ext_get_path by Akira Fujita · 15 years ago
  3. 2147b1a ext4: Replace BUG_ON() with ext4_error() in move_extents.c by Akira Fujita · 15 years ago
  4. e850597 ext4: Replace get_ext_path macro with an inline funciton by Akira Fujita · 15 years ago
  5. 3661d28 ext4: Fix include/trace/events/ext4.h to work with Systemtap by Theodore Ts'o · 15 years ago
  6. 7ad9bb6 ext4: Fix initalization of s_flex_groups by Theodore Ts'o · 15 years ago
  7. 1f7bebb ext4: Always set dx_node's fake_dirent explicitly. by Andreas Schlick · 15 years ago
  8. 0e3d2a6 ext4: Fix async commit mode to be safe by using a barrier by Theodore Ts'o · 15 years ago
  9. 71290b3 ext4: Don't update superblock write time when filesystem is read-only by Theodore Ts'o · 15 years ago
  10. 08c3a81 ext4: Clarify the locking details in mballoc by Aneesh Kumar K.V · 15 years ago
  11. f41c075 ext4: check for need init flag in ext4_mb_load_buddy by Aneesh Kumar K.V · 15 years ago
  12. b6a758e ext4: move ext4_mb_init_group() function earlier in the mballoc.c by Aneesh Kumar K.V · 15 years ago
  13. 91ac6f4 ext4: Make non-journal fsync work properly by Frank Mayhar · 15 years ago
  14. fe188c0 ext4: Assure that metadata blocks are written during fsync in no journal mode by Theodore Ts'o · 15 years ago
  15. c7acb4c ext4: Use bforget() in no journal mode for ext4_journal_{forget,revoke}() by Theodore Ts'o · 15 years ago
  16. 80e4246 ext4: print more sysadmin-friendly message in check_block_validity() by Theodore Ts'o · 15 years ago
  17. a827eaf ext4: Take page lock before looking at attached buffer_heads flags by Aneesh Kumar K.V · 15 years ago
  18. 44fc48f ext4: Fix small typo for move_extent_per_page() by Akira Fujita · 15 years ago
  19. 8d66691 ext4: Return exchanged blocks count to user space in failure by Akira Fujita · 15 years ago
  20. daea696 ext4: Remove unneeded BUG_ON() in ext4_move_extents() by Akira Fujita · 15 years ago
  21. 70d5d3d ext4: Fix wrong comparisons in mext_check_arguments() by Akira Fujita · 15 years ago
  22. 5f3481e ext4: fix cache flush in ext4_sync_file by Christoph Hellwig · 15 years ago
  23. d0646f7 ext4: Remove journal_checksum mount option and enable it by default by Theodore Ts'o · 15 years ago
  24. 7f1346a ext4: Declare seq_operations and file_operations structures as const by Tobias Klauser · 15 years ago
  25. b3a3ca8 ext4: Add new tracepoint: trace_ext4_da_write_pages() by Theodore Ts'o · 15 years ago
  26. de89de6 ext4: Restore wbc->range_start in ext4_da_writepages() by Theodore Ts'o · 15 years ago
  27. b05ab1d ext4: Limit number of links that can be created by ext4_link() by Theodore Ts'o · 15 years ago
  28. 2c94eb8 ext4: Allow rename to create more than EXT4_LINK_MAX subdirectories by Aneesh Kumar K.V · 15 years ago
  29. 55ad63b ext4: fix extent sanity checking code with AGGRESSIVE_TEST by Theodore Ts'o · 15 years ago
  30. a36b449 ext4: use ext4_grpblk_t more extensively by Eric Sandeen · 15 years ago
  31. 1927805 ext4: use variables not types in sizeofs() for allocations by Eric Sandeen · 15 years ago
  32. a8526e8 ext4: Add missing unlock_new_inode() call in extent migration code by Aneesh Kumar K.V · 15 years ago
  33. a13fb1a ext4: Add feature set check helper for mount & remount paths by Eric Sandeen · 15 years ago
  34. 38877f4 simplify some logic in ext4_mb_normalize_request by Eric Sandeen · 15 years ago
  35. 0373130 ext4: open-code ext4_mb_update_group_info by Eric Sandeen · 15 years ago
  36. bf43d84 ext4: reject too-large filesystems on 32-bit kernels by Eric Sandeen · 15 years ago
  37. 487caee ext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks() by Jan Kara · 15 years ago
  38. 9599b0e jbd2: Annotate transaction start also for jbd2_journal_restart() by Jan Kara · 15 years ago
  39. 553f900 ext4: Show unwritten extent flag in ext4_ext_show_leaf() by Mingming · 15 years ago
  40. 84fe3be ext4: Compile warning fix when EXT_DEBUG enabled by Mingming · 15 years ago
  41. 5079748 ext4: Avoid group preallocation for closed files by Theodore Ts'o · 15 years ago
  42. 4ba74d0 ext4: Fix bugs in mballoc's stream allocation mode by Theodore Ts'o · 15 years ago
  43. 0ef90db ext4: Display the mballoc flags in mb_history in hex instead of decimal by Theodore Ts'o · 15 years ago
  44. 6ba495e ext4: Add configurable run-time mballoc debugging by Theodore Ts'o · 15 years ago
  45. 91cc219 ext4: fix journal ref count in move_extent_par_page by Peng Tao · 15 years ago
  46. b1f485f jbd2: round commit timer up to avoid uncommitted transaction by Andreas Dilger · 15 years ago
  47. c333e07 ext4: remove redundant test on unsigned by Roel Kluin · 15 years ago
  48. 785b4b3 ext4: fix build warning when EXT4FS_DEBUG is on by Peng Tao · 15 years ago
  49. 1c71850 ext4: Fix compile warnings with MB_DEBUG by Akira Fujita · 15 years ago
  50. 5a4a798 ext4: Remove unnecessary semicolons in mballoc.c by Joe Perches · 15 years ago
  51. 6487a9d ext4: More buffer head reference leaks by Curt Wohlgemuth · 15 years ago
  52. f6f50e2 jbd2: Fail to load a journal if it is too short by Jan Kara · 15 years ago
  53. 78f1ddb ext4: Avoid null pointer dereference when decoding EROFS w/o a journal by Theodore Ts'o · 15 years ago
  54. 43b3852 ext4: Fix typo in ext4/Kconfig by Manish Katiyar · 15 years ago
  55. 024eab4 ext4: Fix memory leak fix when mounting an ext4 filesystem by Aneesh Kumar K.V · 15 years ago
  56. ab86e57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  57. 1ef7d9a writeback: fix possible bdi writeback refcounting problem by Nick Piggin · 15 years ago
  58. 77b9d05 writeback: Fix bdi use after free in wb_work_complete() by Nick Piggin · 15 years ago
  59. 77fad5e writeback: improve scalability of bdi writeback work queues by Nick Piggin · 15 years ago
  60. deed62e writeback: remove smp_mb(), it's not needed with list_add_tail_rcu() by Nick Piggin · 15 years ago
  61. 49db041 writeback: use schedule_timeout_interruptible() by Jens Axboe · 15 years ago
  62. 8010c3b writeback: add comments to bdi_work structure by Jens Axboe · 15 years ago
  63. b6e5131 writeback: separate starting of sync vs opportunistic writeback by Jens Axboe · 15 years ago
  64. bcddc3f writeback: inline allocation failure handling in bdi_alloc_queue_work() by Jens Axboe · 15 years ago
  65. cfc4ba5 writeback: use RCU to protect bdi_list by Jens Axboe · 15 years ago
  66. f11fcae writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeout by Jens Axboe · 15 years ago
  67. 32a88aa fs: Assign bdi in super_block by Jens Axboe · 15 years ago
  68. c4a77a6 writeback: make wb_writeback() take an argument structure by Jens Axboe · 15 years ago
  69. f0fad8a writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_NONE by Christoph Hellwig · 15 years ago
  70. 1fe06ad writeback: get rid of wbc->for_writepages by Jens Axboe · 15 years ago
  71. 2c96ce9 fs: remove bdev->bd_inode_backing_dev_info by Jens Axboe · 15 years ago
  72. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  73. 355bbd8 Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  74. 4142e0d Merge branch 'osync_cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  75. 33f1de6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 15 years ago
  76. 041d6d0 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6 by Linus Torvalds · 15 years ago
  77. af8cb8a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 15 years ago
  78. 6cdb593 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  79. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  80. cbc8cc3 udf: Fix possible corruption when close races with write by Jan Kara · 15 years ago
  81. 81056dd udf: Perform preallocation only for regular files by Jan Kara · 15 years ago
  82. 7c6e3d1 udf: Remove wrong assignment in udf_symlink by Jan Kara · 15 years ago
  83. 5891d9d udf: Remove dead code by Jan Kara · 15 years ago
  84. 2daea67 fsync: wait for data writeout completion before calling ->fsync by Christoph Hellwig · 15 years ago
  85. 18f2ee7 vfs: Remove generic_osync_inode() and sync_page_range{_nolock}() by Jan Kara · 15 years ago
  86. 2f3d675 fat: Opencode sync_page_range_nolock() by Jan Kara · 15 years ago
  87. af0f441 xfs: Convert sync_page_range() to simple filemap_write_and_wait_range() by Jan Kara · 15 years ago
  88. d23c937 ocfs2: Update syncing after splicing to match generic version by Jan Kara · 15 years ago
  89. ebbbf75 ntfs: Use new syncing helpers and update comments by Jan Kara · 15 years ago
  90. 0d34ec6 ext4: Remove syncing logic from ext4_file_write by Jan Kara · 15 years ago
  91. e367626 ext3: Remove syncing logic from ext3_file_write by Jan Kara · 15 years ago
  92. a2a735a ext2: Update comment about generic_osync_inode by Jan Kara · 15 years ago
  93. 148f948 vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode by Jan Kara · 15 years ago
  94. eef9938 vfs: Rename generic_file_aio_write_nolock by Christoph Hellwig · 15 years ago
  95. 918941a ocfs2: Use __generic_file_aio_write instead of generic_file_aio_write_nolock by Jan Kara · 15 years ago
  96. 41f4db0 fs/Kconfig: move nilfs2 outside misc filesystems by Ryusuke Konishi · 15 years ago
  97. 0f3fe33 nilfs2: convert nilfs_bmap_lookup to an inline function by Ryusuke Konishi · 15 years ago
  98. 2e0c2c7 nilfs2: allow btree code to directly call dat operations by Ryusuke Konishi · 15 years ago
  99. bd8169e nilfs2: add update functions of virtual block address to dat by Ryusuke Konishi · 15 years ago
  100. 7a102b0 nilfs2: remove individual gfp constants for each metadata file by Ryusuke Konishi · 15 years ago