Age | Commit message (Expand) | Author | Files | Lines |
2022-04-26 | Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
2022-04-21 | btrfs: zoned: use dedicated lock for data relocation | Naohiro Aota | 1 | -0/+1 |
2022-04-14 | Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+3 |
2022-04-06 | btrfs: fix root ref counts in error handling in btrfs_get_root_ref | Jia-Ju Bai | 1 | -2/+3 |
2022-03-23 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -23/+24 |
2022-03-22 | Merge tag 'for-5.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -63/+156 |
2022-03-22 | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -6/+4 |
2022-03-15 | btrfs: Convert from set_page_dirty to dirty_folio | Matthew Wilcox (Oracle) | 1 | -12/+13 |
2022-03-15 | btrfs: Convert from invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) | 1 | -11/+11 |
2022-03-14 | btrfs: verify the tranisd of the to-be-written dirty extent buffer | Qu Wenruo | 1 | -6/+20 |
2022-03-14 | btrfs: unify the error handling pattern for read_tree_block() | Qu Wenruo | 1 | -7/+9 |
2022-03-14 | btrfs: pass btrfs_fs_info to btrfs_recover_relocation | Josef Bacik | 1 | -1/+1 |
2022-03-14 | btrfs: pass btrfs_fs_info for deleting snapshots and cleaner | Josef Bacik | 1 | -4/+3 |
2022-03-14 | btrfs: add support for multiple global roots | Josef Bacik | 1 | -9/+41 |
2022-03-14 | btrfs: add code to support the block group root | Josef Bacik | 1 | -7/+42 |
2022-03-14 | btrfs: abstract out loading the tree root | Josef Bacik | 1 | -35/+46 |
2022-03-02 | btrfs: do not start relocation until in progress drops are done | Josef Bacik | 1 | -0/+10 |
2022-02-02 | block: pass a block_device and opf to bio_reset | Christoph Hellwig | 1 | -3/+1 |
2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig | 1 | -3/+3 |
2022-01-07 | btrfs: output more debug messages for uncommitted transaction | Qu Wenruo | 1 | -1/+43 |
2022-01-07 | btrfs: remove reada infrastructure | Qu Wenruo | 1 | -18/+2 |
2022-01-07 | btrfs: make send work with concurrent block group relocation | Filipe Manana | 1 | -3/+1 |
2022-01-03 | btrfs: track the csum, extent, and free space trees in a rb tree | Josef Bacik | 1 | -58/+218 |
2022-01-03 | btrfs: stop accessing ->free_space_root directly | Josef Bacik | 1 | -5/+5 |
2022-01-03 | btrfs: stop accessing ->csum_root directly | Josef Bacik | 1 | -7/+8 |
2022-01-03 | btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum root | Josef Bacik | 1 | -0/+5 |
2022-01-03 | btrfs: stop accessing ->extent_root directly | Josef Bacik | 1 | -7/+8 |
2022-01-03 | btrfs: init root block_rsv at init root time | Josef Bacik | 1 | -7/+8 |
2022-01-03 | btrfs: pass fs_info to trace_btrfs_transaction_commit | Josef Bacik | 1 | -1/+1 |
2022-01-03 | btrfs: rework async transaction committing | Josef Bacik | 1 | -1/+2 |
2022-01-03 | btrfs: remove unused BTRFS_FS_BARRIER flag | Josef Bacik | 1 | -1/+0 |
2022-01-03 | btrfs: get rid of root->orphan_cleanup_state | Josef Bacik | 1 | -1/+0 |
2022-01-03 | btrfs: zoned: cache reported zone during mount | Naohiro Aota | 1 | -0/+2 |
2022-01-03 | btrfs: remove unused parameter fs_devices from btrfs_init_workqueues | Su Yue | 1 | -3/+2 |
2021-12-18 | Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+8 |
2021-12-14 | btrfs: fix double free of anon_dev after failure to create subvolume | Filipe Manana | 1 | -0/+8 |
2021-11-18 | Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+13 |
2021-11-16 | btrfs: check-integrity: fix a warning on write caching disabled disk | Wang Yugui | 1 | -1/+13 |
2021-11-01 | Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -21/+30 |
2021-10-29 | btrfs: call btrfs_check_rw_degradable only if there is a missing device | Anand Jain | 1 | -1/+2 |
2021-10-26 | btrfs: fix comment about sector sizes supported in 64K systems | Anand Jain | 1 | -2/+1 |
2021-10-26 | btrfs: add a BTRFS_FS_ERROR helper | Josef Bacik | 1 | -5/+3 |
2021-10-26 | btrfs: assert that extent buffers are write locked instead of only locked | Filipe Manana | 1 | -4/+4 |
2021-10-26 | btrfs: rename struct btrfs_io_bio to btrfs_bio | Qu Wenruo | 1 | -1/+1 |
2021-10-26 | btrfs: zoned: add a dedicated data relocation block group | Johannes Thumshirn | 1 | -0/+1 |
2021-10-26 | btrfs: introduce btrfs_is_data_reloc_root | Johannes Thumshirn | 1 | -1/+1 |
2021-10-26 | btrfs: convert latest_bdev type to btrfs_device and rename | Anand Jain | 1 | -3/+3 |
2021-10-26 | btrfs: zoned: implement active zone tracking | Naohiro Aota | 1 | -0/+2 |
2021-10-26 | btrfs: zoned: finish superblock zone once no space left for new SB | Naohiro Aota | 1 | -1/+3 |
2021-10-25 | btrfs: subpage: introduce btrfs_subpage_bitmap_info | Qu Wenruo | 1 | -3/+9 |