aboutsummaryrefslogtreecommitdiff
path: root/fs/iomap
AgeCommit message (Expand)AuthorFilesLines
2021-03-18Merge branch 'iomap-5.12-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-0/+10
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSGravatar Christoph Hellwig 2-4/+4
2021-03-09iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activateGravatar Ritesh Harjani 1-0/+10
2021-02-28Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-7/+0
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2021-02-26block: Add bio_max_segsGravatar Matthew Wilcox (Oracle) 1-2/+2
2021-02-26iomap: use mapping_seek_hole_dataGravatar Matthew Wilcox (Oracle) 1-114/+11
2021-02-25xfs: use current->journal_info for detecting transaction recursionGravatar Dave Chinner 1-7/+0
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+4
2021-02-21Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-10/+16
2021-02-09iomap: support REQ_OP_ZONE_APPENDGravatar Naohiro Aota 1-6/+37
2021-01-25bio: add a helper calculating nr segments to allocGravatar Pavel Begunkov 1-5/+4
2021-01-23iomap: add a IOMAP_DIO_OVERWRITE_ONLY flagGravatar Christoph Hellwig 1-0/+7
2021-01-23iomap: pass a flags argument to iomap_dio_rwGravatar Christoph Hellwig 1-6/+5
2021-01-23iomap: rename the flags variable in __iomap_dio_rwGravatar Christoph Hellwig 1-4/+4
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataGravatar Roman Gushchin 1-1/+1
2020-11-04iomap: clean up writeback state logic on writepage errorGravatar Brian Foster 1-13/+2
2020-11-04iomap: support partial page discard on writeback block mapping failureGravatar Brian Foster 1-7/+8
2020-09-28iomap: Call inode_dio_end() before generic_write_sync()Gravatar Goldwyn Rodrigues 1-1/+1
2020-09-28iomap: Allow filesystem to call iomap_dio_complete without i_rwsemGravatar Christoph Hellwig 1-9/+26
2020-09-28iomap: Set all uptodate bits for an Uptodate pageGravatar Matthew Wilcox (Oracle) 1-0/+2
2020-09-21iomap: Change calling convention for zeroingGravatar Matthew Wilcox (Oracle) 1-18/+15
2020-09-21iomap: Convert iomap_write_end typesGravatar Matthew Wilcox (Oracle) 1-19/+12
2020-09-21iomap: Convert write_count to write_bytes_pendingGravatar Matthew Wilcox (Oracle) 1-9/+10
2020-09-21iomap: Convert read_count to read_bytes_pendingGravatar Matthew Wilcox (Oracle) 1-29/+12
2020-09-21iomap: Support arbitrarily many blocks per pageGravatar Matthew Wilcox (Oracle) 1-5/+17
2020-09-21iomap: Use bitmap ops to set uptodate bitsGravatar Matthew Wilcox (Oracle) 1-10/+2
2020-09-21iomap: Use kzalloc to allocate iomap_pageGravatar Matthew Wilcox (Oracle) 1-9/+1
2020-09-21fs: Introduce i_blocks_per_pageGravatar Matthew Wilcox (Oracle) 1-4/+4
2020-09-21iomap: Fix misplaced page flushingGravatar Matthew Wilcox (Oracle) 1-2/+1
2020-09-21iomap: Use round_down/round_up macros in __iomap_write_beginGravatar Nikolay Borisov 1-2/+2
2020-09-10iomap: Mark read blocks uptodate in write_beginGravatar Matthew Wilcox (Oracle) 1-8/+6
2020-09-10iomap: Clear page error before beginning a writeGravatar Matthew Wilcox (Oracle) 1-0/+1
2020-09-10iomap: Fix direct I/O write consistency checkGravatar Andreas Gruenbacher 1-1/+1
2020-09-10iomap: fix WARN_ON_ONCE() from unprivileged usersGravatar Qian Cai 1-0/+10
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-08-05iomap: fall back to buffered writes for invalidation failuresGravatar Christoph Hellwig 2-5/+12
2020-08-05iomap: Only invalidate page cache pages on direct IO writesGravatar Dave Chinner 1-16/+15
2020-07-06iomap: Make sure iomap_end is called after iomap_beginGravatar Andreas Gruenbacher 1-4/+9
2020-06-13Merge tag 'iomap-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-1/+1
2020-06-08iomap: Fix unsharing of an extent >2GB on a 32-bit machineGravatar Matthew Wilcox (Oracle) 1-1/+1
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-8/+3
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepGravatar Christoph Hellwig 1-7/+1
2020-06-03fs: move fiemap range validation into the file systems instancesGravatar Christoph Hellwig 1-1/+1
2020-06-03iomap: fix the iomap_fiemap prototypeGravatar Christoph Hellwig 1-1/+1
2020-06-03fs: move the fiemap definitions out of fs.hGravatar Christoph Hellwig 1-0/+1
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-7/+10
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-06-02iomap: use attach/detach_page_privateGravatar Guoqing Jiang 1-15/+4
2020-06-02iomap: convert from readpages to readaheadGravatar Matthew Wilcox (Oracle) 2-60/+32