1. 157091a ext3: Add default allocation routines for quota structures by Jan Kara · 16 years ago
  2. ee0d5ff ext3: Use sb_any_quota_loaded() instead of sb_any_quota_enabled() by Jan Kara · 16 years ago
  3. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  4. c38012d nfsd race fixes: ext3 by Al Viro · 16 years ago
  5. b5ed311 ext3: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  6. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  7. 6a2f90e CRED: Wrap task credential accesses in the Ext3 filesystem by David Howells · 16 years ago
  8. 6cdfcc2 ext3: Clean up outdated and incorrect comment for ext3_write_super() by Theodore Tso · 16 years ago
  9. c87591b ext3: wait on all pending commits in ext3_sync_fs by Arthur Jones · 16 years ago
  10. 44d6f78 ext3: fix a bug accessing freed memory in ext3_abort by Hidehiro Kawai · 16 years ago
  11. 8c9fa93 ext3: Fix duplicate entries returned from getdents() system call by Theodore Ts'o · 16 years ago
  12. 12e1ec9 ext3 quota support: fix compile failure by Linus Torvalds · 16 years ago
  13. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  14. 5ed487b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  15. 2d7c820 ext3: add checks for errors from jbd by Hidehiro Kawai · 16 years ago
  16. 734711a [PATCH] get rid of on-stack fake dentry in ext3_get_parent() by Al Viro · 16 years ago
  17. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  18. 8264613 [PATCH] switch quota_on-related stuff to kern_path() by Al Viro · 16 years ago
  19. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 16 years ago
  20. 6da0b38 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out by Alexey Dobriyan · 16 years ago
  21. cdbf6db ext3: avoid printk floods in the face of directory corruption by Eric Sandeen · 16 years ago
  22. 5ec8b75 ext3: truncate block allocated on a failed ext3_write_begin by Aneesh Kumar K.V · 16 years ago
  23. 6a897cf ext3: fix ext3_dx_readdir hash collision handling by Eugene Dashevsky · 16 years ago
  24. 0e4fb5e ext3: add an option to control error handling on file data by Hidehiro Kawai · 16 years ago
  25. 46d01a2 ext3: fix ext3 block reservation early ENOSPC issue by Mingming Cao · 16 years ago
  26. 972fbf7 ext3: don't try to resize if there are no reserved gdt blocks left by Josef Bacik · 16 years ago
  27. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  28. 68c9d70 generic block based fiemap implementation by Josef Bacik · 16 years ago
  29. 77e69da [PATCH] fix races and leaks in vfs_quota_on() users by Al Viro · 16 years ago
  30. 8ab22b9 vfs: pagecache usage optimization for pagesize!=blocksize by Hisashi Hifumi · 16 years ago
  31. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  32. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  33. 275c0a8 ext3: validate directory entry data before use by Duane Griffin · 16 years ago
  34. 8ef2720 ext3: kill 2 useless magic numbers by Li Zefan · 16 years ago
  35. 3ccc316 ext3: handle deleting corrupted indirect blocks by Duane Griffin · 16 years ago
  36. 95450f5 ext3: don't read inode block if the buffer has a write error by Hidehiro Kawai · 16 years ago
  37. ae76dd9 ext3: handle corrupted orphan list at mount by Duane Griffin · 16 years ago
  38. ef1afd3 ext3: remove double definitions of xattr macros by Shen Feng · 16 years ago
  39. 9ebfbe9 ext3: improve some code in rb tree part of dir.c by Shen Feng · 16 years ago
  40. d06bf1d ext3: correct mount option parsing to detect when quota options can be changed by Jan Kara · 16 years ago
  41. 99aeaf6 ext3: fix typos in messages and comments (journalled -> journaled) by Jan Kara · 16 years ago
  42. 9cfe7b9 ext3: fix synchronization of quota files in journal=data mode by Jan Kara · 16 years ago
  43. f5c8f7d ext3: add missing unlock to error path in ext3_quota_write() by Jan Kara · 16 years ago
  44. 9bb9178 ext3: fix online resize bug by Josef Bacik · 16 years ago
  45. 7e01c8e ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle() by Tiger Yang · 16 years ago
  46. 7c2f3d6 ext3: fix test ext_generic_write_end() copied return value by Roel Kluin · 16 years ago
  47. e05b6b5 ext3: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  48. fa1ff1e ext3: fix mount messages when quota disabled by Jan Kara · 16 years ago
  49. 2588ef8 ext3: retry block allocation if new blocks are allocated from system zone by Aneesh Kumar K.V · 16 years ago
  50. 07c9938 ext3: fix hang on umount with quotas when journal is aborted by Jan Kara · 16 years ago
  51. 0b23076 ext3: fix update of mtime and ctime on rename by Jan Kara · 16 years ago
  52. 269b261 fs/ext3: use BUG_ON by Julia Lawall · 16 years ago
  53. 33575f8 ext3: check ext3_journal_get_write_access() errors by Akinobu Mita · 16 years ago
  54. e0e369a ext3: use ext3_get_group_desc() by Akinobu Mita · 16 years ago
  55. 22a5daf ext3: add missing ext3_journal_stop() by Akinobu Mita · 16 years ago
  56. 1eaafea ext3: use ext3_group_first_block_no() by Akinobu Mita · 16 years ago
  57. 1563300 make ext3_xattr_list() static by Adrian Bunk · 16 years ago
  58. e7f23eb ext3: convert byte order of constant instead of variable by Marcin Slusarz · 16 years ago
  59. 3d61f75 ext3: fdatasync should skip metadata writeout when overwriting by Hisashi Hifumi · 16 years ago
  60. 2fd83a4 quota: ext3: make ext3 handle quotaon on remount by Jan Kara · 16 years ago
  61. e9b6269 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial by Linus Torvalds · 16 years ago
  62. 1cc8dcf5 ext*: spelling fix prefered -> preferred by Benoit Boissinot · 16 years ago
  63. 42a74f2 [PATCH] r/o bind mounts: elevate write count for ioctls() by Dave Hansen · 16 years ago
  64. 335e92e vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs by Jan Kara · 16 years ago
  65. c587f0c ext3: fix wrong gfp type under transaction by Josef Bacik · 16 years ago
  66. 92587216 ext3: fix mount option parsing by Josef Bacik · 16 years ago
  67. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  68. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  69. 50e8a28 ext3: replace all adds to little endians variables with le*_add_cpu by Marcin Slusarz · 16 years ago
  70. 473043d iget: stop EXT3 from using iget() and read_inode() by David Howells · 16 years ago
  71. bd1939d ext3: fix lock inversion in direct IO by Jan Kara · 16 years ago
  72. e1d7ae2 ext3: remove unused code from ext3_find_entry() by Mariusz Kozlowski · 16 years ago
  73. 859cb93 ext[234]: cleanup ext[234]_bg_num_gdb() by Akinobu Mita · 16 years ago
  74. fb01bfd ext[234]: remove unused argument for ext[234]_find_goal() by Akinobu Mita · 16 years ago
  75. 197cd65a ext[234]: use ext[234]_get_group_desc() by Akinobu Mita · 16 years ago
  76. 144704e ext[234]: fix comment for nonexistent variable by Akinobu Mita · 16 years ago
  77. 1eca93f ext3: change the default behaviour on error by Aneesh Kumar K.V · 16 years ago
  78. feda58d ext3: return after ext3_error in case of failures by Aneesh Kumar K.V · 16 years ago
  79. f762e90 ext3: add block bitmap validation by Aneesh Kumar K.V · 16 years ago
  80. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  81. fe7fdc3 ext3: Fix the max file size for ext3 file system. by Aneesh Kumar K.V · 16 years ago
  82. b47b6f3 ext3, ext4: avoid divide by zero by Andries E. Brouwer · 17 years ago
  83. 7c06a8d Fix 64KB blocksize in ext3 directories by Jan Kara · 17 years ago
  84. e47776a Forbid user to change file flags on quota files by Jan Kara · 17 years ago
  85. 0b832a4 Revert "ext2/ext3/ext4: add block bitmap validation" by Linus Torvalds · 17 years ago
  86. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  87. 74af0ba ext3: new export ops by Christoph Hellwig · 17 years ago
  88. 9ad163a JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG by Jose R. Santos · 17 years ago
  89. 8c3478a JBD/ext3 cleanups: convert to kzalloc by Mingming Cao · 17 years ago
  90. c80544d sparse pointer use of zero as null by Stephen Hemminger · 17 years ago
  91. 42a2b6a ext3: fix setup_new_group_blocks locking by Eric Sandeen · 17 years ago
  92. 0f0a89e ext3: support large blocksize up to PAGESIZE by Takashi Sato · 17 years ago
  93. 1ad6ecf ext3: lighten up resize transaction requirements by Eric Sandeen · 17 years ago
  94. 059590f ext3: remove #ifdef CONFIG_EXT3_INDEX by Eric Sandeen · 17 years ago
  95. 2b47c36 Fix f_version type: should be u64 instead of unsigned long by Mathieu Desnoyers · 17 years ago
  96. 7c9e69f ext2/ext3/ext4: add block bitmap validation by Aneesh Kumar K.V · 17 years ago
  97. ef2fb67 remove unused bh in calls to ext234_get_group_desc by Eric Sandeen · 17 years ago
  98. 571beed ext3: show all mount options by Miklos Szeredi · 17 years ago
  99. febfcf9 fs: mark nibblemap const by Philippe De Muyter · 17 years ago
  100. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago