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