summaryrefslogtreecommitdiff
path: root/fs/iomap.c
Commit message (Expand)AuthorAge
* iomap: warn on zero-length mappingsDarrick J. Wong2018-01-29
* iomap: report collisions between directio and buffered writes to userspaceDarrick J. Wong2018-01-08
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-17
|\
| * iomap_dio_actor(): fix iov_iter bugsAl Viro2017-10-11
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\ \
| * | block: add a poll_fn callback to struct request_queueChristoph Hellwig2017-11-03
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-14
|\ \ \
| * | | iomap: Add IOMAP_F_DATA_INLINE flagAndreas Gruenbacher2017-10-01
| * | | iomap: Switch from blkno to disk offsetAndreas Gruenbacher2017-10-01
| | |/ | |/|
* | | fs: invalidate page cache after end_io() in dio completionEryu Guan2017-10-16
|/ /
* | Merge tag 'xfs-4.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-09-28
|\ \ | |/ |/|
| * iomap_dio_rw: Allocate AIO completion queue before submitting dioChandan Rajendra2017-09-26
* | fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner2017-09-25
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-07
|\
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
* | iomap: return VM_FAULT_* codes from iomap_page_mkwriteChristoph Hellwig2017-09-01
* | iomap: fix integer truncation issues in the zeroing and dirtying helpersChristoph Hellwig2017-08-11
|/
* Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-14
|\
| * vfs: in iomap seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong2017-07-13
* | Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-10
|\ \ | |/
| * vfs: Add iomap_seek_hole and iomap_seek_data helpersAndreas Gruenbacher2017-07-02
* | fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe2017-06-27
* | fs: Introduce IOMAP_NOWAITGoldwyn Rodrigues2017-06-20
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-09
|/
* fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa2017-05-08
* Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-05-06
|\
| * iomap_dio_rw: Prevent reading file data beyond iomap_dio->i_sizeChandan Rajendra2017-04-25
* | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-05
|\ \
| * | filesystem-dax: convert to dax_direct_access()Dan Williams2017-04-25
| |/
* | fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin2017-05-03
|/
* iomap: invalidate page caches should be after iomap_dio_complete() in direct ...Eryu Guan2017-03-06
* sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-02
* fs: add i_blocksize()Fabian Frederick2017-02-27
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
* Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-02-22
|\
| * iomap: constify struct iomap_opsChristoph Hellwig2017-01-30
* | fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko2017-02-03
|/
* Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-14
|\
| * iomap: implement direct I/OChristoph Hellwig2016-11-30
| * Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directioDave Chinner2016-11-30
| |\
* | \ Merge branch 'dax-4.10-iomap-pmd' into originTheodore Ts'o2016-11-13
|\ \ \ | |/ / | | / | |/ |/|
| * dax: Introduce IOMAP_FAULT flagJan Kara2016-11-10
* | fs: Do to trim high file position bits in iomap_page_mkwrite_actorJan Kara2016-10-24
* | iomap: add IOMAP_REPORTChristoph Hellwig2016-10-20
|/
* Merge branch 'iomap-4.9-dax' into for-nextDave Chinner2016-10-03
|\
| * iomap: expose iomap_apply outside iomap.cChristoph Hellwig2016-09-19
* | iomap: add a flag to report shared extentsDarrick J. Wong2016-09-19
* | fs: add iomap_file_dirtyChristoph Hellwig2016-09-19
|/
* iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystemsChristoph Hellwig2016-08-29
* iomap: mark ->iomap_end as optionalChristoph Hellwig2016-08-17