summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-03Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+12
2022-10-31btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana1-3/+11
2022-10-31btrfs: fix a memory allocation failure test in btrfs_submit_directChristophe JAILLET1-1/+1
2022-10-11Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2022-09-29btrfs: avoid pointless extent map tree search when flushing delallocFilipe Manana1-1/+0
2022-09-29btrfs: add helper to replace extent map range with a new extent mapFilipe Manana1-42/+8
2022-09-29btrfs: move open coded extent map tree deletion out of inode evictionFilipe Manana1-14/+1
2022-09-29btrfs: use cond_resched_rwlock_write() during inode evictionFilipe Manana1-5/+1
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana1-28/+31
2022-09-29btrfs: make btrfs_check_nocow_lock nowait compatibleJosef Bacik1-1/+1
2022-09-29btrfs: add the ability to use NO_FLUSH for data reservationsJosef Bacik1-2/+2
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik1-6/+10
2022-09-26btrfs: use a runtime flag to indicate an inode is a free space inodeJosef Bacik1-0/+5
2022-09-26btrfs: move btrfs_csum_ptr to inode.cJosef Bacik1-0/+7
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-24vfs: open inside ->tmpfile()Miklos Szeredi1-4/+4
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