summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-11-18btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain
2021-11-18btrfs: fix lost error handling when replaying directory deletesFilipe Manana
2021-11-18btrfs: clear MISSING device status bit in btrfs_close_one_deviceLi Zhang
2021-10-27btrfs: deal with errors when checking if a dir entry exists during log replayFilipe Manana
2021-10-20btrfs: fix abort logic in btrfs_replace_file_extentsJosef Bacik
2021-10-20btrfs: update refs for any root except tree log rootsJosef Bacik
2021-10-20btrfs: check for error when looking up inode during dir entry replayFilipe Manana
2021-10-20btrfs: deal with errors when adding inode reference during log replayFilipe Manana
2021-10-20btrfs: deal with errors when replaying dir entry during log replayFilipe Manana
2021-10-20btrfs: unlock newly allocated extent buffer after errorQu Wenruo
2021-10-09btrfs: fix mount failure due to past and transient device flush errorFilipe Manana
2021-10-09btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handlingQu Wenruo
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen
2021-09-30btrfs: prevent __btrfs_dump_space_info() to underflow its free spaceQu Wenruo
2021-09-26btrfs: fix lockdep warning while mounting sprout fsAnand Jain
2021-09-26btrfs: update the bdev time directly when closingJosef Bacik
2021-09-22btrfs: fix upper limit for max_inline for page size 64KAnand Jain
2021-09-18btrfs: tree-log: check btrfs_lookup_data_extent return valueMarcos Paulo de Souza
2021-09-18btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi
2021-09-18btrfs: wake up async_delalloc_pages waiters after submitJosef Bacik
2021-09-03btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo
2021-09-03btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana
2021-09-03Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo
2021-08-26btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown
2021-08-08btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana
2021-08-08btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana
2021-08-04btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues
2021-08-04btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi
2021-07-28btrfs: check for missing device in btrfs_trim_fsAnand Jain
2021-07-14btrfs: clear log tree recovering status if starting transaction failsDavid Sterba
2021-07-14btrfs: disable build on platforms having page size 256KChristophe Leroy
2021-07-14btrfs: don't clear page extent mapped if we're not invalidating the full pageQu Wenruo
2021-07-14btrfs: sysfs: fix format string for some discard statsDavid Sterba
2021-07-14btrfs: abort transaction if we fail to update the delayed inodeJosef Bacik
2021-07-14btrfs: fix error handling in __btrfs_update_delayed_inodeJosef Bacik
2021-07-14btrfs: clear defrag status of a root if starting transaction failsDavid Sterba
2021-07-14btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba
2021-07-14btrfs: send: fix invalid path for unlink operations after parent orphanizationFilipe Manana
2021-06-16btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov
2021-06-16btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani
2021-06-10btrfs: fix unmountable seed device after fstrimAnand Jain
2021-06-10btrfs: fix deadlock when cloning inline extents and low on available spaceFilipe Manana
2021-06-10btrfs: abort in rename_exchange if we fail to insert the second refJosef Bacik
2021-06-10btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik
2021-06-10btrfs: return errors from btrfs_del_csums in cleanup_ref_headJosef Bacik
2021-06-10btrfs: fix error handling in btrfs_del_csumsJosef Bacik
2021-06-10btrfs: mark ordered extent and inode with error if we fail to finishJosef Bacik
2021-06-10btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik
2021-06-03btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik
2021-06-03btrfs: release path before starting transaction when cloning inline extentFilipe Manana