btrfs: add and fix comments in btrfs_fs_devices
[linux-2.6-block.git] / fs /
2023-06-19 Anand Jainbtrfs: add and fix comments in btrfs_fs_devices
2023-06-19 Anand Jainbtrfs: consolidate uuid comparisons in btrfs_validate_super
2023-06-19 Anand Jainbtrfs: simplify how changed fsid and metadata_uuid...
2023-06-19 Anand Jainbtrfs: simplify fsid and metadata_uuid comparisons
2023-06-19 Anand Jainbtrfs: return bool from check_tree_block_fsid instead...
2023-06-19 Anand Jainbtrfs: add comment about metadata_uuid in btrfs_fs_devices
2023-06-19 Anand Jainbtrfs: merge calls to alloc_fs_devices in device_list_add
2023-06-19 Anand Jainbtrfs: streamline fsid checks in alloc_fs_devices
2023-06-19 Anand Jainbtrfs: reduce struct btrfs_fs_devices size by moving...
2023-06-19 Christoph Hellwigbtrfs: merge write_one_subpage_eb into write_one_eb
2023-06-19 Christoph Hellwigbtrfs: use per-buffer locking for extent_buffer reading
2023-06-19 Christoph Hellwigbtrfs: stop using lock_extent in btrfs_buffer_uptodate
2023-06-19 Christoph Hellwigbtrfs: don't check for uptodate pages in read_extent_bu...
2023-06-19 Christoph Hellwigbtrfs: stop using PageError for extent_buffers
2023-06-19 Christoph Hellwigbtrfs: remove the io_pages field in struct extent_buffer
2023-06-19 Christoph Hellwigbtrfs: remove the extent_buffer lookup in btree block...
2023-06-19 Christoph Hellwigbtrfs: use a separate end_io handler for extent_buffer...
2023-06-19 Christoph Hellwigbtrfs: don't use btrfs_bio_ctrl for extent buffer writing
2023-06-19 Christoph Hellwigbtrfs: move page locking from lock_extent_buffer_for_io...
2023-06-19 Christoph Hellwigbtrfs: submit a writeback bio per extent_buffer
2023-06-19 Christoph Hellwigbtrfs: return bool from lock_extent_buffer_for_io
2023-06-19 Christoph Hellwigbtrfs: do not try to unlock the extent for non-subpage...
2023-06-19 Christoph Hellwigbtrfs: use a separate end_io handler for read_extent_buffer
2023-06-19 Christoph Hellwigbtrfs: remove the mirror_num argument to btrfs_submit_c...
2023-06-19 Christoph Hellwigbtrfs: don't use btrfs_bio_ctrl for extent buffer reading
2023-06-19 Christoph Hellwigbtrfs: always read the entire extent_buffer
2023-06-19 Christoph Hellwigbtrfs: merge verify_parent_transid and btrfs_buffer_upt...
2023-06-19 Christoph Hellwigbtrfs: move setting the buffer uptodate out of validate...
2023-06-19 Christoph Hellwigbtrfs: subpage: fix error handling in end_bio_subpage_e...
2023-06-19 Christoph Hellwigbtrfs: mark extent_buffer_under_io static
2023-06-19 Qu Wenruobtrfs: trigger orphan inode cleanup during START_SYNC...
2023-06-19 Filipe Mananabtrfs: fix comment referring to no longer existing...
2023-06-19 Filipe Mananabtrfs: change for_rename argument of btrfs_record_unlin...
2023-06-19 Filipe Mananabtrfs: remove pointless label and goto at btrfs_record_...
2023-06-19 Filipe Mananabtrfs: update comments at btrfs_record_unlink_dir(...
2023-06-19 Filipe Mananabtrfs: use inode_logged() at btrfs_record_unlink_dir()
2023-06-19 Filipe Mananabtrfs: use inode_logged() at need_log_inode()
2023-06-19 Jiapeng Chongbtrfs: scrub: remove more unused functions
2023-06-19 Qu Wenruobtrfs: handle tree backref walk error properly
2023-06-19 Christoph Hellwigbtrfs: don't hold an extra reference for redirtied...
2023-06-19 Christoph Hellwigbtrfs: fix dirty_metadata_bytes for redirtied buffers
2023-06-19 Johannes Thumshirnbtrfs: unexport btrfs_run_discard_work and make it...
2023-06-19 Josef Bacikbtrfs: rename del_ptr to btrfs_del_ptr and export it
2023-06-19 Josef Bacikbtrfs: add a btrfs_csum_type_size helper
2023-06-19 Josef Bacikbtrfs: add __KERNEL__ check for btrfs_no_printk
2023-06-19 Josef Bacikbtrfs: move split_flags/combine_flags helpers to inode...
2023-06-19 Josef Bacikbtrfs: move btrfs_verify_level_key into tree-checker.c
2023-06-19 Josef Bacikbtrfs: add __btrfs_check_node helper
2023-06-19 Josef Bacikbtrfs: extend btrfs_leaf_check to return btrfs_tree_blo...
2023-06-19 Josef Bacikbtrfs: use btrfs_tree_block_status for leaf item errors
2023-06-19 Josef Bacikbtrfs: add btrfs_tree_block_status definitions to tree...
2023-06-19 Josef Bacikbtrfs: simplify btrfs_check_leaf_* helpers into a singl...
2023-06-19 Josef Bacikbtrfs: remove level argument from btrfs_set_block_flags
2023-06-19 Josef Bacikbtrfs: move btrfs_check_trunc_cache_free_space into...
2023-06-19 Qu Wenruobtrfs: scrub: use recovered data stripes as cache to...
2023-06-19 Filipe Mananabtrfs: assert tree lock is held when removing free...
2023-06-19 Filipe Mananabtrfs: assert tree lock is held when linking free space
2023-06-19 Filipe Mananabtrfs: assert tree lock is held when searching for...
2023-06-19 Filipe Mananabtrfs: assert proper locks are held at tree_insert_offset()
2023-06-19 Filipe Mananabtrfs: simplify arguments to tree_insert_offset()
2023-06-19 Filipe Mananabtrfs: use precomputed end offsets at do_trimming()
2023-06-19 Filipe Mananabtrfs: avoid searching twice for previous node when...
2023-06-19 Filipe Mananabtrfs: avoid extra memory allocation when copying free...
2023-06-19 Tom Rixbtrfs: simplify transid initialization in btrfs_ioctl_w...
2023-06-19 Qu Wenruobtrfs: output affected files when relocation fails
2023-06-19 Christoph Hellwigbtrfs: remove hipri_workers workqueue
2023-06-19 Christoph Hellwigbtrfs: determine synchronous writers from bio or writeb...
2023-06-19 Christoph Hellwigbtrfs: submit IO synchronously for fast checksum implem...
2023-06-19 Anand Jainbtrfs: use SECTOR_SHIFT to convert LBA to physical...
2023-06-19 Anand Jainbtrfs: use SECTOR_SHIFT to convert physical offset...
2023-06-19 Qu Wenruobtrfs: improve leaf dump and error handling
2023-06-19 Qu Wenruobtrfs: print-tree: pass const extent buffer pointer
2023-06-19 Naohiro Aotabtrfs: export bitmap_test_range_all_{set,zero}
2023-06-19 Filipe Mananabtrfs: tag as unlikely the key comparison when checking...
2023-06-19 Filipe Mananabtrfs: make btrfs_free_device() static
2023-06-19 Sweet Tea Dorminybtrfs: don't commit transaction for every subvol create
2023-06-19 Filipe Mananabtrfs: unexport btrfs_prev_leaf()
2023-06-18 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2023-06-18 Linus TorvaldsMerge tag 'ata-6.4-rc7' of git://git./linux/kernel...
2023-06-18 Linus TorvaldsMerge tag 'parisc-for-6.4-4' of git://git./linux/kernel...
2023-06-17 Linus TorvaldsMerge tag 'staging-6.4-rc7' of git://git./linux/kernel...
2023-06-17 Linus TorvaldsMerge tag 'usb-6.4-rc7' of git://git./linux/kernel...
2023-06-17 Linus TorvaldsMerge tag 'tty-6.4-rc7' of git://git./linux/kernel...
2023-06-17 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2023-06-16 Linus TorvaldsMerge tag 'drm-fixes-2023-06-17' of git://anongit.freed...
2023-06-16 David Howellsafs: Fix vlserver probe RTT handling
2023-06-16 Dave AirlieMerge tag 'drm-misc-fixes-2023-06-16' of git://anongit...
2023-06-16 Linus TorvaldsMerge tag 'for-6.4-rc6-tag' of git://git./linux/kernel...
2023-06-16 Linus TorvaldsMerge tag 'block-6.4-2023-06-15' of git://git.kernel...
2023-06-16 Linus TorvaldsMerge tag 'io_uring-6.4-2023-06-15' of git://git.kernel...
2023-06-16 Linus TorvaldsMerge tag 'sound-6.4-rc7' of git://git./linux/kernel...
2023-06-16 Linus TorvaldsMerge tag 'urgent-rcu.2023.06.11a' of git://git./linux...
2023-06-16 Linus TorvaldsMerge tag 'riscv-for-linus-6.4-rc7' of git://git./linux...
2023-06-16 Linus TorvaldsMerge tag 'net-6.4-rc7' of git://git./linux/kernel...
2023-06-16 Linus TorvaldsMerge tag 'loongarch-fixes-6.4-1' of git://git./linux...
2023-06-16 Linus TorvaldsMerge tag 'for-6.4/dm-fixes' of git://git./linux/kernel...
2023-06-16 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2023-06-16 Linus TorvaldsMerge tag 'spi-fix-v6.4-rc6' of git://git./linux/kernel...
2023-06-16 Linus TorvaldsMerge tag 'regulator-fix-v6.4-rc6' of git://git./linux...
2023-06-16 Linus TorvaldsMerge tag 'regmap-fix-v6.4-rc6' of git://git./linux...
next