]> Git Repo - linux.git/history - fs/btrfs
btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to folios
[linux.git] / fs / btrfs /
2023-12-15 Qu Wenruobtrfs: migrate get_eb_page_index() and get_eb_offset_in...
2023-12-15 Josef Bacikbtrfs: don't double put our subpage reference in alloc_...
2023-12-15 Qu Wenruobtrfs: cleanup metadata page pointer usage
2023-12-15 Qu Wenruobtrfs: migrate extent_buffer::pages[] to folio
2023-12-15 Qu Wenruobtrfs: refactor alloc_extent_buffer() to allocate-then...
2023-12-15 David Disseldorpbtrfs: sysfs: validate scrub_speed_max value
2023-12-15 David Sterbabtrfs: switch btrfs_root::delayed_nodes_tree to xarray...
2023-12-15 David Sterbabtrfs: fix typos found by codespell
2023-12-15 Qu Wenruobtrfs: fix mismatching parameter names for btrfs_get_ex...
2023-12-15 Filipe Mananabtrfs: use the flags of an extent map to identify the...
2023-12-15 Filipe Mananabtrfs: refactor mergable_maps() for more readability
2023-12-15 Filipe Mananabtrfs: make extent_map_end() argument const
2023-12-15 Filipe Mananabtrfs: avoid useless rbtree iterations when attempting...
2023-12-15 Filipe Mananabtrfs: log messages at unpin_extent_range() during...
2023-12-15 Filipe Mananabtrfs: remove redundant value assignment at btrfs_add_e...
2023-12-15 Filipe Mananabtrfs: unexport add_extent_mapping()
2023-12-15 Filipe Mananabtrfs: tests: print all values as decimal in messages...
2023-12-15 Filipe Mananabtrfs: tests: do not ignore NULL extent maps for extent...
2023-12-15 Filipe Mananabtrfs: tests: fix error messages for test case 4 of...
2023-12-15 Filipe Mananabtrfs: assert extent map is not in a list when setting...
2023-12-15 David Sterbabtrfs: allocate btrfs_inode::file_extent_tree only...
2023-12-15 Josef Bacikbtrfs: cache that we don't have security.capability set
2023-12-15 Josef Bacikbtrfs: remove code for inode_cache and recovery mount...
2023-12-15 Josef Bacikbtrfs: set clear_cache if we use usebackuproot
2023-12-15 Josef Bacikbtrfs: move one shot mount option clearing to super.c
2023-12-15 Josef Bacikbtrfs: remove old mount API code
2023-12-15 Josef Bacikbtrfs: move the device specific mount options to super.c
2023-12-15 Josef Bacikbtrfs: switch to the new mount API
2023-12-15 Josef Bacikbtrfs: handle the ro->rw transition for mounting differ...
2023-12-15 Josef Bacikbtrfs: add get_tree callback for new mount API
2023-12-15 Josef Bacikbtrfs: add reconfigure callback for fs_context
2023-12-15 Josef Bacikbtrfs: add fs context handling functions
2023-12-15 Josef Bacikbtrfs: add parse_param callback for the new mount API
2023-12-15 Josef Bacikbtrfs: add fs_parameter definitions
2023-12-15 Josef Bacikbtrfs: add a NOSPACECACHE mount option flag
2023-12-15 Josef Bacikbtrfs: split out ro->rw and rw->ro helpers into their...
2023-12-15 Josef Bacikbtrfs: do not allow free space tree rebuild on extent...
2023-12-15 Josef Bacikbtrfs: move space cache settings into open_ctree
2023-12-15 Josef Bacikbtrfs: set default compress type at btrfs_init_fs_info...
2023-12-15 Josef Bacikbtrfs: split out the mount option validation code into...
2023-12-15 Filipe Mananabtrfs: remove no longer used EXTENT_MAP_DELALLOC block...
2023-12-15 Qu Wenruobtrfs: allow extent buffer helpers to skip cross-page...
2023-12-15 Johannes Thumshirnbtrfs: reflow btrfs_free_tree_block
2023-12-15 Johannes Thumshirnbtrfs: use memset_page instead of opencoding it
2023-12-15 Johannes Thumshirnbtrfs: remove now unneeded btrfs_redirty_list_add
2023-12-15 Johannes Thumshirnbtrfs: zoned: don't clear dirty flag of extent buffer
2023-12-15 Johannes Thumshirnbtrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_Z...
2023-12-15 David Sterbabtrfs: always set extent_io_tree::inode and drop fs_info
2023-12-15 David Sterbabtrfs: enhance extent_io_tree error reports
2023-12-15 David Sterbabtrfs: constify fs_info parameter in __btrfs_panic()
2023-12-15 David Sterbabtrfs: drop error message in extent_io_tree insert_state()
2023-12-15 David Sterbabtrfs: move lockdep class setting out of extent_io_tree...
2023-12-15 Filipe Mananabtrfs: remove stripe size local variable from insert_de...
2023-12-15 Filipe Mananabtrfs: use a dedicated data structure for chunk maps
2023-12-15 Filipe Mananabtrfs: use btrfs_next_item() at scrub.c:find_first_exte...
2023-12-15 Filipe Mananabtrfs: unexport extent_map_block_end()
2023-12-15 Filipe Mananabtrfs: split assert into two different asserts when...
2023-12-15 Filipe Mananabtrfs: mark sanity checks when getting chunk map as...
2023-12-15 David Sterbabtrfs: remove unused btrfs_root::type
2023-12-15 David Sterbabtrfs: remove unused definition of tree_entry in extent...
2023-12-15 David Sterbabtrfs: raid56: remove unused btrfs_plug_cb::work
2023-12-15 David Sterbabtrfs: remove unused btrfs_ordered_extent::outstanding_...
2023-12-15 David Sterbabtrfs: scrub: remove unused scrub_ctx::sectors_per_bio
2023-12-15 Qu Wenruobtrfs: migrate to use folio private instead of page...
2023-12-15 David Sterbabtrfs: use shrinker for compression page pool
2023-12-15 David Sterbabtrfs: use page alloc/free wrappers for compression...
2023-12-15 Qu Wenruobtrfs: do not utilize goto to implement delayed inode...
2023-12-15 Filipe Mananabtrfs: make the logic from btrfs_block_can_be_shared...
2023-12-15 Filipe Mananabtrfs: use bool for return type of btrfs_block_can_be_s...
2023-12-15 Filipe Mananabtrfs: remove log_extents_lock and logged_list from...
2023-12-15 Filipe Mananabtrfs: remove duplicate btrfs_clear_buffer_dirty()...
2023-12-15 Linus TorvaldsMerge tag '6.7-rc5-smb3-client-fixes' of git://git...
2023-12-15 Linus TorvaldsMerge tag 'platform-drivers-x86-v6.7-4' of git://git...
2023-12-14 Linus TorvaldsMerge tag 'net-6.7-rc6' of git://git.kernel.org/pub...
2023-12-14 Linus TorvaldsMerge tag 'for-6.7-rc5-tag' of git://git.kernel.org...
2023-12-13 Linus TorvaldsMerge tag 'pull-fixes' of git://git.kernel.org/pub...
2023-12-13 Linus TorvaldsMerge tag 'efi-urgent-for-v6.7-2' of git://git.kernel...
2023-12-13 Linus TorvaldsMerge tag 'hid-for-linus-2023121201' of git://git.kerne...
2023-12-12 Linus TorvaldsMerge tag 'ext4_for_linus-6.7-rc6' of git://git.kernel...
2023-12-10 Linus TorvaldsMerge tag 'sched_urgent_for_v6.7_rc5' of git://git...
2023-12-10 Linus TorvaldsMerge tag 'perf_urgent_for_v6.7_rc5' of git://git.kerne...
2023-12-10 Linus TorvaldsMerge tag 'x86_urgent_for_v6.7_rc5' of git://git.kernel...
2023-12-10 Linus TorvaldsMerge tag 'powerpc-6.7-4' of git://git.kernel.org/pub...
2023-12-10 Linus TorvaldsMerge tag 'gpio-fixes-for-v6.7-rc5' of git://git.kernel...
2023-12-09 Linus TorvaldsMerge tag 'tty-6.7-rc4' of git://git.kernel.org/pub...
2023-12-09 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v6.7-2-2023-12-08'...
2023-12-08 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2023-12-08 Linus TorvaldsMerge tag 'block-6.7-2023-12-08' of git://git.kernel...
2023-12-08 Linus TorvaldsMerge tag 'io_uring-6.7-2023-12-08' of git://git.kernel...
2023-12-08 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2023-12-08 Linus TorvaldsMerge tag 'hwmon-for-v6.7-rc5' of git://git.kernel...
2023-12-08 Linus TorvaldsMerge tag 'pwm/for-6.7-rc5-fixes' of https://git.pengut...
2023-12-08 Linus TorvaldsMerge tag 'sound-6.7-rc5' of git://git.kernel.org/pub...
2023-12-08 Paolo BonziniMerge tag 'kvm-x86-fixes-6.7-rcN' of https://github...
2023-12-08 Paolo BonziniMerge tag 'kvm-s390-master-6.7-1' of https://git.kernel...
2023-12-08 Paolo BonziniMerge tag 'kvmarm-fixes-6.7-1' of git://git.kernel...
2023-12-08 Linus TorvaldsMerge tag 'riscv-for-linus-6.7-rc5' of git://git.kernel...
2023-12-08 Linus TorvaldsMerge tag 'soc-fixes-6.7-1' of git://git.kernel.org...
2023-12-08 Linus TorvaldsMerge tag 'trace-v6.7-rc4' of git://git.kernel.org...
2023-12-08 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2023-12-07-18-47' of...
next
This page took 0.103247 seconds and 7 git commands to generate.