]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2024-07-11 Josef Bacikbtrfs: unify logic to decide if we need to walk down...
2024-07-11 Josef Bacikbtrfs: remove local variable need_account in do_walk_down()
2024-07-11 Josef Bacikbtrfs: factor out eb uptodate check from do_walk_down()
2024-07-11 Josef Bacikbtrfs: push lookup_info into struct walk_control
2024-07-11 Josef Bacikbtrfs: use btrfs_read_extent_buffer() in do_walk_down()
2024-07-11 Josef Bacikbtrfs: remove all extra btrfs_check_eb_owner() calls
2024-07-11 Josef Bacikbtrfs: don't do extra find_extent_buffer() in do_walk_d...
2024-07-11 Filipe Mananabtrfs: avoid transaction commit on any fsync after...
2024-07-11 Filipe Mananabtrfs: remove pointless code when creating and deleting...
2024-07-11 Johannes Thumshirnbtrfs: pass reloc_control to setup_relocation_extent_ma...
2024-07-11 Johannes Thumshirnbtrfs: pass a struct reloc_control to prealloc_file_ext...
2024-07-11 Johannes Thumshirnbtrfs: don't pass fs_info to describe_relocation()
2024-07-11 Johannes Thumshirnbtrfs: pass a reloc_control to relocate_one_folio()
2024-07-11 Johannes Thumshirnbtrfs: pass a reloc_control to relocate_file_extent_clu...
2024-07-11 Johannes Thumshirnbtrfs: pass reloc_control to relocate_data_extent()
2024-07-11 Filipe Mananabtrfs: update panic message when splitting ordered...
2024-07-11 Filipe Mananabtrfs: mark ordered extent insertion failure checks...
2024-07-11 Filipe Mananabtrfs: avoid removal and re-insertion of split ordered...
2024-07-11 Filipe Mananabtrfs: add comment about locking to btrfs_split_ordered...
2024-07-11 Filipe Mananabtrfs: reduce critical section at btrfs_wait_ordered_ex...
2024-07-11 Filipe Mananabtrfs: reduce critical section at btrfs_wait_ordered_ro...
2024-07-11 David Sterbabtrfs: constify pointer parameters where applicable
2024-07-11 Qu Wenruobtrfs: do not directly include rwlock_types.h
2024-07-11 Qu Wenruobtrfs: cleanup recursive include of the same header
2024-07-11 Junchao Sunbtrfs: qgroup: delete a TODO about using kmem cache...
2024-07-11 Qu Wenruobtrfs: make extent_write_locked_range() handle subpage...
2024-07-11 Qu Wenruobtrfs: do not clear page dirty inside extent_write_lock...
2024-07-11 Qu Wenruobtrfs: lock subpage ranges in one go for writepage_dela...
2024-07-11 Qu Wenruobtrfs: subpage: introduce helpers to handle subpage...
2024-07-11 Qu Wenruobtrfs: make __extent_writepage_io() to write specified...
2024-07-11 Jeff Johnsonbtrfs: add MODULE_DESCRIPTION()
2024-07-11 Anand Jainbtrfs: rename err to ret in btrfs_drop_snapshot()
2024-07-11 Anand Jainbtrfs: rename err to ret in btrfs_recover_relocation()
2024-07-11 Anand Jainbtrfs: rename ret to ret2 in btrfs_recover_relocation()
2024-07-11 Anand Jainbtrfs: rename ret to err in btrfs_recover_relocation()
2024-07-11 Anand Jainbtrfs: rename err to ret in btrfs_cleanup_fs_roots()
2024-07-11 Qu Wenruobtrfs: cleanup duplicated parameters related to btrfs_c...
2024-07-11 Qu Wenruobtrfs: cleanup duplicated parameters related to create_...
2024-07-11 Qu Wenruobtrfs: cleanup duplicated parameters related to btrfs_a...
2024-07-11 Qu Wenruobtrfs: cleanup duplicated parameters related to can_noc...
2024-07-11 Qu Wenruobtrfs: remove extent_map::block_start member
2024-07-11 Qu Wenruobtrfs: remove extent_map::block_len member
2024-07-11 Qu Wenruobtrfs: remove extent_map::orig_start member
2024-07-11 Qu Wenruobtrfs: introduce extra sanity checks for extent maps
2024-07-11 Qu Wenruobtrfs: introduce new members for extent_map
2024-07-11 Qu Wenruobtrfs: export the expected file extent through can_noco...
2024-07-11 Qu Wenruobtrfs: rename extent_map::orig_block_len to disk_num_bytes
2024-07-11 Filipe Mananabtrfs: move fiemap code into its own file
2024-07-11 Filipe Mananabtrfs: send: get rid of the label and gotos at ensure_c...
2024-07-11 Filipe Mananabtrfs: add and use helper to commit the current transaction
2024-07-11 Filipe Mananabtrfs: scrub: avoid create/commit empty transaction...
2024-07-11 Filipe Mananabtrfs: send: avoid create/commit empty transaction...
2024-07-11 Filipe Mananabtrfs: send: make ensure_commit_roots_uptodate() simple...
2024-07-11 Filipe Mananabtrfs: avoid create and commit empty transaction when...
2024-07-11 Filipe Mananabtrfs: qgroup: avoid start/commit empty transaction...
2024-07-11 David Sterbabtrfs: simplify range parameters of btrfs_wait_ordered_...
2024-07-11 Qu Wenruobtrfs: automatically remove the subvolume qgroup
2024-07-11 Qu Wenruobtrfs: slightly loosen the requirement for qgroup removal
2024-07-11 David Sterbabtrfs: constify parameters of write_eb_member() and...
2024-07-11 David Sterbabtrfs: keep const when returning value from get_unalign...
2024-07-11 David Sterbabtrfs: remove unused define EXTENT_SIZE_PER_ITEM
2024-07-11 David Sterbabtrfs: use for-local variables that shadow function...
2024-07-11 David Sterbabtrfs: rename macro local variables that clash with...
2024-07-11 David Sterbabtrfs: remove duplicate name variable declarations
2024-07-11 Filipe Mananabtrfs: use a btrfs_inode local variable at btrfs_sync_f...
2024-07-11 Filipe Mananabtrfs: pass a btrfs_inode to btrfs_wait_ordered_range()
2024-07-11 Filipe Mananabtrfs: pass a btrfs_inode to btrfs_fdatawrite_range()
2024-07-11 Filipe Mananabtrfs: use a btrfs_inode in the log context (struct...
2024-07-11 Filipe Mananabtrfs: make btrfs_finish_ordered_extent() return void
2024-07-11 Anand Jainbtrfs: move btrfs_block_group_root() to block-group.c
2024-07-11 Anand Jainbtrfs: drop bytenr_orig and fix comment in btrfs_scan_o...
2024-07-11 Filipe Mananabtrfs: use a regular rb_root instead of cached rb_root...
2024-07-11 Filipe Mananabtrfs: rename rb_root member of extent_map_tree from...
2024-07-11 Filipe Mananabtrfs: remove objectid from struct btrfs_inode on 64...
2024-07-11 Filipe Mananabtrfs: remove location key from struct btrfs_inode
2024-07-11 Filipe Mananabtrfs: don't allocate file extent tree for non regular...
2024-07-11 Filipe Mananabtrfs: unify index_cnt and csum_bytes from struct btrfs...
2024-07-11 Filipe Mananabtrfs: remove inode_lock from struct btrfs_root and...
2024-07-11 Filipe Mananabtrfs: reduce nesting and deduplicate error handling...
2024-07-11 Filipe Mananabtrfs: preallocate inodes xarray entry to avoid transac...
2024-07-11 Filipe Mananabtrfs: use an xarray to track open inodes in a root
2024-07-11 Qu Wenruobtrfs: raid56: do extra dumping for CONFIG_BTRFS_ASSERT
2024-07-11 Filipe Mananabtrfs: fix function name in comment for btrfs_remove_or...
2024-07-11 Filipe Mananabtrfs: fix misspelled end IO compression callbacks
2024-07-11 Filipe Mananabtrfs: remove no longer used btrfs_migrate_to_delayed_r...
2024-07-11 Filipe Mananabtrfs: zoned: make btrfs_get_dev_zone() static
2024-07-11 Johannes Thumshirnbtrfs: pass struct btrfs_io_geometry into handle_ops_on...
2024-07-11 David Sterbabtrfs: qgroup: do quick checks if quotas are enabled...
2024-07-07 Linus TorvaldsLinux 6.10-rc7
2024-07-07 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git.kernel...
2024-07-07 Linus TorvaldsMerge tag 'powerpc-6.10-4' of git://git.kernel.org...
2024-07-06 Linus TorvaldsMerge tag '6.10-rc6-smb3-client-fix' of git://git.samba...
2024-07-06 Linus TorvaldsMerge tag 'i2c-for-6.10-rc7' of git://git.kernel.org...
2024-07-06 Michael Ellermanselftests/powerpc: Fix build with USERCFLAGS set
2024-07-05 Linus TorvaldsMerge tag 'integrity-v6.10-fix' of ssh://ra.kernel...
2024-07-05 Linus TorvaldsMerge tag 'pci-v6.10-fixes-2' of git://git.kernel.org...
2024-07-05 Linus TorvaldsMerge tag 'riscv-for-linus-6.10-rc7' of git://git.kerne...
2024-07-05 Linus TorvaldsMerge tag 'drm-fixes-2024-07-05' of https://gitlab...
2024-07-05 Linus TorvaldsMerge tag 'gpio-fixes-for-v6.10-rc7' of git://git.kerne...
2024-07-05 Linus TorvaldsMerge tag 'tpmdd-next-6.10-rc7' of git://git.kernel...
next