1. 4cf46b6 ext3: Unify log messages in ext3 by Alexey Fisher · 15 years ago
  2. dee1d3b ext3: make "norecovery" an alias for "noload" by Eric Sandeen · 15 years ago
  3. b918397 ext3: Don't update the superblock in ext3_statfs() by Eric Sandeen · 15 years ago
  4. d965736 ext3: journal all modifications in ext3_xattr_set_handle by Eric Sandeen · 15 years ago
  5. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  6. bf48aab tree-wide: fix typos "offest" -> "offset" by Uwe Kleine-König · 15 years ago
  7. fe8bc91 ext3: Wait for proper transaction commit on fsync by Jan Kara · 15 years ago
  8. ea0174a ext3: retry failed direct IO allocations by Eric Sandeen · 15 years ago
  9. 96ec2e0 ext3: Don't update superblock write time when filesystem is read-only by Theodore Ts'o · 15 years ago
  10. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  11. 0d54b21 const: make struct super_block::s_qcop const by Alexey Dobriyan · 15 years ago
  12. 61e225d const: make struct super_block::dq_op const by Alexey Dobriyan · 15 years ago
  13. 56fcad2 ext3: Flush disk caches on fsync when needed by Jan Kara · 15 years ago
  14. 4f003fd ext3: Add locking to ext3_do_update_inode by Chris Mason · 15 years ago
  15. 00171d3 ext3: Fix possible deadlock between ext3_truncate() and ext3_get_blocks() by Jan Kara · 15 years ago
  16. aa261f5 HWPOISON: Enable .remove_error_page for migration aware file systems by Andi Kleen · 15 years ago
  17. e367626 ext3: Remove syncing logic from ext3_file_write by Jan Kara · 15 years ago
  18. 1d5ccd1 ext[234]: move over to 'check_acl' permission model by Linus Torvalds · 15 years ago
  19. 3c4cec6 ext3: Improve error message that changing journaling mode on remount is not possible by Jan Kara · 15 years ago
  20. 6d41807 ext3: Update Kconfig description of EXT3_DEFAULTS_TO_ORDERED by Theodore Ts'o · 15 years ago
  21. 43237b5 ext3: Get rid of extenddisksize parameter of ext3_get_blocks_handle() by Jan Kara · 15 years ago
  22. 9eaaa2d ext3: Fix truncation of symlinks after failed write by Jan Kara · 15 years ago
  23. 073aaa1 helpers for acl caching + switch to those by Al Viro · 15 years ago
  24. 6582a0e switch ext3 to inode->i_acl by Al Viro · 15 years ago
  25. 31583d6a Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  26. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  27. ef43618 ext3: make sure inode is deleted from orphan list after truncate by Jan Kara · 15 years ago
  28. e8ef7aa ext3: fix chain verification in ext3_get_blocks() by Jan Kara · 15 years ago
  29. 9c64daf ext3: avoid unnecessary spinlock in critical POSIX ACL path by Linus Torvalds · 15 years ago
  30. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  31. bbd6851 Push lock_super() into the ->remount_fs() of filesystems that care about it by Al Viro · 15 years ago
  32. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  33. ca41f7b ext3: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  34. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  35. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  36. de5ce03 ext3: Fix memory leak in ext3_fill_super() in case of a failed mount by Manish Katiyar · 15 years ago
  37. 430db32 ext3: Try to avoid starting a transaction in writepage for data=writepage by Jan Kara · 15 years ago
  38. bbae8bc ext3: make default data ordering mode configurable by Linus Torvalds · 15 years ago
  39. 20bec8a Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  40. e7c8f50 ext3: Add replace-on-rename hueristics for data=writeback mode by Theodore Ts'o · 15 years ago
  41. f7ab34e ext3: Add replace-on-truncate hueristics for data=writeback mode by Theodore Ts'o · 15 years ago
  42. 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
  43. 695f6ae ext3: avoid false EIO errors by Jan Kara · 15 years ago
  44. de18f3b ext3: return -EIO not -ESTALE on directory traversal through deleted inode by Bryan Donlan · 15 years ago
  45. 45f9021 ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.c by Wei Yongjun · 15 years ago
  46. 039fd8c ext3: remove the BKL in ext3/ioctl.c by Cyrus Massoumi · 15 years ago
  47. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  48. 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
  49. 9e80d40 ext3: Avoid starting a transaction in writepage when not necessary by Jan Kara · 15 years ago
  50. 81a0522 ext3: Use lowercase names of quota functions by Jan Kara · 15 years ago
  51. a219ce3 ext3: Remove unnecessary quota functions by Jan Kara · 16 years ago
  52. 02ac597 ext3: revert "ext3: wait on all pending commits in ext3_sync_fs" by Jan Kara · 15 years ago
  53. a21102b ext3: Add sanity check to make_indexed_dir by Theodore Ts'o · 16 years ago
  54. c4be0c1 filesystem freeze: add error handling of write_super_lockfs/unlockfs by Takashi Sato · 16 years ago
  55. 2150edc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  56. be857df generic swap(): ext3: remove local swap() macro by Wu Fengguang · 16 years ago
  57. 04143e2 ext3: tighten restrictions on inode flags by Duane Griffin · 16 years ago
  58. 2e8671c ext3: don't inherit inappropriate inode flags from parent by Duane Griffin · 16 years ago
  59. 5df096d ext3: allocate ->s_blockgroup_lock separately by Pekka Enberg · 16 years ago
  60. 157091a ext3: Add default allocation routines for quota structures by Jan Kara · 16 years ago
  61. ee0d5ff ext3: Use sb_any_quota_loaded() instead of sb_any_quota_enabled() by Jan Kara · 16 years ago
  62. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  63. 6b082b5 ext3: provide function to release metadata pages under memory pressure by Toshiyuki Okajima · 16 years ago
  64. c38012d nfsd race fixes: ext3 by Al Viro · 16 years ago
  65. b5ed311 ext3: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  66. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  67. 6a2f90e CRED: Wrap task credential accesses in the Ext3 filesystem by David Howells · 16 years ago
  68. 6cdfcc2 ext3: Clean up outdated and incorrect comment for ext3_write_super() by Theodore Tso · 16 years ago
  69. c87591b ext3: wait on all pending commits in ext3_sync_fs by Arthur Jones · 16 years ago
  70. 59e315b ext3/4: Fix loop index in do_split() so it is signed by Theodore Ts'o · 16 years ago
  71. 5e1f8c9 ext3: Add support for non-native signed/unsigned htree hash algorithms by Theodore Ts'o · 16 years ago
  72. 44d6f78 ext3: fix a bug accessing freed memory in ext3_abort by Hidehiro Kawai · 16 years ago
  73. 8c9fa93 ext3: Fix duplicate entries returned from getdents() system call by Theodore Ts'o · 16 years ago
  74. 12e1ec9 ext3 quota support: fix compile failure by Linus Torvalds · 16 years ago
  75. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  76. 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
  77. 2d7c820 ext3: add checks for errors from jbd by Hidehiro Kawai · 16 years ago
  78. 734711a [PATCH] get rid of on-stack fake dentry in ext3_get_parent() by Al Viro · 16 years ago
  79. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  80. 8264613 [PATCH] switch quota_on-related stuff to kern_path() by Al Viro · 16 years ago
  81. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 16 years ago
  82. 6da0b38 fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out by Alexey Dobriyan · 16 years ago
  83. cdbf6db ext3: avoid printk floods in the face of directory corruption by Eric Sandeen · 16 years ago
  84. 5ec8b75 ext3: truncate block allocated on a failed ext3_write_begin by Aneesh Kumar K.V · 16 years ago
  85. 6a897cf ext3: fix ext3_dx_readdir hash collision handling by Eugene Dashevsky · 16 years ago
  86. 0e4fb5e ext3: add an option to control error handling on file data by Hidehiro Kawai · 16 years ago
  87. 46d01a2 ext3: fix ext3 block reservation early ENOSPC issue by Mingming Cao · 16 years ago
  88. 972fbf7 ext3: don't try to resize if there are no reserved gdt blocks left by Josef Bacik · 16 years ago
  89. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  90. 68c9d70 generic block based fiemap implementation by Josef Bacik · 16 years ago
  91. 77e69da [PATCH] fix races and leaks in vfs_quota_on() users by Al Viro · 16 years ago
  92. 8ab22b9 vfs: pagecache usage optimization for pagesize!=blocksize by Hisashi Hifumi · 16 years ago
  93. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  94. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  95. 275c0a8 ext3: validate directory entry data before use by Duane Griffin · 16 years ago
  96. 8ef2720 ext3: kill 2 useless magic numbers by Li Zefan · 16 years ago
  97. 3ccc316 ext3: handle deleting corrupted indirect blocks by Duane Griffin · 16 years ago
  98. 95450f5 ext3: don't read inode block if the buffer has a write error by Hidehiro Kawai · 16 years ago
  99. ae76dd9 ext3: handle corrupted orphan list at mount by Duane Griffin · 16 years ago
  100. ef1afd3 ext3: remove double definitions of xattr macros by Shen Feng · 16 years ago