1. b47b6f3 ext3, ext4: avoid divide by zero by Andries E. Brouwer · 17 years ago
  2. e47776a Forbid user to change file flags on quota files by Jan Kara · 17 years ago
  3. 0b832a4 Revert "ext2/ext3/ext4: add block bitmap validation" by Linus Torvalds · 17 years ago
  4. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  5. 1b961ac ext4: new export ops by Christoph Hellwig · 17 years ago
  6. 1490410 ext4: lighten up resize transaction requirements by Eric Sandeen · 17 years ago
  7. 5b61528 ext4: fix setup_new_group_blocks locking by Eric Sandeen · 17 years ago
  8. ac39849 ext4: sparse fixes by Aneesh Kumar K.V · 17 years ago
  9. d8dd0b4 ext4: Convert ext4_extent_idx.ei_leaf to ext4_extent_idx.ei_leaf_lo by Aneesh Kumar K.V · 17 years ago
  10. b377611 ext4: Convert ext4_extent.ee_start to ext4_extent.ee_start_lo by Aneesh Kumar K.V · 17 years ago
  11. 308ba3e ext4: Convert s_r_blocks_count and s_free_blocks_count by Aneesh Kumar K.V · 17 years ago
  12. 6bc9fef ext4: Convert s_blocks_count to s_blocks_count_lo by Aneesh Kumar K.V · 17 years ago
  13. 5272f83 ext4: Convert bg_inode_bitmap and bg_inode_table by Aneesh Kumar K.V · 17 years ago
  14. 3a14589 ext4: Convert bg_block_bitmap to bg_block_bitmap_lo by Aneesh Kumar K.V · 17 years ago
  15. ce42158 ext4: FLEX_BG Kernel support v2. by Jose R. Santos · 17 years ago
  16. c1bddad ext4: Fix sparse warnings by Aneesh Kumar K.V · 17 years ago
  17. 717d50e Ext4: Uninitialized Block Groups by Andreas Dilger · 17 years ago
  18. 4074fe3 ext4: remove #ifdef CONFIG_EXT4_INDEX by Eric Sandeen · 17 years ago
  19. f077d0d ext4: Remove (partial, never completed) fragment support by Coly Li · 17 years ago
  20. cd02ff0 jbd2: JBD_XXX to JBD2_XXX naming cleanup by Mingming Cao · 17 years ago
  21. d802ffa JBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4 by Mingming Cao · 17 years ago
  22. 2b47c36 Fix f_version type: should be u64 instead of unsigned long by Mathieu Desnoyers · 17 years ago
  23. d8ea6cf ext2/4: use is_power_of_2() by vignesh babu · 17 years ago
  24. 7c9e69f ext2/ext3/ext4: add block bitmap validation by Aneesh Kumar K.V · 17 years ago
  25. ef2fb67 remove unused bh in calls to ext234_get_group_desc by Eric Sandeen · 17 years ago
  26. d9c9bef1 ext4: show all mount options by Miklos Szeredi · 17 years ago
  27. e57aa83 convert ill defined log2() to ilog2() by Fengguang Wu · 17 years ago
  28. febfcf9 fs: mark nibblemap const by Philippe De Muyter · 17 years ago
  29. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  30. 833f407 lib: percpu_counter_init error handling by Peter Zijlstra · 17 years ago
  31. 52d9f3b lib: percpu_counter_sum_positive by Peter Zijlstra · 17 years ago
  32. 3cb4f9f lib: percpu_counter_sub by Peter Zijlstra · 17 years ago
  33. aa0dff2 lib: percpu_counter_add by Peter Zijlstra · 17 years ago
  34. bfc1af6 ext4: convert to new aops by Nick Piggin · 17 years ago
  35. f4e6b49 readahead: combine file_ra_state.prev_index/prev_offset into prev_pos by Fengguang Wu · 17 years ago
  36. ef2b02d ext34: ensure do_split leaves enough free space in both blocks by Eric Sandeen · 17 years ago
  37. 3d82aba dir_index: error out instead of BUG on corrupt dx dirs by Eric Sandeen · 17 years ago
  38. 9c3013e quota: fix infinite loop by Jan Kara · 17 years ago
  39. dd54567 "ext4_ext_put_in_cache" uses __u32 to receive physical block number by Mingming Cao · 17 years ago
  40. 780dcdb fix inode_table test in ext234_check_descriptors by Eric Sandeen · 17 years ago
  41. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  42. b38bd33 fix ext4/JBD2 build warnings by Mingming Cao · 17 years ago
  43. cf914a7 readahead: split ondemand readahead interface into two functions by Rusty Russell · 17 years ago
  44. dc7868f readahead: convert ext3/ext4 invocations by Fengguang Wu · 17 years ago
  45. e9f410b ext4: extent macros cleanup by Dmitry Monakhov · 17 years ago
  46. 26d535e Fix compilation with EXT_DEBUG, also fix leXX_to_cpu conversions. by Dmitry Monakhov · 17 years ago
  47. d699594 ext4: remove extra IS_RDONLY() check by Dave Hansen · 17 years ago
  48. 1330593 ext4: Use is_power_of_2() by Vignesh Babu · 17 years ago
  49. fc0e15a Use zero_user_page() in ext4 where possible by Eric Sandeen · 17 years ago
  50. f8628a1 ext4: Remove 65000 subdirectory limit by Andreas Dilger · 17 years ago
  51. 6dd4ee7 ext4: Expand extra_inodes space per the s_{want,min}_extra_isize fields by Kalpak Shah · 17 years ago
  52. ef7f383 ext4: Add nanosecond timestamps by Kalpak Shah · 17 years ago
  53. e23291b jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG by Jose R. Santos · 17 years ago
  54. eb40a09 ext4: Set the journal JBD2_FEATURE_INCOMPAT_64BIT on large devices by Jose R. Santos · 17 years ago
  55. c29c0ae ext4: Make extents code sanely handle on-disk corruption by Alex Tomas · 17 years ago
  56. ff9ddf7 ext4: copy i_flags to inode flags on write by Jan Kara · 17 years ago
  57. 1e2462f ext4: Enable extents by default by Mingming Cao · 17 years ago
  58. 749269f Change on-disk format to support 2^15 uninitialized extents by Amit Arora · 17 years ago
  59. 56055d3 write support for preallocated blocks by Amit Arora · 17 years ago
  60. a2df2a6 fallocate support in ext4 by Amit Arora · 17 years ago
  61. 3bd858a Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check by Satyam Sharma · 17 years ago
  62. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  63. 5e70030 ext4: statfs speed up by Badari Pulavarty · 17 years ago
  64. 6c675bd ext4: fix error handling in ext4_create_journal by Borislav Petkov · 17 years ago
  65. 29bc5b4 mistaken ext4_inode_bitmap for ext4_block_bitmap by Toshiyuki Okajima · 17 years ago
  66. 32c3773 ext4: fix deadlock in ext4_remount() and orphan list handling by Jan Kara · 17 years ago
  67. a6c15c2 ext3/ext4: orphan list corruption due bad inode by Vasily Averin · 17 years ago
  68. 9f7dd93 ext3/ext4: orphan list check on destroy_inode by Vasily Averin · 17 years ago
  69. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  70. e5d2861 ext4: lost brelse in ext4_read_inode() by Kirill Korotaev · 17 years ago
  71. 315054f When ext4_ext_insert_extent() fails to insert new blocks by Alex Tomas · 17 years ago
  72. 25d14f9 ext4: Extent overlap bugfix by Amit Arora · 17 years ago
  73. 8a9dc94 Remove unnecessary exported symbols. by Mingming Cao · 17 years ago
  74. 8c55e20 EXT4: Fix whitespace by Dave Kleikamp · 17 years ago
  75. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  76. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  77. fedee54 ext3: dirindex error pointer issues by Dmitriy Monakhov · 17 years ago
  78. 4d7bf11 ext2/3/4: fix file date underflow on ext2 3 filesystems on 64 bit systems by Markus Rechberger · 17 years ago
  79. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  80. f98393a mm: remove destroy_dirty_buffers from invalidate_bdev() by Peter Zijlstra · 17 years ago
  81. 7479d2b [PATCH] revert "retries in ext4_prepare_write() violate ordering requirements" by Andrew Morton · 17 years ago
  82. 8a2bfdc [PATCH] ext[34]: EA block reference count racing fix by Mingming Cao · 17 years ago
  83. e627432 [PATCH] ext[234]: update documentation by Aneesh Kumar K.V · 17 years ago
  84. bbf2f9f Fix misspellings of "agressive". by Robert P. J. Day · 17 years ago
  85. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  86. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  87. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  88. 3e4fdaf [PATCH] jbd layer function called instead of fs specific one by Dmitriy Monakhov · 17 years ago
  89. 731b9a5 [PATCH] remove ext[34]_inc_count and _dec_count by Eric Sandeen · 17 years ago
  90. 2988a77 [PATCH] return ENOENT from ext3_link when racing with unlink by Eric Sandeen · 17 years ago
  91. 2e7842b [PATCH] fix umask when noACL kernel meets extN tuned for ACLs by Hugh Dickins · 17 years ago
  92. ead6596 [PATCH] ext4: refuse ro to rw remount of fs with orphan inodes by Eric Sandeen · 17 years ago
  93. 9d54989 [PATCH] ext4: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  94. 01a732e [PATCH] ext4 calls journal_stop by Randy Dunlap · 18 years ago
  95. 09b8825 [PATCH] ext4: Eliminate inline functions by Avantika Mathur · 18 years ago
  96. 5d4958f [PATCH] ext4: kmalloc to kzalloc by Avantika Mathur · 18 years ago
  97. 7e02897 [PATCH] ext4: if expression format by Avantika Mathur · 18 years ago
  98. feb1892 [PATCH] ext4: fix credit calculation in ext4_ext_calc_credits_for_insert by Johann Lombardi · 18 years ago
  99. a8f48a9 [PATCH] ext3/4: don't do orphan processing on readonly devices by Eric Sandeen · 18 years ago
  100. ec0837f [PATCH] ext4 balloc: fix _with_rsv freeze by Hugh Dickins · 18 years ago