1. ed923b5 ext4: add ext4_get_block_dax() by Matthew Wilcox · 9 years ago
  2. c94c2ac dax: move DAX-related functions to a new header by Matthew Wilcox · 9 years ago
  3. ea814ab Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  4. 911af57 ext4: update c/mtime on truncate up by Eryu Guan · 9 years ago
  5. a7cdade ext4: Handle error from dquot_initialize() by Jan Kara · 9 years ago
  6. 1c4c715 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  7. 9705acd ext4: fix reservation release on invalidatepage for delalloc fs by Lukas Czerner · 9 years ago
  8. 0f0ff9a ext4: fix fencepost error in lazytime optimization by Theodore Ts'o · 9 years ago
  9. 68b4449 Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  10. d857da7 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  11. 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  12. 3da40c7 ext4: only call ext4_truncate when size <= isize by Josef Bacik · 9 years ago
  13. c27e43a ext4: minor cleanup of ext4_da_reserve_space() by Eric Whitney · 9 years ago
  14. c5e298a ext4: prevent ext4_quota_write() from failing due to ENOSPC by Theodore Ts'o · 9 years ago
  15. bdf9683 ext4: fix race between truncate and __ext4_journalled_writepage() by Theodore Ts'o · 9 years ago
  16. e842f29 dax: don't abuse get_block mapping for endio callbacks by Dave Chinner · 9 years ago
  17. 8f4d855 ext4: fix lazytime optimization by Theodore Ts'o · 9 years ago
  18. 75e7566 ext4: switch to simple_follow_link() by Al Viro · 9 years ago
  19. a7a67e8 ext4: split inode_operations for encrypted symlinks off the rest by Al Viro · 9 years ago
  20. 8663da2 Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  21. d2dc317 ext4: fix data corruption caused by unwritten and delayed extents by Lukas Czerner · 9 years ago
  22. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  23. fe0f07d direct-io: only inc/dec inode->i_dio_count for file systems by Jens Axboe · 9 years ago
  24. 6162e4b Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  25. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  26. f348c25 ext4 crypto: add symlink encryption by Theodore Ts'o · 9 years ago
  27. be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 9 years ago
  28. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  29. c9c7429 ext4 crypto: implement the ext4 decryption read path by Michael Halcrow · 9 years ago
  30. 2058f83 ext4 crypto: implement the ext4 encryption write path by Michael Halcrow · 9 years ago
  31. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  32. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  33. a95cd63 Remove rw from dax_{do_,}io() by Omar Sandoval · 9 years ago
  34. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  35. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  36. f64e02f ext4 crypto: add ext4_mpage_readpages() by Theodore Ts'o · 9 years ago
  37. 72b8e0f ext4: remove unused header files by Sheng Yong · 9 years ago
  38. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  39. feaf2229 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  40. 0389115 Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  41. 923ae0f ext4: add DAX functionality by Ross Zwisler · 9 years ago
  42. 0572639 ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesize by Xiaoguang Wang · 9 years ago
  43. a26f499 ext4: add optimization for the lazytime mount option by Theodore Ts'o · 9 years ago
  44. 0ae45f6 vfs: add support for a lazytime mount option by Theodore Ts'o · 9 years ago
  45. 58d86a5 ext4: update comments regarding ext4_delete_inode() by Wang Shilong · 10 years ago
  46. b0dea4c ext4: move handling of list of shrinkable inodes into extent status code by Jan Kara · 10 years ago
  47. edaa53c ext4: change LRU to round-robin in extent status tree shrinker by Zheng Liu · 10 years ago
  48. 2f8e0a7 ext4: cache extent hole in extent status tree for ext4_da_map_blocks() by Zheng Liu · 10 years ago
  49. cbd7584 ext4: fix block reservation for bigalloc filesystems by Jan Kara · 10 years ago
  50. 4f879ca ext4: bail early when clearing inode journal flag fails by Jan Kara · 10 years ago
  51. 9aa5d32 ext4: Replace open coded mdata csum feature to helper function by Dmitry Monakhov · 10 years ago
  52. 0ff8947 ext4: fix reservation overflow in ext4_da_write_begin by Eric Sandeen · 10 years ago
  53. f4bb298 ext4: add ext4_iget_normal() which is to be used for dir tree lookups by Theodore Ts'o · 10 years ago
  54. e2bfb08 ext4: don't orphan or truncate the boot loader inode by Theodore Ts'o · 10 years ago
  55. bce92d5 ext4: fix return value of ext4_do_update_inode by Li Xi · 10 years ago
  56. d6320cb ext4: fix mmap data corruption when blocksize < pagesize by Jan Kara · 10 years ago
  57. 754cfed ext4: drop the EXT4_STATE_DELALLOC_RESERVED flag by Theodore Ts'o · 10 years ago
  58. d91bd2c ext4: fix comments about get_blocks by Seunghun Lee · 10 years ago
  59. ee124d2 ext4: use ext4_update_i_disksize instead of opencoded ones by Dmitry Monakhov · 10 years ago
  60. 1c21502 ext4: convert ext4_bread() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  61. 1056008 ext4: convert ext4_getblk() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  62. 6603120 ext4: update i_disksize coherently with block allocation on error path by Dmitry Monakhov · 10 years ago
  63. 4631dbf ext4: move i_size,i_disksize update routines to helper function by Dmitry Monakhov · 10 years ago
  64. 4f579ae ext4: fix punch hole on files with indirect mapping by Lukas Czerner · 10 years ago
  65. 71d4f7d ext4: remove metadata reservation checks by Theodore Ts'o · 10 years ago
  66. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  67. bd9db17 ext4: handle symlink properly with inline_data by Zheng Liu · 10 years ago
  68. 5d60125 ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access by liang xie · 10 years ago
  69. c8b459f ext4: remove unnecessary double parentheses by Lukas Czerner · 10 years ago
  70. c197855 ext4: make local functions static by Stephen Hemminger · 10 years ago
  71. 1c8349a ext4: fix data integrity sync in ordered mode by Namjae Jeon · 10 years ago
  72. a832475 Merge ext4 changes in ext4_file_write() into for-next by Al Viro · 10 years ago
  73. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  74. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  75. 16b1f05 ext4: switch the guts of ->direct_IO() to iov_iter by Al Viro · 10 years ago
  76. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  77. 202ee5d ext4: add a new spinlock i_raw_lock to protect the ext4's raw inode by Theodore Ts'o · 10 years ago
  78. 556615d ext4: rename uninitialized extents to unwritten by Lukas Czerner · 10 years ago
  79. 090f32e ext4: get rid of EXT4_MAP_UNINIT flag by Lukas Czerner · 10 years ago
  80. ef24f6c ext4: discard preallocations after removing space by Lukas Czerner · 10 years ago
  81. 0790b31 fs: disallow all fallocate operation on active swapfile by Lukas Czerner · 10 years ago
  82. 9ef06ce ext4: remove unnecessary check for APPEND and IMMUTABLE by Lukas Czerner · 10 years ago
  83. 622cad1 ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent() by Theodore Ts'o · 10 years ago
  84. 87f7e41 ext4: update PF_MEMALLOC handling in ext4_write_inode() by Theodore Ts'o · 10 years ago
  85. 4adb6ab ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKS by Kazuya Mio · 10 years ago
  86. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  87. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  88. 00a1a05 ext4: atomically set inode->i_flags in ext4_set_inode_flags() by Theodore Ts'o · 10 years ago
  89. e04027e ext4: fix comment typo by Matthew Wilcox · 10 years ago
  90. 94350ab ext4: make ext4_block_zero_page_range static by Matthew Wilcox · 10 years ago
  91. 5f16f32 ext4: atomically set inode->i_flags in ext4_set_inode_flags() by Theodore Ts'o · 10 years ago
  92. ed3654e ext4: optimize Hurd tests when reading/writing inodes by Theodore Ts'o · 10 years ago
  93. c4f6570 ext4: kill i_version support for Hurd-castrated file systems by Theodore Ts'o · 10 years ago
  94. b8a8684 ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocate by Lukas Czerner · 10 years ago
  95. 10542c2 ext4: Speedup WB_SYNC_ALL pass called from sync(2) by Jan Kara · 10 years ago
  96. e251f9b ext4: avoid exposure of stale data in ext4_punch_hole() by Maxim Patlasov · 10 years ago
  97. e861b5e ext4: avoid possible overflow in ext4_map_blocks() by Theodore Ts'o · 10 years ago
  98. a53b75b Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  99. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  100. 64e178a ext2/3/4: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago