summaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: ext4_find_next_zero_bit needs an aligned address on some archAneesh Kumar K.V2008-02-231-22/+40
* ext4: Don't claim block from group which has corrupt bitmapAneesh Kumar K.V2008-02-151-1/+15
* ext4: Fix kernel BUG at fs/ext4/mballoc.c:910!Valerie Clement2008-02-151-1/+1
* ext4: Don't panic in case of corrupt bitmapAneesh Kumar K.V2008-02-101-14/+21
* ext4: allocate struct ext4_allocation_context from a kmem cacheEric Sandeen2008-02-101-45/+82
* ext4: Fix null bh pointer dereference in mballocAneesh Kumar K.V2008-02-101-1/+1
* ext4: Add multi block allocator for ext4Alex Tomas2008-01-291-0/+4552