1. 7c2f3d6 ext3: fix test ext_generic_write_end() copied return value by Roel Kluin · 16 years ago
  2. e05b6b5 ext3: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  3. fa1ff1e ext3: fix mount messages when quota disabled by Jan Kara · 16 years ago
  4. 2588ef8 ext3: retry block allocation if new blocks are allocated from system zone by Aneesh Kumar K.V · 16 years ago
  5. 07c9938 ext3: fix hang on umount with quotas when journal is aborted by Jan Kara · 16 years ago
  6. 0b23076 ext3: fix update of mtime and ctime on rename by Jan Kara · 16 years ago
  7. 269b261 fs/ext3: use BUG_ON by Julia Lawall · 16 years ago
  8. 33575f8 ext3: check ext3_journal_get_write_access() errors by Akinobu Mita · 16 years ago
  9. e0e369a ext3: use ext3_get_group_desc() by Akinobu Mita · 16 years ago
  10. 22a5daf ext3: add missing ext3_journal_stop() by Akinobu Mita · 16 years ago
  11. 1eaafea ext3: use ext3_group_first_block_no() by Akinobu Mita · 16 years ago
  12. 1563300 make ext3_xattr_list() static by Adrian Bunk · 16 years ago
  13. e7f23eb ext3: convert byte order of constant instead of variable by Marcin Slusarz · 16 years ago
  14. 3d61f75 ext3: fdatasync should skip metadata writeout when overwriting by Hisashi Hifumi · 16 years ago
  15. 2fd83a4 quota: ext3: make ext3 handle quotaon on remount by Jan Kara · 16 years ago
  16. e9b6269 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial by Linus Torvalds · 16 years ago
  17. 1cc8dcf5 ext*: spelling fix prefered -> preferred by Benoit Boissinot · 16 years ago
  18. 42a74f2 [PATCH] r/o bind mounts: elevate write count for ioctls() by Dave Hansen · 16 years ago
  19. 335e92e vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs by Jan Kara · 16 years ago
  20. c587f0c ext3: fix wrong gfp type under transaction by Josef Bacik · 16 years ago
  21. 92587216 ext3: fix mount option parsing by Josef Bacik · 16 years ago
  22. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  23. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  24. 50e8a28 ext3: replace all adds to little endians variables with le*_add_cpu by Marcin Slusarz · 16 years ago
  25. 473043d iget: stop EXT3 from using iget() and read_inode() by David Howells · 16 years ago
  26. bd1939d ext3: fix lock inversion in direct IO by Jan Kara · 16 years ago
  27. e1d7ae2 ext3: remove unused code from ext3_find_entry() by Mariusz Kozlowski · 16 years ago
  28. 859cb93 ext[234]: cleanup ext[234]_bg_num_gdb() by Akinobu Mita · 16 years ago
  29. fb01bfd ext[234]: remove unused argument for ext[234]_find_goal() by Akinobu Mita · 16 years ago
  30. 197cd65a ext[234]: use ext[234]_get_group_desc() by Akinobu Mita · 16 years ago
  31. 144704e ext[234]: fix comment for nonexistent variable by Akinobu Mita · 16 years ago
  32. 1eca93f ext3: change the default behaviour on error by Aneesh Kumar K.V · 16 years ago
  33. feda58d ext3: return after ext3_error in case of failures by Aneesh Kumar K.V · 16 years ago
  34. f762e90 ext3: add block bitmap validation by Aneesh Kumar K.V · 16 years ago
  35. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  36. fe7fdc3 ext3: Fix the max file size for ext3 file system. by Aneesh Kumar K.V · 16 years ago
  37. b47b6f3 ext3, ext4: avoid divide by zero by Andries E. Brouwer · 17 years ago
  38. 7c06a8d Fix 64KB blocksize in ext3 directories by Jan Kara · 17 years ago
  39. e47776a Forbid user to change file flags on quota files by Jan Kara · 17 years ago
  40. 0b832a4 Revert "ext2/ext3/ext4: add block bitmap validation" by Linus Torvalds · 17 years ago
  41. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  42. 74af0ba ext3: new export ops by Christoph Hellwig · 17 years ago
  43. 9ad163a JBD: Fix JBD warnings when compiling with CONFIG_JBD_DEBUG by Jose R. Santos · 17 years ago
  44. 8c3478a JBD/ext3 cleanups: convert to kzalloc by Mingming Cao · 17 years ago
  45. c80544d sparse pointer use of zero as null by Stephen Hemminger · 17 years ago
  46. 42a2b6a ext3: fix setup_new_group_blocks locking by Eric Sandeen · 17 years ago
  47. 0f0a89e ext3: support large blocksize up to PAGESIZE by Takashi Sato · 17 years ago
  48. 1ad6ecf ext3: lighten up resize transaction requirements by Eric Sandeen · 17 years ago
  49. 059590f ext3: remove #ifdef CONFIG_EXT3_INDEX by Eric Sandeen · 17 years ago
  50. 2b47c36 Fix f_version type: should be u64 instead of unsigned long by Mathieu Desnoyers · 17 years ago
  51. 7c9e69f ext2/ext3/ext4: add block bitmap validation by Aneesh Kumar K.V · 17 years ago
  52. ef2fb67 remove unused bh in calls to ext234_get_group_desc by Eric Sandeen · 17 years ago
  53. 571beed ext3: show all mount options by Miklos Szeredi · 17 years ago
  54. febfcf9 fs: mark nibblemap const by Philippe De Muyter · 17 years ago
  55. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  56. 833f407 lib: percpu_counter_init error handling by Peter Zijlstra · 17 years ago
  57. 52d9f3b lib: percpu_counter_sum_positive by Peter Zijlstra · 17 years ago
  58. 3cb4f9f lib: percpu_counter_sub by Peter Zijlstra · 17 years ago
  59. aa0dff2 lib: percpu_counter_add by Peter Zijlstra · 17 years ago
  60. f4fc66a ext3: convert to new aops by Nick Piggin · 17 years ago
  61. f4e6b49 readahead: combine file_ra_state.prev_index/prev_offset into prev_pos by Fengguang Wu · 17 years ago
  62. ef2b02d ext34: ensure do_split leaves enough free space in both blocks by Eric Sandeen · 17 years ago
  63. 3d82aba dir_index: error out instead of BUG on corrupt dx dirs by Eric Sandeen · 17 years ago
  64. 9c3013e quota: fix infinite loop by Jan Kara · 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. cf914a7 readahead: split ondemand readahead interface into two functions by Rusty Russell · 17 years ago
  68. dc7868f readahead: convert ext3/ext4 invocations by Fengguang Wu · 17 years ago
  69. 3bd858a Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check by Satyam Sharma · 17 years ago
  70. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  71. a71ce8c ext3: statfs speed up by Badari Pulavarty · 17 years ago
  72. 952d9de ext3: fix error handling in ext3_create_journal() by Borislav Petkov · 17 years ago
  73. 3fc7426 is_power_of_2: ext3/super.c by vignesh babu · 17 years ago
  74. e3a68e3 ext3: remove extra IS_RDONLY() check by Dave Hansen · 17 years ago
  75. 030703e ext3: fix deadlock in ext3_remount() and orphan list handling by Jan Kara · 17 years ago
  76. a6c15c2 ext3/ext4: orphan list corruption due bad inode by Vasily Averin · 17 years ago
  77. 9f7dd93 ext3/ext4: orphan list check on destroy_inode by Vasily Averin · 17 years ago
  78. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  79. e4a10a3 ext3: lost brelse in ext3_read_inode() by Kirill Korotaev · 17 years ago
  80. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  81. 0c11d7a ext3: use zero_user_page by Nate Diller · 17 years ago
  82. 28be5ab ext3: copy i_flags to inode flags on write by Jan Kara · 17 years ago
  83. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  84. fedee54 ext3: dirindex error pointer issues by Dmitriy Monakhov · 17 years ago
  85. 4d7bf11 ext2/3/4: fix file date underflow on ext2 3 filesystems on 64 bit systems by Markus Rechberger · 17 years ago
  86. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  87. f98393a mm: remove destroy_dirty_buffers from invalidate_bdev() by Peter Zijlstra · 17 years ago
  88. 1aa9b4b [PATCH] revert "retries in ext3_prepare_write() violate ordering requirements" by Andrew Morton · 17 years ago
  89. 105fd10 [PATCH] "ext[34]: EA block reference count racing fix" performance fix by Andrew Morton · 17 years ago
  90. 8a2bfdc [PATCH] ext[34]: EA block reference count racing fix by Mingming Cao · 17 years ago
  91. e627432 [PATCH] ext[234]: update documentation by Aneesh Kumar K.V · 17 years ago
  92. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  93. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  94. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  95. 3e4fdaf [PATCH] jbd layer function called instead of fs specific one by Dmitriy Monakhov · 17 years ago
  96. 731b9a5 [PATCH] remove ext[34]_inc_count and _dec_count by Eric Sandeen · 17 years ago
  97. 2988a77 [PATCH] return ENOENT from ext3_link when racing with unlink by Eric Sandeen · 17 years ago
  98. 2e7842b [PATCH] fix umask when noACL kernel meets extN tuned for ACLs by Hugh Dickins · 17 years ago
  99. ea9a05a [PATCH] ext3: refuse ro to rw remount of fs with orphan inodes by Eric Sandeen · 17 years ago
  100. f0d1b0b [PATCH] LOG2: Implement a general integer log2 facility in the kernel by David Howells · 18 years ago