summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-22btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba1-1/+1
2021-06-22btrfs: fix typos in commentsDavid Sterba1-2/+2
2021-06-21btrfs: don't clear page extent mapped if we're not invalidating the full pageQu Wenruo1-1/+13
2021-06-21btrfs: make btrfs_page_mkwrite() to be subpage compatibleQu Wenruo1-2/+2
2021-06-21btrfs: make btrfs_truncate_block() to be subpage compatibleQu Wenruo1-1/+1
2021-06-21btrfs: make btrfs_set_range_writeback() subpage compatibleQu Wenruo1-4/+8
2021-06-21btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __...Qu Wenruo1-1/+15
2021-06-21btrfs: make page Ordered bit to be subpage compatibleQu Wenruo1-5/+14
2021-06-21btrfs: fix hang when run_delalloc_range() failedQu Wenruo1-0/+21
2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo1-24/+26
2021-06-21btrfs: refactor btrfs_invalidatepage() for subpage supportQu Wenruo1-74/+97
2021-06-21btrfs: update comments in btrfs_invalidatepage()Qu Wenruo1-6/+15
2021-06-21btrfs: refactor how we finish ordered extent io for endio functionsQu Wenruo1-51/+4
2021-06-21btrfs: make Private2 lifespan more consistentQu Wenruo1-1/+1
2021-06-21btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo1-4/+5
2021-06-21btrfs: refactor submit_extent_page() to make bio and its flag tracing easierQu Wenruo1-32/+4
2021-06-21btrfs: allow btrfs_bio_fits_in_stripe() to accept bio without any pageQu Wenruo1-6/+3
2021-06-21btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()Qu Wenruo1-3/+2
2021-06-21btrfs: don't set the full sync flag when truncation does not touch extentsFilipe Manana1-11/+30
2021-06-21btrfs: fix misleading and incomplete comment of btrfs_truncate()Filipe Manana1-7/+17
2021-06-21btrfs: submit read time repair only for each corrupted sectorQu Wenruo1-11/+9
2021-06-21btrfs: make btrfs_verify_data_csum() to return a bitmapQu Wenruo1-5/+13
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+18
2021-05-27btrfs: abort in rename_exchange if we fail to insert the second refJosef Bacik1-1/+6
2021-05-27btrfs: mark ordered extent and inode with error if we fail to finishJosef Bacik1-0/+12
2021-05-21Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2021-05-20btrfs: zoned: pass start block to btrfs_use_zone_appendJohannes Thumshirn1-1/+1
2021-05-17Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2021-05-14btrfs: avoid RCU stalls while running delayed iputsJosef Bacik1-0/+1
2021-05-10Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny1-23/+10
2021-04-28btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana1-2/+2
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolumeJosef Bacik1-1/+5
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in btrfs_renameJosef Bacik1-2/+5
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchangeJosef Bacik1-2/+5
2021-04-19btrfs: remove unnecessary variable shadowing in btrfs_invalidatepage()Qu Wenruo1-6/+2
2021-04-19btrfs: use min() to replace open-code in btrfs_invalidatepage()Qu Wenruo1-4/+2
2021-04-19btrfs: update outdated comment at btrfs_orphan_cleanup()Filipe Manana1-7/+11
2021-04-19btrfs: convert kmap to kmap_local_page, simple casesIra Weiny1-2/+2
2021-04-19btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana1-3/+1
2021-04-19btrfs: add a i_mmap_lock to our inodeJosef Bacik1-0/+10
2021-04-19btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues1-2/+1
2021-04-19btrfs: remove force argument from run_delalloc_nocow()Goldwyn Rodrigues1-24/+13
2021-04-19btrfs: change return type to bool in btrfs_extent_readonlyAnand Jain1-3/+3
2021-04-19btrfs: unexport btrfs_extent_readonly() and make it staticAnand Jain1-0/+13
2021-04-19btrfs: make btrfs_replace_file_extents take btrfs_inodeNikolay Borisov1-1/+1
2021-04-12btrfs: convert to fileattrMiklos Szeredi1-0/+4
2021-03-25Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+9
2021-03-18Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+26