1. ac8894a fscrypt: cache decrypted symlink target in ->i_link by Eric Biggers · 5 years ago
  2. 3ce5fa3 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
  3. 4ddc3a8 fscrypt: make fscrypt_operations.max_namelen an integer by Eric Biggers · 6 years ago
  4. 401052f fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info() by Eric Biggers · 6 years ago
  5. 8814204 fscrypt: remove unneeded empty fscrypt_operations structs by Eric Biggers · 7 years ago
  6. 8745aa3 fscrypt: remove ->is_encrypted() by Eric Biggers · 7 years ago
  7. 685285b fs, fscrypt: add an S_ENCRYPTED inode flag by Eric Biggers · 7 years ago
  8. e77e7df fscrypt: make ->dummy_context() return bool by Eric Biggers · 7 years ago
  9. e6b120d f2fs/fscrypt: catch up to v4.12 by Jaegeuk Kim · 7 years ago
  10. c2eeabe ext4: fix fencepost in s_first_meta_bg validation by Theodore Ts'o · 7 years ago
  11. d6dcec9 ext4: return EROFS if device is r/o and journal replay is needed by Theodore Ts'o · 7 years ago
  12. 269bf7b ext4: preserve the needs_recovery flag when the journal is aborted by Theodore Ts'o · 7 years ago
  13. 13e6ef9 ext4: validate s_first_meta_bg at mount time by Eryu Guan · 8 years ago
  14. 9abce3c ext4: do not perform data journaling when data is encrypted by Sergey Karamov · 8 years ago
  15. 8084f57 ext4: add sanity checking to count_overhead() by Theodore Ts'o · 8 years ago
  16. 956e2a0 ext4: fix in-superblock mount options processing by Theodore Ts'o · 8 years ago
  17. 01772f4 ext4: use more strict checks for inodes_per_block on mount by Theodore Ts'o · 8 years ago
  18. 24d1251 ext4: don't lock buffer in ext4_commit_super if holding spinlock by Theodore Ts'o · 8 years ago
  19. 8cdf337 ext4: sanity check the block and cluster size at mount time by Theodore Ts'o · 8 years ago
  20. 651e1c3 ext4: super.c: Update logging style using KERN_CONT by Joe Perches · 8 years ago
  21. 3c816de ext4: use journal inode to determine journal overhead by Eric Whitney · 8 years ago
  22. c6cb7e7 ext4: create function to read journal inode by Eric Whitney · 8 years ago
  23. e22834f ext4: improve ext4lazyinit scalability by Dmitry Monakhov · 8 years ago
  24. 49da939 ext4: enable quota enforcement based on mount options by Jan Kara · 8 years ago
  25. 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
  26. 829fa70 ext4: validate that metadata blocks do not overlap superblock by Theodore Ts'o · 8 years ago
  27. 396d109 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  28. c65d5c6 ext4: short-cut orphan cleanup on error by Vegard Nossum · 8 years ago
  29. a7550b3 ext4 crypto: migrate into vfs's crypto engine by Jaegeuk Kim · 8 years ago
  30. 5b9554d ext4: validate s_reserved_gdt_blocks on mount by Theodore Ts'o · 8 years ago
  31. 4743f83 ext4: Fix WARN_ON_ONCE in ext4_commit_super() by Pranay Kr. Srivastava · 8 years ago
  32. b47820e ext4: avoid modifying checksum fields directly during checksum verification by Daeho Jeong · 8 years ago
  33. dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 8 years ago
  34. 87eefeb ext4: Add alignment check for DAX mount by Toshi Kani · 8 years ago
  35. c8585c6 ext4: fix races between changing inode journal mode and ext4_writepages by Daeho Jeong · 8 years ago
  36. 93061f3 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  37. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  38. c325a67 ext4: ignore quota mount options if the quota feature is enabled by Theodore Ts'o · 8 years ago
  39. 8f0e874 ext4: avoid calling dquot_get_next_id() if quota is not enabled by Theodore Ts'o · 8 years ago
  40. daf647d ext4: add lockdep annotations for i_data_sem by Theodore Ts'o · 8 years ago
  41. 77d9131 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  42. 7915a86 ext4: print ext4 mount option data_err=abort correctly by Ales Novak · 8 years ago
  43. 600be30 ext4: remove i_ioend_count by Jan Kara · 8 years ago
  44. e142d05 ext4: use i_mutex to serialize unaligned AIO DIO by Jan Kara · 8 years ago
  45. 2335d05 ext4: kill ext4_mballoc_ready by Andreas Gruenbacher · 8 years ago
  46. 82939d7 ext4: convert to mbcache2 by Jan Kara · 8 years ago
  47. 6332b9b ext4: Make Q_GETNEXTQUOTA work for quota in hidden inodes by Eric Sandeen · 8 years ago
  48. be6257b quota: Add support for ->get_nextdqblk() for VFS quota by Jan Kara · 8 years ago
  49. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  50. 391f2a1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  51. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  52. 689c958 ext4: add project quota support by Li Xi · 8 years ago
  53. 040cb37 ext4: adds project ID support by Li Xi · 8 years ago
  54. e74031f ext4: document lock ordering by Jan Kara · 9 years ago
  55. ea3d720 ext4: fix races between page faults and hole punching by Jan Kara · 9 years ago
  56. ef83b6e ext2, ext4: warn when mounting with dax enabled by Dan Williams · 9 years ago
  57. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  58. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  59. 1e381f6 ext4: do not allow journal_opts for fs w/o journal by Dmitry Monakhov · 9 years ago
  60. c93cf2d ext4: explicit mount options parsing cleanup by Dmitry Monakhov · 9 years ago
  61. 4327ba5 ext4, jbd2: ensure entering into panic after recording an error in superblock by Daeho Jeong · 9 years ago
  62. e2b911c ext4: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  63. 6a797d2 ext4: call out CRC and corruption errors with specific error codes by Darrick J. Wong · 9 years ago
  64. 8c81bd8 ext4: store checksum seed in superblock by Darrick J. Wong · 9 years ago
  65. ebd173b ext4: move procfs registration code to fs/ext4/sysfs.c by Theodore Ts'o · 9 years ago
  66. b579901 ext4: move sysfs code from super.c to fs/ext4/sysfs.c by Theodore Ts'o · 9 years ago
  67. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  68. ea814ab Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  69. bdfe0cbd Revert "ext4: remove block_device_ejected" by Theodore Ts'o · 9 years ago
  70. e294a53 ext4: ratelimit the file system mounted message by Theodore Ts'o · 9 years ago
  71. c642dc9 ext4: don't manipulate recovery flag when freezing no-journal fs by Eric Sandeen · 9 years ago
  72. c290ea0 fs: Remove ext3 filesystem driver by Jan Kara · 9 years ago
  73. 564bc40 ext4, jbd2: add REQ_FUA flag when recording an error in the superblock by Daeho Jeong · 9 years ago
  74. 5ba92bc ext4: reject journal options for ext2 mounts by Carlos Maiolino · 9 years ago
  75. 001e4a8 ext4: implement cgroup writeback support by Tejun Heo · 9 years ago
  76. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  77. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  78. ec3904d fs/ext4/super.c: use strreplace() in ext4_fill_super() by Rasmus Villemoes · 9 years ago
  79. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  80. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
  81. a2fd66d ext4: set lazytime on remount if MS_LAZYTIME is set by mount by Theodore Ts'o · 9 years ago
  82. c5e298a ext4: prevent ext4_quota_write() from failing due to ENOSPC by Theodore Ts'o · 9 years ago
  83. 89d96a6 ext4: call sync_blockdev() before invalidate_bdev() in put_super() by Theodore Ts'o · 9 years ago
  84. b03a2f7 ext4: improve warning directory handling messages by Andreas Dilger · 9 years ago
  85. 1cb767c ext4 crypto: fail the mount if blocksize != pagesize by Theodore Ts'o · 9 years ago
  86. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  87. e298e73 ext4 crypto: release crypto resource on module exit by Chao Yu · 9 years ago
  88. c936e1e ext4 crypto: use per-inode tfm structure by Theodore Ts'o · 9 years ago
  89. f5aed2c ext4: clean up superblock encryption mode fields by Theodore Ts'o · 9 years ago
  90. b7236e2 ext4 crypto: reorganize how we store keys in the inode by Theodore Ts'o · 9 years ago
  91. e2881b1b ext4 crypto: separate kernel and userspace structure for the key by Theodore Ts'o · 9 years ago
  92. 1b46617 ext4: don't save the error information if the block device is read-only by Theodore Ts'o · 9 years ago
  93. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  94. 6162e4b Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  95. 6ddb244 ext4 crypto: enable encryption feature flag by Theodore Ts'o · 9 years ago
  96. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  97. b30ab0e ext4 crypto: add ext4 encryption facilities by Michael Halcrow · 9 years ago
  98. 08439fe ext4: remove block_device_ejected by Christoph Hellwig · 9 years ago
  99. 72b8e0f ext4: remove unused header files by Sheng Yong · 9 years ago
  100. 0a240339 quota: Make VFS quotas use new interface for getting quota info by Jan Kara · 10 years ago