summaryrefslogtreecommitdiff
path: root/fs/iomap
AgeCommit message (Expand)AuthorFilesLines
2022-07-07xfs: use current->journal_info for detecting transaction recursionDave Chinner1-7/+0
2022-06-09iomap: iomap_write_failed fixAndreas Gruenbacher1-1/+2
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-09-18iomap: pass writeback errors to the mappingDarrick J. Wong1-1/+1
2021-09-15mm/swap: consider max pages in iomap_swapfile_add_extentXu Yu1-0/+6
2021-07-31iomap: remove the length variable in iomap_seek_holeChristoph Hellwig1-6/+3
2021-07-31iomap: remove the length variable in iomap_seek_dataChristoph Hellwig1-10/+6
2021-04-07iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activateRitesh Harjani1-0/+10
2020-11-04iomap: clean up writeback state logic on writepage errorBrian Foster1-13/+2
2020-11-04iomap: support partial page discard on writeback block mapping failureBrian Foster1-7/+8
2020-09-28iomap: Call inode_dio_end() before generic_write_sync()Goldwyn Rodrigues1-1/+1
2020-09-28iomap: Allow filesystem to call iomap_dio_complete without i_rwsemChristoph Hellwig1-9/+26
2020-09-28iomap: Set all uptodate bits for an Uptodate pageMatthew Wilcox (Oracle)1-0/+2
2020-09-21iomap: Change calling convention for zeroingMatthew Wilcox (Oracle)1-18/+15
2020-09-21iomap: Convert iomap_write_end typesMatthew Wilcox (Oracle)1-19/+12
2020-09-21iomap: Convert write_count to write_bytes_pendingMatthew Wilcox (Oracle)1-9/+10
2020-09-21iomap: Convert read_count to read_bytes_pendingMatthew Wilcox (Oracle)1-29/+12
2020-09-21iomap: Support arbitrarily many blocks per pageMatthew Wilcox (Oracle)1-5/+17
2020-09-21iomap: Use bitmap ops to set uptodate bitsMatthew Wilcox (Oracle)1-10/+2
2020-09-21iomap: Use kzalloc to allocate iomap_pageMatthew Wilcox (Oracle)1-9/+1
2020-09-21fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)1-4/+4
2020-09-21iomap: Fix misplaced page flushingMatthew Wilcox (Oracle)1-2/+1
2020-09-21iomap: Use round_down/round_up macros in __iomap_write_beginNikolay Borisov1-2/+2
2020-09-10iomap: Mark read blocks uptodate in write_beginMatthew Wilcox (Oracle)1-8/+6
2020-09-10iomap: Clear page error before beginning a writeMatthew Wilcox (Oracle)1-0/+1
2020-09-10iomap: Fix direct I/O write consistency checkAndreas Gruenbacher1-1/+1
2020-09-10iomap: fix WARN_ON_ONCE() from unprivileged usersQian Cai1-0/+10
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-05iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig2-5/+12
2020-08-05iomap: Only invalidate page cache pages on direct IO writesDave Chinner1-16/+15
2020-07-06iomap: Make sure iomap_end is called after iomap_beginAndreas Gruenbacher1-4/+9
2020-06-13Merge tag 'iomap-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2020-06-09iomap: Fix unsharing of an extent >2GB on a 32-bit machineMatthew Wilcox (Oracle)1-1/+1
2020-06-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-8/+3
2020-06-04fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig1-7/+1
2020-06-04fs: move fiemap range validation into the file systems instancesChristoph Hellwig1-1/+1
2020-06-04iomap: fix the iomap_fiemap prototypeChristoph Hellwig1-1/+1
2020-06-04fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-03Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-7/+10
2020-06-03Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-06-02iomap: use attach/detach_page_privateGuoqing Jiang1-15/+4
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)2-60/+32
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-1/+1
2020-05-25iomap: remove lockdep_assert_held()Goldwyn Rodrigues1-2/+0
2020-05-25iomap: add a filesystem hook for direct I/O bio submissionGoldwyn Rodrigues1-5/+10
2020-05-13block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei1-1/+1
2020-04-30fibmap: Warn and return an error in case of block > INT_MAXRitesh Harjani1-4/+1
2020-04-09Merge tag 'iomap-5.7-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+8
2020-04-09Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+1
2020-04-03dax,iomap: Add helper dax_iomap_zero() to zero a rangeVivek Goyal1-8/+1