1. 9c5d58f ext4: convert swap_inode_data() over to use swap() on most of the fields by Jeff Layton · 7 years ago
  2. 191eac3 ext4: error should be cleared if ea_inode isn't added to the cache by Emoly Liu · 7 years ago
  3. a3bb2d5 ext4: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  4. 397e434 ext4: preserve i_mode if __ext4_set_acl() fails by Ernesto A. Fernández · 7 years ago
  5. a627b0a ext4: remove unused metadata accounting variables by Eric Whitney · 7 years ago
  6. 1e21196 ext4: correct comment references to ext4_ext_direct_IO() by Eric Whitney · 7 years ago
  7. bc2c642 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  8. 58f587c Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
  9. 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
  10. ff95015 ext4: fix spelling mistake: "prellocated" -> "preallocated" by Colin Ian King · 7 years ago
  11. 6acec59 ext4: use errseq_t based error handling for reporting data writeback errors by Jeff Layton · 7 years ago
  12. af65207 ext4: fix __ext4_new_inode() journal credits calculation by Tahsin Erdogan · 7 years ago
  13. ad47f95 ext4: skip ext4_init_security() and encryption on ea_inodes by Tahsin Erdogan · 7 years ago
  14. 407cd7f ext4: change fast symlink test to not rely on i_blocks by Tahsin Erdogan · 7 years ago
  15. 0127251 ext4: add support for passing in write hints for buffered writes by Jens Axboe · 7 years ago
  16. c250b7d fscrypt: make ->dummy_context() return bool by Eric Biggers · 7 years ago
  17. 6313685 ext4: require key for truncate(2) of encrypted file by Eric Biggers · 7 years ago
  18. 66e0aaa ext4: don't bother checking for encryption key in ->mmap() by Eric Biggers · 7 years ago
  19. 1ea1516 ext4: check return value of kstrtoull correctly in reserved_clusters_store by Chao Yu · 7 years ago
  20. 4a49562 ext4: fix off-by-one fsmap error on 1k block filesystems by Darrick J. Wong · 7 years ago
  21. bdddf34 ext4: return EFSBADCRC if a bad checksum error is found in ext4_find_entry() by Theodore Ts'o · 7 years ago
  22. 6febe6f ext4: return EIO on read error in ext4_find_entry by Khazhismel Kumykov · 7 years ago
  23. 9ce0151 ext4: forbid encrypting root directory by Eric Biggers · 7 years ago
  24. a015434 ext4: send parallel discards on commit completions by Daeho Jeong · 7 years ago
  25. 3abb1a0 ext4: avoid unnecessary stalls in ext4_evict_inode() by Jan Kara · 7 years ago
  26. cdb7ee4 ext4: add nombcache mount option by Tahsin Erdogan · 7 years ago
  27. b9fc761 ext4: strong binding of xattr inode references by Tahsin Erdogan · 7 years ago
  28. daf8328 ext4: eliminate xattr entry e_hash recalculation for removes by Tahsin Erdogan · 7 years ago
  29. 9c6e785 ext4: reserve space for xattr entries/names by Tahsin Erdogan · 7 years ago
  30. 7a9ca53 quota: add get_inode_usage callback to transfer multi-inode charges by Tahsin Erdogan · 7 years ago
  31. dec214d ext4: xattr inode deduplication by Tahsin Erdogan · 7 years ago
  32. 30a7eb9 ext4: cleanup transaction restarts during inode deletion by Tahsin Erdogan · 7 years ago
  33. 02749a4 ext4: add ext4_is_quota_file() by Tahsin Erdogan · 7 years ago
  34. 4738740 ext2, ext4: make mb block cache names more explicit by Tahsin Erdogan · 7 years ago
  35. c07dfcb mbcache: make mbcache naming more generic by Tahsin Erdogan · 7 years ago
  36. b6d9029 ext4: move struct ext4_xattr_inode_array to xattr.h by Tahsin Erdogan · 7 years ago
  37. 0421a18 ext4: modify ext4_xattr_ino_array to hold struct inode * by Tahsin Erdogan · 7 years ago
  38. c1a5d5f ext4: improve journal credit handling in set xattr paths by Tahsin Erdogan · 7 years ago
  39. 65d3000 ext4: ext4_xattr_delete_inode() should return accurate errors by Tahsin Erdogan · 7 years ago
  40. b347e2b ext4: retry storing value in external inode with xattr block too by Tahsin Erdogan · 7 years ago
  41. b315529 ext4: fix credits calculation for xattr inode by Tahsin Erdogan · 7 years ago
  42. 7cec191 ext4: fix ext4_xattr_cmp() by Tahsin Erdogan · 7 years ago
  43. f610910 ext4: fix ext4_xattr_move_to_block() by Tahsin Erdogan · 7 years ago
  44. 9bb21ce ext4: fix ext4_xattr_make_inode_space() value size calculation by Tahsin Erdogan · 7 years ago
  45. 0bd454c ext4: ext4_xattr_value_same() should return false for external data by Tahsin Erdogan · 7 years ago
  46. 990461d ext4: add missing le32_to_cpu(e_value_inum) conversions by Tahsin Erdogan · 7 years ago
  47. 90966693 ext4: clean up ext4_xattr_inode_get() by Tahsin Erdogan · 7 years ago
  48. bab79b0 ext4: change ext4_xattr_inode_iget() signature by Tahsin Erdogan · 7 years ago
  49. 0eefb10 ext4: extended attribute value size limit is enforced by vfs by Tahsin Erdogan · 7 years ago
  50. 1e7d359 ext4: fix ref counting for ea_inode by Tahsin Erdogan · 7 years ago
  51. ddfa17e ext4: call journal revoke when freeing ea_inode blocks by Tahsin Erdogan · 7 years ago
  52. 9e1ba00 ext4: ea_inode owner should be the same as the inode owner by Tahsin Erdogan · 7 years ago
  53. bd3b963 ext4: attach jinode after creation of xattr inode by Tahsin Erdogan · 7 years ago
  54. 1b917ed ext4: do not set posix acls on xattr inodes by Tahsin Erdogan · 7 years ago
  55. 0de5983 ext4: lock inode before calling ext4_orphan_add() by Tahsin Erdogan · 7 years ago
  56. 33d201e ext4: fix lockdep warning about recursive inode locking by Tahsin Erdogan · 7 years ago
  57. e50e512 ext4: xattr-in-inode support by Andreas Dilger · 7 years ago
  58. e08ac99 ext4: add largedir feature by Artem Blagodarenko · 7 years ago
  59. 728fbc0 ext4: nowait aio support by Goldwyn Rodrigues · 7 years ago
  60. fdd050b Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base by Christoph Hellwig · 7 years ago
  61. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 7 years ago
  62. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 7 years ago
  63. 8578709 fs: switch ->s_uuid to uuid_t by Christoph Hellwig · 7 years ago
  64. 67a7d5f ext4: fix fdatasync(2) after extent manipulation operations by Jan Kara · 7 years ago
  65. a056bda ext4: fix data corruption for mmap writes by Jan Kara · 7 years ago
  66. 4f8caa6 ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO by Jan Kara · 7 years ago
  67. b8cb5a5 ext4: fix quota charging for shared xattr blocks by Tahsin Erdogan · 7 years ago
  68. c41d342 ext4: remove redundant check for encrypted file on dio write path by Eric Biggers · 7 years ago
  69. d6b9755 ext4: remove unused d_name argument from ext4_search_dir() et al. by Eric Biggers · 7 years ago
  70. e546579 ext4: fix off-by-one error when writing back pages before dio read by Eric Biggers · 7 years ago
  71. 624327f ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff() by Eryu Guan · 7 years ago
  72. 887a973 ext4: keep existing extra fields when inode expands by Konstantin Khlebnikov · 7 years ago
  73. 9651e6b ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errors by Konstantin Khlebnikov · 7 years ago
  74. 3f1d5ba ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff() by Jan Kara · 7 years ago
  75. 7d95edd ext4: fix SEEK_HOLE by Jan Kara · 7 years ago
  76. 964edf6 ext4: clear lockdep subtype for quota files on quota off by Jan Kara · 7 years ago
  77. f5705aa8c dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n case by Dan Williams · 7 years ago
  78. 1251704 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  79. fb26a1c ext4: return to starting transaction in ext4_dax_huge_fault() by Jan Kara · 7 years ago
  80. 0fcc3ab Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  81. bf5f894 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  82. a7c3e90 mm: introduce kv[mz]alloc helpers by Michal Hocko · 7 years ago
  83. 677375c Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
  84. dd727da Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  85. ef510424 block, dax: move "select DAX" from BLOCK to FS_DAX by Dan Williams · 7 years ago
  86. 53ef7d0 Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  87. d9b9f8d ext4: clean up ext4_match() and callers by Eric Biggers · 7 years ago
  88. 067d102 ext4: switch to using fscrypt_match_name() by Eric Biggers · 7 years ago
  89. 6b06cde fscrypt: avoid collisions when presenting long encrypted filenames by Eric Biggers · 7 years ago
  90. 8c68084 ext4: remove "nokey" check from ext4_lookup() by Eric Biggers · 8 years ago
  91. 0047337 ext4: mark superblock writes synchronous for nobarrier mounts by Jan Kara · 7 years ago
  92. a3719f3 Merge branch 'generic' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  93. aa1dca3 ext4: inherit encryption xattr before other xattrs by Eric Biggers · 7 years ago
  94. 72d622b4 ext4: replace BUG_ON with WARN_ONCE in ext4_end_bio() by Theodore Ts'o · 7 years ago
  95. dddbd6a ext4: avoid unnecessary transaction stalls during writeback by Jan Kara · 7 years ago
  96. 85c8f17 ext4: preload block group descriptors by Andrew Perepechko · 7 years ago
  97. 1a20a63 ext4: make ext4_shutdown() static by Eric Biggers · 7 years ago
  98. 0c9ec4b ext4: support GETFSMAP ioctls by Darrick J. Wong · 7 years ago
  99. 7b4cc97 ext4: evict inline data when writing to memory map by Eric Biggers · 7 years ago
  100. 6ba644b ext4: remove ext4_xattr_check_entry() by Eric Biggers · 7 years ago