Eric Sandeen
|
e9e3bcecf4
ext4: serialize unaligned asynchronous DIO
|
14 years ago |
Christoph Hellwig
|
2fe17c1075
fallocate should be a file operation
|
14 years ago |
Linus Torvalds
|
008d23e485
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
|
14 years ago |
Jiaying Zhang
|
3889fd57ea
ext4: flush the i_completed_io_list during ext4_truncate
|
14 years ago |
Theodore Ts'o
|
8aefcd557d
ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary
|
14 years ago |
Theodore Ts'o
|
353eb83c14
ext4: drop i_state_flags on architectures with 64-bit longs
|
14 years ago |
Theodore Ts'o
|
8a2005d3f8
ext4: reorder ext4_inode_info structure elements to remove unneeded padding
|
14 years ago |
Theodore Ts'o
|
b05e6ae58a
ext4: drop ec_type from the ext4_ext_cache structure
|
14 years ago |
Theodore Ts'o
|
01f49d0b9d
ext4: use ext4_lblk_t instead of sector_t for logical blocks
|
14 years ago |
Theodore Ts'o
|
f232109773
ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED
|
14 years ago |
Theodore Ts'o
|
f7c21177af
ext4: Use ext4_error_file() to print the pathname to the corrupted inode
|
14 years ago |
Jiri Kosina
|
4b7bd36470
Merge branch 'master' into for-next
|
14 years ago |
Eric Sandeen
|
af0b44a197
ext4: zero out nanosecond timestamps for small inodes
|
14 years ago |
Theodore Ts'o
|
cad3f00763
ext4: optimize ext4_check_dir_entry() with unlikely() annotations
|
14 years ago |
Theodore Ts'o
|
a2595b8aa6
ext4: Add second mount options field since the s_mount_opt is full up
|
14 years ago |
Theodore Ts'o
|
673c610033
ext4: Move struct ext4_mount_options from ext4.h to super.c
|
14 years ago |
Theodore Ts'o
|
fd8c37eccd
ext4: Simplify the usage of clear_opt() and set_opt() macros
|
14 years ago |
Theodore Ts'o
|
1449032be1
ext4: Turn off multiple page-io submission by default
|
14 years ago |
Theodore Ts'o
|
83668e7141
ext4: fix potential race when freeing ext4_io_page structures
|
14 years ago |
Theodore Ts'o
|
f7ad6d2e92
ext4: handle writeback of inodes which are being freed
|
14 years ago |
Uwe Kleine-König
|
b595076a18
tree-wide: fix comment/printk typos
|
14 years ago |
Eric Sandeen
|
eee4adc709
ext4: move ext4_mb_{get,put}_buddy_cache_lock and make them static
|
14 years ago |
Theodore Ts'o
|
61d08673de
ext4: rename mark_bitmap_end() to ext4_mark_bitmap_end()
|
14 years ago |
Theodore Ts'o
|
4a873a472b
ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static
|
14 years ago |
Theodore Ts'o
|
1f109d5a17
ext4: make various ext4 functions be static
|
14 years ago |
Theodore Ts'o
|
5dabfc78dc
ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()
|
14 years ago |
Lukas Czerner
|
7360d1731e
ext4: Add batched discard support for ext4
|
14 years ago |
Theodore Ts'o
|
bd2d0210cf
ext4: use bio layer instead of buffer layer in mpage_da_submit_io
|
14 years ago |
Eric Sandeen
|
640e939656
ext4: remove unused ext4_sb_info members
|
14 years ago |
Toshiyuki Okajima
|
e0d10bfa91
ext4: improve llseek error handling for overly large seek offsets
|
14 years ago |