Age | Commit message (Expand) | Author | Files | Lines |
2023-06-19 | btrfs: simplify fsid and metadata_uuid comparisons | Anand Jain | 1 | -15/+23 |
2023-06-19 | btrfs: return bool from check_tree_block_fsid instead of int | Anand Jain | 1 | -4/+4 |
2023-06-19 | btrfs: add comment about metadata_uuid in btrfs_fs_devices | Anand Jain | 1 | -0/+12 |
2023-06-19 | btrfs: merge calls to alloc_fs_devices in device_list_add | Anand Jain | 1 | -6/+2 |
2023-06-19 | btrfs: streamline fsid checks in alloc_fs_devices | Anand Jain | 1 | -6/+7 |
2023-06-19 | btrfs: reduce struct btrfs_fs_devices size by moving fsid_change | Anand Jain | 1 | -2/+2 |
2023-06-19 | btrfs: merge write_one_subpage_eb into write_one_eb | Christoph Hellwig | 1 | -55/+25 |
2023-06-19 | btrfs: use per-buffer locking for extent_buffer reading | Christoph Hellwig | 2 | -115/+37 |
2023-06-19 | btrfs: stop using lock_extent in btrfs_buffer_uptodate | Christoph Hellwig | 1 | -10/+2 |
2023-06-19 | btrfs: don't check for uptodate pages in read_extent_buffer_pages | Christoph Hellwig | 1 | -20/+1 |
2023-06-19 | btrfs: stop using PageError for extent_buffers | Christoph Hellwig | 1 | -17/+9 |
2023-06-19 | btrfs: remove the io_pages field in struct extent_buffer | Christoph Hellwig | 2 | -13/+5 |
2023-06-19 | btrfs: remove the extent_buffer lookup in btree block checksumming | Christoph Hellwig | 1 | -96/+24 |
2023-06-19 | btrfs: use a separate end_io handler for extent_buffer writing | Christoph Hellwig | 1 | -100/+26 |
2023-06-19 | btrfs: don't use btrfs_bio_ctrl for extent buffer writing | Christoph Hellwig | 1 | -20/+25 |
2023-06-19 | btrfs: move page locking from lock_extent_buffer_for_io to write_one_eb | Christoph Hellwig | 1 | -14/+1 |
2023-06-19 | btrfs: submit a writeback bio per extent_buffer | Christoph Hellwig | 1 | -65/+37 |
2023-06-19 | btrfs: return bool from lock_extent_buffer_for_io | Christoph Hellwig | 1 | -26/+11 |
2023-06-19 | btrfs: do not try to unlock the extent for non-subpage metadata reads | Christoph Hellwig | 1 | -2/+4 |
2023-06-19 | btrfs: use a separate end_io handler for read_extent_buffer | Christoph Hellwig | 3 | -149/+41 |
2023-06-19 | btrfs: remove the mirror_num argument to btrfs_submit_compressed_read | Christoph Hellwig | 3 | -4/+4 |
2023-06-19 | btrfs: don't use btrfs_bio_ctrl for extent buffer reading | Christoph Hellwig | 1 | -63/+36 |
2023-06-19 | btrfs: always read the entire extent_buffer | Christoph Hellwig | 1 | -12/+5 |
2023-06-19 | btrfs: merge verify_parent_transid and btrfs_buffer_uptodate | Christoph Hellwig | 1 | -31/+14 |
2023-06-19 | btrfs: move setting the buffer uptodate out of validate_extent_buffer | Christoph Hellwig | 1 | -3/+3 |
2023-06-19 | btrfs: subpage: fix error handling in end_bio_subpage_eb_writepage | Christoph Hellwig | 1 | -1/+2 |
2023-06-19 | btrfs: mark extent_buffer_under_io static | Christoph Hellwig | 2 | -2/+1 |
2023-06-19 | btrfs: trigger orphan inode cleanup during START_SYNC ioctl | Qu Wenruo | 1 | -0/+7 |
2023-06-19 | btrfs: fix comment referring to no longer existing btrfs_clean_tree_block() | Filipe Manana | 1 | -1/+1 |
2023-06-19 | btrfs: change for_rename argument of btrfs_record_unlink_dir() to bool | Filipe Manana | 3 | -6/+6 |
2023-06-19 | btrfs: remove pointless label and goto at btrfs_record_unlink_dir() | Filipe Manana | 1 | -7/+3 |
2023-06-19 | btrfs: update comments at btrfs_record_unlink_dir() to be more clear | Filipe Manana | 1 | -4/+8 |
2023-06-19 | btrfs: use inode_logged() at btrfs_record_unlink_dir() | Filipe Manana | 1 | -2/+2 |
2023-06-19 | btrfs: use inode_logged() at need_log_inode() | Filipe Manana | 1 | -3/+3 |
2023-06-19 | btrfs: scrub: remove more unused functions | Jiapeng Chong | 1 | -42/+0 |
2023-06-19 | btrfs: handle tree backref walk error properly | Qu Wenruo | 2 | -15/+29 |
2023-06-19 | btrfs: don't hold an extra reference for redirtied buffers | Christoph Hellwig | 7 | -42/+4 |
2023-06-19 | btrfs: fix dirty_metadata_bytes for redirtied buffers | Christoph Hellwig | 3 | -10/+6 |
2023-06-19 | btrfs: unexport btrfs_run_discard_work and make it static | Johannes Thumshirn | 2 | -18/+17 |
2023-06-19 | btrfs: rename del_ptr to btrfs_del_ptr and export it | Josef Bacik | 2 | -8/+10 |
2023-06-19 | btrfs: add a btrfs_csum_type_size helper | Josef Bacik | 2 | -1/+8 |
2023-06-19 | btrfs: add __KERNEL__ check for btrfs_no_printk | Josef Bacik | 1 | -0/+7 |
2023-06-19 | btrfs: move split_flags/combine_flags helpers to inode-item.h | Josef Bacik | 3 | -17/+17 |
2023-06-19 | btrfs: move btrfs_verify_level_key into tree-checker.c | Josef Bacik | 4 | -60/+60 |
2023-06-19 | btrfs: add __btrfs_check_node helper | Josef Bacik | 2 | -12/+18 |
2023-06-19 | btrfs: extend btrfs_leaf_check to return btrfs_tree_block_status | Josef Bacik | 2 | -13/+29 |
2023-06-19 | btrfs: use btrfs_tree_block_status for leaf item errors | Josef Bacik | 1 | -7/+12 |
2023-06-19 | btrfs: add btrfs_tree_block_status definitions to tree-checker.h | Josef Bacik | 1 | -0/+13 |
2023-06-19 | btrfs: simplify btrfs_check_leaf_* helpers into a single helper | Josef Bacik | 3 | -32/+13 |
2023-06-19 | btrfs: remove level argument from btrfs_set_block_flags | Josef Bacik | 3 | -9/+5 |