1. d606fd7 Merge android-4.9.215(60fbe70) into msm-4.9 by jianzhou · 4 years, 2 months ago
  2. c30521f Merge android-4.9.208(9759f95) into msm-4.9 by jianzhou · 4 years, 2 months ago
  3. 60fbe70 Merge 4.9.215 into android-4.9-q by Greg Kroah-Hartman · 4 years, 2 months ago
  4. c7071c3 ext4: add cond_resched() to __ext4_find_entry() by Shijie Luo · 4 years, 3 months ago
  5. 3f3beb2 ext4: fix checksum errors with indexed dirs by Jan Kara · 4 years, 3 months ago
  6. 9759f95 Merge 4.9.208 into android-4.9-q by Greg Kroah-Hartman · 4 years, 4 months ago
  7. e1513b3 ext4: work around deleting a file with i_nlink == 0 safely by Theodore Ts'o · 4 years, 6 months ago
  8. dfcbd407 ext4: fix ext4_empty_dir() for directories with holes by Jan Kara · 4 years, 5 months ago
  9. 0eb90dd Merge 4.9.187 into android-4.9-q by Greg Kroah-Hartman · 4 years, 9 months ago
  10. fabc071 Merge 4.9.187 into android-4.9 by Greg Kroah-Hartman · 4 years, 9 months ago
  11. 3f0307b ext4: allow directory holes by Theodore Ts'o · 5 years ago
  12. c9370c2 ext4: remove unused value by Jaegeuk Kim · 4 years, 9 months ago
  13. 8ed0083 Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into android-4.9 by Jaegeuk Kim · 4 years, 9 months ago
  14. 3a3ac01 fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext by Eric Biggers · 5 years ago
  15. 1440451 ext4: remove unused d_name argument from ext4_search_dir() et al. by Eric Biggers · 7 years ago
  16. 9370915 Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into android-4.9 by Jaegeuk Kim · 5 years ago
  17. 3ce5fa3 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 5 years ago
  18. e68f6b8 ext4: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 5 years ago
  19. f11498c ext4: switch to fscrypt_prepare_rename() by Eric Biggers · 7 years ago
  20. 14ddd82 ext4: switch to fscrypt_prepare_link() by Eric Biggers · 7 years ago
  21. 5e10758 Merge 4.9.138 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  22. d450fcd ext4: fix buffer leak in __ext4_read_dirblock() on error path by Vasily Averin · 6 years ago
  23. f30a52c ext4: avoid buffer leak in ext4_orphan_add() after prior errors by Vasily Averin · 6 years ago
  24. 1c7637c Merge 4.9.130 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  25. 23f57cb ext4: check to make sure the rename(2)'s destination is not freed by Theodore Ts'o · 6 years ago
  26. a925dfb Merge 4.9.125 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  27. e85b9fb ext4: reset error code in ext4_find_entry in fallback by Eric Sandeen · 6 years ago
  28. 90e7a90 Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into android-4.9 by Jaegeuk Kim · 6 years ago
  29. b711ad8 ext4: switch to fscrypt_prepare_lookup() by Eric Biggers · 7 years ago
  30. 9797dcb Merge 4.9.104 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  31. 2d2d3f1 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 6 years ago
  32. d919765 f2fs/fscrypt: updates to v4.17-rc1 by Jaegeuk Kim · 6 years ago
  33. 7d82f0e ext4: switch to fscrypt ->symlink() helper functions by Eric Biggers · 6 years ago
  34. 319c8e1 Merge 4.9.71 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  35. 32e2ae0 ext4: fix crash when a directory's i_size is too small by Chandan Rajendra · 6 years ago
  36. d612bee fscrypt: use ENOKEY when file cannot be created w/o key by Eric Biggers · 7 years ago
  37. 63da420 f2fs: catch up to v4.14-rc1 by Hyojun Kim · 7 years ago
  38. 48d7b5a ext4: don't allow encrypted operations without keys by Theodore Ts'o · 7 years ago
  39. e6b120d f2fs/fscrypt: catch up to v4.12 by Jaegeuk Kim · 7 years ago
  40. af9bd52 fscrypt: avoid collisions when presenting long encrypted filenames by Eric Biggers · 7 years ago
  41. 68ca0fd ext4: fix use-after-iput when fscrypt contexts are inconsistent by Eric Biggers · 7 years ago
  42. d74f3d2 ext4: add missing KERN_CONT to a few more debugging uses by Joe Perches · 8 years ago
  43. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  44. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  45. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  46. e81d447 ext4: release bh in make_indexed_dir by gmail · 8 years ago
  47. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  48. ef1eb3a fscrypto: make filename crypto functions return 0 on success by Eric Biggers · 8 years ago
  49. 396d109 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  50. a7550b3 ext4 crypto: migrate into vfs's crypto engine by Jaegeuk Kim · 8 years ago
  51. fa96454 ext4: correct error value of function verifying dx checksum by Daeho Jeong · 8 years ago
  52. b47820e ext4: avoid modifying checksum fields directly during checksum verification by Daeho Jeong · 8 years ago
  53. dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 8 years ago
  54. 0e01df1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  55. 74177f55 ext4: fix oops on corrupted filesystem by Jan Kara · 8 years ago
  56. 8d2ae1c ext4: remove trailing \n from ext4_warning/ext4_error calls by Jakub Wilk · 8 years ago
  57. 1f60fbe ext4: allow readdir()'s of large empty directories to be interrupted by Theodore Ts'o · 8 years ago
  58. 9f2394c Revert "ext4: allow readdir()'s of large empty directories to be interrupted" by Linus Torvalds · 8 years ago
  59. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  60. 1028b55 ext4: allow readdir()'s of large empty directories to be interrupted by Theodore Ts'o · 8 years ago
  61. ff978b0 ext4 crypto: move context consistency check to ext4_file_open() by Theodore Ts'o · 8 years ago
  62. 28b4c26 ext4 crypto: revalidate dentry after adding or removing the key by Theodore Ts'o · 8 years ago
  63. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  64. 391f2a1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  65. 040cb37 ext4: adds project ID support by Li Xi · 8 years ago
  66. 56a0491 ext4 crypto: simplify interfaces to directory entry insert functions by Theodore Ts'o · 8 years ago
  67. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 8 years ago
  68. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  69. be69e1c fs/ext4: remove unnecessary new_valid_dev check by Yaowei Bai · 9 years ago
  70. e2b911c ext4: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  71. 6a797d2 ext4: call out CRC and corruption errors with specific error codes by Darrick J. Wong · 9 years ago
  72. a1c8368 fs: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  73. 926631c ext4: memory leak on error in ext4_symlink() by Dan Carpenter · 9 years ago
  74. a7cdade ext4: Handle error from dquot_initialize() by Jan Kara · 9 years ago
  75. d857da7 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  76. c5e298a ext4: prevent ext4_quota_write() from failing due to ENOSPC by Theodore Ts'o · 9 years ago
  77. b03a2f7 ext4: improve warning directory handling messages by Andreas Dilger · 9 years ago
  78. 4d3c4e5 ext4 crypto: allocate the right amount of memory for the on-disk symlink by Theodore Ts'o · 9 years ago
  79. c2facca ext4 crypto: enforce crypto policy restrictions on cross-renames by Theodore Ts'o · 9 years ago
  80. e709e9d ext4 crypto: encrypt tmpfile located in encryption protected directory by Theodore Ts'o · 9 years ago
  81. c936e1e ext4 crypto: use per-inode tfm structure by Theodore Ts'o · 9 years ago
  82. b7236e2 ext4 crypto: reorganize how we store keys in the inode by Theodore Ts'o · 9 years ago
  83. d229959 ext4 crypto: don't allocate a page when encrypting/decrypting file names by Theodore Ts'o · 9 years ago
  84. 5b643f9 ext4 crypto: optimize filename encryption by Theodore Ts'o · 9 years ago
  85. 75e7566 ext4: switch to simple_follow_link() by Al Viro · 9 years ago
  86. a7a67e8 ext4: split inode_operations for encrypted symlinks off the rest by Al Viro · 9 years ago
  87. 8663da2 Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  88. 5de0b4d ext4 crypto: simplify and speed up filename encryption by Theodore Ts'o · 9 years ago
  89. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  90. 6162e4b Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  91. 6ddb244 ext4 crypto: enable encryption feature flag by Theodore Ts'o · 9 years ago
  92. f348c25 ext4 crypto: add symlink encryption by Theodore Ts'o · 9 years ago
  93. be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 9 years ago
  94. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  95. 1f3862b ext4 crypto: filename encryption modifications by Michael Halcrow · 9 years ago
  96. b309848 ext4 crypto: partial update to namei.c for fname crypto by Michael Halcrow · 9 years ago
  97. 4bdfc87 ext4 crypto: insert encrypted filenames into a leaf directory block by Michael Halcrow · 9 years ago
  98. 2f61830 ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenames by Theodore Ts'o · 9 years ago
  99. dde680c ext4 crypto: inherit encryption policies on inode and directory create by Michael Halcrow · 9 years ago
  100. d9cdc903 ext4 crypto: enforce context consistency by Theodore Ts'o · 9 years ago