summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-06-21btrfs: clear log tree recovering status if starting transaction failsDavid Sterba
2021-06-21btrfs: clear defrag status of a root if starting transaction failsDavid Sterba
2021-06-21btrfs: sysfs: fix format string for some discard statsDavid Sterba
2021-06-21btrfs: always abort the transaction if we abort a trans handleJosef Bacik
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: abort transaction if we fail to update the delayed inodeJosef Bacik
2021-06-21btrfs: fix error handling in __btrfs_update_delayed_inodeJosef Bacik
2021-06-21btrfs: make btrfs_release_delayed_iref handle the !iref caseJosef Bacik
2021-06-21btrfs: scrub: per-device bandwidth controlDavid Sterba
2021-06-21btrfs: zoned: factor out zoned device lookupJohannes Thumshirn
2021-06-21btrfs: return EAGAIN if defrag is canceledTian Tao
2021-06-21btrfs: remove io_failure_record::in_validationQu Wenruo
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-21btrfs: rename check_async_write and let it return boolJohannes Thumshirn
2021-06-21btrfs: zoned: bail out if we can't read a reliable write pointerJohannes Thumshirn
2021-06-21btrfs: zoned: print message when zone sanity check type failsNaohiro Aota
2021-06-21btrfs: handle preemptive delalloc flushing slightly differentlyJosef Bacik
2021-06-21btrfs: only ignore delalloc if delalloc is much smaller than orderedJosef Bacik
2021-06-21btrfs: don't include the global rsv size in the preemptive used amountJosef Bacik
2021-06-21btrfs: use the global rsv size in the preemptive thresh calculationJosef Bacik
2021-06-21btrfs: take into account global rsv in need_preemptive_reclaimJosef Bacik
2021-06-21btrfs: only clamp the first time we have to start flushingJosef Bacik
2021-06-21btrfs: check worker before need_preemptive_reclaimJosef Bacik
2021-06-21btrfs: remove stale comment for argument seed of btrfs_find_deviceSu Yue
2021-06-21btrfs: correct try_lock_extent() usage in read_extent_buffer_subpage()Goldwyn Rodrigues
2021-06-18Merge tag 'for-5.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-17btrfs: zoned: fix negative space_info->bytes_readonlyNaohiro Aota
2021-06-09Merge tag 'for-5.13-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-04btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov
2021-06-04btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani
2021-06-04btrfs: zoned: fix zone number to sector/physical calculationNaohiro Aota
2021-06-04btrfs: do not write supers if we have an fs errorJosef Bacik
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-27btrfs: fix deadlock when cloning inline extents and low on available spaceFilipe Manana
2021-05-27btrfs: fix fsync failure and transaction abort after writes to prealloc extentsFilipe Manana
2021-05-27btrfs: abort in rename_exchange if we fail to insert the second refJosef Bacik
2021-05-27btrfs: check error value from btrfs_update_inode in tree logJosef Bacik
2021-05-27btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik
2021-05-27btrfs: mark ordered extent and inode with error if we fail to finishJosef Bacik
2021-05-27btrfs: return errors from btrfs_del_csums in cleanup_ref_headJosef Bacik
2021-05-27btrfs: fix error handling in btrfs_del_csumsJosef Bacik
2021-05-27btrfs: fix compressed writes that cross stripe boundaryQu Wenruo
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: fix parallel compressed writesJohannes Thumshirn
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-17btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik
2021-05-17btrfs: release path before starting transaction when cloning inline extentFilipe Manana