1. 62a3a66 ext4: don't bother checking for encryption key in ->mmap() by Eric Biggers · 7 years ago
  2. 3ce5fa3 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
  3. e68f6b8 ext4: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 6 years ago
  4. 40cf8a3 ext4: switch to fscrypt_prepare_setattr() by Eric Biggers · 7 years ago
  5. f11498c ext4: switch to fscrypt_prepare_rename() by Eric Biggers · 7 years ago
  6. 14ddd82 ext4: switch to fscrypt_prepare_link() by Eric Biggers · 7 years ago
  7. ec686d2 ext4: switch to fscrypt_file_open() by Eric Biggers · 7 years ago
  8. b6a58b9 ext4, dax: set ext4_dax_aops for dax files by Toshi Kani · 6 years ago
  9. 4d93a43 mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() by Jan Kara · 7 years ago
  10. d7a592f ext4: use pagevec_lookup_range_tag() by Jan Kara · 7 years ago
  11. 4ddc3a8 fscrypt: make fscrypt_operations.max_namelen an integer by Eric Biggers · 6 years ago
  12. b711ad8 ext4: switch to fscrypt_prepare_lookup() by Eric Biggers · 7 years ago
  13. 0509923 fscrypt: allow synchronous bio decryption by Eric Biggers · 6 years ago
  14. 401052f fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info() by Eric Biggers · 7 years ago
  15. 7d82f0e ext4: switch to fscrypt ->symlink() helper functions by Eric Biggers · 7 years ago
  16. ba4efe5 ext4: switch to fscrypt_get_symlink() by Eric Biggers · 7 years ago
  17. 8814204 fscrypt: remove unneeded empty fscrypt_operations structs by Eric Biggers · 7 years ago
  18. 8745aa3 fscrypt: remove ->is_encrypted() by Eric Biggers · 7 years ago
  19. 685285b fs, fscrypt: add an S_ENCRYPTED inode flag by Eric Biggers · 7 years ago
  20. 1617929 fscrypt: clean up include file mess by Dave Chinner · 7 years ago
  21. e77e7df fscrypt: make ->dummy_context() return bool by Eric Biggers · 7 years ago
  22. e6b120d f2fs/fscrypt: catch up to v4.12 by Jaegeuk Kim · 7 years ago
  23. 61604a2 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  24. c404f0d ext4: fix fdatasync(2) after extent manipulation operations by Jan Kara · 7 years ago
  25. 2e16921 ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO by Jan Kara · 7 years ago
  26. 9890b9c ext4: keep existing extra fields when inode expands by Konstantin Khlebnikov · 7 years ago
  27. 9850844 ext4: fix SEEK_HOLE by Jan Kara · 7 years ago
  28. af9bd52 fscrypt: avoid collisions when presenting long encrypted filenames by Eric Biggers · 7 years ago
  29. b2764f8 ext4: evict inline data when writing to memory map by Eric Biggers · 7 years ago
  30. b1574ca ext4: fix inode checksum calculation problem if i_extra_size is small by Daeho Jeong · 8 years ago
  31. 9a9dc3ec ext4: lock the xattr block before checksuming it by Theodore Ts'o · 8 years ago
  32. f572ba9 ext4: mark inode dirty after converting inline directory by Eric Biggers · 8 years ago
  33. c2eeabe ext4: fix fencepost in s_first_meta_bg validation by Theodore Ts'o · 8 years ago
  34. 8fed8fc ext4: don't BUG when truncating encrypted inodes on the orphan list by Theodore Ts'o · 8 years ago
  35. d6dcec9 ext4: return EROFS if device is r/o and journal replay is needed by Theodore Ts'o · 8 years ago
  36. 269bf7b ext4: preserve the needs_recovery flag when the journal is aborted by Theodore Ts'o · 8 years ago
  37. 0b37d0c ext4: fix inline data error paths by Theodore Ts'o · 8 years ago
  38. 68ca0fd ext4: fix use-after-iput when fscrypt contexts are inconsistent by Eric Biggers · 8 years ago
  39. a5a9cf3 ext4: fix data corruption in data=journal mode by Jan Kara · 8 years ago
  40. fc6c2da ext4: trim allocation requests to group size by Jan Kara · 8 years ago
  41. e0b53d6 ext4: do not polute the extents cache while shifting extents by Roman Pen · 8 years ago
  42. 72ae476 ext4: Include forgotten start block on fallocate insert range by Roman Pen · 8 years ago
  43. da1e402 ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea() by Theodore Ts'o · 8 years ago
  44. 13e6ef9 ext4: validate s_first_meta_bg at mount time by Eryu Guan · 8 years ago
  45. 9abce3c ext4: do not perform data journaling when data is encrypted by Sergey Karamov · 8 years ago
  46. acf3efd ext4: return -ENOMEM instead of success by Dan Carpenter · 8 years ago
  47. 3e4f8da ext4: reject inodes with negative size by Darrick J. Wong · 8 years ago
  48. 8084f57 ext4: add sanity checking to count_overhead() by Theodore Ts'o · 8 years ago
  49. 956e2a0 ext4: fix in-superblock mount options processing by Theodore Ts'o · 8 years ago
  50. 01772f4 ext4: use more strict checks for inodes_per_block on mount by Theodore Ts'o · 8 years ago
  51. b493c71 ext4: fix stack memory corruption with 64k block size by Chandan Rajendra · 8 years ago
  52. c3881ab ext4: fix mballoc breakage with 64k block size by Chandan Rajendra · 8 years ago
  53. 24d1251 ext4: don't lock buffer in ext4_commit_super if holding spinlock by Theodore Ts'o · 8 years ago
  54. 8cdf337 ext4: sanity check the block and cluster size at mount time by Theodore Ts'o · 8 years ago
  55. d74f3d2 ext4: add missing KERN_CONT to a few more debugging uses by Joe Perches · 8 years ago
  56. 1996250 ext4: correct endianness conversion in __xattr_check_inode() by Eric Biggers · 8 years ago
  57. c4704a4 ext4: do not advertise encryption support when disabled by Eric Biggers · 8 years ago
  58. 651e1c3 ext4: super.c: Update logging style using KERN_CONT by Joe Perches · 8 years ago
  59. 5114a97 fs: use mapping_set_error instead of opencoded set_bit by Michal Hocko · 8 years ago
  60. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  61. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  62. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  63. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  64. b66484c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  65. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  66. dbe6ec8 ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings by Toshi Kani · 8 years ago
  67. 2eee010 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  68. 1801747 ext4: remove unused variable by Eric Engestrom · 8 years ago
  69. 3c816de ext4: use journal inode to determine journal overhead by Eric Whitney · 8 years ago
  70. c6cb7e7 ext4: create function to read journal inode by Eric Whitney · 8 years ago
  71. 9b623df ext4: unmap metadata when zeroing blocks by Jan Kara · 8 years ago
  72. 51e8137 ext4: remove plugging from ext4_file_write_iter() by Jan Kara · 8 years ago
  73. 4b0524a ext4: allow unlocked direct IO when pages are cached by Jan Kara · 8 years ago
  74. 9a200d0 ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY by Richard Weinberger · 8 years ago
  75. cc91542 ext4: do not unnecessarily null-terminate encrypted symlink data by Eric Biggers · 8 years ago
  76. e81d447 ext4: release bh in make_indexed_dir by gmail · 8 years ago
  77. 16c5468 ext4: Allow parallel DIO reads by Jan Kara · 8 years ago
  78. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  79. cca32b7 ext4: allow DAX writeback for hole punch by Ross Zwisler · 8 years ago
  80. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  81. 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
  82. ef1eb3a fscrypto: make filename crypto functions return 0 on success by Eric Biggers · 8 years ago
  83. dcce7a4 ext4: fix memory leak when symlink decryption fails by Eric Biggers · 8 years ago
  84. be32197 ext4: remove unused definition for MAX_32_NUM by Fabian Frederick · 8 years ago
  85. 518eaa6 ext4: create EXT4_MAX_BLOCKS() macro by Fabian Frederick · 8 years ago
  86. c3fe493 ext4: remove unneeded test in ext4_alloc_file_blocks() by Fabian Frederick · 8 years ago
  87. edf15aa ext4: fix memory leak in ext4_insert_range() by Fabian Frederick · 8 years ago
  88. 4e800c0 ext4: bugfix for mmaped pages in mpage_release_unused_pages() by wangguang · 8 years ago
  89. ba63f23 fscrypto: require write access to mount to set encryption policy by Eric Biggers · 8 years ago
  90. e22834f ext4: improve ext4lazyinit scalability by Dmitry Monakhov · 8 years ago
  91. 6ae4c5a ext4: cleanup ext4_sync_parent() by Jan Kara · 8 years ago
  92. 0b7b777 ext4: remove old feature helpers by Kaho Ng · 8 years ago
  93. 49da939 ext4: enable quota enforcement based on mount options by Jan Kara · 8 years ago
  94. 93e3b4e ext4: reinforce check of i_dtime when clearing high fields of uid and gid by Daeho Jeong · 8 years ago
  95. 14fbd4a ext4: enforce online defrag restriction for encrypted files by Eric Whitney · 8 years ago
  96. dfa2064 ext4: factor out loop for freeing inode xattr space by Jan Kara · 8 years ago
  97. 6e0cd08 ext4: remove (almost) unused variables from ext4_expand_extra_isize_ea() by Jan Kara · 8 years ago
  98. 3f2571c ext4: factor out xattr moving by Jan Kara · 8 years ago
  99. 9440571 ext4: replace bogus assertion in ext4_xattr_shift_entries() by Jan Kara · 8 years ago
  100. 1cba423 ext4: remove checks for e_value_block by Jan Kara · 8 years ago