Age | Commit message (Expand) | Author |
2021-02-09 | btrfs: zoned: redirty released extent buffers | Naohiro Aota |
2021-02-09 | btrfs: zoned: implement sequential extent allocation | Naohiro Aota |
2021-02-09 | btrfs: zoned: track unusable bytes for zones | Naohiro Aota |
2021-02-09 | btrfs: zoned: calculate allocation offset for conventional zones | Naohiro Aota |
2021-02-09 | btrfs: zoned: load zone's allocation offset | Naohiro Aota |
2021-02-09 | btrfs: zoned: verify device extent is aligned to zone | Naohiro Aota |
2021-02-09 | btrfs: zoned: implement zoned chunk allocator | Naohiro Aota |
2021-02-09 | btrfs: zoned: allow zoned filesystems on non-zoned block devices | Johannes Thumshirn |
2021-02-09 | btrfs: zoned: disallow fitrim on zoned filesystems | Naohiro Aota |
2021-02-09 | btrfs: zoned: do not load fs_info::zoned from incompat flag | Johannes Thumshirn |
2021-02-09 | btrfs: release path before calling to btrfs_load_block_group_zone_info | Johannes Thumshirn |
2021-02-09 | btrfs: zoned: use regular super block location on zone emulation | Naohiro Aota |
2021-02-09 | btrfs: zoned: defer loading zone info after opening trees | Naohiro Aota |
2021-02-09 | iomap: support REQ_OP_ZONE_APPEND | Naohiro Aota |
2021-02-08 | btrfs: fix extent buffer leak on failure to copy root | Filipe Manana |
2021-02-08 | btrfs: explain page locking and readahead in read_extent_buffer_pages() | Qu Wenruo |
2021-02-08 | btrfs: allow read-only mount of 4K sector size fs on 64K page system | Qu Wenruo |
2021-02-08 | btrfs: integrate page status update for data read path into begin/end_page_read | Qu Wenruo |
2021-02-08 | btrfs: introduce btrfs_subpage for data inodes | Qu Wenruo |
2021-02-08 | btrfs: introduce subpage metadata validation check | Qu Wenruo |
2021-02-08 | btrfs: support subpage in endio_readpage_update_page_status() | Qu Wenruo |
2021-02-08 | btrfs: introduce read_extent_buffer_subpage() | Qu Wenruo |
2021-02-08 | btrfs: support subpage in try_release_extent_buffer() | Qu Wenruo |
2021-02-08 | btrfs: support subpage in btrfs_clone_extent_buffer | Qu Wenruo |
2021-02-08 | btrfs: support subpage in set/clear_extent_buffer_uptodate() | Qu Wenruo |
2021-02-08 | btrfs: introduce helpers for subpage error status | Qu Wenruo |
2021-02-08 | btrfs: introduce helpers for subpage uptodate status | Qu Wenruo |
2021-02-08 | btrfs: attach private to dummy extent buffer pages | Qu Wenruo |
2021-02-08 | btrfs: support subpage for extent buffer page release | Qu Wenruo |
2021-02-08 | btrfs: make grab_extent_buffer_from_page() handle subpage case | Qu Wenruo |
2021-02-08 | btrfs: make attach_extent_buffer_page() handle subpage case | Qu Wenruo |
2021-02-08 | btrfs: introduce the skeleton of btrfs_subpage structure | Qu Wenruo |
2021-02-08 | btrfs: set UNMAPPED bit early in btrfs_clone_extent_buffer() for subpage support | Qu Wenruo |
2021-02-08 | btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACK | Qu Wenruo |
2021-02-08 | btrfs: make concurrent fsyncs wait less when waiting for a transaction commit | Filipe Manana |
2021-02-08 | btrfs: remove unnecessary check_parent_dirs_for_sync() | Filipe Manana |
2021-02-08 | btrfs: skip logging inodes already logged when logging new entries | Filipe Manana |
2021-02-08 | btrfs: skip logging directories already logged when logging all parents | Filipe Manana |
2021-02-08 | btrfs: avoid logging new ancestor inodes when logging new inode | Filipe Manana |
2021-02-08 | btrfs: stop setting nbytes when filling inode item for logging | Filipe Manana |
2021-02-08 | btrfs: remove unnecessary directory inode item update when deleting dir entry | Filipe Manana |
2021-02-08 | btrfs: let callers of btrfs_get_io_geometry pass the em | Michal Rostecki |
2021-02-08 | btrfs: fix double accounting of ordered extent for subpage case in btrfs_inva... | Qu Wenruo |
2021-02-08 | btrfs: simplify condition in __btrfs_run_delayed_items | Abaci Team |
2021-02-08 | btrfs: remove wrong comment for can_nocow_extent() | Filipe Manana |
2021-02-08 | btrfs: add a trace class for dumping the current ENOSPC state | Josef Bacik |
2021-02-08 | btrfs: adjust the flush trace point to include the source | Josef Bacik |
2021-02-08 | btrfs: implement space clamping for preemptive flushing | Josef Bacik |
2021-02-08 | btrfs: simplify the logic in need_preemptive_flushing | Josef Bacik |
2021-02-08 | btrfs: rework btrfs_calc_reclaim_metadata_size | Josef Bacik |