summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)Author
2021-09-18btrfs: remove racy and unnecessary inode transaction update when using no-holesFilipe Manana
2021-09-18btrfs: wait on async extents when flushing delallocJosef Bacik
2021-09-18btrfs: wake up async_delalloc_pages waiters after submitJosef Bacik
2021-08-25Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo
2021-08-16btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown
2021-07-22btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig
2021-07-07btrfs: properly split extent_map for REQ_OP_ZONE_APPENDNaohiro Aota
2021-06-22btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba
2021-06-22btrfs: fix typos in commentsDavid Sterba
2021-06-21btrfs: don't clear page extent mapped if we're not invalidating the full pageQu Wenruo
2021-06-21btrfs: make btrfs_page_mkwrite() to be subpage compatibleQu Wenruo
2021-06-21btrfs: make btrfs_truncate_block() to be subpage compatibleQu Wenruo
2021-06-21btrfs: make btrfs_set_range_writeback() subpage compatibleQu Wenruo
2021-06-21btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __...Qu Wenruo
2021-06-21btrfs: make page Ordered bit to be subpage compatibleQu Wenruo
2021-06-21btrfs: fix hang when run_delalloc_range() failedQu Wenruo
2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo
2021-06-21btrfs: refactor btrfs_invalidatepage() for subpage supportQu Wenruo
2021-06-21btrfs: update comments in btrfs_invalidatepage()Qu Wenruo
2021-06-21btrfs: refactor how we finish ordered extent io for endio functionsQu Wenruo
2021-06-21btrfs: make Private2 lifespan more consistentQu Wenruo
2021-06-21btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo
2021-06-21btrfs: refactor submit_extent_page() to make bio and its flag tracing easierQu Wenruo
2021-06-21btrfs: allow btrfs_bio_fits_in_stripe() to accept bio without any pageQu Wenruo
2021-06-21btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()Qu Wenruo
2021-06-21btrfs: don't set the full sync flag when truncation does not touch extentsFilipe Manana
2021-06-21btrfs: fix misleading and incomplete comment of btrfs_truncate()Filipe Manana
2021-06-21btrfs: submit read time repair only for each corrupted sectorQu Wenruo
2021-06-21btrfs: make btrfs_verify_data_csum() to return a bitmapQu Wenruo
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-27btrfs: abort in rename_exchange if we fail to insert the second refJosef Bacik
2021-05-27btrfs: mark ordered extent and inode with error if we fail to finishJosef Bacik
2021-05-21Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-20btrfs: zoned: pass start block to btrfs_use_zone_appendJohannes Thumshirn
2021-05-17Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-14btrfs: avoid RCU stalls while running delayed iputsJosef Bacik
2021-05-10Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny
2021-04-28btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolumeJosef Bacik
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in btrfs_renameJosef Bacik
2021-04-19btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchangeJosef Bacik
2021-04-19btrfs: remove unnecessary variable shadowing in btrfs_invalidatepage()Qu Wenruo
2021-04-19btrfs: use min() to replace open-code in btrfs_invalidatepage()Qu Wenruo
2021-04-19btrfs: update outdated comment at btrfs_orphan_cleanup()Filipe Manana
2021-04-19btrfs: convert kmap to kmap_local_page, simple casesIra Weiny
2021-04-19btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana
2021-04-19btrfs: add a i_mmap_lock to our inodeJosef Bacik
2021-04-19btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues