summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-26btrfs: don't init io tree with private data for non-inodesJosef Bacik1-1/+1
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik1-22/+19
2022-09-26btrfs: remove extent_io_tree::track_uptodateJosef Bacik1-1/+0
2022-09-26btrfs: unify the lock/unlock extent variantsJosef Bacik1-51/+47
2022-09-26btrfs: drop extent_changeset from set_extent_bitJosef Bacik1-2/+2
2022-09-26btrfs: remove failed_start argument from set_extent_bitJosef Bacik1-2/+2
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik1-9/+8
2022-09-26btrfs: drop exclusive_bits from set_extent_bitJosef Bacik1-2/+2
2022-09-26btrfs: convert the io_failure_tree to a plain rb_treeJosef Bacik1-3/+2
2022-09-26btrfs: rename clean_io_failure and remove extraneous argsJosef Bacik1-5/+2
2022-09-26btrfs: make fiemap more efficient and accurate reporting extent sharednessFilipe Manana1-134/+6
2022-09-26btrfs: properly flush delalloc when entering fiemapFilipe Manana1-0/+20
2022-09-26btrfs: give struct btrfs_bio a real end_io handlerChristoph Hellwig1-31/+25
2022-09-26btrfs: pass the operation to btrfs_bio_allocChristoph Hellwig1-2/+1
2022-09-26btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O pathEthan Lien1-3/+0
2022-09-26btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent()Omar Sandoval1-2/+1
2022-09-26btrfs: add lockdep annotations for the ordered extents wait eventIoannis Angelakopoulos1-0/+13
2022-09-09Merge tag 'for-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+3
2022-09-05btrfs: zoned: fix API misuse of zone finish waitingNaohiro Aota1-4/+3
2022-08-28Merge tag 'for-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+14
2022-08-22btrfs: don't allow large NOWAIT direct readsJosef Bacik1-0/+14
2022-08-04Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-364/+400
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-17/+9
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2022-08-02btrfs: Convert btrfs_migratepage to migrate_folioMatthew Wilcox (Oracle)1-17/+9
2022-07-25btrfs: don't call btrfs_page_set_checked in finish_compressed_bio_readChristoph Hellwig1-5/+0
2022-07-25btrfs: fix repair of compressed extentsChristoph Hellwig1-0/+7
2022-07-25btrfs: remove the start argument to check_data_csum and exportChristoph Hellwig1-15/+11
2022-07-25btrfs: pass a btrfs_bio to btrfs_repair_one_sectorChristoph Hellwig1-3/+2
2022-07-25btrfs: simplify error handling in btrfs_lookup_dentryNikolay Borisov1-4/+4
2022-07-25btrfs: zoned: wait until zone is finished when allocation didn't progressNaohiro Aota1-2/+7
2022-07-25btrfs: zoned: write out partially allocated regionNaohiro Aota1-14/+49
2022-07-25btrfs: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota1-8/+8
2022-07-25btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota1-2/+4
2022-07-25btrfs: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco1-4/+4
2022-07-25btrfs: switch btrfs_block_rsv::failfast to boolDavid Sterba1-2/+2
2022-07-25btrfs: do not return errors from btrfs_submit_dio_bioChristoph Hellwig1-14/+9
2022-07-25btrfs: handle allocation failure in btrfs_wq_submit_bio gracefullyChristoph Hellwig1-8/+9
2022-07-25btrfs: simplify sync/async submission in btrfs_submit_data_write_bioChristoph Hellwig1-16/+13
2022-07-25btrfs: do not return errors from btrfs_map_bioChristoph Hellwig1-15/+10
2022-07-25btrfs: clean up chained assignmentsDavid Sterba1-15/+26
2022-07-25btrfs: replace unnecessary goto with direct return at cow_file_range()Naohiro Aota1-2/+2
2022-07-25btrfs: fix error handling of fallback uncompress writeNaohiro Aota1-2/+15
2022-07-25btrfs: extend btrfs_cleanup_ordered_extents for NULL locked_pageNaohiro Aota1-15/+21
2022-07-25btrfs: ensure pages are unlocked on cow_file_range() failureNaohiro Aota1-8/+64
2022-07-25btrfs: remove extent writepage address space operationChristoph Hellwig1-27/+1
2022-07-25btrfs: increase direct io read size limit to 256 sectorsChristoph Hellwig1-1/+5
2022-07-25btrfs: remove the finish_func argument to btrfs_mark_ordered_io_finishedChristoph Hellwig1-31/+9
2022-07-25btrfs: pass bits by value not by pointer for extent_state helpersDavid Sterba1-12/+12