summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-09-20iomap: fix integer truncation issues in the zeroing and dirtying helpersChristoph Hellwig1-2/+2
2017-06-14fs: add i_blocksize()Fabian Frederick27-49/+54
2017-02-09fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko2-0/+8
2016-10-24fs: Do to trim high file position bits in iomap_page_mkwrite_actorJan Kara1-2/+1
2016-10-20iomap: add IOMAP_REPORTChristoph Hellwig2-7/+12
2016-10-02Merge branch 'iomap-4.9-dax' into for-nextDave Chinner13-122/+464
2016-09-19iomap: expose iomap_apply outside iomap.cChristoph Hellwig2-4/+12
2016-09-19iomap: add a flag to report shared extentsDarrick J. Wong2-0/+3
2016-09-19fs: add iomap_file_dirtyChristoph Hellwig2-0/+84
2016-08-29iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystemsChristoph Hellwig2-2/+11
2016-08-16iomap: mark ->iomap_end as optionalChristoph Hellwig1-2/+5
2016-08-16iomap: prepare iomap_fiemap for attribute mappingsDave Chinner1-0/+3
2016-08-16iomap: fiemap should honor the FIEMAP_FLAG_SYNC flagDave Chinner1-3/+5
2016-08-16iomap: remove superflous pagefault_disable from iomap_write_actorChristoph Hellwig1-2/+0
2016-08-16iomap: remove superflous mark_page_accessed from iomap_write_actorChristoph Hellwig1-1/+0
2016-06-20fs: iomap based fiemap implementationChristoph Hellwig2-0/+93
2016-06-20fs: support DAX based iomap zeroingChristoph Hellwig1-1/+14
2016-06-20fs: introduce iomap infrastructureChristoph Hellwig6-10/+523