summaryrefslogtreecommitdiffstats
path: root/fs/iomap
Commit message (Expand)AuthorAgeFilesLines
* mm/filemap: fix readahead return typesMatthew Wilcox (Oracle)2021-05-141-2/+2
* iomap: remove unused private field from ioendBrian Foster2021-05-041-6/+1
* iomap: use filemap_range_needs_writeback() for O_DIRECT readsJens Axboe2021-04-301-8/+16
* Merge tag 'iomap-5.13-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-04-271-16/+22
|\
| * iomap: improve the warnings from iomap_swapfile_activateChristoph Hellwig2021-03-261-16/+22
* | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-1/+2
|/
* Merge branch 'iomap-5.12-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-03-181-0/+10
|\
| * iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activateRitesh Harjani2021-03-091-0/+10
* | block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-112-4/+4
|/
* Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-02-281-7/+0
|\
| * xfs: use current->journal_info for detecting transaction recursionDave Chinner2021-02-251-7/+0
* | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-281-2/+2
|\ \
| * | block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-2/+2
* | | iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)2021-02-261-114/+11
|/ /
* | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-5/+4
|\ \
| * | bio: add a helper calculating nr segments to allocPavel Begunkov2021-01-251-5/+4
| |/
* | Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-02-211-10/+16
|\ \
| * | iomap: add a IOMAP_DIO_OVERWRITE_ONLY flagChristoph Hellwig2021-01-231-0/+7
| * | iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig2021-01-231-6/+5
| * | iomap: rename the flags variable in __iomap_dio_rwChristoph Hellwig2021-01-231-4/+4
| |/
* / iomap: support REQ_OP_ZONE_APPENDNaohiro Aota2021-02-091-6/+37
|/
* mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-021-1/+1
* iomap: clean up writeback state logic on writepage errorBrian Foster2020-11-041-13/+2
* iomap: support partial page discard on writeback block mapping failureBrian Foster2020-11-041-7/+8
* iomap: Call inode_dio_end() before generic_write_sync()Goldwyn Rodrigues2020-09-281-1/+1
* iomap: Allow filesystem to call iomap_dio_complete without i_rwsemChristoph Hellwig2020-09-281-9/+26
* iomap: Set all uptodate bits for an Uptodate pageMatthew Wilcox (Oracle)2020-09-281-0/+2
* iomap: Change calling convention for zeroingMatthew Wilcox (Oracle)2020-09-211-18/+15
* iomap: Convert iomap_write_end typesMatthew Wilcox (Oracle)2020-09-211-19/+12
* iomap: Convert write_count to write_bytes_pendingMatthew Wilcox (Oracle)2020-09-211-9/+10
* iomap: Convert read_count to read_bytes_pendingMatthew Wilcox (Oracle)2020-09-211-29/+12
* iomap: Support arbitrarily many blocks per pageMatthew Wilcox (Oracle)2020-09-211-5/+17
* iomap: Use bitmap ops to set uptodate bitsMatthew Wilcox (Oracle)2020-09-211-10/+2
* iomap: Use kzalloc to allocate iomap_pageMatthew Wilcox (Oracle)2020-09-211-9/+1
* fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)2020-09-211-4/+4
* iomap: Fix misplaced page flushingMatthew Wilcox (Oracle)2020-09-211-2/+1
* iomap: Use round_down/round_up macros in __iomap_write_beginNikolay Borisov2020-09-211-2/+2
* iomap: Mark read blocks uptodate in write_beginMatthew Wilcox (Oracle)2020-09-101-8/+6
* iomap: Clear page error before beginning a writeMatthew Wilcox (Oracle)2020-09-101-0/+1
* iomap: Fix direct I/O write consistency checkAndreas Gruenbacher2020-09-101-1/+1
* iomap: fix WARN_ON_ONCE() from unprivileged usersQian Cai2020-09-101-0/+10
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig2020-08-052-5/+12
* iomap: Only invalidate page cache pages on direct IO writesDave Chinner2020-08-051-16/+15
* iomap: Make sure iomap_end is called after iomap_beginAndreas Gruenbacher2020-07-061-4/+9
* Merge tag 'iomap-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-131-1/+1
|\
| * iomap: Fix unsharing of an extent >2GB on a 32-bit machineMatthew Wilcox (Oracle)2020-06-081-1/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-06-051-8/+3
|\ \
| * | fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig2020-06-031-7/+1
| * | fs: move fiemap range validation into the file systems instancesChristoph Hellwig2020-06-031-1/+1