Theodore Ts'o
|
ff9cb1c4ee
Merge branch 'for_linus' into for_linus_merged
|
13 년 전 |
Eric Sandeen
|
5f163cc759
ext4: make more symbols static
|
13 년 전 |
Theodore Ts'o
|
9b90e5e028
ext4: reserve new feature flag codepoints
|
13 년 전 |
Yongqiang Yang
|
19c5246d25
ext4: add new online resize interface
|
13 년 전 |
Yongqiang Yang
|
33afdcc540
ext4: add a function which sets up group blocks of a flex bg
|
13 년 전 |
Al Viro
|
dcca3fec9f
ext4: propagate umode_t
|
14 년 전 |
Akinobu Mita
|
597d508c17
ext4: use proper little-endian bitops
|
13 년 전 |
Zheng Liu
|
ccb4d7af91
ext4: remove no longer used functions in inode.c
|
13 년 전 |
Linus Torvalds
|
f1f8935a5c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
13 년 전 |
Joe Perches
|
b9075fa968
treewide: use __printf not __attribute__((format(printf,...)))
|
13 년 전 |
Tao Ma
|
0edeb71dc9
ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten
|
13 년 전 |
Dmitry Monakhov
|
5cb81dabcc
ext4: fix quota accounting during migration
|
13 년 전 |
Dmitry Monakhov
|
a4e5d88b1b
ext4: update EOFBLOCKS flag on fallocate properly
|
13 년 전 |
Tao Ma
|
7fd59c83b0
ext4: remove the obsolete/broken EXT4_IOC_WAIT_FOR_READONLY ioctl
|
13 년 전 |
Lukas Czerner
|
4113c4caa4
ext4: remove deprecated oldalloc
|
13 년 전 |
Aditya Kali
|
5356f2615c
ext4: attempt to fix race in bigalloc code path
|
13 년 전 |
Aditya Kali
|
d8990240d8
ext4: add some tracepoints in ext4/extents.c
|
13 년 전 |
Theodore Ts'o
|
df55c99dc8
ext4: rename ext4_has_free_blocks() to ext4_has_free_clusters()
|
13 년 전 |
Theodore Ts'o
|
e7d5f3156e
ext4: rename ext4_claim_free_blocks() to ext4_claim_free_clusters()
|
13 년 전 |
Theodore Ts'o
|
cff1dfd767
ext4: rename ext4_free_blocks_after_init() to ext4_free_clusters_after_init()
|
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 년 전 |
Theodore Ts'o
|
6f16b60690
ext4: enable mounting bigalloc as read/write
|
13 년 전 |
Aditya Kali
|
7b415bf60f
ext4: Fix bigalloc quota accounting and i_blocks value
|
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
|
84130193e0
ext4: teach ext4_free_blocks() about bigalloc and clusters
|
13 년 전 |
Theodore Ts'o
|
d5b8f31007
ext4: bigalloc changes to block bitmap initialization functions
|
13 년 전 |
Theodore Ts'o
|
fd034a84e1
ext4: split out ext4_free_blocks_after_init()
|
13 년 전 |
Theodore Ts'o
|
281b599597
ext4: read-only support for bigalloc file systems
|
13 년 전 |