aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-29ext4: use non-racy method for proc entries creationDenis V. Lunev1-11/+4
2008-04-29proc: remove proc_root_fsAlexey Dobriyan1-4/+3
2008-02-23ext4: ext4_find_next_zero_bit needs an aligned address on some archAneesh Kumar K.V1-22/+40
2008-02-15ext4: Don't claim block from group which has corrupt bitmapAneesh Kumar K.V1-1/+15
2008-02-15ext4: Fix kernel BUG at fs/ext4/mballoc.c:910!Valerie Clement1-1/+1
2008-02-10ext4: Don't panic in case of corrupt bitmapAneesh Kumar K.V1-14/+21
2008-02-10ext4: allocate struct ext4_allocation_context from a kmem cacheEric Sandeen1-45/+82
2008-02-10ext4: Fix null bh pointer dereference in mballocAneesh Kumar K.V1-1/+1
2008-01-29ext4: Add multi block allocator for ext4Alex Tomas1-0/+4552