1. 7b415bf ext4: Fix bigalloc quota accounting and i_blocks value by Aditya Kali · 13 years ago
  2. 27baebb ext4: tune mballoc's default group prealloc size for bigalloc file systems by Theodore Ts'o · 13 years ago
  3. f975d6b ext4: teach ext4_statfs() to deal with clusters if bigalloc is enabled by Theodore Ts'o · 13 years ago
  4. 24aaa8e ext4: convert the free_blocks field in s_flex_groups to be free_clusters by Theodore Ts'o · 13 years ago
  5. 5704265 ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter by Theodore Ts'o · 13 years ago
  6. 0aa0600 ext4: teach ext4_ext_truncate() about the bigalloc feature by Theodore Ts'o · 13 years ago
  7. 4d33b1e ext4: teach ext4_ext_map_blocks() about the bigalloc feature by Theodore Ts'o · 13 years ago
  8. 8413019 ext4: teach ext4_free_blocks() about bigalloc and clusters by Theodore Ts'o · 13 years ago
  9. 53accfa ext4: teach mballoc preallocation code about bigalloc clusters by Theodore Ts'o · 13 years ago
  10. 3212a80 ext4: convert block group-relative offsets to use clusters by Theodore Ts'o · 13 years ago
  11. d5b8f31 ext4: bigalloc changes to block bitmap initialization functions by Theodore Ts'o · 13 years ago
  12. fd034a8 ext4: split out ext4_free_blocks_after_init() by Theodore Ts'o · 13 years ago
  13. 49f7f9a ext4: factor out block group accounting into functions by Theodore Ts'o · 13 years ago
  14. 7137d7a ext4: convert instances of EXT4_BLOCKS_PER_GROUP to EXT4_CLUSTERS_PER_GROUP by Theodore Ts'o · 13 years ago
  15. bab08ab ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.) by Theodore Ts'o · 13 years ago
  16. 281b599 ext4: read-only support for bigalloc file systems by Theodore Ts'o · 13 years ago
  17. 7c2e708 ext4: add ext4-specific kludge to avoid an oops after the disk disappears by Theodore Ts'o · 13 years ago
  18. 02fac12 ext4: fix partial page writes by Allison Henderson · 13 years ago
  19. 189e868 ext4: fix fsx truncate failure by Allison Henderson · 13 years ago
  20. decbd91 ext4: only call ext4_jbd2_file_inode when an inode has been extended by Theodore Ts'o · 13 years ago
  21. 9ea7a0d jbd2: add debugging information to jbd2_journal_dirty_metadata() by Theodore Ts'o · 13 years ago
  22. 5688978 ext4: improve handling of conflicting mount options by Theodore Ts'o · 13 years ago
  23. 2be4751 ext4: fix 2nd xfstests 127 punch hole failure by Allison Henderson · 13 years ago
  24. ba06208 ext4: fix xfstests 75, 112, 127 punch hole failure by Allison Henderson · 13 years ago
  25. 4e96b2d ext4: Add new ext4_discard_partial_page_buffers routines by Allison Henderson · 13 years ago
  26. 5930ea6 ext4: call ext4_handle_dirty_metadata with correct inode in ext4_dx_add_entry by Theodore Ts'o · 13 years ago
  27. f9287c1 ext4: ext4_mkdir should dirty dir_block with newly created directory inode by Darrick J. Wong · 13 years ago
  28. bcaa992 ext4: ext4_rename should dirty dir_bh with the correct directory by Darrick J. Wong · 13 years ago
  29. 84ebd79 ext4: fake direct I/O mode for data=journal by Theodore Ts'o · 13 years ago
  30. 1cd9f09 ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodes by Theodore Ts'o · 13 years ago
  31. 8c0bec2 ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining by Jiaying Zhang · 13 years ago
  32. 65299a3 block: separate priority boosting from REQ_META by Christoph Hellwig · 13 years ago
  33. 5dc06c5 block: remove READ_META and WRITE_META by Christoph Hellwig · 13 years ago
  34. c063d8a Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  35. dccaf33 ext4: flush any pending end_io requests before DIO reads w/dioread_nolock by Jiaying Zhang · 13 years ago
  36. 9dd75f1 ext4: fix nomblk_io_submit option so it correctly converts uninit blocks by Theodore Ts'o · 13 years ago
  37. 32c80b3 ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN. by Tao Ma · 13 years ago
  38. 2581fdc ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inode by Jiaying Zhang · 13 years ago
  39. 441c850 ext4: Fix ext4_should_writeback_data() for no-journal mode by Curt Wohlgemuth · 13 years ago
  40. 8c20871 ext4: Properly count journal credits for long symlinks by Eric Sandeen · 13 years ago
  41. 5a2f3a0 Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into next by James Morris · 13 years ago
  42. db9481c ext4: use kzalloc in ext4_kzalloc() by Mathias Krause · 13 years ago
  43. 60ad446 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  44. 79a77c5 ext4: prevent memory leaks from ext4_mb_init_backend() on error path by Yu Jian · 13 years ago
  45. 48e6061 ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode # by Yu Jian · 13 years ago
  46. 9d8b9ec ext4: use ext4_msg() instead of printk in mballoc by Theodore Ts'o · 13 years ago
  47. f18a5f2 ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info by Theodore Ts'o · 13 years ago
  48. 9933fc0 ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree() by Theodore Ts'o · 13 years ago
  49. 33853a0 ext4: use the correct error exit path in ext4_init_inode_table() by Yongqiang Yang · 13 years ago
  50. d695212 switch posix_acl_equiv_mode() to umode_t * by Al Viro · 13 years ago
  51. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  52. c49bafa ext4: add missing kfree() on error return path in add_new_gdb() by Dan Carpenter · 13 years ago
  53. d59729f ext4: fix races in ext4_sync_parent() by Theodore Ts'o · 13 years ago
  54. 29ae07b ext4: Fix overflow caused by missing cast in ext4_fallocate() by Utako Kusaka · 13 years ago
  55. 0e1147b ext4: add action of moving index in ext4_ext_rm_idx for Punch Hole by Robin Dong · 13 years ago
  56. 668f4dc ext4: simplify parameters of reserve_backup_gdb() by Yongqiang Yang · 13 years ago
  57. 2f91971 ext4: simplify parameters of add_new_gdb() by Yongqiang Yang · 13 years ago
  58. e6075e9 ext4: remove lock_buffer in bclean() and setup_new_group_blocks() by Yongqiang Yang · 13 years ago
  59. 6d40bc5 ext4: simplify journal handling in setup_new_group_blocks() by Yongqiang Yang · 13 years ago
  60. c3e94d1 ext4: let setup_new_group_blocks() set multiple bits at a time by Yongqiang Yang · 13 years ago
  61. 2b79b09 ext4: fix a typo in ext4_group_extend() by Yongqiang Yang · 13 years ago
  62. 4740b83 ext4: let ext4_group_add_blocks() handle 0 blocks quickly by Yongqiang Yang · 13 years ago
  63. cc7365d ext4: let ext4_group_add_blocks() return an error code by Yongqiang Yang · 13 years ago
  64. 0529155 ext4: rename ext4_add_groupblocks() to ext4_group_add_blocks() by Yongqiang Yang · 13 years ago
  65. ce723c3 ext4: prevent a fs with errors from being resized by Yongqiang Yang · 13 years ago
  66. 8f82f84 ext4: prevent parallel resizers by atomic bit ops by Yongqiang Yang · 13 years ago
  67. f01ef56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  68. 2d859db ext4: fix data corruption in inodes with journalled data by Jan Kara · 13 years ago
  69. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  70. 826cae2 kill boilerplates around posix_acl_create_masq() by Al Viro · 13 years ago
  71. bc26ab5 kill boilerplate around posix_acl_chmod_masq() by Al Viro · 13 years ago
  72. e77819e vfs: move ACL cache lookup into generic code by Linus Torvalds · 13 years ago
  73. b7ca1e8 ext4: correct comment for ext4_ext_check_cache by Robin Dong · 13 years ago
  74. 0737964 ext4: correct the debug message in ext4_ext_insert_extent by Robin Dong · 13 years ago
  75. 5718789 ext4: remove unused argument in ext4_ext_next_leaf_block by Robin Dong · 13 years ago
  76. 6a0fe49 ext4: remove ac_repeats from ext4_allocation_context by Tao Ma · 13 years ago
  77. ced156e ext4: don't increment s_mb_buddies_generated in ext4_mb_release by Tao Ma · 13 years ago
  78. 529da70 ext4: remove unnecessary ext4_get_group_info in ext4_mb_load_buddy by Tao Ma · 13 years ago
  79. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  80. c334b11 Ext4: handle SEEK_HOLE/SEEK_DATA generically by Josef Bacik · 13 years ago
  81. 72c5052 fs: move inode_dio_done to the end_io handler by Christoph Hellwig · 13 years ago
  82. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  83. 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
  84. 9ea7df5 ext4: Rewrite ext4_page_mkwrite() to use generic helpers by Jan Kara · 13 years ago
  85. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  86. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  87. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  88. 9d8f13b security: new security_inode_init_security API adds function callback by Mimi Zohar · 13 years ago
  89. d462031 ext4: avoid eh_entries overflow before insert extent_idx by Robin Dong · 13 years ago
  90. 015861b ext4: avoid wasted extent cache lookup if !PUNCH_OUT_EXT by Robin Dong · 13 years ago
  91. c6a0371 ext4: remove unneeded parameter to ext4_ext_remove_space() by Allison Henderson · 13 years ago
  92. f7d0d37 ext4: punch hole optimizations: skip un-needed extent lookup by Allison Henderson · 13 years ago
  93. 3eb0865 ext4: ignore a stripe width of 1 by Dan Ehrenberg · 13 years ago
  94. d7a1fee ext4: make the preallocation size be a multiple of stripe size by Dan Ehrenberg · 13 years ago
  95. 265c6a0 ext4: fix compilation with -DDX_DEBUG by Bernd Schubert · 13 years ago
  96. afb8617 ext4: remove unnecessary comments in ext4_orphan_add() by Lukas Czerner · 13 years ago
  97. caaf7a2 ext4: Fix a double free of sbi->s_group_info in ext4_mb_init_backend by Tao Ma · 13 years ago
  98. 823ba01 ext4: fix a race which could leak memory in ext4_groupinfo_create_slab() by Tao Ma · 13 years ago
  99. 598dbdf ext4: avoid unneeded ext4_ext_next_leaf_block() while inserting extents by Robin Dong · 13 years ago
  100. ffb505f ext4: remove redundant goto in ext4_ext_insert_extent() by Robin Dong · 13 years ago