1. 8663da2 Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  2. 9402bdc ext4 crypto: remove duplicated encryption mode definitions by Chanho Park · 9 years ago
  3. a44cd7a ext4 crypto: add padding to filenames before encrypting by Theodore Ts'o · 9 years ago
  4. 5de0b4d ext4 crypto: simplify and speed up filename encryption by Theodore Ts'o · 9 years ago
  5. 6162e4b Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  6. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  7. 6ddb244 ext4 crypto: enable encryption feature flag by Theodore Ts'o · 9 years ago
  8. f348c25 ext4 crypto: add symlink encryption by Theodore Ts'o · 9 years ago
  9. be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 9 years ago
  10. 4bdfc87 ext4 crypto: insert encrypted filenames into a leaf directory block by Michael Halcrow · 9 years ago
  11. 2f61830 ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenames by Theodore Ts'o · 9 years ago
  12. d5d0e8c ext4 crypto: filename encryption facilities by Michael Halcrow · 9 years ago
  13. 88bd6cc ext4 crypto: add encryption key management facilities by Michael Halcrow · 9 years ago
  14. b30ab0e ext4 crypto: add ext4 encryption facilities by Michael Halcrow · 9 years ago
  15. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
  16. 9bd8212 ext4 crypto: add encryption policy and password salt support by Michael Halcrow · 9 years ago
  17. e875a2d ext4 crypto: export ext4_empty_dir() by Michael Halcrow · 9 years ago
  18. f542fbe ext4 crypto: reserve codepoints used by the ext4 encryption feature by Theodore Ts'o · 9 years ago
  19. f64e02f ext4 crypto: add ext4_mpage_readpages() by Theodore Ts'o · 9 years ago
  20. feaf2229 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  21. 923ae0f ext4: add DAX functionality by Ross Zwisler · 10 years ago
  22. 2cb5cc8 ext4: support read-only images by Darrick J. Wong · 10 years ago
  23. 3edc18d ext4: reserve codepoints used by the ext4 encryption feature by Theodore Ts'o · 10 years ago
  24. 9bfccec Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  25. d952d69 ext4: ext4_inline_data_fiemap should respect callers argument by Dmitry Monakhov · 10 years ago
  26. dd47592 ext4: limit number of scanned extents in status tree shrinker by Jan Kara · 10 years ago
  27. edaa53c ext4: change LRU to round-robin in extent status tree shrinker by Zheng Liu · 10 years ago
  28. 2f8e0a7 ext4: cache extent hole in extent status tree for ext4_da_map_blocks() by Zheng Liu · 10 years ago
  29. cbd7584 ext4: fix block reservation for bigalloc filesystems by Jan Kara · 10 years ago
  30. b93b41d ext4: kill ext4_kvfree() by Al Viro · 10 years ago
  31. 96c7e0d ext4: Convert to private i_dquot field by Jan Kara · 10 years ago
  32. 813d32f ext4: check s_chksum_driver when looking for bg csum presence by Darrick J. Wong · 10 years ago
  33. 9aa5d32 ext4: Replace open coded mdata csum feature to helper function by Dmitry Monakhov · 10 years ago
  34. f4bb298 ext4: add ext4_iget_normal() which is to be used for dir tree lookups by Theodore Ts'o · 10 years ago
  35. a2d4a64 ext4: don't use MAXQUOTAS value by Jan Kara · 10 years ago
  36. d26e2c4 ext4: renumber EXT4_EX_* flags to avoid flag aliasing problems by Theodore Ts'o · 10 years ago
  37. 754cfed ext4: drop the EXT4_STATE_DELALLOC_RESERVED flag by Theodore Ts'o · 10 years ago
  38. eb68d0e ext4: track extent status tree shrinker delay statictics by Zheng Liu · 10 years ago
  39. ed8a1a7 ext4: rename ext4_ext_find_extent() to ext4_find_extent() by Theodore Ts'o · 10 years ago
  40. dfe5080 ext4: drop EXT4_EX_NOFREE_ON_ERR from rest of extents handling code by Theodore Ts'o · 10 years ago
  41. 705912c ext4: teach ext4_ext_find_extent() to free path on error by Theodore Ts'o · 10 years ago
  42. bd30d70 ext4: fix accidental flag aliasing in ext4_map_blocks flags by Theodore Ts'o · 10 years ago
  43. fcf6b1b7 ext4: refactor ext4_move_extents code base by Dmitry Monakhov · 10 years ago
  44. f8fb4f4 ext4: use ext4_ext_next_allocated_block instead of mext_next_extent by Dmitry Monakhov · 10 years ago
  45. 1c21502 ext4: convert ext4_bread() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  46. 1056008 ext4: convert ext4_getblk() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  47. 4631dbf ext4: move i_size,i_disksize update routines to helper function by Dmitry Monakhov · 10 years ago
  48. 36de928 ext4: propagate errors up to ext4_find_entry()'s callers by Theodore Ts'o · 10 years ago
  49. 40b163f ext4: check inline directory before converting by Darrick J. Wong · 10 years ago
  50. 83447cc ext4: make ext4_has_inline_data() as a inline function by Zheng Liu · 10 years ago
  51. 4f579ae ext4: fix punch hole on files with indirect mapping by Lukas Czerner · 10 years ago
  52. 71d4f7d ext4: remove metadata reservation checks by Theodore Ts'o · 10 years ago
  53. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  54. c197855 ext4: make local functions static by Stephen Hemminger · 10 years ago
  55. 1beeef1 ext4: fix block bitmap initialization under sparse_super2 by Darrick J. Wong · 10 years ago
  56. 1c8349a ext4: fix data integrity sync in ordered mode by Namjae Jeon · 10 years ago
  57. a832475 Merge ext4 changes in ext4_file_write() into for-next by Al Viro · 10 years ago
  58. 16b1f05 ext4: switch the guts of ->direct_IO() to iov_iter by Al Viro · 11 years ago
  59. 202ee5d ext4: add a new spinlock i_raw_lock to protect the ext4's raw inode by Theodore Ts'o · 10 years ago
  60. 556615d ext4: rename uninitialized extents to unwritten by Lukas Czerner · 10 years ago
  61. 090f32e ext4: get rid of EXT4_MAP_UNINIT flag by Lukas Czerner · 10 years ago
  62. 622cad1 ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent() by Theodore Ts'o · 10 years ago
  63. 94350ab ext4: make ext4_block_zero_page_range static by Matthew Wilcox · 11 years ago
  64. ed3654e ext4: optimize Hurd tests when reading/writing inodes by Theodore Ts'o · 11 years ago
  65. 9c191f7 ext4: each filesystem creates and uses its own mb_cache by T Makphaibulchoke · 11 years ago
  66. b8a8684 ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocate by Lukas Czerner · 11 years ago
  67. 9eb7948 ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate by Namjae Jeon · 11 years ago
  68. a633f5a ext4: translate fallocate mode bits to strings by Lukas Czerner · 11 years ago
  69. 19ea806 ext4: don't leave i_crtime.tv_sec uninitialized by Theodore Ts'o · 11 years ago
  70. f5a44db ext4: add explicit casts when masking cluster sizes by Theodore Ts'o · 11 years ago
  71. 4fbf888 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  72. 3f61c0c ext4: add prototypes for macro-generated functions by Andreas Dilger · 11 years ago
  73. 375e289 vfs: pull ext4's double-i_mutex-locking into common code by J. Bruce Fields · 12 years ago
  74. efbed4d ext4: add ratelimiting to ext4 messages by Theodore Ts'o · 11 years ago
  75. 45d9a22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  76. 7b7a866 direct-io: Implement generic deferred AIO completions by Christoph Hellwig · 11 years ago
  77. 87a3938 ext4: mark block group as corrupt on inode bitmap error by Darrick J. Wong · 11 years ago
  78. 163a203 ext4: mark block group as corrupt on block bitmap error by Darrick J. Wong · 11 years ago
  79. dbde0ab ext4: fix type declaration of ext4_validate_block_bitmap by Darrick J. Wong · 11 years ago
  80. d7b2a00 ext4: isolate ext4_extents.h file by Zheng Liu · 11 years ago
  81. 90e775b ext4: fix lost truncate due to race with writeback by Jan Kara · 11 years ago
  82. 7d73453 ext4: fix warning in ext4_da_update_reserve_space() by Jan Kara · 11 years ago
  83. 7869a4a ext4: add support for extent pre-caching by Theodore Ts'o · 11 years ago
  84. 107a7bd ext4: cache all of an extent tree's leaf block upon reading by Theodore Ts'o · 11 years ago
  85. a361293 jbd2: Fix oops in jbd2_journal_file_inode() by Jan Kara · 11 years ago
  86. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  87. aeb2817 ext4: pass inode pointer instead of file pointer to punch hole by Ashish Sangwan · 11 years ago
  88. e7c96e8 ext4: reduce object size when !CONFIG_PRINTK by Joe Perches · 11 years ago
  89. d3922a7 ext4: improve extent cache shrink mechanism to avoid to burn CPU time by Zheng Liu · 11 years ago
  90. 725bebb [readdir] convert ext4 by Al Viro · 11 years ago
  91. 2f2e09e ext4: add sanity check to ext4_get_group_info() by Theodore Ts'o · 11 years ago
  92. 5dc23bd ext4: remove ext4_ioend_wait() by Jan Kara · 11 years ago
  93. c724585 ext4: don't wait for extent conversion in ext4_punch_hole() by Jan Kara · 11 years ago
  94. b0857d3 ext4: defer clearing of PageWriteback after extent conversion by Jan Kara · 11 years ago
  95. 2e8fa54 ext4: split extent conversion lists to reserved & unreserved parts by Jan Kara · 11 years ago
  96. 6b523df ext4: use transaction reservation for extent conversion in ext4_end_io by Jan Kara · 11 years ago
  97. 3613d22 ext4: remove buffer_uninit handling by Jan Kara · 11 years ago
  98. 4e7ea81 ext4: restructure writeback path by Jan Kara · 11 years ago
  99. fffb273 ext4: better estimate credits needed for ext4_da_writepages() by Jan Kara · 11 years ago
  100. fa55a0e ext4: improve writepage credit estimate for files with indirect blocks by Jan Kara · 11 years ago