summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-09-26btrfs: update the bdev time directly when closingJosef Bacik1-8/+10
2021-09-22btrfs: fix upper limit for max_inline for page size 64KAnand Jain1-22/+23
2021-09-18btrfs: tree-log: check btrfs_lookup_data_extent return valueMarcos Paulo de Souza1-1/+3
2021-09-18btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi1-0/+3
2021-09-18btrfs: wake up async_delalloc_pages waiters after submitJosef Bacik1-5/+5
2021-09-03btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo1-1/+1
2021-09-03btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana4-13/+19
2021-09-03Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo1-1/+1
2021-08-26btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown1-2/+8
2021-08-08btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana1-2/+2
2021-08-08btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana1-3/+2
2021-08-04btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues1-1/+1
2021-08-04btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi1-0/+1
2021-07-28btrfs: check for missing device in btrfs_trim_fsAnand Jain1-0/+3
2021-07-14btrfs: clear log tree recovering status if starting transaction failsDavid Sterba1-0/+1
2021-07-14btrfs: disable build on platforms having page size 256KChristophe Leroy1-0/+2
2021-07-14btrfs: don't clear page extent mapped if we're not invalidating the full pageQu Wenruo1-1/+13
2021-07-14btrfs: sysfs: fix format string for some discard statsDavid Sterba1-2/+2
2021-07-14btrfs: abort transaction if we fail to update the delayed inodeJosef Bacik1-0/+8
2021-07-14btrfs: fix error handling in __btrfs_update_delayed_inodeJosef Bacik1-6/+4
2021-07-14btrfs: clear defrag status of a root if starting transaction failsDavid Sterba1-2/+4
2021-07-14btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba1-1/+1
2021-07-14btrfs: send: fix invalid path for unlink operations after parent orphanizationFilipe Manana1-0/+11
2021-06-16btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov1-8/+18
2021-06-16btrfs: return value from btrfs_mark_extent_written() in case of errorRitesh Harjani1-2/+2
2021-06-10btrfs: fix unmountable seed device after fstrimAnand Jain1-3/+7
2021-06-10btrfs: fix deadlock when cloning inline extents and low on available spaceFilipe Manana1-16/+22
2021-06-10btrfs: abort in rename_exchange if we fail to insert the second refJosef Bacik1-1/+6
2021-06-10btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik1-6/+7
2021-06-10btrfs: return errors from btrfs_del_csums in cleanup_ref_headJosef Bacik1-1/+1
2021-06-10btrfs: fix error handling in btrfs_del_csumsJosef Bacik1-5/+5
2021-06-10btrfs: mark ordered extent and inode with error if we fail to finishJosef Bacik1-0/+12
2021-06-10btrfs: tree-checker: do not error out if extent ref hash doesn't matchJosef Bacik1-12/+4
2021-06-03btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik1-2/+0
2021-06-03btrfs: release path before starting transaction when cloning inline extentFilipe Manana1-0/+5
2021-06-03btrfs: return whole extents in fiemapBoris Burkov1-1/+6
2021-05-26btrfs: avoid RCU stalls while running delayed iputsJosef Bacik1-0/+1
2021-05-19btrfs: fix race leading to unpersisted data and metadata on fsyncFilipe Manana2-12/+27
2021-05-11btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana1-0/+20
2021-05-11btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik1-3/+3
2021-05-11btrfs: do proper error handling in btrfs_update_reloc_rootJosef Bacik1-4/+2
2021-05-11btrfs: do proper error handling in create_reloc_rootJosef Bacik1-6/+28
2021-05-11btrfs: fix race between transaction aborts and fsyncs leading to use-after-freeFilipe Manana1-1/+11
2021-05-11btrfs: fix metadata extent leak after failure to create subvolumeFilipe Manana1-3/+15
2021-05-11btrfs: handle remount to no compress during compressionQu Wenruo1-3/+8
2021-03-30btrfs: fix sleep while in non-sleep context during qgroup removalFilipe Manana1-2/+10
2021-03-25btrfs: fix slab cache flags for free space tree bitmapDavid Sterba1-1/+1
2021-03-25btrfs: fix race when cloning extent buffer during rewind of an old rootFilipe Manana1-0/+2
2021-03-11btrfs: don't flush from btrfs_delayed_inode_reserve_metadataNikolay Borisov2-2/+3
2021-03-11btrfs: export and rename qgroup_reserve_metaNikolay Borisov2-4/+6