1. fe8bc91 ext3: Wait for proper transaction commit on fsync by Jan Kara · 15 years ago
  2. 96ec2e0 ext3: Don't update superblock write time when filesystem is read-only by Theodore Ts'o · 15 years ago
  3. 0d54b21 const: make struct super_block::s_qcop const by Alexey Dobriyan · 15 years ago
  4. 61e225d const: make struct super_block::dq_op const by Alexey Dobriyan · 15 years ago
  5. 3c4cec6 ext3: Improve error message that changing journaling mode on remount is not possible by Jan Kara · 15 years ago
  6. 6582a0e switch ext3 to inode->i_acl by Al Viro · 15 years ago
  7. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 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. bbae8bc ext3: make default data ordering mode configurable by Linus Torvalds · 15 years ago
  16. 81a0522 ext3: Use lowercase names of quota functions by Jan Kara · 15 years ago
  17. a219ce3 ext3: Remove unnecessary quota functions by Jan Kara · 15 years ago
  18. 02ac597 ext3: revert "ext3: wait on all pending commits in ext3_sync_fs" by Jan Kara · 15 years ago
  19. c4be0c1 filesystem freeze: add error handling of write_super_lockfs/unlockfs by Takashi Sato · 16 years ago
  20. 2150edc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  21. 5df096d ext3: allocate ->s_blockgroup_lock separately by Pekka Enberg · 16 years ago
  22. 157091a ext3: Add default allocation routines for quota structures by Jan Kara · 16 years ago
  23. ee0d5ff ext3: Use sb_any_quota_loaded() instead of sb_any_quota_enabled() by Jan Kara · 16 years ago
  24. 6b082b5 ext3: provide function to release metadata pages under memory pressure by Toshiyuki Okajima · 16 years ago
  25. 6cdfcc2 ext3: Clean up outdated and incorrect comment for ext3_write_super() by Theodore Tso · 16 years ago
  26. c87591b ext3: wait on all pending commits in ext3_sync_fs by Arthur Jones · 16 years ago
  27. 5e1f8c9 ext3: Add support for non-native signed/unsigned htree hash algorithms by Theodore Ts'o · 16 years ago
  28. 44d6f78 ext3: fix a bug accessing freed memory in ext3_abort by Hidehiro Kawai · 16 years ago
  29. 12e1ec9 ext3 quota support: fix compile failure by Linus Torvalds · 16 years ago
  30. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  31. 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
  32. 2d7c820 ext3: add checks for errors from jbd by Hidehiro Kawai · 16 years ago
  33. 8264613 [PATCH] switch quota_on-related stuff to kern_path() by Al Viro · 16 years ago
  34. 9a1c354 [PATCH] pass fmode_t to blkdev_put() by Al Viro · 16 years ago
  35. 0e4fb5e ext3: add an option to control error handling on file data by Hidehiro Kawai · 16 years ago
  36. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  37. 77e69da [PATCH] fix races and leaks in vfs_quota_on() users by Al Viro · 16 years ago
  38. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  39. d06bf1d ext3: correct mount option parsing to detect when quota options can be changed by Jan Kara · 16 years ago
  40. 99aeaf6 ext3: fix typos in messages and comments (journalled -> journaled) by Jan Kara · 16 years ago
  41. 9cfe7b9 ext3: fix synchronization of quota files in journal=data mode by Jan Kara · 16 years ago
  42. f5c8f7d ext3: add missing unlock to error path in ext3_quota_write() by Jan Kara · 16 years ago
  43. e05b6b5 ext3: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  44. fa1ff1e ext3: fix mount messages when quota disabled by Jan Kara · 16 years ago
  45. 07c9938 ext3: fix hang on umount with quotas when journal is aborted by Jan Kara · 16 years ago
  46. 1eaafea ext3: use ext3_group_first_block_no() by Akinobu Mita · 16 years ago
  47. e7f23eb ext3: convert byte order of constant instead of variable by Marcin Slusarz · 16 years ago
  48. 2fd83a4 quota: ext3: make ext3 handle quotaon on remount by Jan Kara · 16 years ago
  49. 9258721 ext3: fix mount option parsing by Josef Bacik · 16 years ago
  50. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  51. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  52. 50e8a28 ext3: replace all adds to little endians variables with le*_add_cpu by Marcin Slusarz · 16 years ago
  53. 473043d iget: stop EXT3 from using iget() and read_inode() by David Howells · 16 years ago
  54. 197cd65a ext[234]: use ext[234]_get_group_desc() by Akinobu Mita · 16 years ago
  55. 1eca93f ext3: change the default behaviour on error by Aneesh Kumar K.V · 16 years ago
  56. fe7fdc3 ext3: Fix the max file size for ext3 file system. by Aneesh Kumar K.V · 16 years ago
  57. b47b6f3 ext3, ext4: avoid divide by zero by Andries E. Brouwer · 17 years ago
  58. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  59. 74af0ba ext3: new export ops by Christoph Hellwig · 17 years ago
  60. 0f0a89e ext3: support large blocksize up to PAGESIZE by Takashi Sato · 17 years ago
  61. 571beed ext3: show all mount options by Miklos Szeredi · 17 years ago
  62. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  63. 833f407 lib: percpu_counter_init error handling by Peter Zijlstra · 17 years ago
  64. 52d9f3b lib: percpu_counter_sum_positive by Peter Zijlstra · 17 years ago
  65. 9c3013e quota: fix infinite loop by Jan Kara · 17 years ago
  66. 780dcdb fix inode_table test in ext234_check_descriptors by Eric Sandeen · 17 years ago
  67. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  68. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  69. a71ce8c ext3: statfs speed up by Badari Pulavarty · 17 years ago
  70. 952d9de ext3: fix error handling in ext3_create_journal() by Borislav Petkov · 17 years ago
  71. 3fc7426 is_power_of_2: ext3/super.c by vignesh babu · 17 years ago
  72. 030703e ext3: fix deadlock in ext3_remount() and orphan list handling by Jan Kara · 17 years ago
  73. 9f7dd93 ext3/ext4: orphan list check on destroy_inode by Vasily Averin · 17 years ago
  74. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  75. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  76. f98393a mm: remove destroy_dirty_buffers from invalidate_bdev() by Peter Zijlstra · 17 years ago
  77. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  78. 2e7842b [PATCH] fix umask when noACL kernel meets extN tuned for ACLs by Hugh Dickins · 17 years ago
  79. ea9a05a [PATCH] ext3: refuse ro to rw remount of fs with orphan inodes by Eric Sandeen · 17 years ago
  80. f0d1b0b [PATCH] LOG2: Implement a general integer log2 facility in the kernel by David Howells · 18 years ago
  81. a8f48a9 [PATCH] ext3/4: don't do orphan processing on readonly devices by Eric Sandeen · 18 years ago
  82. 50ee0a3 [PATCH] ext3: fsid for statvfs by Pekka Enberg · 18 years ago
  83. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  84. e6b4f8d [PATCH] slab: remove SLAB_NOFS by Christoph Lameter · 18 years ago
  85. 2245d7c [PATCH] ext3: errors behaviour fix by Dmitry Mishin · 18 years ago
  86. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  87. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  88. a4e4de3 [PATCH] ext3: Fix sparse warnings by Dave Kleikamp · 18 years ago
  89. e9ad562 [PATCH] ext3: More whitespace cleanups by Dave Kleikamp · 18 years ago
  90. 7543fc7 [PATCH] ext3: wrong error behavior by Vasily Averin · 18 years ago
  91. eee194e [PATCH] ext3: inode numbers are unsigned long by Eric Sandeen · 18 years ago
  92. 855565e [PATCH] fix ext3 mounts at 16T by Eric Sandeen · 18 years ago
  93. ae6ddcc [PATCH] ext3 and jbd cleanup: remove whitespace by Mingming Cao · 18 years ago
  94. fdb3667 [PATCH] knfsd: Make ext3 reject filehandles referring to invalid inode number by NeilBrown · 18 years ago
  95. 5c81a41 [PATCH] lockdep: annotate the quota code by Arjan van de Ven · 18 years ago
  96. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  97. ade1a29 [PATCH] ext3: Add "-o bh" option by Badari Pulavarty · 18 years ago
  98. 43d23f9 [PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversion by Mingming Cao · 18 years ago
  99. 1c2bf37 [PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixes by Mingming Cao · 18 years ago
  100. d2e5b13 [PATCH] ext3: remove inconsistent space before exclamation point in mount code by Theodore Ts'o · 18 years ago