1. 4ddb987 ext3: remove an unneeded check in ext3_new_blocks() by Dan Carpenter · 10 years ago
  2. ae49eee ext3: Avoid underflow of in ext3_trim_fs() by Lukas Czerner · 12 years ago
  3. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  4. 4907cb7 treewide: fix comment/printk/variable typos by Anatol Pomozov · 12 years ago
  5. 10d4708 ext3: use memweight() by Akinobu Mita · 12 years ago
  6. 1523299 userns: Convert ext3 to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  7. 4613ad1 ext3: move headers to fs/ext3/ by Al Viro · 12 years ago
  8. e703c20 ext3: fix start and len arguments handling in ext3_trim_fs() by Lukas Czerner · 12 years ago
  9. 053800a ext3: Don't call dquot_free_block() if we don't update anything by Kazuya Mio · 12 years ago
  10. 6360e21 ext3: Allow quota file use root reservation by Dmitry Monakhov · 13 years ago
  11. 3ee77f2 ext3/balloc.c: local functions should be static by H Hartley Sweeten · 13 years ago
  12. 4613022 fs/ext3/balloc.c: delete useless initialization by Julia Lawall · 13 years ago
  13. 2c2ea94 ext3: Return -EINVAL when start is beyond the end of fs in ext3_trim_fs() by Lukas Czerner · 13 years ago
  14. 785c4bc ext3: Add fixed tracepoints by Lukas Czerner · 13 years ago
  15. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  16. 425fa41 ext3: Fix an overflow in ext3_trim_fs. by Tao Ma · 13 years ago
  17. bbac751 ext3: speed up group trim with the right free block count. by Tao Ma · 13 years ago
  18. 4b44dd3 ext3: Adjust trim start with first_data_block. by Tao Ma · 13 years ago
  19. b853b96 ext3: Add batched discard support for ext3 by Lukas Czerner · 14 years ago
  20. a4c18ad ext3: Update kernel-doc comments by Namhyung Kim · 14 years ago
  21. 57e94d8 ext3: Remove unnecessary casts on bh->b_data by Namhyung Kim · 14 years ago
  22. 8cef107 ext3: Avoid loading bitmaps for full groups during block allocation by Frans van de Wiel · 14 years ago
  23. 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
  24. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 14 years ago
  25. ca41f7b ext3: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  26. 81a0522 ext3: Use lowercase names of quota functions by Jan Kara · 15 years ago
  27. 6a2f90e CRED: Wrap task credential accesses in the Ext3 filesystem by David Howells · 16 years ago
  28. 46d01a2 ext3: fix ext3 block reservation early ENOSPC issue by Mingming Cao · 16 years ago
  29. e05b6b5 ext3: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  30. 2588ef8 ext3: retry block allocation if new blocks are allocated from system zone by Aneesh Kumar K.V · 16 years ago
  31. 269b261 fs/ext3: use BUG_ON by Julia Lawall · 16 years ago
  32. 50e8a28 ext3: replace all adds to little endians variables with le*_add_cpu by Marcin Slusarz · 16 years ago
  33. 859cb93 ext[234]: cleanup ext[234]_bg_num_gdb() by Akinobu Mita · 16 years ago
  34. 144704e ext[234]: fix comment for nonexistent variable by Akinobu Mita · 16 years ago
  35. feda58d ext3: return after ext3_error in case of failures by Aneesh Kumar K.V · 16 years ago
  36. f762e90 ext3: add block bitmap validation by Aneesh Kumar K.V · 16 years ago
  37. 0b832a4 Revert "ext2/ext3/ext4: add block bitmap validation" by Linus Torvalds · 17 years ago
  38. 7c9e69f ext2/ext3/ext4: add block bitmap validation by Aneesh Kumar K.V · 17 years ago
  39. 3cb4f9f lib: percpu_counter_sub by Peter Zijlstra · 17 years ago
  40. aa0dff2 lib: percpu_counter_add by Peter Zijlstra · 17 years ago
  41. e627432 [PATCH] ext[234]: update documentation by Aneesh Kumar K.V · 17 years ago
  42. 7d1c520 [PATCH] ext3 balloc: fix _with_rsv freeze by Hugh Dickins · 18 years ago
  43. 2823b55 [PATCH] ext3 balloc: use io_error label by Hugh Dickins · 18 years ago
  44. c56d256 [PATCH] ext3 balloc: say rb_entry not list_entry by Hugh Dickins · 18 years ago
  45. ff50dc5 [PATCH] ext3 balloc: fix off-by-one against rsv_end by Hugh Dickins · 18 years ago
  46. 1650242 [PATCH] ext3 balloc: fix off-by-one against grp_goal by Hugh Dickins · 18 years ago
  47. ef50367 [PATCH] ext3 balloc: reset windowsz when full by Hugh Dickins · 18 years ago
  48. 2bd94bd [PATCH] ext3: fix reservation extension by Mingming Cao · 18 years ago
  49. 32c2d2b [PATCH] more ext3 16T overflow fixes by Eric Sandeen · 18 years ago
  50. e9ad562 [PATCH] ext3: More whitespace cleanups by Dave Kleikamp · 18 years ago
  51. 36faadc14 [PATCH] ext3: more comments about block allocation/reservation code by Mingming Cao · 18 years ago
  52. 321fb9e [PATCH] ext3: turn on reservation dump on block allocation errors by Mingming Cao · 18 years ago
  53. ae6ddcc [PATCH] ext3 and jbd cleanup: remove whitespace by Mingming Cao · 18 years ago
  54. 08fb306f [PATCH] ext3 filesystem bogus ENOSPC with reservation fix by Mingming Cao · 18 years ago
  55. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  56. 43d23f9 [PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversion by Mingming Cao · 18 years ago
  57. 1c2bf37 [PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixes by Mingming Cao · 18 years ago
  58. d48589b [PATCH] ext3_get_blocks: Adjust reservation window size for mblocks by Mingming Cao · 18 years ago
  59. faa5697 [PATCH] ext3_get_blocks: Adjust accounting info in ext3_new_blocks() by Mingming Cao · 18 years ago
  60. b54e41e [PATCH] ext3_get_blocks: support multiple blocks allocation in ext3_new_block() by Mingming Cao · 18 years ago
  61. b5a7c4f [PATCH] ext3: Properly report backup block present in a group by Glauber de Oliveira Costa · 18 years ago
  62. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 19 years ago
  63. 3af1376 [PATCH] fs/ext3/: small cleanups by Adrian Bunk · 19 years ago
  64. 2860b73 [PATCH] remove CONFIG_EXT{2,3}_CHECK by Adrian Bunk · 19 years ago
  65. 381be254 [PATCH] ext3: sparse fixes by Ben Dooks · 19 years ago
  66. 5b11687 [PATCH] Locking problems while EXT3FS_DEBUG on by Glauber de Oliveira Costa · 19 years ago
  67. 8bdac5d [PATCH] ext3: EXT3_DEBUG build fixes by Glauber de Oliveira Costa · 19 years ago
  68. 21fe347 [PATCH] ext3: reduce allocate-with-reservation lock latencies by Mingming Cao · 19 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago