summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-08-23btrfs: merge alloc_device helpersDavid Sterba
2021-08-23btrfs: uninline btrfs_bg_flags_to_raid_indexDavid Sterba
2021-08-23btrfs: tree-checker: add missing stripe checks for raid1c3/4 profilesDavid Sterba
2021-08-23btrfs: tree-checker: use table values for stripe checksDavid Sterba
2021-08-23btrfs: make btrfs_next_leaf static inlineDavid Sterba
2021-08-23btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pendingDavid Sterba
2021-08-23btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_orderedDavid Sterba
2021-08-23btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()Qu Wenruo
2021-08-23btrfs: introduce btrfs_lookup_match_dirMarcos Paulo de Souza
2021-08-23btrfs: remove unneeded return variable in btrfs_lookup_file_extentMarcos Paulo de Souza
2021-08-23btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritemsMarcos Paulo de Souza
2021-08-23btrfs: remove ignore_offset argument from btrfs_find_all_roots()Filipe Manana
2021-08-23btrfs: avoid unnecessary lock and leaf splits when updating inode in the logFilipe Manana
2021-08-23btrfs: remove unnecessary list head initialization when syncing logFilipe Manana
2021-08-23btrfs: avoid unnecessary log mutex contention when syncing logFilipe Manana
2021-08-23btrfs: remove racy and unnecessary inode transaction update when using no-holesFilipe Manana
2021-08-23btrfs: stop doing GFP_KERNEL memory allocations in the ref verify toolFilipe Manana
2021-08-23btrfs: improve the batch insertion of delayed itemsFilipe Manana
2021-08-23btrfs: rescue: allow ibadroots to skip bad extent tree when reading block gro...Qu Wenruo
2021-08-23btrfs: pass NULL as trans to btrfs_search_slot if we only want to searchMarcos Paulo de Souza
2021-08-23btrfs: continue readahead of siblings even if target node is in memoryFilipe Manana
2021-08-23btrfs: check-integrity: drop kmap/kunmap for block pagesDavid Sterba
2021-08-23btrfs: compression: drop kmap/kunmap from generic helpersDavid Sterba
2021-08-23btrfs: compression: drop kmap/kunmap from zstdDavid Sterba
2021-08-23btrfs: compression: drop kmap/kunmap from zlibDavid Sterba
2021-08-23btrfs: compression: drop kmap/kunmap from lzoDavid Sterba
2021-08-23btrfs: drop from __GFP_HIGHMEM all allocationsDavid Sterba
2021-08-23btrfs: cleanup fs_devices pointer usage in btrfs_trim_fsAnand Jain
2021-08-23btrfs: remove max argument from generic_bin_searchMarcos Paulo de Souza
2021-08-23btrfs: make btrfs_finish_chunk_alloc private to block-group.cNikolay Borisov
2021-08-23btrfs: check-integrity: drop unnecessary function prototypesAnand Jain
2021-08-23btrfs: add special case to setget helpers for 64k pagesDavid Sterba
2021-08-23btrfs: zoned: remove max_zone_append_size logicJohannes Thumshirn
2021-08-18Merge tag 'for-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-08-16btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown
2021-07-30Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-29btrfs: calculate number of eb pages properly in csum_tree_blockDavid Sterba
2021-07-28btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi
2021-07-28btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana
2021-07-28btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues
2021-07-23Merge tag 'for-5.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-22btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig
2021-07-22btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana
2021-07-22btrfs: check for missing device in btrfs_trim_fsAnand Jain
2021-07-22btrfs: fix unpersisted i_size on fsync after expanding truncateFilipe Manana
2021-07-13Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-07btrfs: zoned: fix wrong mutex unlock on failure to allocate log root treeFilipe Manana
2021-07-07btrfs: don't block if we can't acquire the reclaim lockJohannes Thumshirn
2021-07-07btrfs: properly split extent_map for REQ_OP_ZONE_APPENDNaohiro Aota
2021-07-07btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana