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