index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
2022-09-26
btrfs: move btrfs_bio allocation to volumes.c
Christoph Hellwig
2022-09-26
btrfs: don't create integrity bioset for btrfs_bioset
Christoph Hellwig
2022-09-26
btrfs: remove use btrfs_remove_free_space_cache instead of variant
Josef Bacik
2022-09-26
btrfs: call __btrfs_remove_free_space_cache_locked on cache load failure
Josef Bacik
2022-09-26
btrfs: fix race between quota enable and quota rescan ioctl
Filipe Manana
2022-09-26
btrfs: don't print information about space cache or tree every remount
Maciej S. Szmigiero
2022-09-26
btrfs: simplify error handling at btrfs_del_root_ref()
Filipe Manana
2022-09-26
btrfs: get rid of block group caching progress logic
Omar Sandoval
2022-09-26
btrfs: send: fix failures when processing inodes with no links
BingJing Chang
2022-09-26
btrfs: send: refactor arguments of get_inode_info()
BingJing Chang
2022-09-26
btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O path
Ethan Lien
2022-09-26
btrfs: simplify adding and replacing references during log replay
Filipe Manana
2022-09-26
btrfs: sysfs: show discard stats and tunables in non-debug build
David Sterba
2022-09-26
btrfs: use delayed items when logging a directory
Filipe Manana
2022-09-26
btrfs: skip logging parent dir when conflicting inode is not a dir
Filipe Manana
2022-09-26
btrfs: log conflicting inodes without holding log mutex of the initial inode
Filipe Manana
2022-09-26
btrfs: move log_new_dir_dentries() above btrfs_log_inode()
Filipe Manana
2022-09-26
btrfs: move need_log_inode() to above log_conflicting_inodes()
Filipe Manana
2022-09-26
btrfs: search for last logged dir index if it's not cached in the inode
Filipe Manana
2022-09-26
btrfs: shrink the size of struct btrfs_delayed_item
Filipe Manana
2022-09-26
btrfs: remove unused logic when looking up delayed items
Filipe Manana
2022-09-26
btrfs: store index number instead of key in struct btrfs_delayed_item
Filipe Manana
2022-09-26
btrfs: remove root argument from btrfs_delayed_item_reserve_metadata()
Filipe Manana
2022-09-26
btrfs: avoid memory allocation at log_new_dir_dentries() for common case
Filipe Manana
2022-09-26
btrfs: free list element sooner at log_new_dir_dentries()
Filipe Manana
2022-09-26
btrfs: update stale comment for log_new_dir_dentries()
Filipe Manana
2022-09-26
btrfs: remove the root argument from log_new_dir_dentries()
Filipe Manana
2022-09-26
btrfs: don't drop dir index range items when logging a directory
Filipe Manana
2022-09-26
btrfs: scrub: use larger block size for data extent scrub
Qu Wenruo
2022-09-26
btrfs: scrub: move logical/physical/dev/mirror_num from scrub_sector to scrub...
Qu Wenruo
2022-09-26
btrfs: scrub: remove scrub_sector::page and use scrub_block::pages instead
Qu Wenruo
2022-09-26
btrfs: scrub: introduce scrub_block::pages for more efficient memory usage fo...
Qu Wenruo
2022-09-26
btrfs: scrub: factor out allocation and initialization of scrub_sector into h...
Qu Wenruo
2022-09-26
btrfs: scrub: factor out initialization of scrub_block into helper
Qu Wenruo
2022-09-26
btrfs: scrub: use pointer array to replace sblocks_for_recheck
Qu Wenruo
2022-09-26
btrfs: send: add support for fs-verity
Boris Burkov
2022-09-26
btrfs: use atomic_try_cmpxchg in free_extent_buffer
Uros Bizjak
2022-09-26
btrfs: scrub: remove impossible sanity checks
Qu Wenruo
2022-09-26
btrfs: delete btrfs_wait_space_cache_v1_finished
Josef Bacik
2022-09-26
btrfs: remove lock protection for BLOCK_GROUP_FLAG_RELOCATING_REPAIR
Josef Bacik
2022-09-26
btrfs: remove BLOCK_GROUP_FLAG_HAS_CACHING_CTL
Josef Bacik
2022-09-26
btrfs: simplify block group traversal in btrfs_put_block_group_cache
Josef Bacik
2022-09-26
btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPY
Josef Bacik
2022-09-26
btrfs: convert block group bit field to use bit helpers
Josef Bacik
2022-09-26
btrfs: handle space_info setting of bg in btrfs_add_bg_to_space_info
Josef Bacik
2022-09-26
btrfs: simplify arguments of btrfs_update_space_info and rename
Josef Bacik
2022-09-26
btrfs: use btrfs_fs_closing for background bg work
Josef Bacik
2022-09-26
btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent()
Omar Sandoval
2022-09-26
btrfs: sysfs: use sysfs_streq for string matching
David Sterba
2022-09-26
btrfs: scrub: try to fix super block errors
Qu Wenruo
[next]