summaryrefslogtreecommitdiffstats
path: root/fs/iomap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* iomap: prepare iomap_fiemap for attribute mappingsDave Chinner2016-08-171-0/+3
* iomap: fiemap should honor the FIEMAP_FLAG_SYNC flagDave Chinner2016-08-171-3/+5
* iomap: remove superflous pagefault_disable from iomap_write_actorChristoph Hellwig2016-08-171-2/+0
* iomap: remove superflous mark_page_accessed from iomap_write_actorChristoph Hellwig2016-08-171-1/+0
* fs: iomap based fiemap implementationChristoph Hellwig2016-06-211-0/+90
* fs: support DAX based iomap zeroingChristoph Hellwig2016-06-211-1/+14
* fs: introduce iomap infrastructureChristoph Hellwig2016-06-211-0/+394
OpenPOWER on IntegriCloud