aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig2021-08-162-85/+84
* iomap: switch iomap_page_mkwrite to use iomap_iterChristoph Hellwig2021-08-161-22/+17
* iomap: switch iomap_zero_range to use iomap_iterChristoph Hellwig2021-08-161-18/+18
* iomap: switch iomap_file_unshare to use iomap_iterChristoph Hellwig2021-08-161-17/+18
* iomap: switch iomap_file_buffered_write to use iomap_iterChristoph Hellwig2021-08-161-24/+25
* iomap: switch readahead and readpage to use iomap_iterChristoph Hellwig2021-08-161-43/+37
* iomap: add the new iomap_iter modelChristoph Hellwig2021-08-162-2/+109
* iomap: fix the iomap_readpage_actor return value for inline dataChristoph Hellwig2021-08-161-2/+2
* iomap: mark the iomap argument to iomap_read_page_sync constChristoph Hellwig2021-08-161-1/+1
* iomap: mark the iomap argument to iomap_read_inline_data constChristoph Hellwig2021-08-161-1/+1
* fsdax: mark the iomap argument to dax_iomap_sector as constChristoph Hellwig2021-08-161-1/+1
* fs: mark the iomap argument to __block_write_begin_int constChristoph Hellwig2021-08-162-4/+4
* iomap: remove the iomap arguments to ->page_{prepare,done}Christoph Hellwig2021-08-162-6/+5
* iomap: fix a trivial comment typo in trace.hChristoph Hellwig2021-08-161-1/+1
* iomap: pass writeback errors to the mappingDarrick J. Wong2021-08-161-1/+1
* iomap: Add another assertion to inline data handlingMatthew Wilcox (Oracle)2021-08-051-0/+2
* iomap: Use kmap_local_page instead of kmap_atomicMatthew Wilcox (Oracle)2021-08-051-5/+5
* iomap: Fix some typos and bad grammarAndreas Gruenbacher2021-08-031-36/+36
* iomap: Support inline data with block size < page sizeMatthew Wilcox (Oracle)2021-08-031-18/+16
* iomap: support reading inline data from non-zero posGao Xiang2021-08-032-16/+36
* iomap: simplify iomap_add_to_ioendChristoph Hellwig2021-08-031-12/+5
* iomap: simplify iomap_readpage_actorChristoph Hellwig2021-08-031-12/+4
* Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-08-017-106/+244
|\
| * xfs: prevent spoofing of rtbitmap blocks when recovering buffersDarrick J. Wong2021-07-291-2/+12
| * xfs: limit iclog tail updatesDave Chinner2021-07-291-13/+37
| * xfs: need to see iclog flags in tracingDave Chinner2021-07-292-4/+14
| * xfs: Enforce attr3 buffer recovery orderDave Chinner2021-07-291-0/+1
| * xfs: logging the on disk inode LSN can make it go backwardsDave Chinner2021-07-292-11/+39
| * xfs: avoid unnecessary waits in xfs_log_force_lsn()Dave Chinner2021-07-291-5/+37
| * xfs: log forces imply data device cache flushesDave Chinner2021-07-291-13/+34
| * xfs: factor out forced iclog flushesDave Chinner2021-07-291-24/+18
| * xfs: fix ordering violation between cache flushes and tail updatesDave Chinner2021-07-293-13/+39
| * xfs: fold __xlog_state_release_iclog into xlog_state_release_iclogDave Chinner2021-07-291-28/+17
| * xfs: external logs need to flush data deviceDave Chinner2021-07-291-8/+11
| * xfs: flush data dev on external log writeDave Chinner2021-07-291-1/+1
* | Merge tag '5.14-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-07-313-2/+10
|\ \
| * | cifs: add missing parsing of backupuidRonnie Sahlberg2021-07-281-0/+7
| * | smb3: rc uninitialized in one fallocate pathSteve French2021-07-261-1/+2
| * | SMB3: fix readpage for large swap cacheSteve French2021-07-261-1/+1
* | | pipe: make pipe writes always wake up readersLinus Torvalds2021-07-301-5/+5
* | | Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-301-0/+2
|\ \ \
| * | | block: delay freeing the gendiskChristoph Hellwig2021-07-271-0/+2
* | | | Merge tag 'io_uring-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-301-8/+32
|\ \ \ \
| * | | | io_uring: fix poll requests leaking second poll entriesHao Xu2021-07-281-3/+2
| * | | | io_uring: don't block level reissue off completion pathJens Axboe2021-07-281-0/+6
| * | | | io_uring: always reissue from task_work contextJens Axboe2021-07-271-2/+8
| * | | | io_uring: fix race in unified task_work runningJens Axboe2021-07-261-1/+5
| * | | | io_uring: fix io_prep_async_link lockingPavel Begunkov2021-07-261-2/+11
* | | | | Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-304-4/+5
|\ \ \ \ \
| * | | | | btrfs: calculate number of eb pages properly in csum_tree_blockDavid Sterba2021-07-291-1/+1