1. 24097d1 ext2: use ext2_group_first_block_no() by Akinobu Mita · 16 years ago
  2. 31f68e1 ext2: convert byte order of constant instead of variable by Marcin Slusarz · 16 years ago
  3. fba4d39 ext2: le*_add_cpu conversion by Marcin Slusarz · 16 years ago
  4. 35c879d mount options: fix ext2 by Miklos Szeredi · 16 years ago
  5. 52fcf70 iget: stop EXT2 from using iget() and read_inode() by David Howells · 16 years ago
  6. 197cd65a ext[234]: use ext[234]_get_group_desc() by Akinobu Mita · 16 years ago
  7. a8e3eff ext2: xip check fix by Nick Piggin · 16 years ago
  8. 14e11e1 ext2: change the default behaviour on error by Aneesh Kumar K.V · 16 years ago
  9. 902be4c ext2: Fix the max file size for ext2 file system. by Aneesh Kumar K.V · 16 years ago
  10. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  11. 2e4c68e ext2: new export ops by Christoph Hellwig · 17 years ago
  12. a686cd8 ext2 reservations by Martin J. Bligh · 17 years ago
  13. d8ea6cf ext2/4: use is_power_of_2() by vignesh babu · 17 years ago
  14. 93d44cb ext2: show all mount options by Miklos Szeredi · 17 years ago
  15. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  16. 833f407 lib: percpu_counter_init error handling by Peter Zijlstra · 17 years ago
  17. 780dcdb fix inode_table test in ext234_check_descriptors by Eric Sandeen · 17 years ago
  18. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  19. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  20. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  21. 2235219 ext2: statfs speed up by Badari Pulavarty · 17 years ago
  22. ddc80bd ext2: fix return of uninitialised variable by Andrew Morton · 17 years ago
  23. 266f5aa ext2: disallow setting xip on remount by Carsten Otte · 17 years ago
  24. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  25. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  26. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  27. 2e7842b [PATCH] fix umask when noACL kernel meets extN tuned for ACLs by Hugh Dickins · 17 years ago
  28. f0d1b0b [PATCH] LOG2: Implement a general integer log2 facility in the kernel by David Howells · 18 years ago
  29. e4fca01 [PATCH] ext2: fsid for statvfs by Pekka Enberg · 18 years ago
  30. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  31. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  32. 5a2b406 [PATCH] ext2: errors behaviour fix by Vasily Averin · 18 years ago
  33. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  34. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  35. 41f04d8 [PATCH] ext2: fix mounts at 16T by Eric Sandeen · 18 years ago
  36. 833f732 [PATCH] EXT2: Remove superblock lock contention in ext2_statfs by Dave Kleikamp · 18 years ago
  37. ecaff75 [PATCH] knfsd: Have ext2 reject file handles with bad inode numbers early by NeilBrown · 18 years ago
  38. 607eb26 [PATCH] ext2: prevent div-by-zero on corrupted fs by Andries Brouwer · 18 years ago
  39. 5c81a41 [PATCH] lockdep: annotate the quota code by Arjan van de Ven · 18 years ago
  40. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  41. 21730ee [PATCH] Make EXT2_DEBUG work again by Valerie Henson · 18 years ago
  42. f16fdad [PATCH] ext2: clean up dead code from mount code by Theodore Ts'o · 18 years ago
  43. 0216bfc [PATCH] percpu counter data type changes to suppport more than 2**31 ext3 free blocks counter by Mingming Cao · 18 years ago
  44. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  45. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  46. 76c67de [PATCH] Ext2 flags shouldn't report "nogrpid" by Rob Landley · 18 years ago
  47. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  48. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  49. 2c22129 [PATCH] fs/ext2/: proper ext2_get_parent() prototype by Adrian Bunk · 18 years ago
  50. 8354179 [PATCH] ext2: print xip mount option in ext2_show_options by Carsten Otte · 18 years ago
  51. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  52. ec63f22 [PATCH] ext2: remove duplicate newlines in ext2_fill_super by Johann Lombardi · 19 years ago
  53. 2860b73 [PATCH] remove CONFIG_EXT{2,3}_CHECK by Adrian Bunk · 19 years ago
  54. 8fc2751 [PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mounts by Mark Bellon · 19 years ago
  55. 50a5223 [PATCH] ext2: fix mount options parting by Jan Kara · 19 years ago
  56. 6d79125 [PATCH] xip: ext2: execute in place by Carsten Otte · 19 years ago
  57. e072c6f [PATCH] ext2 corruption - regression between 2.6.9 and 2.6.10 by Bernard Blackham · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago