aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/iomap/fiemap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)1-0/+1
2021-08-16iomap: switch iomap_bmap to use iomap_iterChristoph Hellwig1-18/+13
2021-08-16iomap: switch iomap_fiemap to use iomap_iterChristoph Hellwig1-41/+29
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig1-7/+1
2020-06-03fs: move fiemap range validation into the file systems instancesChristoph Hellwig1-1/+1
2020-06-03iomap: fix the iomap_fiemap prototypeChristoph Hellwig1-1/+1
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-04-30fibmap: Warn and return an error in case of block > INT_MAXRitesh Harjani1-4/+1
2019-11-08iomap: iomap_bmap should check iomap_apply return valueDarrick J. Wong1-1/+5
2019-10-21iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues1-2/+2
2019-07-17iomap: move internal declarations into fs/iomap/Darrick J. Wong1-2/+0
2019-07-17iomap: move the file mapping reporting code into a separate fileDarrick J. Wong1-0/+146