1. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  2. 2aec7c5 mbcache: Remove unused features by Andreas Gruenbacher · 14 years ago
  3. ac14a95 convert ext3 to ->evict_inode() by Al Viro · 14 years ago
  4. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  5. 6e1db88 introduce __block_write_begin by Christoph Hellwig · 14 years ago
  6. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  7. 5f11e6a ext3: Fix dirtying of journalled buffers in data=journal mode by Jan Kara · 14 years ago
  8. aa32a79 ext3: default to ordered mode by Dave Chinner · 14 years ago
  9. f25f624 ext3: Avoid filesystem corruption after a crash under heavy delete load by Jan Kara · 14 years ago
  10. 4c4d390 ext3: remove vestiges of nobh support by Christoph Hellwig · 14 years ago
  11. 0411ba7 ext3: Fix set but unused variables by Andi Kleen · 14 years ago
  12. 30e2bab ext3: update ctime when changing the file's permission by setfacl by Miao Xie · 14 years ago
  13. d28619f 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
  14. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  15. 1513b02 ext3 uses rb_node = NULL; to zero rb_root. by Venkatesh Pallipadi · 14 years ago
  16. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 14 years ago
  17. 307ae18 quota: drop remount argument to ->quota_on and ->quota_off by Christoph Hellwig · 14 years ago
  18. e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 14 years ago
  19. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 14 years ago
  20. c79d967 quota: move remount handling into the filesystem by Christoph Hellwig · 14 years ago
  21. e8bebe2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  22. aab99c2 ext3: replace inode uid,gid,mode init with helper by Dmitry Monakhov · 14 years ago
  23. d1f2104 ext3: constify xattr handlers by Stephen Hemminger · 14 years ago
  24. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  25. 1275562 quota: unify quota init condition in setattr by Dmitry Monakhov · 14 years ago
  26. 0636c73 ext3: make barrier options consistent with ext4 by Eric Sandeen · 14 years ago
  27. 5277970 ext3: Fix waiting on transaction during fsync by Jan Kara · 14 years ago
  28. 41d1a63 ext3: init statistics after journal recovery v2 by Dmitry Monakhov · 14 years ago
  29. 8cef107 ext3: Avoid loading bitmaps for full groups during block allocation by Frans van de Wiel · 14 years ago
  30. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago
  31. 774f03f ext3: symlink must be handled via filesystem specific operation by Dmitry Monakhov · 14 years ago
  32. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  33. de32982 ext3: fix broken handling of EXT3_STATE_NEW by Linus Torvalds · 14 years ago
  34. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  35. 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
  36. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  37. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  38. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  39. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  40. 257ba15 dquot: move dquot drop responsibility into the filesystem by Christoph Hellwig · 14 years ago
  41. b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 14 years ago
  42. 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 14 years ago
  43. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 14 years ago
  44. 49792c8 ext3: add writepage sanity checks by Dmitry Monakhov · 14 years ago
  45. 7eb4969 ext3: Truncate allocated blocks if direct IO write fails to update i_size by Jan Kara · 14 years ago
  46. e547214 ext3: quota_write cross block boundary behaviour by Dmitry Monakhov · 14 years ago
  47. e1f5c67 ext3: trivial quota cleanup by Dmitry Monakhov · 14 years ago
  48. e3c9643 ext3: mount flags manipulation cleanup by Dmitry Monakhov · 14 years ago
  49. 9df9393 ext3: Use bitops to read/modify EXT3_I(inode)->i_state by Jan Kara · 14 years ago
  50. d6b198b fix ext3/ext4 comment typo compain -> complain by Thadeu Lima de Souza Cascardo · 14 years ago
  51. 96d2a49 ext3: Replace lock/unlock_super() with an explicit lock for resizing by Eric Sandeen · 15 years ago
  52. b8a052d ext3: Replace lock/unlock_super() with an explicit lock for the orphan list by Eric Sandeen · 15 years ago
  53. 4854a5f ext3: ext3_mark_recovery_complete() doesn't need to use lock_super by Eric Sandeen · 15 years ago
  54. ed505ee ext3: Remove outdated comment about lock_super() by Eric Sandeen · 15 years ago
  55. c459001 ext3: quota macros cleanup [V2] by Dmitry Monakhov · 15 years ago
  56. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
  57. 8e0eb40 ext3: PTR_ERR return of wrong pointer in setup_new_group_blocks() by Roel Kluin · 15 years ago
  58. 68eb3db ext3: Fix data / filesystem corruption when write fails to copy data by Jan Kara · 15 years ago
  59. 1aeec43 ext3: Support for vfsv1 quota format by Jan Kara · 15 years ago
  60. 4cf46b6 ext3: Unify log messages in ext3 by Alexey Fisher · 15 years ago
  61. dee1d3b ext3: make "norecovery" an alias for "noload" by Eric Sandeen · 15 years ago
  62. b918397 ext3: Don't update the superblock in ext3_statfs() by Eric Sandeen · 15 years ago
  63. d965736 ext3: journal all modifications in ext3_xattr_set_handle by Eric Sandeen · 15 years ago
  64. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  65. bf48aab tree-wide: fix typos "offest" -> "offset" by Uwe Kleine-König · 15 years ago
  66. fe8bc91 ext3: Wait for proper transaction commit on fsync by Jan Kara · 15 years ago
  67. ea0174a ext3: retry failed direct IO allocations by Eric Sandeen · 15 years ago
  68. 96ec2e0 ext3: Don't update superblock write time when filesystem is read-only by Theodore Ts'o · 15 years ago
  69. 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
  70. 0d54b21 const: make struct super_block::s_qcop const by Alexey Dobriyan · 15 years ago
  71. 61e225d const: make struct super_block::dq_op const by Alexey Dobriyan · 15 years ago
  72. 56fcad2 ext3: Flush disk caches on fsync when needed by Jan Kara · 15 years ago
  73. 4f003fd ext3: Add locking to ext3_do_update_inode by Chris Mason · 15 years ago
  74. 00171d3 ext3: Fix possible deadlock between ext3_truncate() and ext3_get_blocks() by Jan Kara · 15 years ago
  75. aa261f5 HWPOISON: Enable .remove_error_page for migration aware file systems by Andi Kleen · 15 years ago
  76. e367626 ext3: Remove syncing logic from ext3_file_write by Jan Kara · 15 years ago
  77. 1d5ccd1 ext[234]: move over to 'check_acl' permission model by Linus Torvalds · 15 years ago
  78. 3c4cec6 ext3: Improve error message that changing journaling mode on remount is not possible by Jan Kara · 15 years ago
  79. 6d41807 ext3: Update Kconfig description of EXT3_DEFAULTS_TO_ORDERED by Theodore Ts'o · 15 years ago
  80. 43237b5 ext3: Get rid of extenddisksize parameter of ext3_get_blocks_handle() by Jan Kara · 15 years ago
  81. 9eaaa2d ext3: Fix truncation of symlinks after failed write by Jan Kara · 15 years ago
  82. 073aaa1 helpers for acl caching + switch to those by Al Viro · 15 years ago
  83. 6582a0e switch ext3 to inode->i_acl by Al Viro · 15 years ago
  84. 31583d6a Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  85. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  86. ef43618 ext3: make sure inode is deleted from orphan list after truncate by Jan Kara · 15 years ago
  87. e8ef7aa ext3: fix chain verification in ext3_get_blocks() by Jan Kara · 15 years ago
  88. 9c64daf ext3: avoid unnecessary spinlock in critical POSIX ACL path by Linus Torvalds · 15 years ago
  89. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  90. bbd6851 Push lock_super() into the ->remount_fs() of filesystems that care about it by Al Viro · 15 years ago
  91. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  92. ca41f7b ext3: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  93. c905959 Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  94. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  95. de5ce03 ext3: Fix memory leak in ext3_fill_super() in case of a failed mount by Manish Katiyar · 15 years ago
  96. 430db32 ext3: Try to avoid starting a transaction in writepage for data=writepage by Jan Kara · 15 years ago
  97. bbae8bc ext3: make default data ordering mode configurable by Linus Torvalds · 15 years ago
  98. 20bec8a Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  99. e7c8f50 ext3: Add replace-on-rename hueristics for data=writeback mode by Theodore Ts'o · 15 years ago
  100. f7ab34e ext3: Add replace-on-truncate hueristics for data=writeback mode by Theodore Ts'o · 15 years ago