Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
0390131ba84fd3f726f9e24fc4553828125700bb
/
fs
/
ext4
/
mballoc.c
0390131
ext4: Allow ext4 to run without a journal
by Frank Mayhar
· 16 years ago
ff7ef32
ext4: Widen type of ext4_sb_info.s_mb_maxs[]
by Yasunori Goto
· 16 years ago
ae2d9fb
ext4: fix missing ext4_unlock_group in error path
by Aneesh Kumar K.V
· 16 years ago
3e624fc
ext4: Replace hackish ext4_mb_poll_new_transaction with commit callback
by Theodore Ts'o
· 16 years ago
0b09923
ext4: Remove compile warnings when building w/o CONFIG_PROC_FS
by Manish Katiyar
· 16 years ago
8a0aba7
ext4: let the block device know when unused blocks can be discarded
by Theodore Ts'o
· 16 years ago
c894058
ext4: Use an rbtree for tracking blocks freed during transaction.
by Aneesh Kumar K.V
· 16 years ago
688f05a
ext4: Free ext4_prealloc_space using kmem_cache_free
by Aneesh Kumar K.V
· 16 years ago
c806e68
ext4: fix initialization of UNINIT bitmap blocks
by Frederic Bohe
· 16 years ago
c2ea3fd
ext4: Remove old legacy block allocator
by Theodore Ts'o
· 16 years ago
5e8814f
ext4: Combine proc file handling into a single set of functions
by Theodore Ts'o
· 16 years ago
9f6200b
ext4: move /proc setup and teardown out of mballoc.c
by Theodore Ts'o
· 16 years ago
730c213
ext4: use percpu data structures for lg_prealloc_list
by Eric Sandeen
· 16 years ago
899fc1a
ext4: fix #11321: create /proc/ext4/*/stats more carefully
by Alexey Dobriyan
· 16 years ago
6bc6e63
ext4: Add percpu dirty block accounting.
by Aneesh Kumar K.V
· 16 years ago
030ba6b
ext4: Retry block reservation
by Aneesh Kumar K.V
· 16 years ago
a30d542
ext4: Make sure all the block allocation paths reserve blocks
by Aneesh Kumar K.V
· 16 years ago
4776004
ext4: Add printk priority levels to clean up checkpatch warnings
by Theodore Ts'o
· 16 years ago
5e745b0
ext4: Fix small file fragmentation
by Aneesh Kumar K.V
· 16 years ago
6be2ded
ext4: Don't allow lg prealloc list to be grow large.
by Aneesh Kumar K.V
· 16 years ago
1320cbc
ext4: Convert the usage of NR_CPUS to nr_cpu_ids.
by Aneesh Kumar K.V
· 16 years ago
ce89f46
ext4: Improve error handling in mballoc
by Aneesh Kumar K.V
· 16 years ago
b5f10ee
ext4: lock block groups when initializing
by Eric Sandeen
· 16 years ago
d2a1763
ext4: delayed allocation ENOSPC handling
by Mingming Cao
· 16 years ago
5f21b0e
ext4: fix online resize with mballoc
by Frederic Bohe
· 16 years ago
0703143
ext4: mballoc avoid use root reserved blocks for non root allocation
by Mingming Cao
· 16 years ago
654b490
ext4: cleanup block allocator
by Aneesh Kumar K.V
· 16 years ago
363d425
ext4: remove quota allocation when ext4_mb_new_blocks fails
by Shen Feng
· 16 years ago
772cb7c
ext4: New inode allocation for FLEX_BG meta-data groups.
by Jose R. Santos
· 16 years ago
7e5a8cd
ext4: fix error processing in mb_free_blocks
by Shen Feng
· 16 years ago
cfbe7e4
ext4: error proc entry creation when the fs/ext4 is not correctly created
by Shen Feng
· 16 years ago
574ca17
ext4: Rename read_block_bitmap() to ext4_read_block_bitmap()
by Theodore Ts'o
· 16 years ago
74767c5
ext4: miscellaneous error checks and coding cleanups for mballoc
by Shen Feng
· 16 years ago
fdf6c7a
ext4: add error processing when calling ext4_mb_init_cache in mballoc
by Shen Feng
· 16 years ago
31b481d
ext4: Fix ext4_mb_init_cache return error
by Mingming Cao
· 16 years ago
91d9982
ext4: switch to seq_files
by Alexey Dobriyan
· 16 years ago
ed8f9c7
ext4: start searching for the right extent from the goal group.
by Aneesh Kumar K.V
· 16 years ago
e7dfb24
ext4: Fix mb_find_next_bit not to return larger than max
by Aneesh Kumar K.V
· 16 years ago
03cddb8
ext4: Fix use of uninitialized data with debug enabled.
by Aneesh Kumar K.V
· 16 years ago
519deca
ext4: Retry block allocation if new blocks are allocated from system zone.
by Aneesh Kumar K.V
· 16 years ago
1930479
ext4: mballoc fix mb_normalize_request algorithm for 1KB block size filesystems
by Valerie Clement
· 16 years ago
f36f21e
Fix misuses of bdevname()
by Jean Delvare
· 16 years ago
f1fa334
ext4: fix hot spins in mballoc after err_freebuddy and err_freemeta
by Roel Kluin
· 17 years ago
8f6e39a
ext4: Move mballoc headers/structures to a seperate header file mballoc.h
by Mingming Cao
· 17 years ago
60bd63d
ext4: cleanup for compiling mballoc with verification and debugging #defines
by Solofo Ramangalahy
· 17 years ago
c83617d
ext4: Don't do GFP_NOFS allocations after taking ext4_lock_group
by Aneesh Kumar K.V
· 17 years ago
3dcf545
ext4: move headers out of include/linux
by Christoph Hellwig
· 17 years ago
46e665e
ext4: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
14499f3
ext4: remove extra define of ext4_new_blocks_old from mballoc.c
by Mingming Cao
· 17 years ago
e8546d0
ext4: le*_add_cpu conversion
by Marcin Slusarz
· 17 years ago
9a0762c
ext4: Convert list_for_each_rcu() to list_for_each_entry_rcu()
by Aneesh Kumar K.V
· 17 years ago
4ddfef7
ext4: reduce mballoc stack usage with noinline_for_stack
by Eric Sandeen
· 17 years ago
46fe74f
ext4: use non-racy method for proc entries creation
by Denis V. Lunev
· 17 years ago
36a5aeb
proc: remove proc_root_fs
by Alexey Dobriyan
· 17 years ago
ffad0a4
ext4: ext4_find_next_zero_bit needs an aligned address on some arch
by Aneesh Kumar K.V
· 17 years ago
e56eb65
ext4: Don't claim block from group which has corrupt bitmap
by Aneesh Kumar K.V
· 17 years ago
b73fce6
ext4: Fix kernel BUG at fs/ext4/mballoc.c:910!
by Valerie Clement
· 17 years ago
26346ff
ext4: Don't panic in case of corrupt bitmap
by Aneesh Kumar K.V
· 17 years ago
256bdb4
ext4: allocate struct ext4_allocation_context from a kmem cache
by Eric Sandeen
· 17 years ago
42a10ad
ext4: Fix null bh pointer dereference in mballoc
by Aneesh Kumar K.V
· 17 years ago
c9de560
ext4: Add multi block allocator for ext4
by Alex Tomas
· 17 years ago