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
|
5dee54372c
ext4: rename ext4_count_free_blocks() to ext4_count_free_clusters()
|
14 years ago |
Aditya Kali
|
7b415bf60f
ext4: Fix bigalloc quota accounting and i_blocks value
|
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
|
bab08ab964
ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.)
|
14 years ago |
Allison Henderson
|
02fac1297e
ext4: fix partial page writes
|
14 years ago |
Theodore Ts'o
|
decbd919f4
ext4: only call ext4_jbd2_file_inode when an inode has been extended
|
14 years ago |
Allison Henderson
|
4e96b2dbbf
ext4: Add new ext4_discard_partial_page_buffers routines
|
14 years ago |
Theodore Ts'o
|
84ebd79561
ext4: fake direct I/O mode for data=journal
|
14 years ago |
Jiaying Zhang
|
8c0bec2151
ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining
|
14 years ago |
Christoph Hellwig
|
65299a3b78
block: separate priority boosting from REQ_META
|
14 years ago |
Christoph Hellwig
|
5dc06c5a70
block: remove READ_META and WRITE_META
|
14 years ago |
Theodore Ts'o
|
9dd75f1f1a
ext4: fix nomblk_io_submit option so it correctly converts uninit blocks
|
14 years ago |
Tao Ma
|
32c80b32c0
ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN.
|
14 years ago |
Jiaying Zhang
|
2581fdc810
ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inode
|
14 years ago |
Curt Wohlgemuth
|
441c850857
ext4: Fix ext4_should_writeback_data() for no-journal mode
|
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 |
Linus Torvalds
|
f01ef569cd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback
|
14 years ago |
Jan Kara
|
2d859db3e4
ext4: fix data corruption in inodes with journalled data
|
14 years ago |
Christoph Hellwig
|
72c5052ddc
fs: move inode_dio_done to the end_io handler
|
14 years ago |
Christoph Hellwig
|
aacfc19c62
fs: simplify the blockdev_direct_IO prototype
|
14 years ago |
Christoph Hellwig
|
562c72aa57
fs: move inode_dio_wait calls into ->setattr
|
14 years ago |
Jan Kara
|
9ea7df534e
ext4: Rewrite ext4_page_mkwrite() to use generic helpers
|
14 years ago |
Amir Goldstein
|
dae1e52cb1
ext4: move ext4_ind_* functions from inode.c to indirect.c
|
14 years ago |
Theodore Ts'o
|
9f125d641b
ext4: move common truncate functions to header file
|
14 years ago |
Theodore Ts'o
|
1f7d1e7741
ext4: move __ext4_check_blockref to block_validity.c
|
14 years ago |
Amir Goldstein
|
8bb2b24712
ext4: rename ext4_indirect_* funcs to ext4_ind_*
|
14 years ago |