aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-07btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu
2022-11-07btrfs: fix match incorrectly in dev_args_match_deviceLiu Shixin
2022-11-02btrfs: fix inode reserve space leak due to nowait buffered writeFilipe Manana
2022-11-02btrfs: fix nowait buffered write returning -ENOSPCFilipe Manana
2022-11-02btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana
2022-11-02btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana
2022-11-02btrfs: fix inode list leak during backref walking at find_parent_nodes()Filipe Manana
2022-11-02btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana
2022-10-31btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana
2022-10-31btrfs: fix a memory allocation failure test in btrfs_submit_directChristophe JAILLET
2022-10-25btrfs: don't use btrfs_chunk::sub_stripes from diskQu Wenruo
2022-10-24btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba
2022-10-24btrfs: send: fix send failure of a subcase of orphan inodesBingJing Chang
2022-10-24btrfs: make thaw time super block check to also verify checksumQu Wenruo
2022-10-24btrfs: fix tree mod log mishandling of reallocated nodesJosef Bacik
2022-10-24btrfs: reorder btrfs_bio for better packingDavid Sterba
2022-10-24btrfs: raid56: avoid double freeing for rbio if full_stripe_write() failedQu Wenruo
2022-10-24btrfs: raid56: properly handle the error when unable to find the missing stripeQu Wenruo
2022-10-14MAINTAINERS: update btrfs website links and filesDavid Sterba
2022-10-11btrfs: ignore fiemap path cache if we have multiple leaves for a data extentFilipe Manana
2022-10-11btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana
2022-10-11btrfs: fix processing of delayed data refs during backref walkingFilipe Manana
2022-10-11btrfs: delete stale comments after merge conflict resolutionDavid Sterba
2022-10-11btrfs: unlock locked extent area if we have contentionJosef Bacik
2022-10-11btrfs: send: update command for protocol version checkDavid Sterba
2022-10-11btrfs: send: allow protocol version 3 with CONFIG_BTRFS_DEBUGBoris Burkov
2022-10-07btrfs: add missing path cache update during fiemapFilipe Manana
2022-09-29btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...Tetsuo Handa
2022-09-29btrfs: drop extent map range more efficientlyFilipe Manana
2022-09-29btrfs: avoid pointless extent map tree search when flushing delallocFilipe Manana
2022-09-29btrfs: remove unnecessary next extent map searchFilipe Manana
2022-09-29btrfs: remove unnecessary NULL pointer checks when searching extent mapsFilipe Manana
2022-09-29btrfs: assert tree is locked when clearing extent map from loggingFilipe Manana
2022-09-29btrfs: remove unnecessary extent map initializationsFilipe Manana
2022-09-29btrfs: remove the refcount warning/check at free_extent_map()Filipe Manana
2022-09-29btrfs: add helper to replace extent map range with a new extent mapFilipe Manana
2022-09-29btrfs: move open coded extent map tree deletion out of inode evictionFilipe Manana
2022-09-29btrfs: use cond_resched_rwlock_write() during inode evictionFilipe Manana
2022-09-29btrfs: use extent_map_end() at btrfs_drop_extent_map_range()Filipe Manana
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana
2022-09-29btrfs: fix missed extent on fsync after dropping extent mapsFilipe Manana
2022-09-29btrfs: remove stale prototype of btrfs_write_inodeJeff Layton
2022-09-29btrfs: enable nowait async buffered writesStefan Roesch
2022-09-29btrfs: assert nowait mode is not used for some btree search functionsStefan Roesch
2022-09-29btrfs: make btrfs_buffered_write nowait compatibleStefan Roesch
2022-09-29btrfs: plumb NOWAIT through the write pathStefan Roesch
2022-09-29btrfs: make lock_and_cleanup_extent_if_need nowait compatibleStefan Roesch
2022-09-29btrfs: make prepare_pages nowait compatibleStefan Roesch
2022-09-29btrfs: make btrfs_check_nocow_lock nowait compatibleJosef Bacik
2022-09-29btrfs: add btrfs_try_lock_ordered_rangeJosef Bacik