summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-11-26btrfs: update device path inode time instead of bd_inodeJosef Bacik1-8/+13
2021-11-26btrfs: fix memory ordering between normal and ordered work functionsNikolay Borisov1-0/+14
2021-11-18btrfs: do not take the uuid_mutex in btrfs_rm_deviceJosef Bacik1-5/+5
2021-11-18btrfs: reflink: initialize return value to 0 in btrfs_extent_same()Sidong Yang1-1/+1
2021-11-18btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain1-1/+2
2021-11-18btrfs: fix lost error handling when replaying directory deletesFilipe Manana1-1/+3
2021-11-18btrfs: clear MISSING device status bit in btrfs_close_one_deviceLi Zhang1-1/+3
2021-10-27btrfs: deal with errors when checking if a dir entry exists during log replayFilipe Manana1-18/+29
2021-10-20btrfs: fix abort logic in btrfs_replace_file_extentsJosef Bacik1-7/+9
2021-10-20btrfs: update refs for any root except tree log rootsJosef Bacik1-2/+1
2021-10-20btrfs: check for error when looking up inode during dir entry replayFilipe Manana1-7/+7
2021-10-20btrfs: deal with errors when adding inode reference during log replayFilipe Manana1-2/+7
2021-10-20btrfs: deal with errors when replaying dir entry during log replayFilipe Manana1-1/+8
2021-10-20btrfs: unlock newly allocated extent buffer after errorQu Wenruo1-0/+1
2021-10-09btrfs: fix mount failure due to past and transient device flush errorFilipe Manana1-0/+13
2021-10-09btrfs: replace BUG_ON() in btrfs_csum_one_bio() with proper error handlingQu Wenruo1-1/+12
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen3-3/+6
2021-09-30btrfs: prevent __btrfs_dump_space_info() to underflow its free spaceQu Wenruo1-2/+3
2021-09-26btrfs: fix lockdep warning while mounting sprout fsAnand Jain1-3/+4
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