Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
96506a5086d0e9fd7332d6da74f115fa37bb58c6
/
fs
/
ext4
/
mballoc.c
d21cd8f
ext4: Fix potential quota deadlock
by Dmitry Monakhov
· 15 years ago
d031655
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
4515c30
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
b844167
ext4: remove blocks from inode prealloc list on failure
by Curt Wohlgemuth
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
9084d47
ext4: use ext4_data_block_valid() in ext4_free_blocks()
by Theodore Ts'o
· 15 years ago
e636260
ext4: call ext4_forget() from ext4_free_blocks()
by Theodore Ts'o
· 15 years ago
4433871
ext4: fold ext4_free_blocks() and ext4_mb_free_blocks()
by Theodore Ts'o
· 15 years ago
5328e63
ext4: make trim/discard optional (and off by default)
by Eric Sandeen
· 15 years ago
ca0c958
this_cpu: Straight transformations
by Christoph Lameter
· 15 years ago
296c355
ext4: Use tracepoints for mb_history trace file
by Theodore Ts'o
· 15 years ago
90576c0
ext4, jbd2: Drop unneeded printks at mount and unmount time
by Theodore Ts'o
· 15 years ago
7178057
ext4: Fix hueristic which avoids group preallocation for closed files
by Theodore Ts'o
· 15 years ago
fb0a387
ext4: limit block allocations for indirect-block files to < 2^32
by Eric Sandeen
· 15 years ago
08c3a81
ext4: Clarify the locking details in mballoc
by Aneesh Kumar K.V
· 15 years ago
f41c075
ext4: check for need init flag in ext4_mb_load_buddy
by Aneesh Kumar K.V
· 15 years ago
b6a758e
ext4: move ext4_mb_init_group() function earlier in the mballoc.c
by Aneesh Kumar K.V
· 15 years ago
7f1346a
ext4: Declare seq_operations and file_operations structures as const
by Tobias Klauser
· 15 years ago
a36b449
ext4: use ext4_grpblk_t more extensively
by Eric Sandeen
· 15 years ago
1927805
ext4: use variables not types in sizeofs() for allocations
by Eric Sandeen
· 15 years ago
38877f4
simplify some logic in ext4_mb_normalize_request
by Eric Sandeen
· 15 years ago
0373130
ext4: open-code ext4_mb_update_group_info
by Eric Sandeen
· 15 years ago
5079748
ext4: Avoid group preallocation for closed files
by Theodore Ts'o
· 15 years ago
4ba74d0
ext4: Fix bugs in mballoc's stream allocation mode
by Theodore Ts'o
· 15 years ago
0ef90db
ext4: Display the mballoc flags in mb_history in hex instead of decimal
by Theodore Ts'o
· 15 years ago
6ba495e
ext4: Add configurable run-time mballoc debugging
by Theodore Ts'o
· 15 years ago
1c71850
ext4: Fix compile warnings with MB_DEBUG
by Akira Fujita
· 15 years ago
5a4a798
ext4: Remove unnecessary semicolons in mballoc.c
by Joe Perches
· 15 years ago
024eab4
ext4: Fix memory leak fix when mounting an ext4 filesystem
by Aneesh Kumar K.V
· 15 years ago
833576b
ext4: Fix ext4_mb_initialize_context() to initialize all fields
by Theodore Ts'o
· 15 years ago
3e03f9c
ext4: Use rcu_barrier() on module unload.
by Jesper Dangaard Brouer
· 15 years ago
089ceec
ext4: mark several more functions in mballoc.c as noinline
by Eric Sandeen
· 15 years ago
0610b6e
ext4: Fix 64-bit block type problem on 32-bit platforms
by Theodore Ts'o
· 15 years ago
9bffad1
ext4: convert instrumentation from markers to tracepoints
by Theodore Ts'o
· 15 years ago
6fd058f
ext4: Add a comprehensive block validity check to ext4_get_blocks()
by Theodore Ts'o
· 15 years ago
bc8e674
ext4: Fix spinlock assertions on UP systems
by Vincent Minet
· 15 years ago
955ce5f
ext4: Convert ext4_lock_group to use sb_bgl_lock
by Aneesh Kumar K.V
· 16 years ago
f403390
ext4: Make the length of the mb_history file tunable
by Curt Wohlgemuth
· 16 years ago
75507ef
ext4: Don't avoid using BLOCK_UNINIT block groups in mballoc
by Theodore Ts'o
· 16 years ago
8df9675
ext4: Avoid races caused by on-line resizing and SMP memory reordering
by Theodore Ts'o
· 16 years ago
e7c9e3e
ext4: fix locking typo in mballoc which could cause soft lockup hangs
by Theodore Ts'o
· 16 years ago
a7b1944
ext4: fix typo which causes a memory leak on error path
by Dan Carpenter
· 16 years ago
cc0fb9a
ext4: Rename pa_linear to pa_type
by Aneesh Kumar K.V
· 16 years ago
9f24e42
ext4: Use atomic_t's in struct flex_groups
by Theodore Ts'o
· 16 years ago
b713a5e
ext4: remove /proc tuning knobs
by Theodore Ts'o
· 16 years ago
a491212
ext4: New inode/block allocation algorithms for flex_bg filesystems
by Theodore Ts'o
· 16 years ago
a269eb1
ext4: Use lowercase names of quota functions
by Jan Kara
· 16 years ago
60e58e0
ext4: quota reservation for delayed allocation
by Mingming Cao
· 16 years ago
d33a197
ext4: fix bb_prealloc_list corruption due to wrong group locking
by Eric Sandeen
· 16 years ago
8d03c7a
ext4: fix bogus BUG_ONs in in mballoc code
by Eric Sandeen
· 16 years ago
d794bf8
ext4: Initialize preallocation list_head's properly
by Aneesh Kumar K.V
· 16 years ago
ba44391
ext4: Fix lockdep warning
by Aneesh Kumar K.V
· 16 years ago
9fd9784
ext4: Fix building with EXT4FS_DEBUG
by Thadeu Lima de Souza Cascardo
· 16 years ago
ba80b10
ext4: Add markers for better debuggability
by Theodore Ts'o
· 16 years ago
0087d9f
ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelalloc
by Aneesh Kumar K.V
· 16 years ago
29eaf02
ext4: Init the complete page while building buddy cache
by Aneesh Kumar K.V
· 16 years ago
8556e8f
ext4: Don't allow new groups to be added during block allocation
by Aneesh Kumar K.V
· 16 years ago
648f587
ext4: mark the blocks/inode bitmap beyond end of group as used
by Aneesh Kumar K.V
· 16 years ago
2ccb5fb
ext4: Use new buffer_head flag to check uninit group bitmaps initialization
by Aneesh Kumar K.V
· 16 years ago
3300bed
ext4: code cleanup
by Aneesh Kumar K.V
· 16 years ago
560671a
ext4: Use high 16 bits of the block group descriptor's free counts fields
by Aneesh Kumar K.V
· 16 years ago
e8134b2
ext4: Fix race between read_block_bitmap() and mark_diskspace_used()
by Aneesh Kumar K.V
· 16 years ago
5d1b1b3
ext4: fix BUG when calling ext4_error with locked block group
by Aneesh Kumar K.V
· 16 years ago
b7be019
ext4: Fix lockdep recursive locking warning
by Aneesh Kumar K.V
· 16 years ago
7a2fcbf
ext4: don't use blocks freed but not yet committed in buddy cache init
by Aneesh Kumar K.V
· 16 years ago
c3a326a
ext4: cleanup mballoc header files
by Aneesh Kumar K.V
· 16 years ago
920313a
ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
by Aneesh Kumar K.V
· 16 years ago
3a06d77
ext4: sparse fixes
by Aneesh Kumar K.V
· 16 years ago
498e5f2
ext4: Change unsigned long to unsigned int
by Theodore Ts'o
· 16 years ago
a9df9a4
ext4: Make ext4_group_t be an unsigned int
by Theodore Ts'o
· 16 years ago
032115f
ext4: Don't overwrite allocation_context ac_status
by Aneesh Kumar K.V
· 16 years ago
fde4d95
ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning()
by Theodore Ts'o
· 16 years ago
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
0b09923e
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
a30d542a
ext4: Make sure all the block allocation paths reserve blocks
by Aneesh Kumar K.V
· 16 years ago
4776004f
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
Next »