summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig2021-07-221-1/+1
* btrfs: properly split extent_map for REQ_OP_ZONE_APPENDNaohiro Aota2021-07-071-29/+118
* btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba2021-06-221-1/+1
* btrfs: fix typos in commentsDavid Sterba2021-06-221-2/+2
* btrfs: don't clear page extent mapped if we're not invalidating the full pageQu Wenruo2021-06-211-1/+13
* btrfs: make btrfs_page_mkwrite() to be subpage compatibleQu Wenruo2021-06-211-2/+2
* btrfs: make btrfs_truncate_block() to be subpage compatibleQu Wenruo2021-06-211-1/+1
* btrfs: make btrfs_set_range_writeback() subpage compatibleQu Wenruo2021-06-211-4/+8
* btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __...Qu Wenruo2021-06-211-1/+15
* btrfs: make page Ordered bit to be subpage compatibleQu Wenruo2021-06-211-5/+14
* btrfs: fix hang when run_delalloc_range() failedQu Wenruo2021-06-211-0/+21
* btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo2021-06-211-24/+26
* btrfs: refactor btrfs_invalidatepage() for subpage supportQu Wenruo2021-06-211-74/+97
* btrfs: update comments in btrfs_invalidatepage()Qu Wenruo2021-06-211-6/+15
* btrfs: refactor how we finish ordered extent io for endio functionsQu Wenruo2021-06-211-51/+4
* btrfs: make Private2 lifespan more consistentQu Wenruo2021-06-211-1/+1
* btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo2021-06-211-4/+5
* btrfs: refactor submit_extent_page() to make bio and its flag tracing easierQu Wenruo2021-06-211-32/+4
* btrfs: allow btrfs_bio_fits_in_stripe() to accept bio without any pageQu Wenruo2021-06-211-6/+3
* btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()Qu Wenruo2021-06-211-3/+2
* btrfs: don't set the full sync flag when truncation does not touch extentsFilipe Manana2021-06-211-11/+30
* btrfs: fix misleading and incomplete comment of btrfs_truncate()Filipe Manana2021-06-211-7/+17
* btrfs: submit read time repair only for each corrupted sectorQu Wenruo2021-06-211-11/+9
* btrfs: make btrfs_verify_data_csum() to return a bitmapQu Wenruo2021-06-211-5/+13
* Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-06-031-1/+18
|\
| * btrfs: abort in rename_exchange if we fail to insert the second refJosef Bacik2021-05-271-1/+6
| * btrfs: mark ordered extent and inode with error if we fail to finishJosef Bacik2021-05-271-0/+12
* | Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-221-1/+1
|\|
| * btrfs: zoned: pass start block to btrfs_use_zone_appendJohannes Thumshirn2021-05-201-1/+1
* | Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-171-0/+1
|\|
| * btrfs: avoid RCU stalls while running delayed iputsJosef Bacik2021-05-141-0/+1
* | Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-101-2/+2
|\|
| * btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana2021-04-281-2/+2
* | btrfs: use memzero_page() instead of open coded kmap patternIra Weiny2021-05-051-23/+10
* | Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-0/+4
|\ \ | |/ |/|
| * btrfs: convert to fileattrMiklos Szeredi2021-04-121-0/+4
* | btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolumeJosef Bacik2021-04-191-1/+5
* | btrfs: handle btrfs_record_root_in_trans failure in btrfs_renameJosef Bacik2021-04-191-2/+5
* | btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchangeJosef Bacik2021-04-191-2/+5
* | btrfs: remove unnecessary variable shadowing in btrfs_invalidatepage()Qu Wenruo2021-04-191-6/+2
* | btrfs: use min() to replace open-code in btrfs_invalidatepage()Qu Wenruo2021-04-191-4/+2
* | btrfs: update outdated comment at btrfs_orphan_cleanup()Filipe Manana2021-04-191-7/+11
* | btrfs: convert kmap to kmap_local_page, simple casesIra Weiny2021-04-191-2/+2
* | btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana2021-04-191-3/+1
* | btrfs: add a i_mmap_lock to our inodeJosef Bacik2021-04-191-0/+10
* | btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues2021-04-191-2/+1
* | btrfs: remove force argument from run_delalloc_nocow()Goldwyn Rodrigues2021-04-191-24/+13
* | btrfs: change return type to bool in btrfs_extent_readonlyAnand Jain2021-04-191-3/+3
* | btrfs: unexport btrfs_extent_readonly() and make it staticAnand Jain2021-04-191-0/+13
* | btrfs: make btrfs_replace_file_extents take btrfs_inodeNikolay Borisov2021-04-191-1/+1
|/