1. bb5835e ext4: add new ioctl EXT4_IOC_GET_ES_CACHE by Theodore Ts'o · 5 years ago
  2. 1ad3ea6 ext4: add a new ioctl EXT4_IOC_GETSTATE by Theodore Ts'o · 5 years ago
  3. b0c013e ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHE by Theodore Ts'o · 5 years ago
  4. 7633b08 ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree() by Theodore Ts'o · 6 years ago
  5. ddce3b9 ext4: refactor initialize_dirent_tail() by Theodore Ts'o · 6 years ago
  6. f036adb ext4: rename "dirent_csum" functions to use "dirblock" by Theodore Ts'o · 6 years ago
  7. 3ae7256 ext4: optimize case-insensitive lookups by Gabriel Krisman Bertazi · 6 years ago
  8. 7ddf79a ext4: only set project inherit bit for directory by Wang Shilong · 6 years ago
  9. a9fbcd6 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  10. 5abe379 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  11. b886ee3 ext4: Support case-insensitive file name lookups by Gabriel Krisman Bertazi · 6 years ago
  12. c83ad55 ext4: include charset encoding information in the superblock by Gabriel Krisman Bertazi · 6 years ago
  13. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  14. b01531d fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext by Eric Biggers · 6 years ago
  15. fe53cbc ext4: remove incorrect comment for NEXT_ORPHAN() by Eric Biggers · 6 years ago
  16. a5adcfc Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  17. c9e716e ext4: don't update s_rev_level if not required by Andreas Dilger · 6 years ago
  18. abdc644 ext4: add mask of ext4 flags to swap by yangerkun · 6 years ago
  19. 643fa96 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
  20. 592ddec ext4: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 6 years ago
  21. 8a36397 ext4: avoid declaring fs inconsistent due to invalid file handles by Theodore Ts'o · 6 years ago
  22. fb265c9 ext4: add ext4_sb_bread() to disambiguate ENOMEM cases by Theodore Ts'o · 6 years ago
  23. e468f5c Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojeda/linux by Linus Torvalds · 6 years ago
  24. 33458ea ext4: fix use-after-free race in ext4_remount()'s error path by Theodore Ts'o · 6 years ago
  25. 401b25a ext4: convert fault handler to use vm_fault_t type by Souptick Joarder · 6 years ago
  26. f456767 ext4: fix reserved cluster accounting at page invalidation time by Eric Whitney · 6 years ago
  27. 9fe6714 ext4: adjust reserved cluster count when removing extents by Eric Whitney · 6 years ago
  28. 0b02f4c ext4: fix reserved cluster accounting at delayed write time by Eric Whitney · 6 years ago
  29. 1dc0aa4 ext4: add new pending reservation mechanism by Eric Whitney · 6 years ago
  30. ad43102 ext4: generalize extents status tree search functions by Eric Whitney · 6 years ago
  31. f0604f6 Compiler Attributes: ext4: remove local __nonstring definition by Miguel Ojeda · 6 years ago
  32. ad3273d Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Greg Kroah-Hartman · 6 years ago
  33. bcd8e91 ext4: avoid arithemetic overflow that can trigger a BUG by Theodore Ts'o · 6 years ago
  34. 072ebb3 ext4: add nonstring annotations to ext4.h by Theodore Ts'o · 6 years ago
  35. ac22b46 ext4: readpages() should submit IO as read-ahead by Jens Axboe · 6 years ago
  36. 430657b ext4: handle layout changes to pinned DAX mappings by Ross Zwisler · 6 years ago
  37. 6a0678a ext4: super: extend timestamps to 40 bits by Arnd Bergmann · 6 years ago
  38. 7b62b29 ext4: use timespec64 for all inode times by Arnd Bergmann · 6 years ago
  39. 70a2dc6 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  40. c37e9e0 ext4: add more inode number paranoia checks by Theodore Ts'o · 7 years ago
  41. 8bc1379 ext4: avoid running out of journal credits when appending to an inline file by Theodore Ts'o · 7 years ago
  42. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  43. 327eaf7 ext4: add warn_on_error mount option by Theodore Ts'o · 7 years ago
  44. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  45. 1434763 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  46. 247dbed ext4: simplify procfs code by Christoph Hellwig · 7 years ago
  47. db79e6d ext4: add new ext4_mark_group_bitmap_corrupted() helper by Wang Shilong · 7 years ago
  48. 1d39834 ext4: remove EXT4_STATE_DIOREAD_LOCK flag by Nikolay Borisov · 7 years ago
  49. e7093f0 ext4: fixed alignment and minor code cleanup in ext4.h by Petros Koutoupis · 7 years ago
  50. f516676 ext4: fix up remaining files with SPDX cleanups by Theodore Ts'o · 7 years ago
  51. ae9a8c4 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  52. 32190f0 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
  53. 2325306 ext4: improve smp scalability for inode generation by Theodore Ts'o · 7 years ago
  54. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  55. d77147f ext4: add support for online resizing with bigalloc by harshads · 7 years ago
  56. 734f0d2 fscrypt: clean up include file mess by Dave Chinner · 7 years ago
  57. 8058cac ext4: remove duplicate extended attributes defs by Ross Zwisler · 7 years ago
  58. 545052e ext4: Switch to iomap for SEEK_HOLE / SEEK_DATA by Christoph Hellwig · 7 years ago
  59. 7046ae3 ext4: Add iomap support for inline data by Andreas Gruenbacher · 7 years ago
  60. 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
  61. 5e40559 ext4: perform dax_device lookup at mount by Dan Williams · 7 years ago
  62. a6d0567 ext4: backward compatibility support for Lustre ea_inode implementation by Tahsin Erdogan · 7 years ago
  63. eaa093d ext4: remove timebomb in ext4_decode_extra_time() by Christoph Hellwig · 7 years ago
  64. 9699d4f ext4: make xattr inode reads faster by Tahsin Erdogan · 7 years ago
  65. c741489 ext4: fix dir_nlink behaviour by Andreas Dilger · 7 years ago
  66. 381cebf ext4: silence array overflow warning by Dan Carpenter · 7 years ago
  67. a627b0a ext4: remove unused metadata accounting variables by Eric Whitney · 7 years ago
  68. a015434 ext4: send parallel discards on commit completions by Daeho Jeong · 8 years ago
  69. cdb7ee4 ext4: add nombcache mount option by Tahsin Erdogan · 8 years ago
  70. dec214d ext4: xattr inode deduplication by Tahsin Erdogan · 8 years ago
  71. 02749a4 ext4: add ext4_is_quota_file() by Tahsin Erdogan · 8 years ago
  72. 4738740 ext2, ext4: make mb block cache names more explicit by Tahsin Erdogan · 8 years ago
  73. b6d9029 ext4: move struct ext4_xattr_inode_array to xattr.h by Tahsin Erdogan · 8 years ago
  74. 0421a18 ext4: modify ext4_xattr_ino_array to hold struct inode * by Tahsin Erdogan · 8 years ago
  75. 0eefb10 ext4: extended attribute value size limit is enforced by vfs by Tahsin Erdogan · 8 years ago
  76. 1b917ed ext4: do not set posix acls on xattr inodes by Tahsin Erdogan · 8 years ago
  77. e50e512 ext4: xattr-in-inode support by Andreas Dilger · 8 years ago
  78. e08ac99 ext4: add largedir feature by Artem Blagodarenko · 8 years ago
  79. d6b9755 ext4: remove unused d_name argument from ext4_search_dir() et al. by Eric Biggers · 8 years ago
  80. dd727dad3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  81. a3719f3 Merge branch 'generic' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  82. d600618 ext4: constify static data that is never modified by Eric Biggers · 8 years ago
  83. 1bc0af6 ext4: trim return value and 'dir' argument from ext4_insert_dentry() by Eric Biggers · 8 years ago
  84. 38eae95 ext4: Remove ext4_get_inode_flags() by Jan Kara · 8 years ago
  85. 99652ea ext4: Add statx support by David Howells · 8 years ago
  86. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  87. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  88. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  89. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  90. a27fcb0 Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  91. cab7076 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  92. e9be2ac ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWN by Theodore Ts'o · 8 years ago
  93. 46f47e4 fscrypt: split supp and notsupp declarations into their own headers by Eric Biggers · 8 years ago
  94. 783d948 ext4: add EXT4_IOC_GOINGDOWN ioctl by Theodore Ts'o · 8 years ago
  95. 0db1ff2 ext4: add shutdown bit and check for it by Theodore Ts'o · 8 years ago
  96. 9549a16 ext4: rename s_resize_flags to s_ext4_flags by Theodore Ts'o · 8 years ago
  97. 8ff6daa iomap: constify struct iomap_ops by Christoph Hellwig · 8 years ago
  98. 01daf94 ext4: propagate error values from ext4_inline_data_truncate() by Theodore Ts'o · 8 years ago
  99. a5d431e fscrypt: make fscrypt_operations.key_prefix a string by Eric Biggers · 8 years ago
  100. a551d7c Merge branch 'fscrypt' into dev by Theodore Ts'o · 8 years ago