aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-05ext4: move inode extension check out from ext4_iomap_alloc()Matthew Bobrowski2-23/+23
2019-11-05ext4: move inode extension/truncate code out from ->iomap_end() callbackMatthew Bobrowski2-48/+89
2019-11-05ext4: introduce direct I/O read using iomap infrastructureMatthew Bobrowski2-39/+54
2019-11-05ext4: introduce new callback for IOMAP_REPORTMatthew Bobrowski3-56/+85
2019-11-05ext4: split IOMAP_WRITE branch in ext4_iomap_begin() into helperMatthew Bobrowski1-52/+61
2019-11-05ext4: move set iomap routines into a separate helper ext4_set_iomap()Matthew Bobrowski1-42/+48
2019-11-05ext4: iomap that extends beyond EOF should be marked dirtyMatthew Bobrowski1-1/+7
2019-11-05ext4: update direct I/O read lock pattern for IOCB_NOWAITMatthew Bobrowski1-1/+7
2019-11-05ext4: reorder map.m_flags checks within ext4_iomap_begin()Matthew Bobrowski1-3/+13
2019-11-05Merge branch 'iomap-for-next' into mb/dioTheodore Ts'o25-881/+991
2019-11-01Merge branch 'rh/dioread-nolock-1k' into devTheodore Ts'o5-110/+208
2019-10-29fs/iomap: remove redundant check in iomap_dio_rw()Joseph Qi1-1/+1
2019-10-22ext4: Enable blocksize < pagesize for dioread_nolockRitesh Harjani1-10/+0
2019-10-22ext4: Add support for blocksize < pagesize in dioread_nolockRitesh Harjani4-29/+82
2019-10-22ext4: Refactor mpage_map_and_submit_buffers functionRitesh Harjani1-42/+83
2019-10-22ext4: Add API to bring in support for unwritten io_end_vec conversionRitesh Harjani3-19/+32
2019-10-22ext4: keep uniform naming convention for io & io_end variablesRitesh Harjani1-27/+28
2019-10-21iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues11-53/+79
2019-10-21iomap: use write_begin to read pages to unshareChristoph Hellwig1-33/+16
2019-10-21iomap: move the zeroing case out of iomap_read_page_syncChristoph Hellwig1-17/+16
2019-10-21iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig2-5/+12
2019-10-21iomap: always use AOP_FLAG_NOFS in iomap_write_beginChristoph Hellwig1-9/+5
2019-10-21iomap: remove the unused iomap argument to __iomap_write_endChristoph Hellwig1-2/+2
2019-10-21iomap: enhance writeback error messageDarrick J. Wong1-2/+3
2019-10-21iomap: pass a struct page to iomap_finish_page_writebackChristoph Hellwig1-5/+5
2019-10-21iomap: cleanup iomap_ioend_compareChristoph Hellwig1-4/+3
2019-10-21iomap: move struct iomap_page out of iomap.hChristoph Hellwig1-0/+17
2019-10-21iomap: warn on inline maps in iomap_writepage_mapChristoph Hellwig1-0/+2
2019-10-21iomap: lift the xfs writeback code to iomapChristoph Hellwig6-648/+610
2019-10-21iomap: lift common tracing code from xfs to iomapChristoph Hellwig6-57/+120
2019-10-21iomap: zero newly allocated mapped blocksChristoph Hellwig1-2/+10
2019-10-21xfs: remove the fork fields in the writepage_ctx and ioendChristoph Hellwig2-27/+46
2019-10-21xfs: turn io_append_trans into an io_private void pointerChristoph Hellwig2-14/+14
2019-10-21xfs: refactor the ioend merging codeChristoph Hellwig1-31/+42
2019-10-21xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig4-51/+50
2019-10-21xfs: set IOMAP_F_NEW more carefullyChristoph Hellwig1-3/+6
2019-10-21xfs: initialize iomap->flags in xfs_bmbt_to_iomapChristoph Hellwig3-14/+20
2019-10-21jbd2: Free journal head outside of locked regionThomas Gleixner1-6/+14
2019-10-21jbd2: Make state lock a spinlockThomas Gleixner4-69/+68
2019-10-21jbd2: Don't call __bforget() unnecessarilyJan Kara1-5/+4
2019-10-21jbd2: Drop unnecessary branch from jbd2_journal_forget()Jan Kara1-4/+0
2019-10-21jbd2: Move dropping of jh reference out of un/re-filing functionsJan Kara2-9/+19
2019-10-21jbd2: Simplify journal_unmap_buffer()Thomas Gleixner1-6/+2
2019-10-17iomap: iomap that extends beyond EOF should be marked dirtyDave Chinner1-0/+7
2019-10-15xfs: Use iomap_dio_rw to wait for unaligned direct IOJan Kara1-8/+4
2019-10-15iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara3-6/+12
2019-10-13Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-41/+5
2019-10-13Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+20
2019-10-12tracing: Do not create tracefs files if tracefs lockdown is in effectSteven Rostedt (VMware)1-0/+4
2019-10-12tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is locked down")Steven Rostedt (VMware)1-41/+1