index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
mballoc.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: convert ac_buddy_page to ac_buddy_folio
Matthew Wilcox (Oracle)
2024-05-07
1
-1
/
+1
*
ext4: convert ac_bitmap_page to ac_bitmap_folio
Matthew Wilcox (Oracle)
2024-05-07
1
-1
/
+1
*
ext4: convert bd_buddy_page to bd_buddy_folio
Matthew Wilcox (Oracle)
2024-05-07
1
-1
/
+1
*
ext4: convert bd_bitmap_page to bd_bitmap_folio
Matthew Wilcox (Oracle)
2024-05-07
1
-1
/
+1
*
ext4: use correct criteria name instead stale integer number in comment
Kemeng Shi
2024-05-03
1
-2
/
+2
*
ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflow
Baokun Li
2024-05-03
1
-1
/
+1
*
ext4: remove unused ext4_allocation_context::ac_groups_considered
Kemeng Shi
2024-01-18
1
-1
/
+0
*
ext4: add two helper functions extent_logical_end() and pa_logical_end()
Baokun Li
2023-07-29
1
-0
/
+14
*
ext4: Give symbolic names to mballoc criterias
Ojaswin Mujoo
2023-06-27
1
-4
/
+4
*
ext4: Add allocation criteria 1.5 (CR1_5)
Ojaswin Mujoo
2023-06-27
1
-0
/
+13
*
ext4: Add per CR extent scanned counter
Ojaswin Mujoo
2023-06-27
1
-0
/
+1
*
ext4: Remove unused extern variables declaration
Ritesh Harjani
2023-06-27
1
-1
/
+1
*
ext4: Remove the logic to trim inode PAs
Ojaswin Mujoo
2023-04-06
1
-5
/
+0
*
ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
Ojaswin Mujoo
2023-04-06
1
-3
/
+3
*
ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
Ojaswin Mujoo
2023-04-06
1
-2
/
+8
*
ext4: use buckets for cr 1 block scan instead of rbtree
Jan Kara
2022-09-22
1
-1
/
+0
*
ext4: fix various seppling typos
Bhaskar Chowdhury
2021-04-10
1
-1
/
+1
*
ext4: improve cr 0 / cr 1 group scanning
Harshad Shirwadkar
2021-04-09
1
-1
/
+16
*
ext4: add MB_NUM_ORDERS macro
Harshad Shirwadkar
2021-04-09
1
-0
/
+5
*
ext4: limit the length of per-inode prealloc list
brookxu
2020-08-19
1
-0
/
+4
*
ext4: mballoc: make mb_debug() implementation to use pr_debug()
Ritesh Harjani
2020-06-04
1
-10
/
+6
*
ext4: fix up remaining files with SPDX cleanups
Theodore Ts'o
2017-12-18
1
-1
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
ext4: send parallel discards on commit completions
Daeho Jeong
2017-06-23
1
-4
/
+2
*
ext4: support GETFSMAP ioctls
Darrick J. Wong
2017-04-30
1
-0
/
+17
*
ext4: add missing KERN_CONT to a few more debugging uses
Joe Perches
2016-10-15
1
-9
/
+8
*
ext4: fix compile error while opening the macro DOUBLE_CHECK
Aihua Zhang
2016-03-13
1
-12
/
+0
*
ext4: remove unused ac_ex_scanned
Eric Sandeen
2014-02-20
1
-2
/
+0
*
ext4: address a benign compiler warning
Patrick Palka
2014-02-18
1
-1
/
+1
*
ext4: use module parameters instead of debugfs for mballoc_debug
Theodore Ts'o
2013-02-09
1
-2
/
+2
*
ext4: remove unused macro MB_DEFAULT_MAX_GROUPS_TO_SCAN
Robin Dong
2012-08-17
1
-5
/
+0
*
ext4: remove EXT4_MB_{BITMAP,BUDDY} macros
Theodore Ts'o
2012-02-20
1
-2
/
+0
*
ext4: expand commit callback and
Bobi Jam
2012-02-20
1
-8
/
+10
*
ext4: fix a typo in struct ext4_allocation_context
Robin Dong
2011-10-31
1
-1
/
+1
*
ext4: teach ext4_free_blocks() about bigalloc and clusters
Theodore Ts'o
2011-09-10
1
-1
/
+1
*
ext4: teach mballoc preallocation code about bigalloc clusters
Theodore Ts'o
2011-09-10
1
-2
/
+2
*
ext4: convert block group-relative offsets to use clusters
Theodore Ts'o
2011-09-10
1
-1
/
+2
*
ext4: remove ac_repeats from ext4_allocation_context
Tao Ma
2011-07-23
1
-1
/
+0
*
ext4: remove alloc_semp
Amir Goldstein
2011-05-10
1
-6
/
+0
*
ext4: clarify description of ac_g_ex in struct ext4_allocation_context
Coly Li
2011-02-24
1
-1
/
+1
*
ext4: consolidate in_range() definitions
Akinobu Mita
2010-03-04
1
-2
/
+0
*
ext4: cleanup to use ext4_group_first_block_no()
Akinobu Mita
2010-03-04
1
-6
/
+1
*
ext4: remove unused #include <linux/version.h>
Huang Weiyi
2009-12-14
1
-1
/
+0
*
ext4: Use tracepoints for mb_history trace file
Theodore Ts'o
2009-09-30
1
-33
/
+0
*
ext4, jbd2: Drop unneeded printks at mount and unmount time
Theodore Ts'o
2009-09-29
1
-1
/
+1
*
ext4: use ext4_grpblk_t more extensively
Eric Sandeen
2009-08-26
1
-3
/
+3
*
ext4: Add configurable run-time mballoc debugging
Theodore Ts'o
2009-09-18
1
-4
/
+12
*
ext4: convert instrumentation from markers to tracepoints
Theodore Ts'o
2009-06-17
1
-1
/
+0
*
ext4: Move fs/ext4/group.h into ext4.h
Theodore Ts'o
2009-05-02
1
-1
/
+0
*
ext4: Rename pa_linear to pa_type
Aneesh Kumar K.V
2009-03-27
1
-2
/
+5
[next]