1. dcb6110 Merge tag 'v4.9.9' into android-4.9-aosp by Dmitry Shmidt · 8 years ago
  2. 13e6ef9 ext4: validate s_first_meta_bg at mount time by Eryu Guan · 8 years ago
  3. cd08287 Merge tag 'v4.9.6' into android-4.9 by Dmitry Shmidt · 8 years ago
  4. 25cc70f ANDROID: fs: FS tracepoints to track IO. by Mohan Srinivasan · 8 years ago
  5. cc14b9e ANDROID: ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trim by JP Abgrall · 10 years ago
  6. 9abce3c ext4: do not perform data journaling when data is encrypted by Sergey Karamov · 8 years ago
  7. acf3efd ext4: return -ENOMEM instead of success by Dan Carpenter · 8 years ago
  8. 3e4f8da ext4: reject inodes with negative size by Darrick J. Wong · 8 years ago
  9. 8084f57 ext4: add sanity checking to count_overhead() by Theodore Ts'o · 8 years ago
  10. 956e2a0 ext4: fix in-superblock mount options processing by Theodore Ts'o · 8 years ago
  11. 01772f4 ext4: use more strict checks for inodes_per_block on mount by Theodore Ts'o · 8 years ago
  12. b493c71 ext4: fix stack memory corruption with 64k block size by Chandan Rajendra · 8 years ago
  13. c3881ab ext4: fix mballoc breakage with 64k block size by Chandan Rajendra · 8 years ago
  14. 24d1251 ext4: don't lock buffer in ext4_commit_super if holding spinlock by Theodore Ts'o · 8 years ago
  15. 8cdf337 ext4: sanity check the block and cluster size at mount time by Theodore Ts'o · 8 years ago
  16. d74f3d2 ext4: add missing KERN_CONT to a few more debugging uses by Joe Perches · 8 years ago
  17. 1996250 ext4: correct endianness conversion in __xattr_check_inode() by Eric Biggers · 8 years ago
  18. c4704a4 ext4: do not advertise encryption support when disabled by Eric Biggers · 8 years ago
  19. 651e1c3 ext4: super.c: Update logging style using KERN_CONT by Joe Perches · 8 years ago
  20. 5114a97 fs: use mapping_set_error instead of opencoded set_bit by Michal Hocko · 8 years ago
  21. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  22. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  23. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  24. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  25. b66484c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  26. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  27. dbe6ec8 ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings by Toshi Kani · 8 years ago
  28. 2eee010 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  29. 1801747 ext4: remove unused variable by Eric Engestrom · 8 years ago
  30. 3c816de ext4: use journal inode to determine journal overhead by Eric Whitney · 8 years ago
  31. c6cb7e7 ext4: create function to read journal inode by Eric Whitney · 8 years ago
  32. 9b623df ext4: unmap metadata when zeroing blocks by Jan Kara · 8 years ago
  33. 51e8137 ext4: remove plugging from ext4_file_write_iter() by Jan Kara · 8 years ago
  34. 4b0524a ext4: allow unlocked direct IO when pages are cached by Jan Kara · 8 years ago
  35. 9a200d0 ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY by Richard Weinberger · 8 years ago
  36. cc91542 ext4: do not unnecessarily null-terminate encrypted symlink data by Eric Biggers · 8 years ago
  37. e81d447 ext4: release bh in make_indexed_dir by gmail · 8 years ago
  38. 16c5468 ext4: Allow parallel DIO reads by Jan Kara · 8 years ago
  39. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  40. cca32b7 ext4: allow DAX writeback for hole punch by Ross Zwisler · 8 years ago
  41. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  42. 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
  43. ef1eb3a fscrypto: make filename crypto functions return 0 on success by Eric Biggers · 8 years ago
  44. dcce7a4 ext4: fix memory leak when symlink decryption fails by Eric Biggers · 8 years ago
  45. be32197 ext4: remove unused definition for MAX_32_NUM by Fabian Frederick · 8 years ago
  46. 518eaa6 ext4: create EXT4_MAX_BLOCKS() macro by Fabian Frederick · 8 years ago
  47. c3fe493 ext4: remove unneeded test in ext4_alloc_file_blocks() by Fabian Frederick · 8 years ago
  48. edf15aa ext4: fix memory leak in ext4_insert_range() by Fabian Frederick · 8 years ago
  49. 4e800c0 ext4: bugfix for mmaped pages in mpage_release_unused_pages() by wangguang · 8 years ago
  50. ba63f23 fscrypto: require write access to mount to set encryption policy by Eric Biggers · 8 years ago
  51. e22834f ext4: improve ext4lazyinit scalability by Dmitry Monakhov · 8 years ago
  52. 6ae4c5a ext4: cleanup ext4_sync_parent() by Jan Kara · 8 years ago
  53. 0b7b777 ext4: remove old feature helpers by Kaho Ng · 8 years ago
  54. 49da939 ext4: enable quota enforcement based on mount options by Jan Kara · 8 years ago
  55. 93e3b4e ext4: reinforce check of i_dtime when clearing high fields of uid and gid by Daeho Jeong · 8 years ago
  56. 14fbd4a ext4: enforce online defrag restriction for encrypted files by Eric Whitney · 8 years ago
  57. dfa2064 ext4: factor out loop for freeing inode xattr space by Jan Kara · 8 years ago
  58. 6e0cd08 ext4: remove (almost) unused variables from ext4_expand_extra_isize_ea() by Jan Kara · 8 years ago
  59. 3f2571c ext4: factor out xattr moving by Jan Kara · 8 years ago
  60. 9440571 ext4: replace bogus assertion in ext4_xattr_shift_entries() by Jan Kara · 8 years ago
  61. 1cba423 ext4: remove checks for e_value_block by Jan Kara · 8 years ago
  62. 2de58f1 ext4: Check that external xattr value block is zero by Jan Kara · 8 years ago
  63. e3014d1 ext4: fixup free space calculations when expanding inodes by Jan Kara · 8 years ago
  64. 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
  65. 2e81a4e ext4: avoid deadlock when expanding inode size by Jan Kara · 8 years ago
  66. 443a8c4 ext4: properly align shifted xattrs when expanding inodes by Jan Kara · 8 years ago
  67. 418c12d ext4: fix xattr shifting when expanding inodes part 2 by Jan Kara · 8 years ago
  68. d014119 ext4: fix xattr shifting when expanding inodes by Jan Kara · 8 years ago
  69. 829fa70 ext4: validate that metadata blocks do not overlap superblock by Theodore Ts'o · 8 years ago
  70. 3980bd3 ext4: reserve xattr index for the Hurd by Theodore Ts'o · 8 years ago
  71. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  72. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  73. 396d109 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  74. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  75. 6b52499 dax: remote unused fault wrappers by Ross Zwisler · 8 years ago
  76. 7bc9491 ext4: verify extent header depth by Vegard Nossum · 8 years ago
  77. c65d5c6 ext4: short-cut orphan cleanup on error by Vegard Nossum · 8 years ago
  78. 554a5cc ext4: fix reference counting bug on block allocation error by Vegard Nossum · 8 years ago
  79. a7550b3 ext4 crypto: migrate into vfs's crypto engine by Jaegeuk Kim · 8 years ago
  80. 079788d ext4: fix project quota accounting without quota limits enabled by Wang Shilong · 8 years ago
  81. 5b9554d ext4: validate s_reserved_gdt_blocks on mount by Theodore Ts'o · 8 years ago
  82. de9e918 ext4: remove unused page_idx by yalin wang · 8 years ago
  83. 6a7fd52 ext4: don't call ext4_should_journal_data() on the journal inode by Vegard Nossum · 8 years ago
  84. 4743f83 ext4: Fix WARN_ON_ONCE in ext4_commit_super() by Pranay Kr. Srivastava · 8 years ago
  85. 646caa9 ext4: fix deadlock during page writeback by Jan Kara · 8 years ago
  86. fa96454 ext4: correct error value of function verifying dx checksum by Daeho Jeong · 8 years ago
  87. b47820e ext4: avoid modifying checksum fields directly during checksum verification by Daeho Jeong · 8 years ago
  88. f70749c ext4: check for extents that wrap around by Vegard Nossum · 8 years ago
  89. 78d9625 ext4: respect the nobarrier mount option in nojournal mode by Theodore Ts'o · 8 years ago
  90. d08854f ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performance by Theodore Ts'o · 8 years ago
  91. 60a4009 ext4: use bio op helprs in ext4 crypto code by Mike Christie · 8 years ago
  92. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 8 years ago
  93. dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 8 years ago
  94. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 8 years ago
  95. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  96. 84c60b1 drop redundant ->owner initializations by Al Viro · 8 years ago
  97. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  98. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  99. 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
  100. 0e01df1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago