1. e81d447 ext4: release bh in make_indexed_dir by gmail · 8 years ago
  2. 16c5468 ext4: Allow parallel DIO reads by Jan Kara · 8 years ago
  3. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  4. cca32b7 ext4: allow DAX writeback for hole punch by Ross Zwisler · 8 years ago
  5. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  6. 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
  7. ef1eb3a fscrypto: make filename crypto functions return 0 on success by Eric Biggers · 8 years ago
  8. dcce7a4 ext4: fix memory leak when symlink decryption fails by Eric Biggers · 8 years ago
  9. be32197 ext4: remove unused definition for MAX_32_NUM by Fabian Frederick · 8 years ago
  10. 518eaa6 ext4: create EXT4_MAX_BLOCKS() macro by Fabian Frederick · 8 years ago
  11. c3fe493 ext4: remove unneeded test in ext4_alloc_file_blocks() by Fabian Frederick · 8 years ago
  12. edf15aa ext4: fix memory leak in ext4_insert_range() by Fabian Frederick · 8 years ago
  13. 4e800c0 ext4: bugfix for mmaped pages in mpage_release_unused_pages() by wangguang · 8 years ago
  14. ba63f23 fscrypto: require write access to mount to set encryption policy by Eric Biggers · 8 years ago
  15. e22834f ext4: improve ext4lazyinit scalability by Dmitry Monakhov · 8 years ago
  16. 6ae4c5a ext4: cleanup ext4_sync_parent() by Jan Kara · 8 years ago
  17. 0b7b777 ext4: remove old feature helpers by Kaho Ng · 8 years ago
  18. 49da939 ext4: enable quota enforcement based on mount options by Jan Kara · 8 years ago
  19. 93e3b4e ext4: reinforce check of i_dtime when clearing high fields of uid and gid by Daeho Jeong · 8 years ago
  20. 14fbd4a ext4: enforce online defrag restriction for encrypted files by Eric Whitney · 8 years ago
  21. dfa2064 ext4: factor out loop for freeing inode xattr space by Jan Kara · 8 years ago
  22. 6e0cd08 ext4: remove (almost) unused variables from ext4_expand_extra_isize_ea() by Jan Kara · 8 years ago
  23. 3f2571c ext4: factor out xattr moving by Jan Kara · 8 years ago
  24. 9440571 ext4: replace bogus assertion in ext4_xattr_shift_entries() by Jan Kara · 8 years ago
  25. 1cba423 ext4: remove checks for e_value_block by Jan Kara · 8 years ago
  26. 2de58f1 ext4: Check that external xattr value block is zero by Jan Kara · 8 years ago
  27. e3014d1 ext4: fixup free space calculations when expanding inodes by Jan Kara · 8 years ago
  28. b892772 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  29. 2e81a4e ext4: avoid deadlock when expanding inode size by Jan Kara · 8 years ago
  30. 443a8c4 ext4: properly align shifted xattrs when expanding inodes by Jan Kara · 8 years ago
  31. 418c12d ext4: fix xattr shifting when expanding inodes part 2 by Jan Kara · 8 years ago
  32. d014119 ext4: fix xattr shifting when expanding inodes by Jan Kara · 8 years ago
  33. 829fa70 ext4: validate that metadata blocks do not overlap superblock by Theodore Ts'o · 8 years ago
  34. 3980bd3 ext4: reserve xattr index for the Hurd by Theodore Ts'o · 8 years ago
  35. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  36. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  37. 396d109 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  38. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  39. 6b52499 dax: remote unused fault wrappers by Ross Zwisler · 8 years ago
  40. 7bc9491 ext4: verify extent header depth by Vegard Nossum · 8 years ago
  41. c65d5c6 ext4: short-cut orphan cleanup on error by Vegard Nossum · 8 years ago
  42. 554a5cc ext4: fix reference counting bug on block allocation error by Vegard Nossum · 8 years ago
  43. a7550b3 ext4 crypto: migrate into vfs's crypto engine by Jaegeuk Kim · 8 years ago
  44. 079788d ext4: fix project quota accounting without quota limits enabled by Wang Shilong · 8 years ago
  45. 5b9554d ext4: validate s_reserved_gdt_blocks on mount by Theodore Ts'o · 8 years ago
  46. de9e918 ext4: remove unused page_idx by yalin wang · 8 years ago
  47. 6a7fd52 ext4: don't call ext4_should_journal_data() on the journal inode by Vegard Nossum · 8 years ago
  48. 4743f83 ext4: Fix WARN_ON_ONCE in ext4_commit_super() by Pranay Kr. Srivastava · 8 years ago
  49. 646caa9 ext4: fix deadlock during page writeback by Jan Kara · 8 years ago
  50. fa96454 ext4: correct error value of function verifying dx checksum by Daeho Jeong · 8 years ago
  51. b47820e ext4: avoid modifying checksum fields directly during checksum verification by Daeho Jeong · 8 years ago
  52. f70749c ext4: check for extents that wrap around by Vegard Nossum · 8 years ago
  53. 78d9625 ext4: respect the nobarrier mount option in nojournal mode by Theodore Ts'o · 8 years ago
  54. d08854f ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performance by Theodore Ts'o · 8 years ago
  55. 60a4009 ext4: use bio op helprs in ext4 crypto code by Mike Christie · 8 years ago
  56. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 8 years ago
  57. dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 8 years ago
  58. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 8 years ago
  59. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  60. 84c60b1 drop redundant ->owner initializations by Al Viro · 8 years ago
  61. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  62. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  63. 315227f Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  64. 0e01df1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  65. 8da4b8c lib/uuid.c: move generate_random_uuid() to uuid.c by Andy Shevchenko · 8 years ago
  66. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  67. 87eefeb ext4: Add alignment check for DAX mount by Toshi Kani · 8 years ago
  68. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  69. 02fbd13 dax: Remove complete_unwritten argument by Jan Kara · 8 years ago
  70. 12735f8 ext4: pre-zero allocated blocks for DAX IO by Jan Kara · 8 years ago
  71. 914f82a ext4: refactor direct IO code by Jan Kara · 8 years ago
  72. dbc427c ext4: fix race in transient ENOSPC detection by Jan Kara · 8 years ago
  73. 7cb476f ext4: handle transient ENOSPC properly for DAX by Jan Kara · 8 years ago
  74. ae05327 ext4: switch to ->iterate_shared() by Al Viro · 8 years ago
  75. 816cd71 ext4: remove unmeetable inconsisteny check from ext4_find_extent() by Nicolai Stange · 8 years ago
  76. 32157de ext4: remove unnecessary bio get/put by Jens Axboe · 8 years ago
  77. 935244c ext4: silence UBSAN in ext4_mb_init() by Nicolai Stange · 8 years ago
  78. b5cb316 ext4: address UBSAN warning in mb_find_order_for_block() by Nicolai Stange · 8 years ago
  79. 74177f55 ext4: fix oops on corrupted filesystem by Jan Kara · 8 years ago
  80. ff0bc08 ext4: fix check of dqget() return value in ext4_ioctl_setproject() by Seth Forshee · 8 years ago
  81. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  82. e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 8 years ago
  83. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 8 years ago
  84. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  85. 7827a7f ext4: clean up error handling when orphan list is corrupted by Theodore Ts'o · 8 years ago
  86. c9eb13a ext4: fix hang when processing corrupted orphaned inode list by Theodore Ts'o · 8 years ago
  87. 8d2ae1c ext4: remove trailing \n from ext4_warning/ext4_error calls by Jakub Wilk · 8 years ago
  88. c8585c6 ext4: fix races between changing inode journal mode and ext4_writepages by Daeho Jeong · 8 years ago
  89. 4c54659 ext4: handle unwritten or delalloc buffers before enabling data journaling by Daeho Jeong · 8 years ago
  90. 7b80819 ext4: fix jbd2 handle extension in ext4_ext_truncate_extend_restart() by Theodore Ts'o · 8 years ago
  91. ee0876b ext4: do not ask jbd2 to write data for delalloc buffers by Jan Kara · 8 years ago
  92. 41617e1 jbd2: add support for avoiding data writes during transaction commits by Jan Kara · 8 years ago
  93. 3957ef5 ext4: remove EXT4_STATE_ORDERED_MODE by Jan Kara · 8 years ago
  94. 06bd3c3 ext4: fix data exposure after a crash by Jan Kara · 8 years ago
  95. 1f60fbe ext4: allow readdir()'s of large empty directories to be interrupted by Theodore Ts'o · 8 years ago
  96. 03a8bb0 ext4/fscrypto: avoid RCU lookup in d_revalidate by Jaegeuk Kim · 8 years ago
  97. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 8 years ago
  98. 9f2394c Revert "ext4: allow readdir()'s of large empty directories to be interrupted" by Linus Torvalds · 8 years ago
  99. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  100. 93061f3 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago