summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-09-03btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo
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-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-08-04btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana
2021-07-28btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana
2021-07-28btrfs: fix unpersisted i_size on fsync after expanding truncateFilipe Manana
2021-07-28btrfs: check for missing device in btrfs_trim_fsAnand Jain
2021-07-20btrfs: zoned: fix wrong mutex unlock on failure to allocate log root treeFilipe Manana
2021-07-20btrfs: don't block if we can't acquire the reclaim lockJohannes Thumshirn
2021-07-20btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana
2021-07-20btrfs: fix deadlock with concurrent chunk allocations involving system chunksFilipe Manana
2021-07-20btrfs: zoned: fix types for u64 division in btrfs_reclaim_bgs_workDavid Sterba
2021-07-20btrfs: properly split extent_map for REQ_OP_ZONE_APPENDNaohiro Aota
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: always abort the transaction if we abort a trans handleJosef Bacik
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: fix unbalanced unlock in qgroup_account_snapshot()Naohiro Aota
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-07-14btrfs: zoned: bail out if we can't read a reliable write pointerJohannes Thumshirn
2021-07-14btrfs: zoned: print message when zone sanity check type failsNaohiro Aota
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