Age | Commit message (Expand) | Author |
2018-09-29 | iomap: set page dirty after partial delalloc on mkwrite | Brian Foster |
2018-08-21 | Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2018-08-14 | Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2018-08-14 | iomap: fix WARN_ON_ONCE on uninitialized variable | Darrick J. Wong |
2018-08-13 | Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2018-08-12 | iomap: Switch to offset_in_page for clarity | Andreas Gruenbacher |
2018-08-02 | fs: fix iomap_bmap position calculation | Eric Sandeen |
2018-07-11 | iomap: add support for sub-pagesize buffered I/O without buffer heads | Christoph Hellwig |
2018-07-03 | iomap: add inline data support to iomap_readpage_actor | Andreas Gruenbacher |
2018-07-03 | iomap: support direct I/O to inline data | Andreas Gruenbacher |
2018-07-03 | iomap: refactor iomap_dio_actor | Christoph Hellwig |
2018-06-20 | iomap: add initial support for writes without buffer heads | Christoph Hellwig |
2018-06-19 | iomap: add an iomap-based readpage and readpages implementation | Christoph Hellwig |
2018-06-19 | iomap: add a page_done callback | Christoph Hellwig |
2018-06-19 | iomap: generic inline data handling | Andreas Gruenbacher |
2018-06-19 | iomap: complete partial direct I/O writes synchronously | Andreas Gruenbacher |
2018-06-12 | Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2018-06-08 | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds |
2018-06-05 | iomap: fsync swap files before iterating mappings | Darrick J. Wong |
2018-06-01 | fs: use ->is_partially_uptodate in page_cache_seek_hole_data | Christoph Hellwig |
2018-06-01 | fs: remove the buffer_unwritten check in page_seek_hole_data | Christoph Hellwig |
2018-06-01 | fs: move page_cache_seek_hole_data to iomap.c | Christoph Hellwig |
2018-06-01 | iomap: add an iomap-based bmap implementation | Christoph Hellwig |
2018-06-01 | iomap: add a iomap_sector helper | Christoph Hellwig |
2018-06-01 | iomap: use __bio_add_page in iomap_dio_zero | Christoph Hellwig |
2018-06-01 | iomap: inline data should be an iomap type, not a flag | Christoph Hellwig |
2018-05-31 | fs: iomap dio set bio prio from kiocb prio | Adam Manzanares |
2018-05-17 | iomap: don't allow holes in swapfiles | Omar Sandoval |
2018-05-16 | iomap: provide more useful errors for invalid swap files | Omar Sandoval |
2018-05-15 | iomap: add a swapfile activation function | Darrick J. Wong |
2018-05-09 | iomap: Use FUA for pure data O_DSYNC DIO writes | Dave Chinner |
2018-05-09 | iomap: iomap_dio_rw() handles all sync writes | Dave Chinner |
2018-01-29 | iomap: warn on zero-length mappings | Darrick J. Wong |
2018-01-08 | iomap: report collisions between directio and buffered writes to userspace | Darrick J. Wong |
2017-11-17 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-11-14 | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2017-11-14 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2017-11-03 | block: add a poll_fn callback to struct request_queue | Christoph Hellwig |
2017-10-16 | fs: invalidate page cache after end_io() in dio completion | Eryu Guan |
2017-10-11 | iomap_dio_actor(): fix iov_iter bugs | Al Viro |
2017-10-01 | iomap: Add IOMAP_F_DATA_INLINE flag | Andreas Gruenbacher |
2017-10-01 | iomap: Switch from blkno to disk offset | Andreas Gruenbacher |
2017-09-28 | Merge tag 'xfs-4.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2017-09-26 | iomap_dio_rw: Allocate AIO completion queue before submitting dio | Chandan Rajendra |
2017-09-25 | fs: Fix page cache inconsistency when mixing buffered and AIO DIO | Lukas Czerner |
2017-09-07 | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2017-09-01 | iomap: return VM_FAULT_* codes from iomap_page_mkwrite | Christoph Hellwig |
2017-08-23 | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig |
2017-08-11 | iomap: fix integer truncation issues in the zeroing and dirtying helpers | Christoph Hellwig |
2017-07-14 | Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |