Age | Commit message (Expand) | Author |
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 |
2022-09-26 | btrfs: scrub: properly report super block errors in system log | Qu Wenruo |
2022-09-26 | btrfs: fix alignment of VMA for memory mapped files on THP | Alexander Zhu |
2022-09-26 | btrfs: add lockdep annotations for the ordered extents wait event | Ioannis Angelakopoulos |
2022-09-26 | btrfs: change the lockdep class of free space inode's invalidate_lock | Ioannis Angelakopoulos |
2022-09-26 | btrfs: add lockdep annotations for pending_ordered wait event | Ioannis Angelakopoulos |
2022-09-26 | btrfs: add lockdep annotations for transaction states wait events | Ioannis Angelakopoulos |
2022-09-26 | btrfs: add lockdep annotations for num_extwriters wait event | Ioannis Angelakopoulos |
2022-09-26 | btrfs: add lockdep annotations for num_writers wait event | Ioannis Angelakopoulos |
2022-09-26 | btrfs: add macros for annotating wait events with lockdep | Ioannis Angelakopoulos |
2022-09-26 | btrfs: dump extra info if one free space cache has more bitmaps than it should | Qu Wenruo |
2022-09-25 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-09-25 | Merge tag 'dax-and-nvdimm-fixes-v6.0-final' of git://git.kernel.org/pub/scm/l... | Linus Torvalds |
2022-09-24 | Merge branch 'for-6.0/dax' into libnvdimm-fixes | Dan Williams |
2022-09-22 | ext4: limit the number of retries after discarding preallocations blocks | Theodore Ts'o |
2022-09-22 | ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0 | Luís Henriques |
2022-09-21 | ext4: use buckets for cr 1 block scan instead of rbtree | Jan Kara |
2022-09-21 | ext4: use locality group preallocation for small closed files | Jan Kara |
2022-09-21 | ext4: make directory inode spreading reflect flexbg size | Jan Kara |
2022-09-21 | ext4: avoid unnecessary spreading of allocations among groups | Jan Kara |
2022-09-21 | ext4: make mballoc try target group first even with mb_optimize_scan | Jan Kara |
2022-09-21 | Merge tag 'exfat-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |