Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2cac46a4157e3c541bfe007f4d8f2c6ebb07911c
/
fs
/
ext4
/
mballoc.c
« Previous
48e6061
ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode #
by Yu Jian
· 13 years ago
9d8b9ec
ext4: use ext4_msg() instead of printk in mballoc
by Theodore Ts'o
· 13 years ago
f18a5f2
ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info
by Theodore Ts'o
· 13 years ago
c3e94d1
ext4: let setup_new_group_blocks() set multiple bits at a time
by Yongqiang Yang
· 13 years ago
4740b83
ext4: let ext4_group_add_blocks() handle 0 blocks quickly
by Yongqiang Yang
· 13 years ago
cc7365d
ext4: let ext4_group_add_blocks() return an error code
by Yongqiang Yang
· 13 years ago
0529155
ext4: rename ext4_add_groupblocks() to ext4_group_add_blocks()
by Yongqiang Yang
· 13 years ago
ced156e
ext4: don't increment s_mb_buddies_generated in ext4_mb_release
by Tao Ma
· 13 years ago
529da70
ext4: remove unnecessary ext4_get_group_info in ext4_mb_load_buddy
by Tao Ma
· 13 years ago
d7a1fee
ext4: make the preallocation size be a multiple of stripe size
by Dan Ehrenberg
· 13 years ago
caaf7a2
ext4: Fix a double free of sbi->s_group_info in ext4_mb_init_backend
by Tao Ma
· 13 years ago
823ba01
ext4: fix a race which could leak memory in ext4_groupinfo_create_slab()
by Tao Ma
· 13 years ago
2261228
ext4: Change the wrong param comment for ext4_trim_all_free
by Tao Ma
· 13 years ago
3d56b8d
ext4: Speed up FITRIM by recording flags in ext4_group_info
by Tao Ma
· 13 years ago
b3d4c2b
ext4: Add new ext4 trim tracepoints
by Tao Ma
· 13 years ago
169ddc3
ext4: speed up group trim with the right free block count
by Tao Ma
· 13 years ago
22f1045
ext4: fix trim length underflow with small trim length
by Tao Ma
· 13 years ago
7132de7
ext4: fix i_blocks/quota accounting when extent insertion fails
by Maxim Patlasov
· 13 years ago
9331b62
ext4: quiet 'unused variables' compile warnings
by Yongqiang Yang
· 13 years ago
a9c667f
ext4: fixed tracepoints cleanup
by Lukas Czerner
· 13 years ago
5def136
ext4: correct comments for ext4_free_blocks()
by Yongqiang Yang
· 13 years ago
55f020d
ext4: add flag to ext4_has_free_blocks
by Allison Henderson
· 13 years ago
28739ee
ext4: protect bb_first_free in ext4_trim_all_free() with group lock
by Lukas Czerner
· 13 years ago
7894408
ext4: only load buddy bitmap in ext4_trim_fs() when it is needed
by Lukas Czerner
· 13 years ago
44183d4
ext4: remove alloc_semp
by Amir Goldstein
· 14 years ago
9b8b7d3
ext4: teach ext4_mb_init_cache() to skip uptodate buddy caches
by Amir Goldstein
· 14 years ago
2de8807
ext4: synchronize ext4_mb_init_group() with buddy page lock
by Amir Goldstein
· 14 years ago
e73a347
ext4: implement ext4_add_groupblocks() by freeing blocks
by Amir Goldstein
· 14 years ago
2cd05cc
ext4: remove unneeded ext4_journal_get_undo_access
by Theodore Ts'o
· 14 years ago
2846e82
ext4: move ext4_add_groupblocks() to mballoc.c
by Amir Goldstein
· 14 years ago
d9f3450
ext4: ignore errors when issuing discards
by Theodore Ts'o
· 14 years ago
26626f11
ext4: release page cache in ext4_mb_load_buddy error path
by Yang Ruirui
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
0ba0851
ext4: fix a BUG in mb_mark_used during trim.
by Tao Ma
· 14 years ago
4596fe0
ext4: don't kfree uninitialized s_group_info members
by Eric Sandeen
· 14 years ago
4dd89fc
ext4: suppress verbose debugging information if malloc-debug is off
by Theodore Ts'o
· 14 years ago
5a54b2f
ext4: mballoc: don't replace the current preallocation group unnecessarily
by Coly Li
· 14 years ago
7c78605
mballoc: add comments to ext4_mb_mark_free_simple()
by Coly Li
· 14 years ago
235772d
ext4: remove unncessary call mb_find_buddy() in debugging code
by Coly Li
· 14 years ago
84b775a
ext4: code cleanup in mb_find_buddy()
by Coly Li
· 14 years ago
0b75a84
ext4: mark file-local functions and variables as static
by Lukas Czerner
· 14 years ago
2892c15
ext4: make grpinfo slab cache names static
by Eric Sandeen
· 14 years ago
0f0a25b
ext4: fix trimming starting with block 0 with small blocksize
by Jan Kara
· 14 years ago
0a2179b
ext4: revert buggy trim overflow patch
by Theodore Ts'o
· 14 years ago
a5196f8
ext4: remove ext4_mb_return_to_preallocation()
by Theodore Ts'o
· 14 years ago
ca6e909
ext4: fix trimming of a single group
by Jan Kara
· 14 years ago
f232109
ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED
by Theodore Ts'o
· 14 years ago
9325963
ext4: remove warning message from ext4_issue_discard helper
by Lukas Czerner
· 14 years ago
4f53150
ext4: fix possible overflow in ext4_trim_fs()
by Lukas Czerner
· 14 years ago
b72143a
ext4: Add error checking to kmem_cache_alloc() call in ext4_free_blocks()
by Theodore Ts'o
· 14 years ago
fd8c37e
ext4: Simplify the usage of clear_opt() and set_opt() macros
by Theodore Ts'o
· 14 years ago
b56ff9d
ext4: Don't call sb_issue_discard() in ext4_free_blocks()
by Theodore Ts'o
· 14 years ago
a107e5a
Merge branch 'next' into upstream-merge
by Theodore Ts'o
· 14 years ago
eee4adc
ext4: move ext4_mb_{get,put}_buddy_cache_lock and make them static
by Eric Sandeen
· 14 years ago
5dabfc7
ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()
by Theodore Ts'o
· 14 years ago
7360d17
ext4: Add batched discard support for ext4
by Lukas Czerner
· 14 years ago
77ca6cd
ext4: Use return value from sb_issue_discard()
by Lukas Czerner
· 14 years ago
8778369
ext4: Check return value of sb_getblk() and friends
by Namhyung Kim
· 14 years ago
1682808
ext4: use KMEM_CACHE instead of kmem_cache_create
by Theodore Ts'o
· 14 years ago
3e1e5f5
ext4: don't use ext4_allocation_contexts for tracing
by Eric Sandeen
· 14 years ago
53fdcf9
ext4: don't hold spinlock while calling ext4_issue_discard()
by Lukas Czerner
· 14 years ago
5829870
ext4: check for negative error code from sb_issue_discard
by Lukas Czerner
· 14 years ago
fb1813f
ext4: use dedicated slab caches for group_info structures
by Curt Wohlgemuth
· 14 years ago
85fe402
fs: do not assign default i_ino in new_inode
by Christoph Hellwig
· 14 years ago
dd3932e
block: remove BLKDEV_IFL_WAIT
by Christoph Hellwig
· 14 years ago
61002f7
ext4: do not send discards as barriers
by Christoph Hellwig
· 14 years ago
2cf6d26
block: pass gfp_mask and flags to sb_issue_discard
by Christoph Hellwig
· 14 years ago
09dc942
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
6c7a120
ext4: Adding error check after calling ext4_mb_regular_allocator()
by Aditya Kali
· 14 years ago
73b2c71
fix comment typo "choosed" -> "chosen"
by Uwe Kleine-König
· 14 years ago
e357063
ext4: don't print scary messages for allocation failures post-abort
by Eric Sandeen
· 14 years ago
506bf2d
ext4: allocate stripe-multiple IOs on stripe boundaries
by Eric Sandeen
· 14 years ago
5c52183
ext4: Support discard requests when running in no-journal mode
by Jiaying Zhang
· 14 years ago
a271fe8
ext4: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
e5880d7
ext4: fix potential NULL dereference while tracing
by Theodore Ts'o
· 14 years ago
e29136f
ext4: Enhance ext4_grp_locked_error() to take block and function numbers
by Theodore Ts'o
· 14 years ago
5a0790c
ext4: remove initialized but not read variables
by Andi Kleen
· 14 years ago
a037515
ext4: Clean up s_dirt handling
by Theodore Ts'o
· 14 years ago
60e6679
ext4: Drop whitespace at end of lines
by Theodore Ts'o
· 14 years ago
f307333
ext4: Add new tracepoints to track mballoc's buddy bitmap loads
by Theodore Ts'o
· 14 years ago
12e9b89
ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
by Dmitry Monakhov
· 14 years ago
291dae4
ext4: Fix for ext4_mb_collect_stats()
by Curt Wohlgemuth
· 14 years ago
8a57d9d
ext4: check for a good block group before loading buddy pages
by Curt Wohlgemuth
· 14 years ago
a30eec2
ext4: stop issuing discards if not supported by device
by Eric Sandeen
· 14 years ago
e39e07f
ext4: rename ext4_mb_release_desc() to ext4_mb_unload_buddy()
by Jing Zhang
· 15 years ago
62e823a
ext4: Remove unnecessary call to ext4_get_group_desc() in mballoc
by Jing Zhang
· 15 years ago
202f2bb
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
b90f687
ext4: Issue the discard operation *before* releasing the blocks to be reused
by Theodore Ts'o
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
e213e26
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
64e290e
ext4: fix up rb_root initializations to use RB_ROOT
by Venkatesh Pallipadi
· 15 years ago
5dd4056
dquot: cleanup space allocation / freeing routines
by Christoph Hellwig
· 15 years ago
bda00de
ext4: cleanup to use ext4_grp_offs_to_block()
by Akinobu Mita
· 15 years ago
5661bd6
ext4: cleanup to use ext4_group_first_block_no()
by Akinobu Mita
· 15 years ago
cc483f1
ext4: Fix fencepost error in chosing choosing group vs file preallocation.
by Tao Ma
· 15 years ago
12062dd
ext4: move __func__ into a macro for ext4_warning, ext4_error
by Eric Sandeen
· 15 years ago
1537a36
tree-wide: fix 'lenght' typo in comments and code
by Daniel Mack
· 15 years ago
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
Next »