summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-08-031-364/+400
|\
| * btrfs: don't call btrfs_page_set_checked in finish_compressed_bio_readChristoph Hellwig2022-07-251-5/+0
| * btrfs: fix repair of compressed extentsChristoph Hellwig2022-07-251-0/+7
| * btrfs: remove the start argument to check_data_csum and exportChristoph Hellwig2022-07-251-15/+11
| * btrfs: pass a btrfs_bio to btrfs_repair_one_sectorChristoph Hellwig2022-07-251-3/+2
| * btrfs: simplify error handling in btrfs_lookup_dentryNikolay Borisov2022-07-251-4/+4
| * btrfs: zoned: wait until zone is finished when allocation didn't progressNaohiro Aota2022-07-251-2/+7
| * btrfs: zoned: write out partially allocated regionNaohiro Aota2022-07-251-14/+49
| * btrfs: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota2022-07-251-8/+8
| * btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota2022-07-251-2/+4
| * btrfs: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco2022-07-251-4/+4
| * btrfs: switch btrfs_block_rsv::failfast to boolDavid Sterba2022-07-251-2/+2
| * btrfs: do not return errors from btrfs_submit_dio_bioChristoph Hellwig2022-07-251-14/+9
| * btrfs: handle allocation failure in btrfs_wq_submit_bio gracefullyChristoph Hellwig2022-07-251-8/+9
| * btrfs: simplify sync/async submission in btrfs_submit_data_write_bioChristoph Hellwig2022-07-251-16/+13
| * btrfs: do not return errors from btrfs_map_bioChristoph Hellwig2022-07-251-15/+10
| * btrfs: clean up chained assignmentsDavid Sterba2022-07-251-15/+26
| * btrfs: replace unnecessary goto with direct return at cow_file_range()Naohiro Aota2022-07-251-2/+2
| * btrfs: fix error handling of fallback uncompress writeNaohiro Aota2022-07-251-2/+15
| * btrfs: extend btrfs_cleanup_ordered_extents for NULL locked_pageNaohiro Aota2022-07-251-15/+21
| * btrfs: ensure pages are unlocked on cow_file_range() failureNaohiro Aota2022-07-251-8/+64
| * btrfs: remove extent writepage address space operationChristoph Hellwig2022-07-251-27/+1
| * btrfs: increase direct io read size limit to 256 sectorsChristoph Hellwig2022-07-251-1/+5
| * btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finishedChristoph Hellwig2022-07-251-31/+9
| * btrfs: pass bits by value not by pointer for extent_state helpersDavid Sterba2022-07-251-12/+12
| * btrfs: replace kmap() with kmap_local_page() in inode.cFabio M. De Francesco2022-07-251-3/+3
| * btrfs: remove btrfs_end_io_wqChristoph Hellwig2022-07-251-23/+1
| * btrfs: don't double-defer bio completions for compressed readsChristoph Hellwig2022-07-251-6/+6
| * btrfs: split btrfs_submit_data_bio to read and write partsChristoph Hellwig2022-07-251-70/+60
| * btrfs: simplify code flow in btrfs_submit_dio_bioChristoph Hellwig2022-07-251-14/+8
| * btrfs: send: send compressed extents with encoded writesOmar Sandoval2022-07-251-8/+5
| * btrfs: free the path earlier when creating a new inodeFilipe Manana2022-07-251-3/+8
| * btrfs: balance btree dirty pages and delayed items after a renameFilipe Manana2022-07-251-4/+10
| * btrfs: remove redundant calls to flush_dcache_pageDavid Sterba2022-07-251-4/+2
| * btrfs: use btrfs_bio_for_each_sector in btrfs_check_read_dio_bioChristoph Hellwig2022-07-251-34/+22
| * btrfs: factor out a btrfs_csum_ptr helperChristoph Hellwig2022-07-251-10/+3
| * btrfs: introduce a data checksum checking helperQu Wenruo2022-07-251-10/+28
| * btrfs: use PAGE_ALIGNED instead of IS_ALIGNEDFanjun Kong2022-07-251-4/+4
| * btrfs: fix typos in commentsDavid Sterba2022-07-251-1/+1
* | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-1/+2
|\ \
| * | btrfs: use IOMAP_DIO_NOSYNCAl Viro2022-06-101-1/+2
* | | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-17/+9
|\ \ \
| * | | btrfs: Convert btrfs_migratepage to migrate_folioMatthew Wilcox (Oracle)2022-08-021-17/+9
| |/ /
* | | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-2/+2
|\ \ \ | |_|/ |/| |
| * | fs/btrfs: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-2/+2
* | | Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-07-161-8/+7
|\ \ \
| * | | Revert "btrfs: turn delayed_nodes_tree into an XArray"David Sterba2022-07-151-1/+1
| * | | Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba2022-07-151-7/+6
* | | | Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-07-111-1/+13
|\| | | | |/ / |/| |
| * | btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline ex...Filipe Manana2022-07-081-1/+13