1. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  2. 8de5277 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} by Al Viro · 12 years ago
  3. ac69e09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  4. 302bf2f ext2/3/4: delete unneeded includes of module.h by Paul Gortmaker · 12 years ago
  5. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  6. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  7. f32948d ext2: fix the outdated comment in ext2_nfs_get_inode() by Li Haifeng · 13 years ago
  8. 4e299c1 ext2: fix error msg when mounting fs with too-large blocksize by Robin Dong · 13 years ago
  9. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  10. 40c73ab Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 13 years ago
  11. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  12. 23a2ad6 fs/ext2/super.c: Use printf extension %pV by Joe Perches · 14 years ago
  13. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  14. 8e3b9a0 ext2_remount: don't bother with invalidate_inodes() by Al Viro · 14 years ago
  15. 3e44f9f BKL: Remove BKL from ext2 filesystem by Jan Blunck · 14 years ago
  16. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  17. 72edc4d merge ext2 delete_inode and clear_inode, switch to ->evict_inode() by Al Viro · 14 years ago
  18. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 14 years ago
  19. 123e9ca quota: explicitly set ->dq_op and ->s_qcop by Christoph Hellwig · 14 years ago
  20. e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 14 years ago
  21. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 14 years ago
  22. c79d967 quota: move remount handling into the filesystem by Christoph Hellwig · 14 years ago
  23. e0a5cba BKL: Remove BKL from ext2 filesystem by Jan Blunck · 14 years ago
  24. c15271f ext2: Add ext2_sb_info s_lock spinlock by Jan Blunck · 14 years ago
  25. 4c96a68 ext2: Move ext2_write_super() out of ext2_setup_super() by Jan Blunck · 14 years ago
  26. ee6921e ext2: Fold ext2_commit_super() into ext2_sync_super() by Jan Blunck · 14 years ago
  27. 20da9ba ext2: Remove duplicate code from ext2_sync_fs() by Jan Blunck · 14 years ago
  28. 269c8db ext2: Set the write time in ext2_sync_fs() by Jan Blunck · 14 years ago
  29. 2b8120e ext2: Use ext2_clear_super_error() in ext2_sync_fs() by Jan Blunck · 14 years ago
  30. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  31. 257ba15 dquot: move dquot drop responsibility into the filesystem by Christoph Hellwig · 14 years ago
  32. 7bf0dc9 ext2: avoid WARN() messages when failing to write to the superblock by Theodore Ts'o · 15 years ago
  33. 2074abf ext2: clear uptodate flag on super block I/O error by Stephen Hemminger · 15 years ago
  34. 2314b07 ext2: Unify log messages in ext2 by Alexey Fisher · 15 years ago
  35. 5e78b43 switch ext2 to inode->i_acl by Al Viro · 15 years ago
  36. 40f31dd ext2: add ->sync_fs by Christoph Hellwig · 15 years ago
  37. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  38. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  39. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  40. 0f7ee7c ext2: Fix memory leak in ext2_fill_super() in case of a failed mount by Manish Katiyar · 15 years ago
  41. a069e9c ext2: missing unlock in ext2_quota_write() by Dan Carpenter · 15 years ago
  42. c16831b ext2: Zero our b_size in ext2_quota_read() by Manish Katiyar · 15 years ago
  43. 0e4a9b5 ext2/xip: refuse to change xip flag during remount with busy inodes by Carsten Otte · 15 years ago
  44. 18a82eb ext2: allocate ->s_blockgroup_lock separately by Pekka J Enberg · 15 years ago
  45. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  46. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  47. 74abb98 quota: move function-macros from quota.h to quotaops.h by Jan Kara · 16 years ago
  48. 605afd6 ext2: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  49. 24097d1 ext2: use ext2_group_first_block_no() by Akinobu Mita · 16 years ago
  50. 31f68e1 ext2: convert byte order of constant instead of variable by Marcin Slusarz · 16 years ago
  51. fba4d39 ext2: le*_add_cpu conversion by Marcin Slusarz · 16 years ago
  52. 35c879d mount options: fix ext2 by Miklos Szeredi · 16 years ago
  53. 52fcf70 iget: stop EXT2 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. a8e3eff ext2: xip check fix by Nick Piggin · 16 years ago
  56. 14e11e1 ext2: change the default behaviour on error by Aneesh Kumar K.V · 16 years ago
  57. 902be4c ext2: Fix the max file size for ext2 file system. by Aneesh Kumar K.V · 16 years ago
  58. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  59. 2e4c68e ext2: new export ops by Christoph Hellwig · 17 years ago
  60. a686cd8 ext2 reservations by Martin J. Bligh · 17 years ago
  61. d8ea6cf ext2/4: use is_power_of_2() by vignesh babu · 17 years ago
  62. 93d44cb ext2: show all mount options by Miklos Szeredi · 17 years ago
  63. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  64. 833f407 lib: percpu_counter_init error handling by Peter Zijlstra · 17 years ago
  65. 780dcdb fix inode_table test in ext234_check_descriptors by Eric Sandeen · 17 years ago
  66. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  67. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  68. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  69. 2235219 ext2: statfs speed up by Badari Pulavarty · 17 years ago
  70. ddc80bd ext2: fix return of uninitialised variable by Andrew Morton · 17 years ago
  71. 266f5aa ext2: disallow setting xip on remount by Carsten Otte · 17 years ago
  72. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  73. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  74. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  75. 2e7842b [PATCH] fix umask when noACL kernel meets extN tuned for ACLs by Hugh Dickins · 17 years ago
  76. f0d1b0b [PATCH] LOG2: Implement a general integer log2 facility in the kernel by David Howells · 18 years ago
  77. e4fca01 [PATCH] ext2: fsid for statvfs by Pekka Enberg · 18 years ago
  78. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  79. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  80. 5a2b406 [PATCH] ext2: errors behaviour fix by Vasily Averin · 18 years ago
  81. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  82. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  83. 41f04d8 [PATCH] ext2: fix mounts at 16T by Eric Sandeen · 18 years ago
  84. 833f732 [PATCH] EXT2: Remove superblock lock contention in ext2_statfs by Dave Kleikamp · 18 years ago
  85. ecaff75 [PATCH] knfsd: Have ext2 reject file handles with bad inode numbers early by NeilBrown · 18 years ago
  86. 607eb26 [PATCH] ext2: prevent div-by-zero on corrupted fs by Andries Brouwer · 18 years ago
  87. 5c81a41 [PATCH] lockdep: annotate the quota code by Arjan van de Ven · 18 years ago
  88. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  89. 21730ee [PATCH] Make EXT2_DEBUG work again by Valerie Henson · 18 years ago
  90. f16fdad [PATCH] ext2: clean up dead code from mount code by Theodore Ts'o · 18 years ago
  91. 0216bfc [PATCH] percpu counter data type changes to suppport more than 2**31 ext3 free blocks counter by Mingming Cao · 18 years ago
  92. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  93. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  94. 76c67de [PATCH] Ext2 flags shouldn't report "nogrpid" by Rob Landley · 18 years ago
  95. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  96. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  97. 2c22129 [PATCH] fs/ext2/: proper ext2_get_parent() prototype by Adrian Bunk · 18 years ago
  98. 8354179 [PATCH] ext2: print xip mount option in ext2_show_options by Carsten Otte · 18 years ago
  99. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  100. ec63f22 [PATCH] ext2: remove duplicate newlines in ext2_fill_super by Johann Lombardi · 19 years ago