| Commit message (Expand) | Author | Age |
* | ext4: fix deadlock when writing in ENOSPC conditions | Jan Kara | 2014-01-09 |
* | ext4: simplify truncation code in ext4_setattr() | Jan Kara | 2013-09-26 |
* | ext4: fix overflow when counting used blocks on 32-bit architectures | Jan Kara | 2013-07-21 |
* | ext4: check error return from ext4_write_inline_data_end() | Theodore Ts'o | 2013-07-21 |
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-05-14 |
|\ |
|
| * | ext4: revert "ext4: use io_end for multiple bios" | Theodore Ts'o | 2013-05-11 |
* | | aio: don't include aio.h in sched.h | Kent Overstreet | 2013-05-07 |
|/ |
|
* | ext4: fix type-widening bug in inode table readahead code | Theodore Ts'o | 2013-04-23 |
* | ext4: mark metadata blocks using bh flags | Theodore Ts'o | 2013-04-21 |
* | ext4: use io_end for multiple bios | Jan Kara | 2013-04-11 |
* | ext4: fix big-endian bug in metadata checksum calculations | Dmitry Monakhov | 2013-04-09 |
* | ext4: introduce reserved space | Lukas Czerner | 2013-04-09 |
* | ext4: fix free space estimate in ext4_nonda_switch() | Eric Whitney | 2013-04-09 |
* | ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOT | Dr. Tilmann Bubeck | 2013-04-08 |
* | ext4: print more info in ext4_print_free_blocks() | Lukas Czerner | 2013-04-03 |
* | ext4/jbd2: don't wait (forever) for stale tid caused by wraparound | Theodore Ts'o | 2013-04-03 |
* | ext4: add mutex_is_locked() assertion to ext4_truncate() | Theodore Ts'o | 2013-04-03 |
* | ext4: refactor truncate code | Theodore Ts'o | 2013-04-03 |
* | ext4: refactor punch hole code | Theodore Ts'o | 2013-04-03 |
* | ext4: fold ext4_generic_write_end() into ext4_write_end() | Zheng Liu | 2013-04-03 |
* | ext4: collapse handling of data=ordered and data=writeback codepaths | Theodore Ts'o | 2013-04-03 |
* | Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2013-03-21 |
|\ |
|
| * | ext4: fix data=journal fast mount/umount hang | Theodore Ts'o | 2013-03-20 |
| * | ext4: fix ext4_evict_inode() racing against workqueue processing code | Theodore Ts'o | 2013-03-20 |
| * | ext4: reserve metadata block for every delayed write | Lukas Czerner | 2013-03-10 |
| * | ext4: do not use yield() | Lukas Czerner | 2013-03-10 |
| * | ext4: fix WARN_ON from ext4_releasepage() | Jan Kara | 2013-03-10 |
| * | ext4: update extent status tree after an extent is zeroed out | Zheng Liu | 2013-03-10 |
| * | ext4: add self-testing infrastructure to do a sanity check | Dmitry Monakhov | 2013-03-10 |
* | | Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-02-28 |
|\ \ |
|
| * | | vfs: re-implement writeback_inodes_sb(_nr)_if_idle() and rename them | Miao Xie | 2013-01-11 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 |
|\ \ \ |
|
| * | | | new helper: file_inode(file) | Al Viro | 2013-02-22 |
| |/ / |
|
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2013-02-26 |
|\ \ \
| | |/
| |/| |
|
| * | | ext4: lookup block mapping in extent status tree | Zheng Liu | 2013-02-18 |
| * | | ext4: track all extent status in extent status tree | Zheng Liu | 2013-02-18 |
| * | | ext4: let ext4_ext_map_blocks return EXT4_MAP_UNWRITTEN flag | Zheng Liu | 2013-02-18 |
| * | | ext4: add physical block and status member into extent status tree | Zheng Liu | 2013-02-18 |
| * | | ext4: use ERR_PTR() abstraction for ext4_append() | Theodore Ts'o | 2013-02-15 |
| * | | ext4: add debugging context for warning in ext4_da_update_reserve_space() | Theodore Ts'o | 2013-02-14 |
| * | | ext4: use KERN_WARNING for warning messages | Theodore Ts'o | 2013-02-14 |
| * | | ext4: grab page before starting transaction handle in write_begin() | Theodore Ts'o | 2013-02-09 |
| * | | ext4: pass context information to jbd2__journal_start() | Theodore Ts'o | 2013-02-08 |
| * | | ext4: fix possible use-after-free with AIO | Jan Kara | 2013-01-29 |
| * | | ext4: fix ext4_writepage() to achieve data=ordered guarantees | Jan Kara | 2013-01-28 |
| * | | ext4: simplify mpage_add_bh_to_extent() | Jan Kara | 2013-01-28 |
| * | | ext4: dirty page has always buffers attached | Jan Kara | 2013-01-28 |
| * | | ext4: remove __ext4_journalled_writepage() from mpage_da_submit_io() | Jan Kara | 2013-01-28 |
| * | | ext4: Always use ext4_bio_write_page() for writeout | Jan Kara | 2013-01-28 |
| * | | ext4: add punching hole support for non-extent-mapped files | Zheng Liu | 2013-01-28 |