1. e1260be Merge 4.9.137 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. 8e30869 ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR by Wang Shilong · 6 years ago
  3. 63da420 f2fs: catch up to v4.14-rc1 by Hyojun Kim · 7 years ago
  4. cc14b9e ANDROID: ext4: Add support for FIDTRIM, a best-effort ioctl for deep discard trim by JP Abgrall · 10 years ago
  5. 2eee010 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  6. 9a200d0 ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY by Richard Weinberger · 8 years ago
  7. be32197 ext4: remove unused definition for MAX_32_NUM by Fabian Frederick · 8 years ago
  8. ba63f23 fscrypto: require write access to mount to set encryption policy by Eric Biggers · 8 years ago
  9. 0b7b777 ext4: remove old feature helpers by Kaho Ng · 8 years ago
  10. a7550b3 ext4 crypto: migrate into vfs's crypto engine by Jaegeuk Kim · 8 years ago
  11. 079788d ext4: fix project quota accounting without quota limits enabled by Wang Shilong · 8 years ago
  12. 0e01df1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  13. 8da4b8c lib/uuid.c: move generate_random_uuid() to uuid.c by Andy Shevchenko · 8 years ago
  14. ff0bc08 ext4: fix check of dqget() return value in ext4_ioctl_setproject() by Seth Forshee · 8 years ago
  15. 73f34a5 ext4: online defrag not supported with DAX by Ross Zwisler · 8 years ago
  16. fdde368 ext4: ioctl: fix erroneous return value by Anton Protopopov · 8 years ago
  17. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  18. 9b7365f ext4: add FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support by Li Xi · 8 years ago
  19. e2b911c ext4: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  20. 9abea2d ioctl_compat: handle FITRIM by Mikulas Patocka · 9 years ago
  21. 4b7e2db ext4: use swap() in memswap() by Fabian Frederick · 9 years ago
  22. b4ab9e2 ext4 crypto: fix sparse warnings in fs/ext4/ioctl.c by Fabian Frederick · 9 years ago
  23. 9bd8212 ext4 crypto: add encryption policy and password salt support by Michael Halcrow · 9 years ago
  24. 72b8e0f ext4: remove unused header files by Sheng Yong · 9 years ago
  25. b0dea4c ext4: move handling of list of shrinkable inodes into extent status code by Jan Kara · 10 years ago
  26. edaa53c ext4: change LRU to round-robin in extent status tree shrinker by Zheng Liu · 10 years ago
  27. 9aa5d32 ext4: Replace open coded mdata csum feature to helper function by Dmitry Monakhov · 10 years ago
  28. 3e67cfad2 ext4: grab missed write_count for EXT4_IOC_SWAP_BOOT by Dmitry Monakhov · 10 years ago
  29. d8558a2 ext4: clean up error handling in swap_inode_boot_loader() by Theodore Ts'o · 10 years ago
  30. 30d29b1 ext4: fix error paths in swap_inode_boot_loader() by Zheng Liu · 10 years ago
  31. d7092ae ext4: delete "set but not used" variables by jon ernst · 10 years ago
  32. 375e289 vfs: pull ext4's double-i_mutex-locking into common code by J. Bruce Fields · 12 years ago
  33. d7b2a00 ext4: isolate ext4_extents.h file by Zheng Liu · 11 years ago
  34. 7869a4a ext4: add support for extent pre-caching by Theodore Ts'o · 11 years ago
  35. cde2d7a ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOT by Theodore Ts'o · 11 years ago
  36. 8c8e0ca ext4: fix usless declarations by Dmitri Monakho · 11 years ago
  37. 393d1d1 ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOT by Dr. Tilmann Bubeck · 11 years ago
  38. 996bb9f ext4: support simple conversion of extent-mapped inodes to use i_blocks by Theodore Ts'o · 11 years ago
  39. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  40. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  41. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 11 years ago
  42. 7f51186 ext4: trigger the lazy inode table initialization after resize by Theodore Ts'o · 11 years ago
  43. 6432f21 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  44. 9b68733 ext4: release donor reference when EXT4_IOC_MOVE_EXT ioctl fails by Djalal Harouni · 12 years ago
  45. aaf7d73 ext4: enable FITRIM ioctl on bigalloc file system by Lukas Czerner · 12 years ago
  46. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  47. 6bdf295 switch EXT4_IOC_MOVE_EXT to fget_light() by Al Viro · 12 years ago
  48. 399c9b8 ext4: close struct file leak on EXT4_IOC_MOVE_EXT by Al Viro · 12 years ago
  49. 01f795f ext4: add online resizing support for meta_bg and 64-bit file systems by Yongqiang Yang · 12 years ago
  50. a66d2c8 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  51. 8cae6f7 ext4: switch EXT4_IOC_RESIZE_FS to mnt_want_write_file() by Al Viro · 12 years ago
  52. 331ae49 ext4: fix duplicated mnt_drop_write call in EXT4_IOC_MOVE_EXT by Al Viro · 12 years ago
  53. b22b1f1 ext4: don't set i_flags in EXT4_IOC_SETFLAGS by Tao Ma · 12 years ago
  54. 7990696 ext4: don't trash state flags in EXT4_IOC_SETFLAGS by Theodore Ts'o · 12 years ago
  55. 814525f ext4: calculate and verify inode checksums by Darrick J. Wong · 12 years ago
  56. ff9cb1c Merge branch 'for_linus' into for_linus_merged by Theodore Ts'o · 12 years ago
  57. ac69e09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  58. 6c2155b ext{3,4}: Fix potential race when setversion ioctl updates inode by Djalal Harouni · 12 years ago
  59. 014a177 ext4: add missing ext4_resize_end on error paths by Djalal Harouni · 12 years ago
  60. 19c5246 ext4: add new online resize interface by Yongqiang Yang · 12 years ago
  61. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  62. a561be7 switch a bunch of places to mnt_want_write_file() by Al Viro · 13 years ago
  63. 22cdfca ext4: remove unneeded file_remove_suid() from ext4_ioctl() by Theodore Ts'o · 13 years ago
  64. e6705f7 ext4: add __user decoration to calls of copy_{from,to}_user() by H Hartley Sweeten · 13 years ago
  65. 7fd59c8 ext4: remove the obsolete/broken EXT4_IOC_WAIT_FOR_READONLY ioctl by Tao Ma · 13 years ago
  66. bab08ab ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.) by Theodore Ts'o · 13 years ago
  67. 8f82f84 ext4: prevent parallel resizers by atomic bit ops by Yongqiang Yang · 13 years ago
  68. ae005cb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  69. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  70. a56e69c ext4: add FITRIM to compat_ioctl. by Tao Ma · 13 years ago
  71. 5c2ed62 ext4: Adjust minlen with discard_granularity in the FITRIM ioctl by Lukas Czerner · 13 years ago
  72. 4143179 ext4: check if device support discard in FITRIM ioctl by Lukas Czerner · 13 years ago
  73. e681c04 ext4: Add EXT4_IOC_TRIM ioctl to handle batched discard by Lukas Czerner · 14 years ago
  74. 60e6679 ext4: Drop whitespace at end of lines by Theodore Ts'o · 14 years ago
  75. 4d92dc0 ext4: Fix compat EXT4_IOC_ADD_GROUP by Ben Hutchings · 14 years ago
  76. b684b2e ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode by Christian Borntraeger · 14 years ago
  77. c437b27 ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl by Akira Fujita · 14 years ago
  78. c8d46e4 ext4: Add flag to files with blocks intentionally past EOF by Jiaying Zhang · 14 years ago
  79. 4a58579 ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT by Akira Fujita · 15 years ago
  80. 446aaa6 ext4: initialize moved_len before calling ext4_move_extents() by Kazuya Mio · 15 years ago
  81. 8d66691 ext4: Return exchanged blocks count to user space in failure by Akira Fujita · 15 years ago
  82. 1cf2968 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  83. ac046f1 ext4: fix null handler of ioctls in no journal mode by Peng Tao · 15 years ago
  84. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  85. 748de67 ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl by Akira Fujita · 15 years ago
  86. ccd2506 ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl by Theodore Ts'o · 15 years ago
  87. 2dc6b0d ext4: tighten restrictions on inode flags by Duane Griffin · 15 years ago
  88. 0390131 ext4: Allow ext4 to run without a journal by Frank Mayhar · 15 years ago
  89. 7ffe1ea ext4: add checks for errors from jbd2 by Hidehiro Kawai · 16 years ago
  90. c2ea3fd ext4: Remove old legacy block allocator by Theodore Ts'o · 16 years ago
  91. 4db46fc ext4: hook the ext3 migration interface to the EXT4_IOC_SETFLAGS ioctl by Aneesh Kumar K.V · 16 years ago
  92. 2a43a87 ext4: elevate write count for migrate ioctl by Aneesh Kumar K.V · 16 years ago
  93. af5bc92 ext4: Fix whitespace checkpatch warnings/errors by Theodore Ts'o · 16 years ago
  94. 3dcf545 ext4: move headers out of include/linux by Christoph Hellwig · 16 years ago
  95. 5cdd7b2 Convert ext4 to use unlocked_ioctl by Andi Kleen · 16 years ago
  96. 42a74f2 [PATCH] r/o bind mounts: elevate write count for ioctls() by Dave Hansen · 16 years ago
  97. c14c6fd ext4: Add EXT4_IOC_MIGRATE ioctl by Aneesh Kumar K.V · 16 years ago
  98. 0e855ac ext4: Convert truncate_mutex to read write semaphore. by Aneesh Kumar K.V · 16 years ago
  99. e47776a Forbid user to change file flags on quota files by Jan Kara · 17 years ago
  100. ef7f383 ext4: Add nanosecond timestamps by Kalpak Shah · 17 years ago