1. d74f3d2 ext4: add missing KERN_CONT to a few more debugging uses by Joe Perches · 8 years ago
  2. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  3. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  4. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  5. e81d447 ext4: release bh in make_indexed_dir by gmail · 8 years ago
  6. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  7. ef1eb3a fscrypto: make filename crypto functions return 0 on success by Eric Biggers · 8 years ago
  8. 396d109 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  9. a7550b3 ext4 crypto: migrate into vfs's crypto engine by Jaegeuk Kim · 8 years ago
  10. fa96454 ext4: correct error value of function verifying dx checksum by Daeho Jeong · 8 years ago
  11. b47820e ext4: avoid modifying checksum fields directly during checksum verification by Daeho Jeong · 8 years ago
  12. dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 8 years ago
  13. 0e01df1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  14. 74177f55 ext4: fix oops on corrupted filesystem by Jan Kara · 8 years ago
  15. 8d2ae1c ext4: remove trailing \n from ext4_warning/ext4_error calls by Jakub Wilk · 8 years ago
  16. 1f60fbe ext4: allow readdir()'s of large empty directories to be interrupted by Theodore Ts'o · 8 years ago
  17. 9f2394c Revert "ext4: allow readdir()'s of large empty directories to be interrupted" by Linus Torvalds · 8 years ago
  18. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  19. 1028b55 ext4: allow readdir()'s of large empty directories to be interrupted by Theodore Ts'o · 8 years ago
  20. ff978b0 ext4 crypto: move context consistency check to ext4_file_open() by Theodore Ts'o · 8 years ago
  21. 28b4c26 ext4 crypto: revalidate dentry after adding or removing the key by Theodore Ts'o · 8 years ago
  22. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  23. 391f2a1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  24. 040cb37 ext4: adds project ID support by Li Xi · 8 years ago
  25. 56a0491 ext4 crypto: simplify interfaces to directory entry insert functions by Theodore Ts'o · 8 years ago
  26. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  27. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  28. be69e1c fs/ext4: remove unnecessary new_valid_dev check by Yaowei Bai · 9 years ago
  29. e2b911c ext4: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  30. 6a797d2 ext4: call out CRC and corruption errors with specific error codes by Darrick J. Wong · 9 years ago
  31. a1c8368 fs: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  32. 926631c ext4: memory leak on error in ext4_symlink() by Dan Carpenter · 9 years ago
  33. a7cdade ext4: Handle error from dquot_initialize() by Jan Kara · 9 years ago
  34. d857da7 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  35. c5e298a ext4: prevent ext4_quota_write() from failing due to ENOSPC by Theodore Ts'o · 9 years ago
  36. b03a2f7 ext4: improve warning directory handling messages by Andreas Dilger · 9 years ago
  37. 4d3c4e5 ext4 crypto: allocate the right amount of memory for the on-disk symlink by Theodore Ts'o · 9 years ago
  38. c2facca ext4 crypto: enforce crypto policy restrictions on cross-renames by Theodore Ts'o · 9 years ago
  39. e709e9d ext4 crypto: encrypt tmpfile located in encryption protected directory by Theodore Ts'o · 9 years ago
  40. c936e1e ext4 crypto: use per-inode tfm structure by Theodore Ts'o · 9 years ago
  41. b7236e2 ext4 crypto: reorganize how we store keys in the inode by Theodore Ts'o · 9 years ago
  42. d229959 ext4 crypto: don't allocate a page when encrypting/decrypting file names by Theodore Ts'o · 9 years ago
  43. 5b643f9 ext4 crypto: optimize filename encryption by Theodore Ts'o · 9 years ago
  44. 75e7566 ext4: switch to simple_follow_link() by Al Viro · 9 years ago
  45. a7a67e8 ext4: split inode_operations for encrypted symlinks off the rest by Al Viro · 9 years ago
  46. 8663da2 Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  47. 5de0b4d ext4 crypto: simplify and speed up filename encryption by Theodore Ts'o · 9 years ago
  48. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  49. 6162e4b Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  50. 6ddb244 ext4 crypto: enable encryption feature flag by Theodore Ts'o · 9 years ago
  51. f348c25 ext4 crypto: add symlink encryption by Theodore Ts'o · 9 years ago
  52. be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 9 years ago
  53. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  54. 1f3862b ext4 crypto: filename encryption modifications by Michael Halcrow · 9 years ago
  55. b309848 ext4 crypto: partial update to namei.c for fname crypto by Michael Halcrow · 9 years ago
  56. 4bdfc87 ext4 crypto: insert encrypted filenames into a leaf directory block by Michael Halcrow · 9 years ago
  57. 2f61830 ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenames by Theodore Ts'o · 9 years ago
  58. dde680c ext4 crypto: inherit encryption policies on inode and directory create by Michael Halcrow · 9 years ago
  59. d9cdc903 ext4 crypto: enforce context consistency by Theodore Ts'o · 9 years ago
  60. e875a2d ext4 crypto: export ext4_empty_dir() by Michael Halcrow · 9 years ago
  61. e12fb97 ext4: make fsync to sync parent dir in no-journal for real this time by Lukas Czerner · 9 years ago
  62. 72b8e0f ext4: remove unused header files by Sheng Yong · 9 years ago
  63. 7071b71 ext4: fix bh leak on error paths in ext4_rename() and ext4_cross_rename() by Konstantin Khlebnikov · 9 years ago
  64. 923ae0f ext4: add DAX functionality by Ross Zwisler · 9 years ago
  65. 31fc006 ext4: remove unneeded code in ext4_unlink by Namjae Jeon · 10 years ago
  66. 6050d47 ext4: bail out from make_indexed_dir() on first error by Jan Kara · 10 years ago
  67. d1e14f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  68. cd808de ext4: support RENAME_WHITEOUT by Miklos Szeredi · 10 years ago
  69. c2661b8 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  70. 9aa5d32 ext4: Replace open coded mdata csum feature to helper function by Dmitry Monakhov · 10 years ago
  71. f4bb298 ext4: add ext4_iget_normal() which is to be used for dir tree lookups by Theodore Ts'o · 10 years ago
  72. e2bfb08 ext4: don't orphan or truncate the boot loader inode by Theodore Ts'o · 10 years ago
  73. a9cfcd6 ext4: avoid trying to kfree an ERR_PTR pointer by Theodore Ts'o · 10 years ago
  74. 52c826d ext4: remove a duplicate call in ext4_init_new_dir() by Wang Shilong · 10 years ago
  75. f8b3b59 ext4: convert do_split() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  76. dd73b5d ext4: convert dx_probe() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  77. 1c21502 ext4: convert ext4_bread() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  78. 1056008 ext4: convert ext4_getblk() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  79. 537d8f9 ext4: convert ext4_dx_find_entry() to use the ERR_PTR convention by Theodore Ts'o · 10 years ago
  80. d80d448 ext4: fix same-dir rename when inline data directory overflows by Darrick J. Wong · 10 years ago
  81. 36de928 ext4: propagate errors up to ext4_find_entry()'s callers by Theodore Ts'o · 10 years ago
  82. 7177a9c fs: call rename2 if exists by Miklos Szeredi · 10 years ago
  83. d745a8c ext4: reduce contention on s_orphan_lock by Jan Kara · 10 years ago
  84. cd2c080 ext4: use sbi in ext4_orphan_{add|del}() by Jan Kara · 10 years ago
  85. 5d60125 ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access by liang xie · 10 years ago
  86. 236f5ec ext4: remove obsoleted check by Dmitry Monakhov · 10 years ago
  87. bd42998 ext4: add cross rename support by Miklos Szeredi · 10 years ago
  88. bd1af14 ext4: rename: split out helper functions by Miklos Szeredi · 10 years ago
  89. 0d7d5d6 ext4: rename: move EMLINK check up by Miklos Szeredi · 10 years ago
  90. c0d268c ext4: rename: create ext4_renament structure for local vars by Miklos Szeredi · 10 years ago
  91. 0a7c393 vfs: add RENAME_NOREPLACE flag by Miklos Szeredi · 10 years ago
  92. a53b75b Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  93. 64e178a ext2/3/4: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  94. a34e15c ext4: use %pd printk specificer by David Howells · 10 years ago
  95. 43ae9e3 ext[34]: fix double put in tmpfile by Miklos Szeredi · 11 years ago
  96. 0e20270 ext4: allocate delayed allocation blocks before rename by Theodore Ts'o · 11 years ago
  97. 5b61de7 ext4: start handle at least possible moment when renaming files by Theodore Ts'o · 11 years ago
  98. e94bd34 ext4: fix a BUG when opening a file with O_TMPFILE flag by Zheng Liu · 11 years ago
  99. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  100. af51a2a ext4: ->tmpfile() support by Al Viro · 11 years ago