| Commit message (Expand) | Author | Age | Files | Lines |
* | btrfs: don't create integrity bioset for btrfs_bioset | Christoph Hellwig | 2022-09-26 | 1 | -6/+0 |
* | btrfs: remove use btrfs_remove_free_space_cache instead of variant | Josef Bacik | 2022-09-26 | 5 | -31/+16 |
* | btrfs: call __btrfs_remove_free_space_cache_locked on cache load failure | Josef Bacik | 2022-09-26 | 1 | -20/+33 |
* | btrfs: fix race between quota enable and quota rescan ioctl | Filipe Manana | 2022-09-26 | 1 | -0/+15 |
* | btrfs: don't print information about space cache or tree every remount | Maciej S. Szmigiero | 2022-09-26 | 1 | -4/+7 |
* | btrfs: simplify error handling at btrfs_del_root_ref() | Filipe Manana | 2022-09-26 | 1 | -9/+7 |
* | btrfs: get rid of block group caching progress logic | Omar Sandoval | 2022-09-26 | 6 | -72/+2 |
* | btrfs: send: fix failures when processing inodes with no links | BingJing Chang | 2022-09-26 | 1 | -129/+81 |
* | btrfs: send: refactor arguments of get_inode_info() | BingJing Chang | 2022-09-26 | 1 | -75/+78 |
* | btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O path | Ethan Lien | 2022-09-26 | 3 | -22/+3 |
* | btrfs: simplify adding and replacing references during log replay | Filipe Manana | 2022-09-26 | 1 | -151/+11 |
* | btrfs: sysfs: show discard stats and tunables in non-debug build | David Sterba | 2022-09-26 | 2 | -20/+17 |
* | btrfs: use delayed items when logging a directory | Filipe Manana | 2022-09-26 | 4 | -8/+562 |
* | btrfs: skip logging parent dir when conflicting inode is not a dir | Filipe Manana | 2022-09-26 | 1 | -10/+62 |
* | btrfs: log conflicting inodes without holding log mutex of the initial inode | Filipe Manana | 2022-09-26 | 3 | -152/+196 |
* | btrfs: move log_new_dir_dentries() above btrfs_log_inode() | Filipe Manana | 2022-09-26 | 1 | -167/+167 |
* | btrfs: move need_log_inode() to above log_conflicting_inodes() | Filipe Manana | 2022-09-26 | 1 | -35/+35 |
* | btrfs: search for last logged dir index if it's not cached in the inode | Filipe Manana | 2022-09-26 | 1 | -45/+74 |
* | btrfs: shrink the size of struct btrfs_delayed_item | Filipe Manana | 2022-09-26 | 2 | -24/+25 |
* | btrfs: remove unused logic when looking up delayed items | Filipe Manana | 2022-09-26 | 1 | -42/+3 |
* | btrfs: store index number instead of key in struct btrfs_delayed_item | Filipe Manana | 2022-09-26 | 2 | -53/+56 |
* | btrfs: remove root argument from btrfs_delayed_item_reserve_metadata() | Filipe Manana | 2022-09-26 | 1 | -5/+3 |
* | btrfs: avoid memory allocation at log_new_dir_dentries() for common case | Filipe Manana | 2022-09-26 | 1 | -17/+12 |
* | btrfs: free list element sooner at log_new_dir_dentries() | Filipe Manana | 2022-09-26 | 1 | -22/+30 |
* | btrfs: update stale comment for log_new_dir_dentries() | Filipe Manana | 2022-09-26 | 1 | -4/+4 |
* | btrfs: remove the root argument from log_new_dir_dentries() | Filipe Manana | 2022-09-26 | 1 | -3/+3 |
* | btrfs: don't drop dir index range items when logging a directory | Filipe Manana | 2022-09-26 | 1 | -5/+1 |
* | btrfs: scrub: use larger block size for data extent scrub | Qu Wenruo | 2022-09-26 | 1 | -1/+7 |
* | btrfs: scrub: move logical/physical/dev/mirror_num from scrub_sector to scrub... | Qu Wenruo | 2022-09-26 | 1 | -73/+92 |
* | btrfs: scrub: remove scrub_sector::page and use scrub_block::pages instead | Qu Wenruo | 2022-09-26 | 1 | -32/+67 |
* | btrfs: scrub: introduce scrub_block::pages for more efficient memory usage fo... | Qu Wenruo | 2022-09-26 | 1 | -22/+116 |
* | btrfs: scrub: factor out allocation and initialization of scrub_sector into h... | Qu Wenruo | 2022-09-26 | 1 | -31/+29 |
* | btrfs: scrub: factor out initialization of scrub_block into helper | Qu Wenruo | 2022-09-26 | 1 | -23/+23 |
* | btrfs: scrub: use pointer array to replace sblocks_for_recheck | Qu Wenruo | 2022-09-26 | 1 | -46/+53 |
* | btrfs: send: add support for fs-verity | Boris Burkov | 2022-09-26 | 5 | -7/+122 |
* | btrfs: use atomic_try_cmpxchg in free_extent_buffer | Uros Bizjak | 2022-09-26 | 1 | -4/+2 |
* | btrfs: scrub: remove impossible sanity checks | Qu Wenruo | 2022-09-26 | 1 | -25/+9 |
* | btrfs: delete btrfs_wait_space_cache_v1_finished | Josef Bacik | 2022-09-26 | 2 | -2/+2 |
* | btrfs: remove lock protection for BLOCK_GROUP_FLAG_RELOCATING_REPAIR | Josef Bacik | 2022-09-26 | 1 | -3/+0 |
* | btrfs: remove BLOCK_GROUP_FLAG_HAS_CACHING_CTL | Josef Bacik | 2022-09-26 | 2 | -25/+21 |
* | btrfs: simplify block group traversal in btrfs_put_block_group_cache | Josef Bacik | 2022-09-26 | 1 | -27/+15 |
* | btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPY | Josef Bacik | 2022-09-26 | 3 | -9/+0 |
* | btrfs: convert block group bit field to use bit helpers | Josef Bacik | 2022-09-26 | 9 | -56/+71 |
* | btrfs: handle space_info setting of bg in btrfs_add_bg_to_space_info | Josef Bacik | 2022-09-26 | 3 | -28/+13 |
* | btrfs: simplify arguments of btrfs_update_space_info and rename | Josef Bacik | 2022-09-26 | 3 | -36/+28 |
* | btrfs: use btrfs_fs_closing for background bg work | Josef Bacik | 2022-09-26 | 1 | -0/+6 |
* | btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent() | Omar Sandoval | 2022-09-26 | 5 | -30/+20 |
* | btrfs: sysfs: use sysfs_streq for string matching | David Sterba | 2022-09-26 | 1 | -20/+1 |
* | btrfs: scrub: try to fix super block errors | Qu Wenruo | 2022-09-26 | 1 | -0/+36 |
* | btrfs: scrub: properly report super block errors in system log | Qu Wenruo | 2022-09-26 | 1 | -21/+12 |