Aditya Kali
|
5356f2615c
ext4: attempt to fix race in bigalloc code path
|
14 years ago |
Aditya Kali
|
d8990240d8
ext4: add some tracepoints in ext4/extents.c
|
14 years ago |
Theodore Ts'o
|
df55c99dc8
ext4: rename ext4_has_free_blocks() to ext4_has_free_clusters()
|
14 years ago |
Theodore Ts'o
|
e7d5f3156e
ext4: rename ext4_claim_free_blocks() to ext4_claim_free_clusters()
|
14 years ago |
Theodore Ts'o
|
cff1dfd767
ext4: rename ext4_free_blocks_after_init() to ext4_free_clusters_after_init()
|
14 years ago |
Theodore Ts'o
|
5dee54372c
ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters()
|
14 years ago |
Theodore Ts'o
|
021b65bb1e
ext4: Rename ext4_free_blks_{count,set}() to refer to clusters
|
14 years ago |
Theodore Ts'o
|
6f16b60690
ext4: enable mounting bigalloc as read/write
|
14 years ago |
Aditya Kali
|
7b415bf60f
ext4: Fix bigalloc quota accounting and i_blocks value
|
14 years ago |
Theodore Ts'o
|
24aaa8ef4e
ext4: convert the free_blocks field in s_flex_groups to be free_clusters
|
14 years ago |
Theodore Ts'o
|
5704265188
ext4: convert s_{dirty,free}blocks_counter to s_{dirty,free}clusters_counter
|
14 years ago |
Theodore Ts'o
|
84130193e0
ext4: teach ext4_free_blocks() about bigalloc and clusters
|
14 years ago |
Theodore Ts'o
|
d5b8f31007
ext4: bigalloc changes to block bitmap initialization functions
|
14 years ago |
Theodore Ts'o
|
fd034a84e1
ext4: split out ext4_free_blocks_after_init()
|
14 years ago |
Theodore Ts'o
|
281b599597
ext4: read-only support for bigalloc file systems
|
14 years ago |
Theodore Ts'o
|
56889787cf
ext4: improve handling of conflicting mount options
|
14 years ago |
Allison Henderson
|
4e96b2dbbf
ext4: Add new ext4_discard_partial_page_buffers routines
|
14 years ago |
Theodore Ts'o
|
1cd9f0976a
ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodes
|
14 years ago |
Jiaying Zhang
|
8c0bec2151
ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining
|
14 years ago |
Linus Torvalds
|
60ad446682
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
14 years ago |
Theodore Ts'o
|
9933fc0ac1
ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree()
|
14 years ago |
Yongqiang Yang
|
c3e94d1df9
ext4: let setup_new_group_blocks() set multiple bits at a time
|
14 years ago |
Yongqiang Yang
|
cc7365dfe4
ext4: let ext4_group_add_blocks() return an error code
|
14 years ago |
Yongqiang Yang
|
0529155e8a
ext4: rename ext4_add_groupblocks() to ext4_group_add_blocks()
|
14 years ago |
Yongqiang Yang
|
8f82f840ec
ext4: prevent parallel resizers by atomic bit ops
|
14 years ago |
Josef Bacik
|
02c24a8218
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
|
14 years ago |
Tao Ma
|
3d56b8d2c7
ext4: Speed up FITRIM by recording flags in ext4_group_info
|
14 years ago |
Maxim Patlasov
|
7132de744b
ext4: fix i_blocks/quota accounting when extent insertion fails
|
14 years ago |
Eric Sandeen
|
f86186b44b
ext4: refactor duplicated block placement code
|
14 years ago |
Amir Goldstein
|
dae1e52cb1
ext4: move ext4_ind_* functions from inode.c to indirect.c
|
14 years ago |