Eric Gouriou
|
6f91bc5fda
ext4: optimize ext4_ext_convert_to_initialized()
|
13 年之前 |
Fabrice Jouhaud
|
d44651d0f9
ext4: fix ext4 so it works without CONFIG_PROC_FS
|
13 年之前 |
Lukas Czerner
|
4113c4caa4
ext4: remove deprecated oldalloc
|
13 年之前 |
Tao Ma
|
dcf2d804ed
ext4: Free resources in some error path in ext4_fill_super
|
13 年之前 |
Theodore Ts'o
|
5dee54372c
ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters()
|
13 年之前 |
Theodore Ts'o
|
021b65bb1e
ext4: Rename ext4_free_blks_{count,set}() to refer to clusters
|
13 年之前 |
Aditya Kali
|
7b415bf60f
ext4: Fix bigalloc quota accounting and i_blocks value
|
13 年之前 |
Theodore Ts'o
|
f975d6bcc7
ext4: teach ext4_statfs() to deal with clusters if bigalloc is enabled
|
13 年之前 |
Theodore Ts'o
|
24aaa8ef4e
ext4: convert the free_blocks field in s_flex_groups to be free_clusters
|
13 年之前 |
Theodore Ts'o
|
5704265188
ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter
|
13 年之前 |
Theodore Ts'o
|
bab08ab964
ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.)
|
13 年之前 |
Theodore Ts'o
|
281b599597
ext4: read-only support for bigalloc file systems
|
13 年之前 |
Theodore Ts'o
|
7c2e70879f
ext4: add ext4-specific kludge to avoid an oops after the disk disappears
|
13 年之前 |
Theodore Ts'o
|
56889787cf
ext4: improve handling of conflicting mount options
|
13 年之前 |
Jiaying Zhang
|
2581fdc810
ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inode
|
14 年之前 |
Mathias Krause
|
db9481c047
ext4: use kzalloc in ext4_kzalloc()
|
14 年之前 |
Theodore Ts'o
|
f18a5f21c2
ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info
|
14 年之前 |
Theodore Ts'o
|
9933fc0ac1
ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree()
|
14 年之前 |
Yongqiang Yang
|
8f82f840ec
ext4: prevent parallel resizers by atomic bit ops
|
14 年之前 |
Dan Ehrenberg
|
3eb0865843
ext4: ignore a stripe width of 1
|
14 年之前 |
Theodore Ts'o
|
12706394bc
ext4: add tracepoint for ext4_journal_start
|
14 年之前 |
Lukas Czerner
|
f17722f917
ext4: Fix max file size and logical block counting of extent format file
|
14 年之前 |
Linus Torvalds
|
f8d613e2a6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem
|
14 年之前 |
Dan Magenheimer
|
7abc52c2ed
ext4: add cleancache support
|
14 年之前 |
Johann Lombardi
|
c5e06d101a
ext4: add support for multiple mount protection
|
14 年之前 |
Kazuya Mio
|
d02a9391f7
ext4: ensure f_bfree returned by ext4_statfs() is non-negative
|
14 年之前 |
Vivek Haldar
|
77f4135f2a
ext4: count hits/misses of extent cache and expose in sysfs
|
14 年之前 |
Theodore Ts'o
|
373cd5c53d
ext4: don't show mount options in /proc/mounts if there is no journal
|
14 年之前 |
Lukas Czerner
|
1bb933fb1f
ext4: fix possible use-after-free in ext4_remove_li_request()
|
14 年之前 |
Lukas Czerner
|
51ce651156
ext4: fix the mount option "init_itable=n" to work as expected for n=0
|
14 年之前 |