1. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  2. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  3. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  4. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  5. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  6. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  7. 257ba15 dquot: move dquot drop responsibility into the filesystem by Christoph Hellwig · 14 years ago
  8. b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 14 years ago
  9. 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 14 years ago
  10. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 14 years ago
  11. 49792c8 ext3: add writepage sanity checks by Dmitry Monakhov · 14 years ago
  12. 7eb4969 ext3: Truncate allocated blocks if direct IO write fails to update i_size by Jan Kara · 14 years ago
  13. e547214 ext3: quota_write cross block boundary behaviour by Dmitry Monakhov · 14 years ago
  14. e1f5c67 ext3: trivial quota cleanup by Dmitry Monakhov · 14 years ago
  15. e3c9643 ext3: mount flags manipulation cleanup by Dmitry Monakhov · 14 years ago
  16. 9df9393 ext3: Use bitops to read/modify EXT3_I(inode)->i_state by Jan Kara · 15 years ago
  17. d6b198b fix ext3/ext4 comment typo compain -> complain by Thadeu Lima de Souza Cascardo · 15 years ago
  18. 96d2a49 ext3: Replace lock/unlock_super() with an explicit lock for resizing by Eric Sandeen · 15 years ago
  19. b8a052d ext3: Replace lock/unlock_super() with an explicit lock for the orphan list by Eric Sandeen · 15 years ago
  20. 4854a5f ext3: ext3_mark_recovery_complete() doesn't need to use lock_super by Eric Sandeen · 15 years ago
  21. ed505ee ext3: Remove outdated comment about lock_super() by Eric Sandeen · 15 years ago
  22. c459001 ext3: quota macros cleanup [V2] by Dmitry Monakhov · 15 years ago
  23. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
  24. 8e0eb40 ext3: PTR_ERR return of wrong pointer in setup_new_group_blocks() by Roel Kluin · 15 years ago
  25. 68eb3db ext3: Fix data / filesystem corruption when write fails to copy data by Jan Kara · 15 years ago
  26. 1aeec43 ext3: Support for vfsv1 quota format by Jan Kara · 15 years ago
  27. 4cf46b6 ext3: Unify log messages in ext3 by Alexey Fisher · 15 years ago
  28. dee1d3b ext3: make "norecovery" an alias for "noload" by Eric Sandeen · 15 years ago
  29. b918397 ext3: Don't update the superblock in ext3_statfs() by Eric Sandeen · 15 years ago
  30. d965736 ext3: journal all modifications in ext3_xattr_set_handle by Eric Sandeen · 15 years ago
  31. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  32. bf48aab tree-wide: fix typos "offest" -> "offset" by Uwe Kleine-König · 15 years ago
  33. fe8bc91 ext3: Wait for proper transaction commit on fsync by Jan Kara · 15 years ago
  34. ea0174a ext3: retry failed direct IO allocations by Eric Sandeen · 15 years ago
  35. 96ec2e0 ext3: Don't update superblock write time when filesystem is read-only by Theodore Ts'o · 15 years ago
  36. 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
  37. 0d54b21 const: make struct super_block::s_qcop const by Alexey Dobriyan · 15 years ago
  38. 61e225d const: make struct super_block::dq_op const by Alexey Dobriyan · 15 years ago
  39. 56fcad2 ext3: Flush disk caches on fsync when needed by Jan Kara · 15 years ago
  40. 4f003fd ext3: Add locking to ext3_do_update_inode by Chris Mason · 15 years ago
  41. 00171d3 ext3: Fix possible deadlock between ext3_truncate() and ext3_get_blocks() by Jan Kara · 15 years ago
  42. aa261f5 HWPOISON: Enable .remove_error_page for migration aware file systems by Andi Kleen · 15 years ago
  43. e367626 ext3: Remove syncing logic from ext3_file_write by Jan Kara · 15 years ago
  44. 1d5ccd1 ext[234]: move over to 'check_acl' permission model by Linus Torvalds · 15 years ago
  45. 3c4cec6 ext3: Improve error message that changing journaling mode on remount is not possible by Jan Kara · 15 years ago
  46. 6d41807 ext3: Update Kconfig description of EXT3_DEFAULTS_TO_ORDERED by Theodore Ts'o · 15 years ago
  47. 43237b5 ext3: Get rid of extenddisksize parameter of ext3_get_blocks_handle() by Jan Kara · 15 years ago
  48. 9eaaa2d ext3: Fix truncation of symlinks after failed write by Jan Kara · 15 years ago
  49. 073aaa1 helpers for acl caching + switch to those by Al Viro · 15 years ago
  50. 6582a0e switch ext3 to inode->i_acl by Al Viro · 15 years ago
  51. 31583d6a Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  52. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  53. ef43618 ext3: make sure inode is deleted from orphan list after truncate by Jan Kara · 15 years ago
  54. e8ef7aa ext3: fix chain verification in ext3_get_blocks() by Jan Kara · 15 years ago
  55. 9c64daf ext3: avoid unnecessary spinlock in critical POSIX ACL path by Linus Torvalds · 15 years ago
  56. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  57. bbd6851 Push lock_super() into the ->remount_fs() of filesystems that care about it by Al Viro · 15 years ago
  58. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  59. ca41f7b ext3: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  60. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  61. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  62. de5ce03 ext3: Fix memory leak in ext3_fill_super() in case of a failed mount by Manish Katiyar · 15 years ago
  63. 430db32 ext3: Try to avoid starting a transaction in writepage for data=writepage by Jan Kara · 15 years ago
  64. bbae8bc ext3: make default data ordering mode configurable by Linus Torvalds · 15 years ago
  65. 20bec8a Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  66. e7c8f50 ext3: Add replace-on-rename hueristics for data=writeback mode by Theodore Ts'o · 15 years ago
  67. f7ab34e ext3: Add replace-on-truncate hueristics for data=writeback mode by Theodore Ts'o · 15 years ago
  68. 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
  69. 695f6ae ext3: avoid false EIO errors by Jan Kara · 15 years ago
  70. de18f3b ext3: return -EIO not -ESTALE on directory traversal through deleted inode by Bryan Donlan · 15 years ago
  71. 45f9021 ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.c by Wei Yongjun · 15 years ago
  72. 039fd8c ext3: remove the BKL in ext3/ioctl.c by Cyrus Massoumi · 15 years ago
  73. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  74. 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
  75. 9e80d40 ext3: Avoid starting a transaction in writepage when not necessary by Jan Kara · 15 years ago
  76. 81a0522 ext3: Use lowercase names of quota functions by Jan Kara · 15 years ago
  77. a219ce3 ext3: Remove unnecessary quota functions by Jan Kara · 16 years ago
  78. 02ac597 ext3: revert "ext3: wait on all pending commits in ext3_sync_fs" by Jan Kara · 15 years ago
  79. a21102b ext3: Add sanity check to make_indexed_dir by Theodore Ts'o · 16 years ago
  80. c4be0c1 filesystem freeze: add error handling of write_super_lockfs/unlockfs by Takashi Sato · 16 years ago
  81. 2150edc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  82. be857df generic swap(): ext3: remove local swap() macro by Wu Fengguang · 16 years ago
  83. 04143e2 ext3: tighten restrictions on inode flags by Duane Griffin · 16 years ago
  84. 2e8671c ext3: don't inherit inappropriate inode flags from parent by Duane Griffin · 16 years ago
  85. 5df096d ext3: allocate ->s_blockgroup_lock separately by Pekka Enberg · 16 years ago
  86. 157091a ext3: Add default allocation routines for quota structures by Jan Kara · 16 years ago
  87. ee0d5ff ext3: Use sb_any_quota_loaded() instead of sb_any_quota_enabled() by Jan Kara · 16 years ago
  88. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  89. 6b082b5 ext3: provide function to release metadata pages under memory pressure by Toshiyuki Okajima · 16 years ago
  90. c38012d nfsd race fixes: ext3 by Al Viro · 16 years ago
  91. b5ed311 ext3: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  92. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  93. 6a2f90e CRED: Wrap task credential accesses in the Ext3 filesystem by David Howells · 16 years ago
  94. 6cdfcc2 ext3: Clean up outdated and incorrect comment for ext3_write_super() by Theodore Tso · 16 years ago
  95. c87591b ext3: wait on all pending commits in ext3_sync_fs by Arthur Jones · 16 years ago
  96. 59e315b ext3/4: Fix loop index in do_split() so it is signed by Theodore Ts'o · 16 years ago
  97. 5e1f8c9 ext3: Add support for non-native signed/unsigned htree hash algorithms by Theodore Ts'o · 16 years ago
  98. 44d6f78 ext3: fix a bug accessing freed memory in ext3_abort by Hidehiro Kawai · 16 years ago
  99. 8c9fa93 ext3: Fix duplicate entries returned from getdents() system call by Theodore Ts'o · 16 years ago
  100. 12e1ec9 ext3 quota support: fix compile failure by Linus Torvalds · 16 years ago