index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-03-04
btrfs: send: avoid duplicated search for last extent when sending hole
Filipe Manana
2024-03-04
btrfs: factor out validation of btrfs_ioctl_vol_args_v2::name
David Sterba
2024-03-04
btrfs: factor out validation of btrfs_ioctl_vol_args::name
David Sterba
2024-03-04
btrfs: remove no longer used btrfs_transaction_in_commit()
Filipe Manana
2024-03-04
btrfs: sysfs: drop unnecessary double logical negation in acl_show()
Neal Gompa
2024-03-04
btrfs: delete BUG_ON in btrfs_init_locked_inode()
David Sterba
2024-03-04
btrfs: delete pointless BUG_ONs on extent item size
David Sterba
2024-03-04
btrfs: delete pointless BUG_ON check on quota root in btrfs_qgroup_account_ex...
David Sterba
2024-03-04
btrfs: change BUG_ONs to assertions in btrfs_qgroup_trace_subtree()
David Sterba
2024-03-04
btrfs: change BUG_ON to assertion in tree_move_down()
David Sterba
2024-03-04
btrfs: send: handle path ref underflow in header iterate_inode_ref()
David Sterba
2024-03-04
btrfs: send: handle unexpected inode in header process_recorded_refs()
David Sterba
2024-03-04
btrfs: send: handle unexpected data in header buffer in begin_cmd()
David Sterba
2024-03-04
btrfs: handle invalid root reference found in may_destroy_subvol()
David Sterba
2024-03-04
btrfs: handle invalid extent item reference found in find_first_extent_item()
David Sterba
2024-03-04
btrfs: handle invalid extent item reference found in extent_from_logical()
David Sterba
2024-03-04
btrfs: update comment and drop assertion in extent item lookup in find_parent...
David Sterba
2024-03-04
btrfs: push errors up from add_async_extent()
David Sterba
2024-03-04
btrfs: remove do_list variable at btrfs_clear_delalloc_extent()
Filipe Manana
2024-03-04
btrfs: remove do_list variable at btrfs_set_delalloc_extent()
Filipe Manana
2024-03-04
btrfs: use assertion instead of BUG_ON when adding/removing to delalloc list
Filipe Manana
2024-03-04
btrfs: add lockdep assertion to remaining delalloc callbacks
Filipe Manana
2024-03-04
btrfs: reduce inode lock critical section when setting and clearing delalloc
Filipe Manana
2024-03-04
btrfs: rename btrfs_add_delalloc_inodes() to singular form
Filipe Manana
2024-03-04
btrfs: assert root delalloc lock is held at __btrfs_del_delalloc_inode()
Filipe Manana
2024-03-04
btrfs: stop passing root argument to __btrfs_del_delalloc_inode()
Filipe Manana
2024-03-04
btrfs: stop passing root argument to btrfs_add_delalloc_inodes()
Filipe Manana
2024-03-04
btrfs: add forward declarations and headers, part 3
David Sterba
2024-03-04
btrfs: add forward declarations and headers, part 2
David Sterba
2024-03-04
btrfs: add forward declarations and headers, part 1
David Sterba
2024-03-04
btrfs: hoist fs_info out of loops in end_bbio_data_write and end_bbio_data_read
David Sterba
2024-03-04
btrfs: add helper to get fs_info from struct inode pointer
David Sterba
2024-03-04
btrfs: add helpers to get fs_info from page/folio pointers
David Sterba
2024-03-04
btrfs: add helpers to get inode from page/folio pointers
David Sterba
2024-03-04
btrfs: tests: allocate dummy fs_info and root in test_find_delalloc()
David Sterba
2024-03-04
btrfs: mark __btrfs_add_free_space static
Lijuan Li
2024-03-04
btrfs: move transaction abort to the error site btrfs_rebuild_free_space_tree()
David Sterba
2024-03-04
btrfs: move transaction abort to the error site in btrfs_create_free_space_tr...
David Sterba
2024-03-04
btrfs: move transaction abort to the error site in btrfs_delete_free_space_tr...
David Sterba
2024-03-04
btrfs: unify handling of return values of btrfs_insert_empty_items()
David Sterba
2024-03-04
btrfs: change BUG_ON to assertion in reset_balance_state()
David Sterba
2024-03-04
btrfs: change BUG_ON to assertion when verifying root in btrfs_alloc_reserved...
David Sterba
2024-03-04
btrfs: change BUG_ON to assertion when verifying lockdep class setup
David Sterba
2024-03-04
btrfs: change BUG_ON to assertion in btrfs_read_roots()
David Sterba
2024-03-04
btrfs: defrag: change BUG_ON to assertion in btrfs_defrag_leaves()
David Sterba
2024-03-04
btrfs: change BUG_ON to assertion when checking for delayed_node root
David Sterba
2024-03-04
btrfs: delayed-inode: drop pointless BUG_ON in __btrfs_remove_delayed_item()
David Sterba
2024-03-04
btrfs: export: handle invalid inode or root reference in btrfs_get_parent()
David Sterba
2024-03-04
btrfs: handle invalid extent item reference found in check_committed_ref()
David Sterba
2024-03-04
btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()
David Sterba
[next]