1. 073aaa1 helpers for acl caching + switch to those by Al Viro · 15 years ago
  2. 6582a0e switch ext3 to inode->i_acl by Al Viro · 15 years ago
  3. 31583d6a Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  4. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  5. ef43618 ext3: make sure inode is deleted from orphan list after truncate by Jan Kara · 15 years ago
  6. e8ef7aa ext3: fix chain verification in ext3_get_blocks() by Jan Kara · 15 years ago
  7. 9c64daf ext3: avoid unnecessary spinlock in critical POSIX ACL path by Linus Torvalds · 15 years ago
  8. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  9. bbd6851 Push lock_super() into the ->remount_fs() of filesystems that care about it by Al Viro · 15 years ago
  10. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  11. ca41f7b ext3: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  12. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  13. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  14. de5ce03 ext3: Fix memory leak in ext3_fill_super() in case of a failed mount by Manish Katiyar · 15 years ago
  15. 430db32 ext3: Try to avoid starting a transaction in writepage for data=writepage by Jan Kara · 15 years ago
  16. bbae8bc ext3: make default data ordering mode configurable by Linus Torvalds · 15 years ago
  17. 20bec8a Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  18. e7c8f50 ext3: Add replace-on-rename hueristics for data=writeback mode by Theodore Ts'o · 15 years ago
  19. f7ab34e ext3: Add replace-on-truncate hueristics for data=writeback mode by Theodore Ts'o · 15 years ago
  20. 8fe74cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  21. 695f6ae ext3: avoid false EIO errors by Jan Kara · 15 years ago
  22. de18f3b ext3: return -EIO not -ESTALE on directory traversal through deleted inode by Bryan Donlan · 15 years ago
  23. 45f9021 ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.c by Wei Yongjun · 15 years ago
  24. 039fd8c ext3: remove the BKL in ext3/ioctl.c by Cyrus Massoumi · 15 years ago
  25. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  26. 2c9e15a Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6 by Linus Torvalds · 15 years ago
  27. 9e80d40 ext3: Avoid starting a transaction in writepage when not necessary by Jan Kara · 15 years ago
  28. 81a0522 ext3: Use lowercase names of quota functions by Jan Kara · 15 years ago
  29. a219ce3 ext3: Remove unnecessary quota functions by Jan Kara · 15 years ago
  30. 02ac597 ext3: revert "ext3: wait on all pending commits in ext3_sync_fs" by Jan Kara · 15 years ago
  31. a21102b ext3: Add sanity check to make_indexed_dir by Theodore Ts'o · 15 years ago
  32. c4be0c1 filesystem freeze: add error handling of write_super_lockfs/unlockfs by Takashi Sato · 15 years ago
  33. 2150edc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  34. be857df generic swap(): ext3: remove local swap() macro by Wu Fengguang · 15 years ago
  35. 04143e2 ext3: tighten restrictions on inode flags by Duane Griffin · 15 years ago
  36. 2e8671c ext3: don't inherit inappropriate inode flags from parent by Duane Griffin · 15 years ago
  37. 5df096d ext3: allocate ->s_blockgroup_lock separately by Pekka Enberg · 15 years ago
  38. 157091a ext3: Add default allocation routines for quota structures by Jan Kara · 16 years ago
  39. ee0d5ff ext3: Use sb_any_quota_loaded() instead of sb_any_quota_enabled() by Jan Kara · 16 years ago
  40. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  41. 6b082b5 ext3: provide function to release metadata pages under memory pressure by Toshiyuki Okajima · 15 years ago
  42. c38012d nfsd race fixes: ext3 by Al Viro · 16 years ago
  43. b5ed311 ext3: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  44. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  45. 6a2f90e CRED: Wrap task credential accesses in the Ext3 filesystem by David Howells · 16 years ago
  46. 6cdfcc2 ext3: Clean up outdated and incorrect comment for ext3_write_super() by Theodore Tso · 16 years ago
  47. c87591b ext3: wait on all pending commits in ext3_sync_fs by Arthur Jones · 16 years ago
  48. 59e315b ext3/4: Fix loop index in do_split() so it is signed by Theodore Ts'o · 16 years ago
  49. 5e1f8c9 ext3: Add support for non-native signed/unsigned htree hash algorithms by Theodore Ts'o · 16 years ago
  50. 44d6f78 ext3: fix a bug accessing freed memory in ext3_abort by Hidehiro Kawai · 16 years ago
  51. 8c9fa93 ext3: Fix duplicate entries returned from getdents() system call by Theodore Ts'o · 16 years ago
  52. 12e1ec9 ext3 quota support: fix compile failure by Linus Torvalds · 16 years ago
  53. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  54. 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
  55. 2d7c820 ext3: add checks for errors from jbd by Hidehiro Kawai · 16 years ago
  56. 734711a [PATCH] get rid of on-stack fake dentry in ext3_get_parent() by Al Viro · 16 years ago
  57. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  58. 8264613 [PATCH] switch quota_on-related stuff to kern_path() by Al Viro · 16 years ago
  59. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 16 years ago
  60. 6da0b38 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out by Alexey Dobriyan · 16 years ago
  61. cdbf6db ext3: avoid printk floods in the face of directory corruption by Eric Sandeen · 16 years ago
  62. 5ec8b75 ext3: truncate block allocated on a failed ext3_write_begin by Aneesh Kumar K.V · 16 years ago
  63. 6a897cf ext3: fix ext3_dx_readdir hash collision handling by Eugene Dashevsky · 16 years ago
  64. 0e4fb5e ext3: add an option to control error handling on file data by Hidehiro Kawai · 16 years ago
  65. 46d01a2 ext3: fix ext3 block reservation early ENOSPC issue by Mingming Cao · 16 years ago
  66. 972fbf7 ext3: don't try to resize if there are no reserved gdt blocks left by Josef Bacik · 16 years ago
  67. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  68. 68c9d70 generic block based fiemap implementation by Josef Bacik · 16 years ago
  69. 77e69da [PATCH] fix races and leaks in vfs_quota_on() users by Al Viro · 16 years ago
  70. 8ab22b9 vfs: pagecache usage optimization for pagesize!=blocksize by Hisashi Hifumi · 16 years ago
  71. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  72. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  73. 275c0a8 ext3: validate directory entry data before use by Duane Griffin · 16 years ago
  74. 8ef2720 ext3: kill 2 useless magic numbers by Li Zefan · 16 years ago
  75. 3ccc316 ext3: handle deleting corrupted indirect blocks by Duane Griffin · 16 years ago
  76. 95450f5 ext3: don't read inode block if the buffer has a write error by Hidehiro Kawai · 16 years ago
  77. ae76dd9 ext3: handle corrupted orphan list at mount by Duane Griffin · 16 years ago
  78. ef1afd3 ext3: remove double definitions of xattr macros by Shen Feng · 16 years ago
  79. 9ebfbe9 ext3: improve some code in rb tree part of dir.c by Shen Feng · 16 years ago
  80. d06bf1d ext3: correct mount option parsing to detect when quota options can be changed by Jan Kara · 16 years ago
  81. 99aeaf6 ext3: fix typos in messages and comments (journalled -> journaled) by Jan Kara · 16 years ago
  82. 9cfe7b9 ext3: fix synchronization of quota files in journal=data mode by Jan Kara · 16 years ago
  83. f5c8f7d ext3: add missing unlock to error path in ext3_quota_write() by Jan Kara · 16 years ago
  84. 9bb9178 ext3: fix online resize bug by Josef Bacik · 16 years ago
  85. 7e01c8e ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle() by Tiger Yang · 16 years ago
  86. 7c2f3d6 ext3: fix test ext_generic_write_end() copied return value by Roel Kluin · 16 years ago
  87. e05b6b5 ext3: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  88. fa1ff1e ext3: fix mount messages when quota disabled by Jan Kara · 16 years ago
  89. 2588ef8 ext3: retry block allocation if new blocks are allocated from system zone by Aneesh Kumar K.V · 16 years ago
  90. 07c9938 ext3: fix hang on umount with quotas when journal is aborted by Jan Kara · 16 years ago
  91. 0b23076 ext3: fix update of mtime and ctime on rename by Jan Kara · 16 years ago
  92. 269b261 fs/ext3: use BUG_ON by Julia Lawall · 16 years ago
  93. 33575f8 ext3: check ext3_journal_get_write_access() errors by Akinobu Mita · 16 years ago
  94. e0e369a ext3: use ext3_get_group_desc() by Akinobu Mita · 16 years ago
  95. 22a5daf ext3: add missing ext3_journal_stop() by Akinobu Mita · 16 years ago
  96. 1eaafea ext3: use ext3_group_first_block_no() by Akinobu Mita · 16 years ago
  97. 1563300 make ext3_xattr_list() static by Adrian Bunk · 16 years ago
  98. e7f23eb ext3: convert byte order of constant instead of variable by Marcin Slusarz · 16 years ago
  99. 3d61f75 ext3: fdatasync should skip metadata writeout when overwriting by Hisashi Hifumi · 16 years ago
  100. 2fd83a4 quota: ext3: make ext3 handle quotaon on remount by Jan Kara · 16 years ago