summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-211-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
|/
* Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-251-9/+9
|\
| * btrfs: fix check_data_csum() error message for direct I/OOmar Sandoval2021-03-181-5/+9
| * btrfs: zoned: remove outdated WARN_ON in direct IOJohannes Thumshirn2021-03-171-4/+0
* | Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-181-11/+26
|\|
| * btrfs: fix slab cache flags for free space tree bitmapDavid Sterba2021-03-161-1/+1
| * btrfs: fix qgroup data rsv leak caused by falloc failureQu Wenruo2021-03-151-5/+19
| * btrfs: track qgroup released data in own variable in insert_prealloc_file_extentQu Wenruo2021-03-151-5/+6
* | Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-051-1/+1
|\|
| * btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov2021-03-021-1/+1
* | Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-011-6/+38
|\|
| * btrfs: fix race between swap file activation and snapshot creationFilipe Manana2021-02-221-2/+19
| * btrfs: fix race between writes to swap files and scrubFilipe Manana2021-02-221-1/+18
| * btrfs: avoid checking for RO block group twice during nocow writebackFilipe Manana2021-02-221-3/+1