summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-08-16iomap: switch iomap_swapfile_activate to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_seek_data to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_seek_hole to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_bmap to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_fiemap to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_page_mkwrite to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_zero_range to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_file_unshare to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch iomap_file_buffered_write to use iomap_iterChristoph Hellwig
2021-08-16iomap: switch readahead and readpage to use iomap_iterChristoph Hellwig
2021-08-16iomap: add the new iomap_iter modelChristoph Hellwig
2021-08-16iomap: fix the iomap_readpage_actor return value for inline dataChristoph Hellwig
2021-08-16iomap: mark the iomap argument to iomap_read_page_sync constChristoph Hellwig
2021-08-16iomap: mark the iomap argument to iomap_read_inline_data constChristoph Hellwig
2021-08-16fsdax: mark the iomap argument to dax_iomap_sector as constChristoph Hellwig
2021-08-16fs: mark the iomap argument to __block_write_begin_int constChristoph Hellwig
2021-08-16iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig
2021-08-16iomap: fix a trivial comment typo in trace.hChristoph Hellwig
2021-08-16iomap: pass writeback errors to the mappingDarrick J. Wong
2021-08-05iomap: Add another assertion to inline data handlingiomap-5.15-merge-2Matthew Wilcox (Oracle)
2021-08-05iomap: Use kmap_local_page instead of kmap_atomicMatthew Wilcox (Oracle)
2021-08-03iomap: Fix some typos and bad grammariomap-5.15-merge-1Andreas Gruenbacher
2021-08-03iomap: Support inline data with block size < page sizeMatthew Wilcox (Oracle)
2021-08-03iomap: support reading inline data from non-zero posGao Xiang
2021-08-03iomap: simplify iomap_add_to_ioendChristoph Hellwig
2021-08-03iomap: simplify iomap_readpage_actorChristoph Hellwig
2021-08-01Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-07-31Merge tag '5.14-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-07-30pipe: make pipe writes always wake up readersLinus Torvalds
2021-07-30Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-30Merge tag 'io_uring-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-30Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-30ocfs2: issue zeroout to EOF blocksJunxiao Bi
2021-07-30ocfs2: fix zero out valid dataJunxiao Bi
2021-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds
2021-07-29xfs: prevent spoofing of rtbitmap blocks when recovering buffersxfs-5.14-fixes-2Darrick J. Wong
2021-07-29xfs: limit iclog tail updatesDave Chinner
2021-07-29xfs: need to see iclog flags in tracingDave Chinner
2021-07-29xfs: Enforce attr3 buffer recovery orderDave Chinner
2021-07-29xfs: logging the on disk inode LSN can make it go backwardsDave Chinner
2021-07-29xfs: avoid unnecessary waits in xfs_log_force_lsn()Dave Chinner
2021-07-29xfs: log forces imply data device cache flushesDave Chinner
2021-07-29xfs: factor out forced iclog flushesDave Chinner
2021-07-29xfs: fix ordering violation between cache flushes and tail updatesDave Chinner
2021-07-29xfs: fold __xlog_state_release_iclog into xlog_state_release_iclogDave Chinner
2021-07-29xfs: external logs need to flush data deviceDave Chinner
2021-07-29xfs: flush data dev on external log writeDave Chinner
2021-07-29btrfs: calculate number of eb pages properly in csum_tree_blockDavid Sterba