1. dda5690 ext3: fix a BUG when opening a file with O_TMPFILE flag by Zheng Liu · 11 years ago
  2. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  3. 64cb927 ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree() by Al Viro · 11 years ago
  4. e6bbef9 ext3 ->tmpfile() support by Al Viro · 11 years ago
  5. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  6. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  7. 306a749 ext3, ext4, ocfs2: remove unused macro NAMEI_RA_INDEX by Guo Chao · 12 years ago
  8. c3d59ad ext3: ext3_bread usage audit by Carlos Maiolino · 12 years ago
  9. aa96601 ext3: fix possible non-initialized variable on htree_dirblock_to_tree() by Carlos Maiolino · 12 years ago
  10. 8fc37ec don't expose I_NEW inodes via dentry->d_inode by Al Viro · 12 years ago
  11. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  12. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  13. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 12 years ago
  14. 4613ad1 ext3: move headers to fs/ext3/ by Al Viro · 12 years ago
  15. ac69e09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  16. d03e129 ext3: replace ll_rw_block with other functions by Zheng Liu · 13 years ago
  17. 0ce8c010 ext[34]: avoid i_nlink warnings triggered by drop_nlink/inc_nlink kludge in symlink() by Al Viro · 12 years ago
  18. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  19. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  20. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  21. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  22. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  23. 65299a3 block: separate priority boosting from REQ_META by Christoph Hellwig · 13 years ago
  24. 5dc06c5 block: remove READ_META and WRITE_META by Christoph Hellwig · 13 years ago
  25. d2db60d ext3: Properly count journal credits for long symlinks by Eric Sandeen · 13 years ago
  26. 2ac232f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 13 years ago
  27. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  28. c878c73 ext3: Fix compilation with -DDX_DEBUG by Bernd Schubert · 13 years ago
  29. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  30. 785c4bc ext3: Add fixed tracepoints by Lukas Czerner · 13 years ago
  31. 86c4f6d8 ext3: Fix fs corruption when make_indexed_dir() fails by Jan Kara · 13 years ago
  32. ae54870a ext3: Fix lock inversion in ext3_symlink() by Jan Kara · 13 years ago
  33. 77aa56b Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 13 years ago
  34. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  35. f17b604 fs: Remove i_nlink check from file system link callback by Aneesh Kumar K.V · 13 years ago
  36. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  37. d743314 ext3: Always set dx_node's fake_dirent explicitly. by Eric Sandeen · 13 years ago
  38. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  39. 8057b96 ext3: Remove redundant unlikely() by Tobias Klauser · 14 years ago
  40. 156e743 ext3: Add more journal error check by Namhyung Kim · 14 years ago
  41. ad1857a ext3: Add journal error check into ext3_rename() by Namhyung Kim · 14 years ago
  42. 5026e90 ext3: Use search_dirblock() in ext3_dx_find_entry() by Theodore Ts'o · 14 years ago
  43. f0cad89 ext3: Avoid uninitialized memory references with a corrupted htree directory by Theodore Ts'o · 14 years ago
  44. fbcae8e ext3: Add journal error check into ext3_delete_entry() by Namhyung Kim · 14 years ago
  45. 2b543ed ext3: Add error check in ext3_mkdir() by Namhyung Kim · 14 years ago
  46. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  47. 0411ba7 ext3: Fix set but unused variables by Andi Kleen · 14 years ago
  48. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  49. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  50. b8a052d ext3: Replace lock/unlock_super() with an explicit lock for the orphan list by Eric Sandeen · 15 years ago
  51. c459001 ext3: quota macros cleanup [V2] by Dmitry Monakhov · 15 years ago
  52. 1d5ccd1 ext[234]: move over to 'check_acl' permission model by Linus Torvalds · 15 years ago
  53. 20bec8a Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  54. e7c8f50 ext3: Add replace-on-rename hueristics for data=writeback mode by Theodore Ts'o · 15 years ago
  55. de18f3b ext3: return -EIO not -ESTALE on directory traversal through deleted inode by Bryan Donlan · 15 years ago
  56. 45f9021 ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.c by Wei Yongjun · 15 years ago
  57. 81a0522 ext3: Use lowercase names of quota functions by Jan Kara · 15 years ago
  58. a21102b ext3: Add sanity check to make_indexed_dir by Theodore Ts'o · 15 years ago
  59. 2150edc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  60. be857df generic swap(): ext3: remove local swap() macro by Wu Fengguang · 15 years ago
  61. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 15 years ago
  62. c38012d nfsd race fixes: ext3 by Al Viro · 16 years ago
  63. 59e315b ext3/4: Fix loop index in do_split() so it is signed by Theodore Ts'o · 16 years ago
  64. 5e1f8c9 ext3: Add support for non-native signed/unsigned htree hash algorithms by Theodore Ts'o · 16 years ago
  65. 734711a [PATCH] get rid of on-stack fake dentry in ext3_get_parent() by Al Viro · 16 years ago
  66. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  67. 275c0a8 ext3: validate directory entry data before use by Duane Griffin · 16 years ago
  68. 8ef2720 ext3: kill 2 useless magic numbers by Li Zefan · 16 years ago
  69. e05b6b5 ext3: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  70. 0b23076 ext3: fix update of mtime and ctime on rename by Jan Kara · 16 years ago
  71. 33575f8 ext3: check ext3_journal_get_write_access() errors by Akinobu Mita · 16 years ago
  72. 473043d iget: stop EXT3 from using iget() and read_inode() by David Howells · 16 years ago
  73. e1d7ae2 ext3: remove unused code from ext3_find_entry() by Mariusz Kozlowski · 16 years ago
  74. 7c06a8d Fix 64KB blocksize in ext3 directories by Jan Kara · 17 years ago
  75. 059590f ext3: remove #ifdef CONFIG_EXT3_INDEX by Eric Sandeen · 17 years ago
  76. ef2b02d ext34: ensure do_split leaves enough free space in both blocks by Eric Sandeen · 17 years ago
  77. 3d82aba dir_index: error out instead of BUG on corrupt dx dirs by Eric Sandeen · 17 years ago
  78. a6c15c2 ext3/ext4: orphan list corruption due bad inode by Vasily Averin · 17 years ago
  79. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  80. fedee54 ext3: dirindex error pointer issues by Dmitriy Monakhov · 17 years ago
  81. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  82. 731b9a5 [PATCH] remove ext[34]_inc_count and _dec_count by Eric Sandeen · 17 years ago
  83. 2988a77 [PATCH] return ENOENT from ext3_link when racing with unlink by Eric Sandeen · 17 years ago
  84. fe21a69 [PATCH] ext3: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  85. 40b8513 [PATCH] handle ext3 directory corruption better by Eric Sandeen · 18 years ago
  86. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  87. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  88. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  89. caa38fb [PATCH] ext3: make meta data reads use READ_META by Jens Axboe · 18 years ago
  90. e9ad562 [PATCH] ext3: More whitespace cleanups by Dave Kleikamp · 18 years ago
  91. eee194e [PATCH] ext3: inode numbers are unsigned long by Eric Sandeen · 18 years ago
  92. ae6ddcc [PATCH] ext3 and jbd cleanup: remove whitespace by Mingming Cao · 18 years ago
  93. 2ccb48e [PATCH] ext3: avoid triggering ext3_error on bad NFS file handle by Neil Brown · 18 years ago
  94. 92eeccd [PATCH] ext3: cleanup dead code in ext3_add_entry() by Johann Lombardi · 18 years ago
  95. 0adb25d [PATCH] ext3: ext3_symlink should use GFP_NOFS allocations inside by Kirill Korotaev · 18 years ago
  96. ba7fe36 [PATCH] ext3: remove d_splice_alias NULL check from ext3_lookup by Pekka Enberg · 18 years ago
  97. 9f40668 [PATCH] ext3: remove trailing newlines from ext3_warning() calls by Glauber de Oliveira Costa · 18 years ago
  98. 381be254 [PATCH] ext3: sparse fixes by Ben Dooks · 19 years ago
  99. 1f54587 [PATCH] quota: ext3: Improve quota credit estimates by Jan Kara · 19 years ago
  100. acfa1823d [PATCH] Support for dx directories in ext3_get_parent (NFSD) by Andreas Dilger · 19 years ago