1. 89fd915 Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  2. ae8ac6b Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  3. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  4. d34fc1a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  5. 397162f mm: remove nr_pages argument from pagevec_lookup{,_range}() by Jan Kara · 7 years ago
  6. 2b85a61 ext4: use pagevec_lookup_range() in writeback code by Jan Kara · 7 years ago
  7. dec0da7 ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff() by Jan Kara · 7 years ago
  8. d72dc8a mm: make pagevec_lookup() update index by Jan Kara · 7 years ago
  9. 91d25ba dax: use common 4k zero page for dax mmap reads by Ross Zwisler · 7 years ago
  10. aed9eb1 ext4: fix null pointer dereference on sbi by Colin Ian King · 7 years ago
  11. 5e40559 ext4: perform dax_device lookup at mount by Dan Williams · 7 years ago
  12. b5f5157 ext4: avoid Y2038 overflow in recently_deleted() by Andreas Dilger · 7 years ago
  13. fd96b8d ext4: fix fault handling when mounted with -o dax,ro by Randy Dodgen · 7 years ago
  14. 95f1fda ext4: fix quota inconsistency during orphan cleanup for read-only mounts by zhangyi (F) · 7 years ago
  15. b0a5a95 ext4: fix incorrect quotaoff if the quota feature is enabled by zhangyi (F) · 7 years ago
  16. 918dc9d ext4: remove useless test and assignment in strtohash functions by Damien Guibouret · 7 years ago
  17. a6d0567 ext4: backward compatibility support for Lustre ea_inode implementation by Tahsin Erdogan · 7 years ago
  18. eaa093d ext4: remove timebomb in ext4_decode_extra_time() by Christoph Hellwig · 7 years ago
  19. d695a1b ext4: use sizeof(*ptr) by Markus Elfring · 7 years ago
  20. 1bd8d6c ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets by Darrick J. Wong · 7 years ago
  21. 901ed07 ext4: reduce lock contention in __ext4_new_inode by Wang Shilong · 7 years ago
  22. 2fe435d ext4: cleanup goto next group by Wang Shilong · 7 years ago
  23. 4f9d956 ext4: do not unnecessarily allocate buffer in recently_deleted() by Jan Kara · 7 years ago
  24. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  25. 7b9ca4c quota: Reduce contention on dq_data_lock by Jan Kara · 7 years ago
  26. 9138924 ext4: Disable dirty list tracking of dquots when journalling quotas by Jan Kara · 7 years ago
  27. bc8230e quota: Convert dqio_mutex to rwsem by Jan Kara · 7 years ago
  28. 32aaf19 ext4: add missing xattr hash update by Tahsin Erdogan · 7 years ago
  29. b80b32b ext4: fix clang build regression by Theodore Ts'o · 7 years ago
  30. 4e56201 ext4: fix copy paste error in ext4_swap_extents() by Maninder Singh · 7 years ago
  31. aec5175 ext4: fix overflow caused by missing cast in ext4_resize_fs() by Jerry Lee · 7 years ago
  32. c03b45b ext4, project: expand inode extra size if possible by Miao Xie · 7 years ago
  33. b640b2c ext4: cleanup ext4_expand_extra_isize_ea() by Miao Xie · 7 years ago
  34. cf0a5e8 ext4: restructure ext4_expand_extra_isize by Miao Xie · 7 years ago
  35. 3b10fdc ext4: fix forgetten xattr lock protection in ext4_expand_extra_isize by Miao Xie · 7 years ago
  36. 9699d4f ext4: make xattr inode reads faster by Tahsin Erdogan · 7 years ago
  37. ec00022 ext4: inplace xattr block update fails to deduplicate blocks by Tahsin Erdogan · 7 years ago
  38. 77a2e84 ext4: remove unused mode parameter by Tahsin Erdogan · 7 years ago
  39. 2df2c34 ext4: fix warning about stack corruption by Arnd Bergmann · 7 years ago
  40. c741489 ext4: fix dir_nlink behaviour by Andreas Dilger · 7 years ago
  41. 381cebf ext4: silence array overflow warning by Dan Carpenter · 7 years ago
  42. fcf5ea1 ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize by Jan Kara · 7 years ago
  43. e451057 ext4: release discard bio after sending discard commands by Daeho Jeong · 7 years ago
  44. 9c5d58f ext4: convert swap_inode_data() over to use swap() on most of the fields by Jeff Layton · 7 years ago
  45. 191eac3 ext4: error should be cleared if ea_inode isn't added to the cache by Emoly Liu · 7 years ago
  46. a3bb2d5 ext4: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  47. 397e434 ext4: preserve i_mode if __ext4_set_acl() fails by Ernesto A. Fernández · 7 years ago
  48. a627b0a ext4: remove unused metadata accounting variables by Eric Whitney · 7 years ago
  49. 1e21196 ext4: correct comment references to ext4_ext_direct_IO() by Eric Whitney · 7 years ago
  50. bc2c642 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  51. 58f587c Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
  52. 088737f Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  53. ff95015 ext4: fix spelling mistake: "prellocated" -> "preallocated" by Colin Ian King · 7 years ago
  54. 6acec59 ext4: use errseq_t based error handling for reporting data writeback errors by Jeff Layton · 7 years ago
  55. af65207 ext4: fix __ext4_new_inode() journal credits calculation by Tahsin Erdogan · 7 years ago
  56. ad47f95 ext4: skip ext4_init_security() and encryption on ea_inodes by Tahsin Erdogan · 7 years ago
  57. 407cd7f ext4: change fast symlink test to not rely on i_blocks by Tahsin Erdogan · 7 years ago
  58. 0127251 ext4: add support for passing in write hints for buffered writes by Jens Axboe · 7 years ago
  59. c250b7d fscrypt: make ->dummy_context() return bool by Eric Biggers · 7 years ago
  60. 6313685 ext4: require key for truncate(2) of encrypted file by Eric Biggers · 7 years ago
  61. 66e0aaa ext4: don't bother checking for encryption key in ->mmap() by Eric Biggers · 7 years ago
  62. 1ea1516 ext4: check return value of kstrtoull correctly in reserved_clusters_store by Chao Yu · 7 years ago
  63. 4a49562 ext4: fix off-by-one fsmap error on 1k block filesystems by Darrick J. Wong · 7 years ago
  64. bdddf34 ext4: return EFSBADCRC if a bad checksum error is found in ext4_find_entry() by Theodore Ts'o · 7 years ago
  65. 6febe6f ext4: return EIO on read error in ext4_find_entry by Khazhismel Kumykov · 7 years ago
  66. 9ce0151 ext4: forbid encrypting root directory by Eric Biggers · 7 years ago
  67. a015434 ext4: send parallel discards on commit completions by Daeho Jeong · 7 years ago
  68. 3abb1a0 ext4: avoid unnecessary stalls in ext4_evict_inode() by Jan Kara · 7 years ago
  69. cdb7ee4 ext4: add nombcache mount option by Tahsin Erdogan · 7 years ago
  70. b9fc761 ext4: strong binding of xattr inode references by Tahsin Erdogan · 7 years ago
  71. daf8328 ext4: eliminate xattr entry e_hash recalculation for removes by Tahsin Erdogan · 7 years ago
  72. 9c6e785 ext4: reserve space for xattr entries/names by Tahsin Erdogan · 7 years ago
  73. 7a9ca53 quota: add get_inode_usage callback to transfer multi-inode charges by Tahsin Erdogan · 7 years ago
  74. dec214d ext4: xattr inode deduplication by Tahsin Erdogan · 7 years ago
  75. 30a7eb9 ext4: cleanup transaction restarts during inode deletion by Tahsin Erdogan · 7 years ago
  76. 02749a4 ext4: add ext4_is_quota_file() by Tahsin Erdogan · 7 years ago
  77. 4738740 ext2, ext4: make mb block cache names more explicit by Tahsin Erdogan · 7 years ago
  78. c07dfcb mbcache: make mbcache naming more generic by Tahsin Erdogan · 7 years ago
  79. b6d9029 ext4: move struct ext4_xattr_inode_array to xattr.h by Tahsin Erdogan · 7 years ago
  80. 0421a18 ext4: modify ext4_xattr_ino_array to hold struct inode * by Tahsin Erdogan · 7 years ago
  81. c1a5d5f ext4: improve journal credit handling in set xattr paths by Tahsin Erdogan · 7 years ago
  82. 65d3000 ext4: ext4_xattr_delete_inode() should return accurate errors by Tahsin Erdogan · 7 years ago
  83. b347e2b ext4: retry storing value in external inode with xattr block too by Tahsin Erdogan · 7 years ago
  84. b315529 ext4: fix credits calculation for xattr inode by Tahsin Erdogan · 7 years ago
  85. 7cec191 ext4: fix ext4_xattr_cmp() by Tahsin Erdogan · 7 years ago
  86. f610910 ext4: fix ext4_xattr_move_to_block() by Tahsin Erdogan · 7 years ago
  87. 9bb21ce ext4: fix ext4_xattr_make_inode_space() value size calculation by Tahsin Erdogan · 7 years ago
  88. 0bd454c ext4: ext4_xattr_value_same() should return false for external data by Tahsin Erdogan · 7 years ago
  89. 990461d ext4: add missing le32_to_cpu(e_value_inum) conversions by Tahsin Erdogan · 7 years ago
  90. 90966693 ext4: clean up ext4_xattr_inode_get() by Tahsin Erdogan · 7 years ago
  91. bab79b0 ext4: change ext4_xattr_inode_iget() signature by Tahsin Erdogan · 7 years ago
  92. 0eefb10 ext4: extended attribute value size limit is enforced by vfs by Tahsin Erdogan · 7 years ago
  93. 1e7d359 ext4: fix ref counting for ea_inode by Tahsin Erdogan · 7 years ago
  94. ddfa17e ext4: call journal revoke when freeing ea_inode blocks by Tahsin Erdogan · 7 years ago
  95. 9e1ba00 ext4: ea_inode owner should be the same as the inode owner by Tahsin Erdogan · 7 years ago
  96. bd3b963 ext4: attach jinode after creation of xattr inode by Tahsin Erdogan · 7 years ago
  97. 1b917ed ext4: do not set posix acls on xattr inodes by Tahsin Erdogan · 7 years ago
  98. 0de5983 ext4: lock inode before calling ext4_orphan_add() by Tahsin Erdogan · 7 years ago
  99. 33d201e ext4: fix lockdep warning about recursive inode locking by Tahsin Erdogan · 7 years ago
  100. e50e512 ext4: xattr-in-inode support by Andreas Dilger · 7 years ago