1. 8c0bec2 ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining by Jiaying Zhang · 13 years ago
  2. c063d8a Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  3. dccaf33 ext4: flush any pending end_io requests before DIO reads w/dioread_nolock by Jiaying Zhang · 13 years ago
  4. 9dd75f1 ext4: fix nomblk_io_submit option so it correctly converts uninit blocks by Theodore Ts'o · 13 years ago
  5. 32c80b3 ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN. by Tao Ma · 13 years ago
  6. 2581fdc ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inode by Jiaying Zhang · 13 years ago
  7. 441c850 ext4: Fix ext4_should_writeback_data() for no-journal mode by Curt Wohlgemuth · 13 years ago
  8. 8c20871 ext4: Properly count journal credits for long symlinks by Eric Sandeen · 13 years ago
  9. db9481c ext4: use kzalloc in ext4_kzalloc() by Mathias Krause · 13 years ago
  10. 60ad446 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  11. 79a77c5 ext4: prevent memory leaks from ext4_mb_init_backend() on error path by Yu Jian · 13 years ago
  12. 48e6061 ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode # by Yu Jian · 13 years ago
  13. 9d8b9ec ext4: use ext4_msg() instead of printk in mballoc by Theodore Ts'o · 13 years ago
  14. f18a5f2 ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info by Theodore Ts'o · 13 years ago
  15. 9933fc0 ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree() by Theodore Ts'o · 13 years ago
  16. 33853a0 ext4: use the correct error exit path in ext4_init_inode_table() by Yongqiang Yang · 13 years ago
  17. d695212 switch posix_acl_equiv_mode() to umode_t * by Al Viro · 13 years ago
  18. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  19. c49bafa ext4: add missing kfree() on error return path in add_new_gdb() by Dan Carpenter · 13 years ago
  20. d59729f ext4: fix races in ext4_sync_parent() by Theodore Ts'o · 13 years ago
  21. 29ae07b ext4: Fix overflow caused by missing cast in ext4_fallocate() by Utako Kusaka · 13 years ago
  22. 0e1147b ext4: add action of moving index in ext4_ext_rm_idx for Punch Hole by Robin Dong · 13 years ago
  23. 668f4dc ext4: simplify parameters of reserve_backup_gdb() by Yongqiang Yang · 13 years ago
  24. 2f91971 ext4: simplify parameters of add_new_gdb() by Yongqiang Yang · 13 years ago
  25. e6075e9 ext4: remove lock_buffer in bclean() and setup_new_group_blocks() by Yongqiang Yang · 13 years ago
  26. 6d40bc5 ext4: simplify journal handling in setup_new_group_blocks() by Yongqiang Yang · 13 years ago
  27. c3e94d1 ext4: let setup_new_group_blocks() set multiple bits at a time by Yongqiang Yang · 13 years ago
  28. 2b79b09 ext4: fix a typo in ext4_group_extend() by Yongqiang Yang · 13 years ago
  29. 4740b83 ext4: let ext4_group_add_blocks() handle 0 blocks quickly by Yongqiang Yang · 13 years ago
  30. cc7365d ext4: let ext4_group_add_blocks() return an error code by Yongqiang Yang · 13 years ago
  31. 0529155 ext4: rename ext4_add_groupblocks() to ext4_group_add_blocks() by Yongqiang Yang · 13 years ago
  32. ce723c3 ext4: prevent a fs with errors from being resized by Yongqiang Yang · 13 years ago
  33. 8f82f84 ext4: prevent parallel resizers by atomic bit ops by Yongqiang Yang · 13 years ago
  34. f01ef56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  35. 2d859db ext4: fix data corruption in inodes with journalled data by Jan Kara · 13 years ago
  36. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  37. 826cae2 kill boilerplates around posix_acl_create_masq() by Al Viro · 13 years ago
  38. bc26ab5 kill boilerplate around posix_acl_chmod_masq() by Al Viro · 13 years ago
  39. e77819e vfs: move ACL cache lookup into generic code by Linus Torvalds · 13 years ago
  40. b7ca1e8 ext4: correct comment for ext4_ext_check_cache by Robin Dong · 13 years ago
  41. 0737964 ext4: correct the debug message in ext4_ext_insert_extent by Robin Dong · 13 years ago
  42. 5718789 ext4: remove unused argument in ext4_ext_next_leaf_block by Robin Dong · 13 years ago
  43. 6a0fe49 ext4: remove ac_repeats from ext4_allocation_context by Tao Ma · 13 years ago
  44. ced156e ext4: don't increment s_mb_buddies_generated in ext4_mb_release by Tao Ma · 13 years ago
  45. 529da70 ext4: remove unnecessary ext4_get_group_info in ext4_mb_load_buddy by Tao Ma · 13 years ago
  46. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  47. c334b11 Ext4: handle SEEK_HOLE/SEEK_DATA generically by Josef Bacik · 13 years ago
  48. 72c5052 fs: move inode_dio_done to the end_io handler by Christoph Hellwig · 13 years ago
  49. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  50. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  51. 9ea7df5 ext4: Rewrite ext4_page_mkwrite() to use generic helpers by Jan Kara · 13 years ago
  52. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  53. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  54. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  55. d462031 ext4: avoid eh_entries overflow before insert extent_idx by Robin Dong · 13 years ago
  56. 015861b ext4: avoid wasted extent cache lookup if !PUNCH_OUT_EXT by Robin Dong · 13 years ago
  57. c6a0371 ext4: remove unneeded parameter to ext4_ext_remove_space() by Allison Henderson · 13 years ago
  58. f7d0d37 ext4: punch hole optimizations: skip un-needed extent lookup by Allison Henderson · 13 years ago
  59. 3eb0865 ext4: ignore a stripe width of 1 by Dan Ehrenberg · 13 years ago
  60. d7a1fee ext4: make the preallocation size be a multiple of stripe size by Dan Ehrenberg · 13 years ago
  61. 265c6a0 ext4: fix compilation with -DDX_DEBUG by Bernd Schubert · 13 years ago
  62. afb8617 ext4: remove unnecessary comments in ext4_orphan_add() by Lukas Czerner · 13 years ago
  63. caaf7a2 ext4: Fix a double free of sbi->s_group_info in ext4_mb_init_backend by Tao Ma · 13 years ago
  64. 823ba01 ext4: fix a race which could leak memory in ext4_groupinfo_create_slab() by Tao Ma · 13 years ago
  65. 598dbdf ext4: avoid unneeded ext4_ext_next_leaf_block() while inserting extents by Robin Dong · 13 years ago
  66. ffb505f ext4: remove redundant goto in ext4_ext_insert_extent() by Robin Dong · 13 years ago
  67. 2261228 ext4: Change the wrong param comment for ext4_trim_all_free by Tao Ma · 13 years ago
  68. 3d56b8d ext4: Speed up FITRIM by recording flags in ext4_group_info by Tao Ma · 13 years ago
  69. b3d4c2b ext4: Add new ext4 trim tracepoints by Tao Ma · 13 years ago
  70. 169ddc3 ext4: speed up group trim with the right free block count by Tao Ma · 13 years ago
  71. 22f1045 ext4: fix trim length underflow with small trim length by Tao Ma · 13 years ago
  72. 1270639 ext4: add tracepoint for ext4_journal_start by Theodore Ts'o · 13 years ago
  73. 575a1d4 ext4: free allocated and pre-allocated blocks when check_eofblocks_fl fails by Jiaying Zhang · 13 years ago
  74. 7132de7 ext4: fix i_blocks/quota accounting when extent insertion fails by Maxim Patlasov · 13 years ago
  75. 275d3ba ext4: remove loop around bio_alloc() by Theodore Ts'o · 13 years ago
  76. 9331b62 ext4: quiet 'unused variables' compile warnings by Yongqiang Yang · 13 years ago
  77. f86186b ext4: refactor duplicated block placement code by Eric Sandeen · 13 years ago
  78. dae1e52 ext4: move ext4_ind_* functions from inode.c to indirect.c by Amir Goldstein · 13 years ago
  79. 9f125d6 ext4: move common truncate functions to header file by Theodore Ts'o · 13 years ago
  80. 1f7d1e7 ext4: move __ext4_check_blockref to block_validity.c by Theodore Ts'o · 13 years ago
  81. 8bb2b24 ext4: rename ext4_indirect_* funcs to ext4_ind_* by Amir Goldstein · 13 years ago
  82. ff9893d ext4: split ext4_ind_truncate from ext4_truncate by Amir Goldstein · 13 years ago
  83. ed7a7e1 ext4: fix incorrect error msg in ext4_ext_insert_index by Robin Dong · 13 years ago
  84. 6e6938b writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage by Wu Fengguang · 14 years ago
  85. a9c667f ext4: fixed tracepoints cleanup by Lukas Czerner · 13 years ago
  86. c03f8aa ext4: use FIEMAP_EXTENT_LAST flag for last extent in fiemap by Lukas Czerner · 13 years ago
  87. f17722f ext4: Fix max file size and logical block counting of extent format file by Lukas Czerner · 13 years ago
  88. 5def136 ext4: correct comments for ext4_free_blocks() by Yongqiang Yang · 13 years ago
  89. aa38572 fs: pass exact type of data dirties to ->dirty_inode by Christoph Hellwig · 13 years ago
  90. f8d613e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem by Linus Torvalds · 13 years ago
  91. 7abc52c ext4: add cleancache support by Dan Magenheimer · 13 years ago
  92. 1b16da7 ext4: teach ext4_ext_split to calculate extents efficiently by Yongqiang Yang · 13 years ago
  93. ae24f28 ext4: Convert ext4 to new truncate calling convention by Jan Kara · 13 years ago
  94. 556b27a ext4: do not normalize block requests from fallocate() by Vivek Haldar · 13 years ago
  95. a4bb6b6 ext4: enable "punch hole" functionality by Allison Henderson · 13 years ago
  96. e861304 ext4: add "punch hole" flag to ext4_map_blocks() by Allison Henderson · 13 years ago
  97. d583fb8 ext4: punch out extents by Allison Henderson · 13 years ago
  98. 3084885 ext4: add new function ext4_block_zero_page_range() by Allison Henderson · 13 years ago
  99. 55f020d ext4: add flag to ext4_has_free_blocks by Allison Henderson · 13 years ago
  100. ae81230 ext4: reserve inodes and feature code for 'quota' feature by Aditya Kali · 13 years ago