| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | btrfs: convert count_max_extents() to use fs_info->max_extent_size | Naohiro Aota | 2022-07-25 | 1 | -8/+13 |
* | btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size | Naohiro Aota | 2022-07-25 | 1 | -0/+6 |
* | btrfs: zoned: revive max_zone_append_bytes | Naohiro Aota | 2022-07-25 | 1 | -0/+2 |
* | btrfs: collect commit stats, count, duration | Ioannis Angelakopoulos | 2022-07-25 | 1 | -0/+15 |
* | btrfs: use named constant for reserved device space | Qu Wenruo | 2022-07-25 | 1 | -0/+7 |
* | btrfs: pass bits by value not by pointer for extent_state helpers | David Sterba | 2022-07-25 | 1 | -2/+2 |
* | btrfs: make btrfs_super_block::log_root_transid deprecated | Qu Wenruo | 2022-07-25 | 1 | -4/+6 |
* | btrfs: remove btrfs_end_io_wq | Christoph Hellwig | 2022-07-25 | 1 | -2/+2 |
* | btrfs: don't use btrfs_bio_wq_end_io for compressed writes | Christoph Hellwig | 2022-07-25 | 1 | -1/+1 |
* | btrfs: defer I/O completion based on the btrfs_raid_bio | Christoph Hellwig | 2022-07-25 | 1 | -1/+1 |
* | btrfs: split btrfs_submit_data_bio to read and write parts | Christoph Hellwig | 2022-07-25 | 1 | -2/+3 |
* | btrfs: send: send compressed extents with encoded writes | Omar Sandoval | 2022-07-25 | 1 | -0/+6 |
* | btrfs: factor out a btrfs_csum_ptr helper | Christoph Hellwig | 2022-07-25 | 1 | -0/+8 |
* | btrfs: introduce a data checksum checking helper | Qu Wenruo | 2022-07-25 | 1 | -0/+2 |
* | btrfs: fix typos in comments | David Sterba | 2022-07-25 | 1 | -1/+1 |
* | Revert "btrfs: turn delayed_nodes_tree into an XArray" | David Sterba | 2022-07-15 | 1 | -3/+3 |
* | Revert "btrfs: turn fs_info member buffer_radix into XArray" | David Sterba | 2022-07-15 | 1 | -2/+2 |
* | Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray" | David Sterba | 2022-07-15 | 1 | -5/+3 |
* | btrfs: add missing inode updates on each iteration when replacing extents | Filipe Manana | 2022-06-21 | 1 | -0/+2 |
* | btrfs: move struct btrfs_dio_private to inode.c | Christoph Hellwig | 2022-05-16 | 1 | -1/+0 |
* | btrfs: add a btrfs_dio_rw wrapper | Christoph Hellwig | 2022-05-16 | 1 | -2/+2 |
* | btrfs: rename bio_flags in parameters and switch type | David Sterba | 2022-05-16 | 1 | -1/+1 |
* | btrfs: sink parameter is_data to btrfs_set_disk_extent_flags | David Sterba | 2022-05-16 | 1 | -2/+1 |
* | btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray | Gabriel Niebler | 2022-05-16 | 1 | -3/+5 |
* | btrfs: turn fs_info member buffer_radix into XArray | Gabriel Niebler | 2022-05-16 | 1 | -2/+2 |
* | btrfs: turn delayed_nodes_tree into an XArray | Gabriel Niebler | 2022-05-16 | 1 | -3/+3 |
* | btrfs: use a normal workqueue for rmw_workers | Christoph Hellwig | 2022-05-16 | 1 | -1/+1 |
* | btrfs: use normal workqueues for scrub | Christoph Hellwig | 2022-05-16 | 1 | -3/+3 |
* | btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueue | Christoph Hellwig | 2022-05-16 | 1 | -0/+1 |
* | btrfs: do not return errors from submit_bio_hook_t instances | Christoph Hellwig | 2022-05-16 | 1 | -2/+2 |
* | btrfs: move btrfs_readpage to extent_io.c | Christoph Hellwig | 2022-05-16 | 1 | -1/+0 |
* | btrfs: use a read/write lock for protecting the block groups tree | Filipe Manana | 2022-05-16 | 1 | -1/+1 |
* | btrfs: use rbtree with leftmost node cached for tracking lowest block group | Filipe Manana | 2022-05-16 | 1 | -2/+1 |
* | btrfs: remove the zoned/zone_size union in struct btrfs_fs_info | Christoph Hellwig | 2022-05-16 | 1 | -5/+2 |
* | btrfs: avoid blocking on space revervation when doing nowait dio writes | Filipe Manana | 2022-05-16 | 1 | -1/+1 |
* | btrfs: stop allocating a path when checking if cross reference exists | Filipe Manana | 2022-05-16 | 1 | -1/+2 |
* | btrfs: add messages to printk index | Jonathan Lassoff | 2022-05-16 | 1 | -5/+36 |
* | btrfs: add and use helper to assert an inode range is clean | Filipe Manana | 2022-05-16 | 1 | -0/+1 |
* | btrfs: move common inode creation code into btrfs_create_new_inode() | Omar Sandoval | 2022-05-16 | 1 | -5/+1 |
* | btrfs: reserve correct number of items for inode creation | Omar Sandoval | 2022-05-16 | 1 | -6/+28 |
* | btrfs: allocate inode outside of btrfs_new_inode() | Omar Sandoval | 2022-05-16 | 1 | -2/+3 |
* | btrfs: introduce btrfs_for_each_slot iterator macro | Gabriel Niebler | 2022-05-16 | 1 | -0/+29 |
* | Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-04-26 | 1 | -0/+1 |
|\ |
|
| * | btrfs: zoned: use dedicated lock for data relocation | Naohiro Aota | 2022-04-21 | 1 | -0/+1 |
* | | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-22 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | btrfs: Convert from invalidatepage to invalidate_folio | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -0/+3 |
* | | btrfs: pass btrfs_fs_info to btrfs_recover_relocation | Josef Bacik | 2022-03-14 | 1 | -1/+1 |
* | | btrfs: add filesystems state details to error messages | Sweet Tea Dorminy | 2022-03-14 | 1 | -0/+2 |
* | | btrfs: add BTRFS_IOC_ENCODED_WRITE | Omar Sandoval | 2022-03-14 | 1 | -0/+4 |
* | | btrfs: add BTRFS_IOC_ENCODED_READ ioctl | Omar Sandoval | 2022-03-14 | 1 | -0/+4 |