summaryrefslogtreecommitdiffstats
path: root/fs/iomap
AgeCommit message (Expand)Author
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin
2020-11-04iomap: clean up writeback state logic on writepage errorBrian Foster
2020-11-04iomap: support partial page discard on writeback block mapping failureBrian Foster
2020-09-28iomap: Call inode_dio_end() before generic_write_sync()Goldwyn Rodrigues
2020-09-28iomap: Allow filesystem to call iomap_dio_complete without i_rwsemChristoph Hellwig
2020-09-28iomap: Set all uptodate bits for an Uptodate pageMatthew Wilcox (Oracle)
2020-09-21iomap: Change calling convention for zeroingMatthew Wilcox (Oracle)
2020-09-21iomap: Convert iomap_write_end typesMatthew Wilcox (Oracle)
2020-09-21iomap: Convert write_count to write_bytes_pendingMatthew Wilcox (Oracle)
2020-09-21iomap: Convert read_count to read_bytes_pendingMatthew Wilcox (Oracle)
2020-09-21iomap: Support arbitrarily many blocks per pageMatthew Wilcox (Oracle)
2020-09-21iomap: Use bitmap ops to set uptodate bitsMatthew Wilcox (Oracle)
2020-09-21iomap: Use kzalloc to allocate iomap_pageMatthew Wilcox (Oracle)
2020-09-21fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)
2020-09-21iomap: Fix misplaced page flushingMatthew Wilcox (Oracle)
2020-09-21iomap: Use round_down/round_up macros in __iomap_write_beginNikolay Borisov
2020-09-10iomap: Mark read blocks uptodate in write_beginMatthew Wilcox (Oracle)
2020-09-10iomap: Clear page error before beginning a writeMatthew Wilcox (Oracle)
2020-09-10iomap: Fix direct I/O write consistency checkAndreas Gruenbacher
2020-09-10iomap: fix WARN_ON_ONCE() from unprivileged usersQian Cai
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig
2020-08-05iomap: Only invalidate page cache pages on direct IO writesDave Chinner
2020-07-06iomap: Make sure iomap_end is called after iomap_beginAndreas Gruenbacher
2020-06-13Merge tag 'iomap-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-08iomap: Fix unsharing of an extent >2GB on a 32-bit machineMatthew Wilcox (Oracle)
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig
2020-06-03fs: move fiemap range validation into the file systems instancesChristoph Hellwig
2020-06-03iomap: fix the iomap_fiemap prototypeChristoph Hellwig
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02iomap: use attach/detach_page_privateGuoqing Jiang
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2020-05-25iomap: remove lockdep_assert_held()Goldwyn Rodrigues
2020-05-25iomap: add a filesystem hook for direct I/O bio submissionGoldwyn Rodrigues
2020-05-12block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei
2020-04-30fibmap: Warn and return an error in case of block > INT_MAXRitesh Harjani
2020-04-08Merge tag 'iomap-5.7-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-02dax,iomap: Add helper dax_iomap_zero() to zero a rangeVivek Goyal
2020-04-02iomap: Handle memory allocation failure in readaheadMatthew Wilcox (Oracle)
2020-03-18iomap: fix comments in iomap_dio_rwyangerkun
2020-03-05iomap: Remove pgoff from tracepointsMatthew Wilcox (Oracle)
2020-01-06fs: Fix page_mkwrite off-by-one errorsAndreas Gruenbacher
2019-12-05iomap: stop using ioend after it's been freed in iomap_finish_ioend()Zorro Lang
2019-12-04iomap: fix sub-page uptodate handlingChristoph Hellwig
2019-11-26iomap: remove unneeded variable in iomap_dio_rw()Johannes Thumshirn