summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorLines
2022-09-09Merge tag 'for-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+3
2022-09-05btrfs: zoned: fix API misuse of zone finish waitingNaohiro Aota-4/+3
2022-08-28Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+14
2022-08-22btrfs: don't allow large NOWAIT direct readsJosef Bacik-0/+14
2022-08-03Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds-364/+400
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+2
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-17/+9
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2022-08-02btrfs: Convert btrfs_migratepage to migrate_folioMatthew Wilcox (Oracle)-17/+9
2022-07-25btrfs: don't call btrfs_page_set_checked in finish_compressed_bio_readChristoph Hellwig-5/+0
2022-07-25btrfs: fix repair of compressed extentsChristoph Hellwig-0/+7
2022-07-25btrfs: remove the start argument to check_data_csum and exportChristoph Hellwig-15/+11
2022-07-25btrfs: pass a btrfs_bio to btrfs_repair_one_sectorChristoph Hellwig-3/+2
2022-07-25btrfs: simplify error handling in btrfs_lookup_dentryNikolay Borisov-4/+4
2022-07-25btrfs: zoned: wait until zone is finished when allocation didn't progressNaohiro Aota-2/+7
2022-07-25btrfs: zoned: write out partially allocated regionNaohiro Aota-14/+49
2022-07-25btrfs: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota-8/+8
2022-07-25btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota-2/+4
2022-07-25btrfs: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco-4/+4
2022-07-25btrfs: switch btrfs_block_rsv::failfast to boolDavid Sterba-2/+2
2022-07-25btrfs: do not return errors from btrfs_submit_dio_bioChristoph Hellwig-14/+9
2022-07-25btrfs: handle allocation failure in btrfs_wq_submit_bio gracefullyChristoph Hellwig-8/+9
2022-07-25btrfs: simplify sync/async submission in btrfs_submit_data_write_bioChristoph Hellwig-16/+13
2022-07-25btrfs: do not return errors from btrfs_map_bioChristoph Hellwig-15/+10
2022-07-25btrfs: clean up chained assignmentsDavid Sterba-15/+26
2022-07-25btrfs: replace unnecessary goto with direct return at cow_file_range()Naohiro Aota-2/+2
2022-07-25btrfs: fix error handling of fallback uncompress writeNaohiro Aota-2/+15
2022-07-25btrfs: extend btrfs_cleanup_ordered_extents for NULL locked_pageNaohiro Aota-15/+21
2022-07-25btrfs: ensure pages are unlocked on cow_file_range() failureNaohiro Aota-8/+64
2022-07-25btrfs: remove extent writepage address space operationChristoph Hellwig-27/+1
2022-07-25btrfs: increase direct io read size limit to 256 sectorsChristoph Hellwig-1/+5
2022-07-25btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finishedChristoph Hellwig-31/+9
2022-07-25btrfs: pass bits by value not by pointer for extent_state helpersDavid Sterba-12/+12
2022-07-25btrfs: replace kmap() with kmap_local_page() in inode.cFabio M. De Francesco-3/+3
2022-07-25btrfs: remove btrfs_end_io_wqChristoph Hellwig-23/+1
2022-07-25btrfs: don't double-defer bio completions for compressed readsChristoph Hellwig-6/+6
2022-07-25btrfs: split btrfs_submit_data_bio to read and write partsChristoph Hellwig-70/+60
2022-07-25btrfs: simplify code flow in btrfs_submit_dio_bioChristoph Hellwig-14/+8
2022-07-25btrfs: send: send compressed extents with encoded writesOmar Sandoval-8/+5
2022-07-25btrfs: free the path earlier when creating a new inodeFilipe Manana-3/+8
2022-07-25btrfs: balance btree dirty pages and delayed items after a renameFilipe Manana-4/+10
2022-07-25btrfs: remove redundant calls to flush_dcache_pageDavid Sterba-4/+2
2022-07-25btrfs: use btrfs_bio_for_each_sector in btrfs_check_read_dio_bioChristoph Hellwig-34/+22
2022-07-25btrfs: factor out a btrfs_csum_ptr helperChristoph Hellwig-10/+3
2022-07-25btrfs: introduce a data checksum checking helperQu Wenruo-10/+28
2022-07-25btrfs: use PAGE_ALIGNED instead of IS_ALIGNEDFanjun Kong-4/+4
2022-07-25btrfs: fix typos in commentsDavid Sterba-1/+1
2022-07-16Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+7
2022-07-15Revert "btrfs: turn delayed_nodes_tree into an XArray"David Sterba-1/+1
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba-7/+6