summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-06-19btrfs: open code set_extent_delallocDavid Sterba
2023-06-19btrfs: open code set_extent_defragDavid Sterba
2023-06-19btrfs: remove a pointless NULL check in btrfs_lookup_fs_rootChristoph Hellwig
2023-06-19btrfs: convert btrfs_get_global_root to use a switch statementChristoph Hellwig
2023-06-19btrfs: fix the btrfs_get_global_root return valueChristoph Hellwig
2023-06-19btrfs: add and fix comments in btrfs_fs_devicesAnand Jain
2023-06-19btrfs: consolidate uuid comparisons in btrfs_validate_superAnand Jain
2023-06-19btrfs: simplify how changed fsid and metadata_uuid is checkedAnand Jain
2023-06-19btrfs: simplify fsid and metadata_uuid comparisonsAnand Jain
2023-06-19btrfs: return bool from check_tree_block_fsid instead of intAnand Jain
2023-06-19btrfs: add comment about metadata_uuid in btrfs_fs_devicesAnand Jain
2023-06-19btrfs: merge calls to alloc_fs_devices in device_list_addAnand Jain
2023-06-19btrfs: streamline fsid checks in alloc_fs_devicesAnand Jain
2023-06-19btrfs: reduce struct btrfs_fs_devices size by moving fsid_changeAnand Jain
2023-06-19btrfs: merge write_one_subpage_eb into write_one_ebChristoph Hellwig
2023-06-19btrfs: use per-buffer locking for extent_buffer readingChristoph Hellwig
2023-06-19btrfs: stop using lock_extent in btrfs_buffer_uptodateChristoph Hellwig
2023-06-19btrfs: don't check for uptodate pages in read_extent_buffer_pagesChristoph Hellwig
2023-06-19btrfs: stop using PageError for extent_buffersChristoph Hellwig
2023-06-19btrfs: remove the io_pages field in struct extent_bufferChristoph Hellwig
2023-06-19btrfs: remove the extent_buffer lookup in btree block checksummingChristoph Hellwig
2023-06-19btrfs: use a separate end_io handler for extent_buffer writingChristoph Hellwig
2023-06-19btrfs: don't use btrfs_bio_ctrl for extent buffer writingChristoph Hellwig
2023-06-19btrfs: move page locking from lock_extent_buffer_for_io to write_one_ebChristoph Hellwig
2023-06-19btrfs: submit a writeback bio per extent_bufferChristoph Hellwig
2023-06-19btrfs: return bool from lock_extent_buffer_for_ioChristoph Hellwig
2023-06-19btrfs: do not try to unlock the extent for non-subpage metadata readsChristoph Hellwig
2023-06-19btrfs: use a separate end_io handler for read_extent_bufferChristoph Hellwig
2023-06-19btrfs: remove the mirror_num argument to btrfs_submit_compressed_readChristoph Hellwig
2023-06-19btrfs: don't use btrfs_bio_ctrl for extent buffer readingChristoph Hellwig
2023-06-19btrfs: always read the entire extent_bufferChristoph Hellwig
2023-06-19btrfs: merge verify_parent_transid and btrfs_buffer_uptodateChristoph Hellwig
2023-06-19btrfs: move setting the buffer uptodate out of validate_extent_bufferChristoph Hellwig
2023-06-19btrfs: subpage: fix error handling in end_bio_subpage_eb_writepageChristoph Hellwig
2023-06-19btrfs: mark extent_buffer_under_io staticChristoph Hellwig
2023-06-19btrfs: trigger orphan inode cleanup during START_SYNC ioctlQu Wenruo
2023-06-19btrfs: fix comment referring to no longer existing btrfs_clean_tree_block()Filipe Manana
2023-06-19btrfs: change for_rename argument of btrfs_record_unlink_dir() to boolFilipe Manana
2023-06-19btrfs: remove pointless label and goto at btrfs_record_unlink_dir()Filipe Manana
2023-06-19btrfs: update comments at btrfs_record_unlink_dir() to be more clearFilipe Manana
2023-06-19btrfs: use inode_logged() at btrfs_record_unlink_dir()Filipe Manana
2023-06-19btrfs: use inode_logged() at need_log_inode()Filipe Manana
2023-06-19btrfs: scrub: remove more unused functionsJiapeng Chong
2023-06-19btrfs: handle tree backref walk error properlyQu Wenruo
2023-06-19btrfs: don't hold an extra reference for redirtied buffersChristoph Hellwig
2023-06-19btrfs: fix dirty_metadata_bytes for redirtied buffersChristoph Hellwig
2023-06-19btrfs: unexport btrfs_run_discard_work and make it staticJohannes Thumshirn
2023-06-19btrfs: rename del_ptr to btrfs_del_ptr and export itJosef Bacik
2023-06-19btrfs: add a btrfs_csum_type_size helperJosef Bacik
2023-06-19btrfs: add __KERNEL__ check for btrfs_no_printkJosef Bacik