summary refs log tree commit diff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2021-08-23btrfs: grab correct extent map for subpage compressed extent readQu Wenruo
2021-08-23btrfs: disable compressed readahead for subpageQu Wenruo
2021-08-23btrfs: subpage: check if there are compressed extents inside one pageQu Wenruo
2021-08-23btrfs: reset this_bio_flag to avoid inheriting old flagsQu Wenruo
2021-08-23btrfs: constify and cleanup variables in comparatorsDavid Sterba
2021-08-23btrfs: simplify data stripe calculation helpersDavid Sterba
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-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-08-18Merge tag 'for-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-08-16iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig
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