linux-2.6-block.git
2024-05-07 Filipe Mananabtrfs: pass the extent map tree's inode to clear_em_log...
2024-05-07 Filipe Mananabtrfs: pass the extent map tree's inode to add_extent_m...
2024-05-07 Josef Bacikbtrfs: change root->root_key.objectid to btrfs_root_id()
2024-05-07 Josef Bacikbtrfs: set start on clone before calling copy_extent_bu...
2024-05-07 Josef Bacikbtrfs: replace btrfs_delayed_*_ref with btrfs_*_ref
2024-05-07 Josef Bacikbtrfs: remove the btrfs_delayed_ref_node container...
2024-05-07 Josef Bacikbtrfs: stop referencing btrfs_delayed_tree_ref directly
2024-05-07 Josef Bacikbtrfs: stop referencing btrfs_delayed_data_ref directly
2024-05-07 Josef Bacikbtrfs: make the insert backref helpers take a btrfs_del...
2024-05-07 Josef Bacikbtrfs: drop unnecessary arguments from __btrfs_free_extent
2024-05-07 Josef Bacikbtrfs: make __btrfs_inc_extent_ref take a btrfs_delayed...
2024-05-07 Josef Bacikbtrfs: rename btrfs_data_ref->ino to ->objectid
2024-05-07 Josef Bacikbtrfs: move ->parent and ->ref_root into btrfs_delayed_...
2024-05-07 Josef Bacikbtrfs: rename ->len to ->num_bytes in btrfs_ref
2024-05-07 Josef Bacikbtrfs: unify the btrfs_add_delayed_*_ref helpers into...
2024-05-07 Josef Bacikbtrfs: simplify delayed ref tracepoints
2024-05-07 Josef Bacikbtrfs: move ref specific initialization into init_delay...
2024-05-07 Josef Bacikbtrfs: initialize btrfs_delayed_ref_head with btrfs_ref
2024-05-07 Josef Bacikbtrfs: pass btrfs_ref to init_delayed_ref_common
2024-05-07 Josef Bacikbtrfs: move ref_root into btrfs_ref
2024-05-07 Josef Bacikbtrfs: do not use a function to initialize btrfs_ref
2024-05-07 Josef Bacikbtrfs: embed data_ref and tree_ref in btrfs_delayed_ref...
2024-05-07 Josef Bacikbtrfs: add a helper to get the delayed ref node from...
2024-05-07 Filipe Mananabtrfs: use btrfs_find_first_inode() at btrfs_prune_dent...
2024-05-07 Filipe Mananabtrfs: export find_next_inode() as btrfs_find_first_inode()
2024-05-07 Filipe Mananabtrfs: simplify add_extent_mapping() by removing pointl...
2024-05-07 Filipe Mananabtrfs: tests: error out on unexpected extent map refere...
2024-05-07 Filipe Mananabtrfs: pass an inode to btrfs_add_extent_mapping()
2024-05-07 Filipe Mananabtrfs: open code csum_exist_in_range()
2024-05-07 Filipe Mananabtrfs: make NOCOW checks for existence of checksums...
2024-05-07 Filipe Mananabtrfs: simplify error path for btrfs_lookup_csums_list()
2024-05-07 Filipe Mananabtrfs: remove use of a temporary list at btrfs_lookup_c...
2024-05-07 Filipe Mananabtrfs: remove search_commit parameter from btrfs_lookup...
2024-05-07 Filipe Mananabtrfs: add function comment to btrfs_lookup_csums_list()
2024-05-07 Filipe Mananabtrfs: move btrfs_page_mkwrite() from inode.c into...
2024-05-07 Filipe Mananabtrfs: remove no longer used btrfs_clone_chunk_map()
2024-05-07 Filipe Mananabtrfs: remove list_empty() check at warn_about_uncommit...
2024-05-07 Filipe Mananabtrfs: remove pointless return value assignment at...
2024-05-07 Filipe Mananabtrfs: remove not needed mod_start and mod_len from...
2024-05-07 Boris Burkovbtrfs: free PERTRANS at the end of cleanup_transaction()
2024-05-07 Qu Wenruobtrfs: compression: migrate compression/decompression...
2024-05-07 Qu Wenruobtrfs: introduce btrfs_alloc_folio_array()
2024-05-07 Qu Wenruobtrfs: migrate insert_inline_extent() to folio interfaces
2024-05-07 Qu Wenruobtrfs: make insert_inline_extent() accept one page...
2024-05-07 Qu Wenruobtrfs: compression: convert page allocation to folio...
2024-05-07 Qu Wenruobtrfs: compression: add error handling for missed page...
2024-05-07 Filipe Mananabtrfs: stop locking the source extent range during...
2024-05-07 Dan Carpenterbtrfs: qgroup: delete unnecessary check in btrfs_qgroup...
2024-05-07 Goldwyn Rodriguesbtrfs: convert put_file_data() to folios
2024-05-07 Goldwyn Rodriguesbtrfs: convert relocate_one_page() to folios and rename
2024-05-07 Goldwyn Rodriguesbtrfs: page to folio conversion: prealloc_file_extent_c...
2024-05-07 Anand Jainbtrfs: rename err to ret in btrfs_direct_write()
2024-05-07 Anand Jainbtrfs: rename err to ret in prepare_pages()
2024-05-07 Anand Jainbtrfs: rename err to ret in btrfs_dirty_pages()
2024-05-07 Anand Jainbtrfs: rename err to ret in create_reloc_inode()
2024-05-07 Anand Jainbtrfs: rename err to ret in __btrfs_end_transaction()
2024-05-07 Anand Jainbtrfs: rename err to ret in convert_extent_bit()
2024-05-07 Anand Jainbtrfs: rename err to ret in __set_extent_bit()
2024-05-07 Anand Jainbtrfs: rename err to ret in btrfs_ioctl_snap_destroy()
2024-05-07 Anand Jainbtrfs: rename err to ret in btrfs_cont_expand()
2024-05-07 Anand Jainbtrfs: rename err to ret in btrfs_rmdir()
2024-05-07 Anand Jainbtrfs: rename err to ret in btrfs_initxattrs()
2024-05-07 Tavian Barnesbtrfs: warn if EXTENT_BUFFER_UPTODATE is set while...
2024-05-07 Tavian Barnesbtrfs: add helper to clear EXTENT_BUFFER_READING
2024-05-07 Filipe Mananabtrfs: avoid pointless wake ups of drew lock readers
2024-05-07 Filipe Mananabtrfs: remove pointless writepages callback wrapper
2024-05-07 Filipe Mananabtrfs: remove pointless readahead callback wrapper
2024-05-07 Filipe Mananabtrfs: locking: rename __btrfs_tree_lock() and __btrfs_...
2024-05-07 Filipe Mananabtrfs: locking: inline btrfs_tree_lock() and btrfs_tree...
2024-05-07 Filipe Mananabtrfs: remove pointless BUG_ON() when creating snapshot
2024-05-06 Linus TorvaldsMerge tag 'for-6.9-rc7-tag' of git://git./linux/kernel...
2024-05-06 Linus TorvaldsReapply "drm/qxl: simplify qxl_fence_wait"
2024-05-06 Linus TorvaldsMerge tag 'slab-for-6.9-rc7-fixes' of git://git./linux...
2024-05-06 Linus TorvaldsMerge tag 'auxdisplay-v6.10-1' of git://git./linux...
2024-05-05 Linus TorvaldsLinux 6.9-rc7 v6.9-rc7
2024-05-05 Linus Torvaldsepoll: be better about file lifetimes
2024-05-05 Linus TorvaldsMerge tag 'edac_urgent_for_v6.9_rc7' of git://git....
2024-05-05 Linus TorvaldsMerge tag 'powerpc-6.9-4' of git://git./linux/kernel...
2024-05-05 Linus TorvaldsMerge tag 'x86-urgent-2024-05-05' of git://git./linux...
2024-05-05 Linus TorvaldsMerge tag 'irq-urgent-2024-05-05' of git://git./linux...
2024-05-05 Linus TorvaldsMerge tag 'char-misc-6.9-rc7' of git://git./linux/kerne...
2024-05-05 Linus TorvaldsMerge tag 'usb-6.9-rc7' of git://git./linux/kernel...
2024-05-05 Linus TorvaldsMerge tag 'input-for-v6.9-rc6' of git://git./linux...
2024-05-05 Linus TorvaldsMerge tag 'probes-fixes-v6.9-rc6' of git://git./linux...
2024-05-05 Linus TorvaldsMerge tag 'trace-v6.9-rc6-2' of git://git./linux/kernel...
2024-05-05 Linus TorvaldsMerge tag 'dma-mapping-6.9-2024-05-04' of git://git...
2024-05-05 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2024-05-04 Steven Rostedt... eventfs: Have "events" directory get permissions from...
2024-05-04 Steven Rostedt... eventfs: Do not treat events directory different than...
2024-05-04 Steven Rostedt... eventfs: Do not differentiate the toplevel events directory
2024-05-04 Steven Rostedt... tracefs: Still use mount point as default permissions...
2024-05-04 Steven Rostedt... tracefs: Reset permissions on remount if permissions...
2024-05-04 Steven Rostedt... eventfs: Free all of the eventfs_inode after RCU
2024-05-04 Steven Rostedt... eventfs/tracing: Add callback for release of an eventfs...
2024-05-03 Linus TorvaldsMerge tag 'cxl-fixes-6.9-rc7' of git://git./linux/kerne...
2024-05-03 Linus TorvaldsMerge tag 'for-linus-6.9a-rc7-tag' of git://git./linux...
2024-05-03 Linus TorvaldsMerge tag 'efi-urgent-for-v6.9-1' of git://git./linux...
2024-05-03 Linus TorvaldsMerge tag 'block-6.9-20240503' of git://git.kernel...
2024-05-03 Linus TorvaldsMerge tag 'sound-6.9-rc7' of git://git./linux/kernel...
2024-05-03 Linus TorvaldsMerge tag 'drm-fixes-2024-05-03' of https://gitlab...
next