1. 9660755 ext4: let getattr report the right blocks in delalloc+bigalloc by Tao Ma · 12 years ago
  2. feb0ab3 ext4: make block group checksums use metadata_csum algorithm by Darrick J. Wong · 12 years ago
  3. 814525f ext4: calculate and verify inode checksums by Darrick J. Wong · 12 years ago
  4. a9c47317 ext4: calculate and verify superblock checksum by Darrick J. Wong · 12 years ago
  5. 1b8b975 ext4: do not mark superblock as dirty unnecessarily by Artem Bityutskiy · 12 years ago
  6. 7335519 ext4: correct ext4_punch_hole return codes by Allison Henderson · 12 years ago
  7. afcff5d ext4: remove restrictive checks for EOFBLOCKS_FL by Lukas Czerner · 12 years ago
  8. 92b9781 ext4: change some printk() calls to use ext4_msg() instead by Theodore Ts'o · 12 years ago
  9. 1084f25 ext4: remove trailing newlines from ext4_msg() and ext4_error() messages by Theodore Ts'o · 12 years ago
  10. ace36ad ext4: add no_printk argument validation, fix fallout by Joe Perches · 12 years ago
  11. 93ef854 ext4: clean up the flags passed to __blockdev_direct_IO by Jeff Moyer · 12 years ago
  12. c64db50 ext4: remove the I_VERSION mount flag and use the super_block flag instead by Theodore Ts'o · 12 years ago
  13. 266991b ext4: fix race between unwritten extent conversion and truncate by Jeff Moyer · 12 years ago
  14. 3d2b158 ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delalloc by Lukas Czerner · 12 years ago
  15. ff9cb1c Merge branch 'for_linus' into for_linus_merged by Theodore Ts'o · 12 years ago
  16. ac69e09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  17. 302bf2f ext2/3/4: delete unneeded includes of module.h by Paul Gortmaker · 12 years ago
  18. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  19. 5f163cc ext4: make more symbols static by Eric Sandeen · 12 years ago
  20. ccb4d7a ext4: remove no longer used functions in inode.c by Zheng Liu · 12 years ago
  21. 88635ca ext4: add missing spaces to debugging printk's by Zheng Liu · 12 years ago
  22. 5872dda ext4: flush journal when switching from data=journal mode by Yongqiang Yang · 12 years ago
  23. 2aff57b ext4: allocate delalloc blocks before changing journal mode by Yongqiang Yang · 12 years ago
  24. 093e6e3 ext4: correctly handle pages w/o buffers in ext4_discard_partial_buffers() by Yongqiang Yang · 13 years ago
  25. 13a79a4 ext4: avoid potential hang in mpage_submit_io() when blocksize < pagesize by Yongqiang Yang · 13 years ago
  26. ea51d13 ext4: avoid hangs in ext4_da_should_update_i_disksize() by Andrea Arcangeli · 13 years ago
  27. b5a7e97 ext4: fix ext4_end_io_dio() racing against fsync() by Theodore Ts'o · 13 years ago
  28. 90802ed treewide: Fix comment and string typo 'bufer' by Paul Bolle · 13 years ago
  29. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  30. 4c81f04 ext4: fix racy use-after-free in ext4_end_io_dio() by Tejun Heo · 13 years ago
  31. f8f5ed7 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  32. 3c1fcb2 ext4: add blk_finish_plug in error case of writepages. by Namjae Jeon · 13 years ago
  33. 208bca0 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  34. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  35. f1f8935 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  36. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  37. 966dbde ext4: warn if direct reclaim tries to writeback pages by Mel Gorman · 13 years ago
  38. edb5ac8 ext4: let ext4_discard_partial_buffers handle unaligned range correctly by Yongqiang Yang · 13 years ago
  39. 5129d05 ext4: return ENOMEM if find_or_create_pages fails by Yongqiang Yang · 13 years ago
  40. e260daf ext4: move vars to local scope in ext4_discard_partial_page_buffers_no_lock() by Yongqiang Yang · 13 years ago
  41. 0edeb71 ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten by Tao Ma · 13 years ago
  42. 0e175a1 writeback: Add a 'reason' to wb_writeback_work by Curt Wohlgemuth · 13 years ago
  43. fcbb551 ext4: let ext4_page_mkwrite stop started handle in failure by Yongqiang Yang · 13 years ago
  44. a4e5d88 ext4: update EOFBLOCKS flag on fallocate properly by Dmitry Monakhov · 13 years ago
  45. 8de49e6 ext4: fix the deadlock in mpage_da_map_and_submit() by Kazuya Mio · 13 years ago
  46. 09e0834 ext4: fix deadlock in ext4_ordered_write_end() by Akira Fujita · 13 years ago
  47. 1bce63d ext4: add block plug for .writepages by Shaohua Li · 13 years ago
  48. df3ab17 ext4: fix the comment describing ext4_ext_search_right() by Tao Ma · 13 years ago
  49. fed678d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  50. 5356f26 ext4: attempt to fix race in bigalloc code path by Aditya Kali · 13 years ago
  51. d899024 ext4: add some tracepoints in ext4/extents.c by Aditya Kali · 13 years ago
  52. df55c99 ext4: rename ext4_has_free_blocks() to ext4_has_free_clusters() by Theodore Ts'o · 13 years ago
  53. e7d5f31 ext4: rename ext4_claim_free_blocks() to ext4_claim_free_clusters() by Theodore Ts'o · 13 years ago
  54. 5dee543 ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters() by Theodore Ts'o · 13 years ago
  55. 7b415bf ext4: Fix bigalloc quota accounting and i_blocks value by Aditya Kali · 13 years ago
  56. 5704265 ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter by Theodore Ts'o · 13 years ago
  57. bab08ab ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.) by Theodore Ts'o · 13 years ago
  58. 02fac12 ext4: fix partial page writes by Allison Henderson · 13 years ago
  59. decbd91 ext4: only call ext4_jbd2_file_inode when an inode has been extended by Theodore Ts'o · 13 years ago
  60. 4e96b2d ext4: Add new ext4_discard_partial_page_buffers routines by Allison Henderson · 13 years ago
  61. 84ebd79 ext4: fake direct I/O mode for data=journal by Theodore Ts'o · 13 years ago
  62. 8c0bec2 ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining by Jiaying Zhang · 13 years ago
  63. 65299a3 block: separate priority boosting from REQ_META by Christoph Hellwig · 13 years ago
  64. 5dc06c5 block: remove READ_META and WRITE_META by Christoph Hellwig · 13 years ago
  65. 9dd75f1 ext4: fix nomblk_io_submit option so it correctly converts uninit blocks by Theodore Ts'o · 13 years ago
  66. 32c80b3 ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN. by Tao Ma · 13 years ago
  67. 2581fdc ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inode by Jiaying Zhang · 13 years ago
  68. 441c850 ext4: Fix ext4_should_writeback_data() for no-journal mode by Curt Wohlgemuth · 13 years ago
  69. 60ad446 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  70. f01ef56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  71. 2d859db ext4: fix data corruption in inodes with journalled data by Jan Kara · 13 years ago
  72. 72c5052 fs: move inode_dio_done to the end_io handler by Christoph Hellwig · 13 years ago
  73. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  74. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  75. 9ea7df5 ext4: Rewrite ext4_page_mkwrite() to use generic helpers by Jan Kara · 13 years ago
  76. dae1e52 ext4: move ext4_ind_* functions from inode.c to indirect.c by Amir Goldstein · 13 years ago
  77. 9f125d6 ext4: move common truncate functions to header file by Theodore Ts'o · 13 years ago
  78. 1f7d1e7 ext4: move __ext4_check_blockref to block_validity.c by Theodore Ts'o · 13 years ago
  79. 8bb2b24 ext4: rename ext4_indirect_* funcs to ext4_ind_* by Amir Goldstein · 13 years ago
  80. ff9893d ext4: split ext4_ind_truncate from ext4_truncate by Amir Goldstein · 13 years ago
  81. 6e6938b writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage by Wu Fengguang · 14 years ago
  82. a9c667f ext4: fixed tracepoints cleanup by Lukas Czerner · 13 years ago
  83. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  84. ae24f28 ext4: Convert ext4 to new truncate calling convention by Jan Kara · 13 years ago
  85. a4bb6b6 ext4: enable "punch hole" functionality by Allison Henderson · 13 years ago
  86. 3084885 ext4: add new function ext4_block_zero_page_range() by Allison Henderson · 13 years ago
  87. 55f020d ext4: add flag to ext4_has_free_blocks by Allison Henderson · 13 years ago
  88. 072bd7e ext4: use truncate_setsize() unconditionally by Theodore Ts'o · 13 years ago
  89. 0e49989 ext4: wait for writeback to complete while making pages writable by Darrick J. Wong · 13 years ago
  90. 7cb1a53 ext4: clean up some wait_on_page_writeback calls by Darrick J. Wong · 13 years ago
  91. 00d0988 ext4: use s_inodes_per_block directly in __ext4_get_inode_loc by Tao Ma · 13 years ago
  92. a97b520 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  93. c820563 ext4: fix data corruption regression by reverting commit 6de9843dab3f by Theodore Ts'o · 13 years ago
  94. f80da1e ext4: Allow indirect-block file to grow the file size to max file size by Kazuya Mio · 13 years ago
  95. 5b41395 ext4: fix credits computing for indirect mapped files by Yongqiang Yang · 13 years ago
  96. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  97. ae005cb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  98. 6de9843 ext4: remove redundant set_buffer_mapped() in ext4_da_get_block_prep() by Feng Tang · 13 years ago
  99. 0562e0b ext4: add more tracepoints and use dev_t in the trace buffer by Jiaying Zhang · 13 years ago
  100. d67d121 ext4: handle errors in ext4_clear_blocks() by Amir Goldstein · 13 years ago