Age | Commit message (Expand) | Author |
2020-12-18 | btrfs: correctly calculate item size used when item key collision happens | ethanwu |
2020-12-08 | btrfs: set the lockdep class for extent buffers on creation | Josef Bacik |
2020-12-08 | btrfs: pass the owner_root and level to alloc_extent_buffer | Josef Bacik |
2020-12-08 | btrfs: pass root owner to read_tree_block | Josef Bacik |
2020-12-08 | btrfs: cleanup extent buffer readahead | Josef Bacik |
2020-12-08 | btrfs: load free space cache asynchronously | Josef Bacik |
2020-12-08 | btrfs: explicitly protect ->last_byte_to_unpin in unpin_extent_range | Josef Bacik |
2020-12-08 | btrfs: update last_byte_to_unpin in switch_commit_roots | Josef Bacik |
2020-12-08 | btrfs: do not shorten unpin len for caching block groups | Josef Bacik |
2020-12-08 | btrfs: locking: rip out path->leave_spinning | Josef Bacik |
2020-12-08 | btrfs: locking: remove all the blocking helpers | Josef Bacik |
2020-12-08 | btrfs: precalculate checksums per leaf once | David Sterba |
2020-12-08 | btrfs: use precalculated sectorsize_bits from fs_info | David Sterba |
2020-12-08 | btrfs: add set/get accessors for root_item::drop_level | David Sterba |
2020-10-26 | btrfs: tree-checker: fix incorrect printk format | Pujin Shi |
2020-10-07 | btrfs: introduce BTRFS_NESTING_COW for cow'ing blocks | Josef Bacik |
2020-10-07 | btrfs: extent-tree: kill the BUG_ON() in insert_inline_extent_backref() | Qu Wenruo |
2020-10-07 | btrfs: extent-tree: kill BUG_ON() in __btrfs_free_extent() | Qu Wenruo |
2020-10-07 | btrfs: call btrfs_try_granting_tickets when unpinning anything | Josef Bacik |
2020-10-07 | btrfs: tracepoints: output proper root owner for trace_find_free_extent() | Qu Wenruo |
2020-09-07 | btrfs: require only sector size alignment for parent eb bytenr | Qu Wenruo |
2020-08-27 | btrfs: set the correct lockdep class for new nodes | Josef Bacik |
2020-08-21 | btrfs: detect nocow for swap after snapshot delete | Boris Burkov |
2020-08-12 | btrfs: trim: fix underflow in trim length to prevent access beyond device bou... | Qu Wenruo |
2020-07-27 | btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat... | Qu Wenruo |
2020-07-27 | btrfs: qgroup: free per-trans reserved space when a subvolume gets dropped | Qu Wenruo |
2020-05-25 | btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE | Qu Wenruo |
2020-05-25 | btrfs: rename member 'trimming' of block group to a more generic name | Filipe Manana |
2020-05-25 | btrfs: remove unused function heads_to_leaves | YueHaibing |
2020-05-25 | btrfs: don't force read-only after error in drop snapshot | David Sterba |
2020-05-25 | btrfs: add missing annotation for btrfs_lock_cluster() | Jules Irenge |
2020-03-23 | btrfs: do not use readahead for running delayed refs | Josef Bacik |
2020-03-23 | btrfs: move the root freeing stuff into btrfs_put_root | Josef Bacik |
2020-03-23 | btrfs: Remove block_rsv parameter from btrfs_drop_snapshot | Nikolay Borisov |
2020-03-23 | btrfs: Open code insert_extent_backref | Nikolay Borisov |
2020-03-23 | btrfs: factor out prepare_allocation() for extent allocation | Naohiro Aota |
2020-03-23 | btrfs: skip LOOP_NO_EMPTY_SIZE if not clustered allocation | Naohiro Aota |
2020-03-23 | btrfs: factor out chunk_allocation_failed() for extent allocation | Naohiro Aota |
2020-03-23 | btrfs: drop unnecessary arguments from find_free_extent_update_loop() | Naohiro Aota |
2020-03-23 | btrfs: factor out found_extent() for extent allocation | Naohiro Aota |
2020-03-23 | btrfs: factor out release_block_group() | Naohiro Aota |
2020-03-23 | btrfs: drop unnecessary arguments from clustered allocation functions | Naohiro Aota |
2020-03-23 | btrfs: factor out do_allocation() for extent allocation | Naohiro Aota |
2020-03-23 | btrfs: move variables for clustered allocation into find_free_extent_ctl | Naohiro Aota |
2020-03-23 | btrfs: move hint_byte into find_free_extent_ctl | Naohiro Aota |
2020-03-23 | btrfs: introduce extent allocation policy | Naohiro Aota |
2020-03-23 | btrfs: change full_search to bool in find_free_extent_update_loop | Naohiro Aota |
2020-03-23 | btrfs: simplify parameters of btrfs_set_disk_extent_flags | David Sterba |
2020-03-23 | btrfs: convert snapshot/nocow exlcusion to drew lock | Nikolay Borisov |
2020-03-23 | btrfs: handle logged extent failure properly | Josef Bacik |