aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Merge tag 'for-5.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-50/+163
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+0
2020-12-09btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsGravatar Qu Wenruo 1-2/+1
2020-12-09btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessorsGravatar Qu Wenruo 1-2/+36
2020-12-09btrfs: calculate inline extent buffer page size based on page sizeGravatar Qu Wenruo 1-6/+0
2020-12-09btrfs: pass bio_offset to check_data_csum() directlyGravatar Qu Wenruo 1-1/+1
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheGravatar Boris Burkov 1-0/+3
2020-12-09btrfs: do not block inode logging for so long during transaction commitGravatar Filipe Manana 1-1/+1
2020-12-09btrfs: remove inode number cache featureGravatar Nikolay Borisov 1-13/+2
2020-12-09btrfs: introduce max_zone_append_sizeGravatar Naohiro Aota 1-0/+3
2020-12-09btrfs: check and enable ZONED modeGravatar Naohiro Aota 1-0/+14
2020-12-08btrfs: make btrfs_update_inode_fallback take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-12-08btrfs: make btrfs_cont_expand take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-12-08btrfs: make btrfs_truncate_block take btrfs_inodeGravatar Nikolay Borisov 1-2/+2
2020-12-08btrfs: make btrfs_update_inode take btrfs_inodeGravatar Nikolay Borisov 1-2/+1
2020-12-08btrfs: make btrfs_truncate_inode_items take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-12-08btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-12-08btrfs: remove btrfs_path::recurseGravatar Josef Bacik 1-1/+0
2020-12-08btrfs: update the number of bytes used by an inode atomicallyGravatar Filipe Manana 1-0/+8
2020-12-08btrfs: refactor btrfs_drop_extents() to make it easier to extendGravatar Filipe Manana 1-9/+54
2020-12-08btrfs: don't miss async discards after scheduled work overrideGravatar Pavel Begunkov 1-0/+1
2020-12-08btrfs: discard: store async discard delay as ns not as jiffiesGravatar Pavel Begunkov 1-1/+1
2020-12-08btrfs: make buffer_radix take sector size unitsGravatar Qu Wenruo 1-0/+1
2020-12-08btrfs: update last_byte_to_unpin in switch_commit_rootsGravatar Josef Bacik 1-1/+0
2020-12-08btrfs: locking: rip out path->leave_spinningGravatar Josef Bacik 1-1/+0
2020-12-08btrfs: precalculate checksums per leaf onceGravatar David Sterba 1-1/+12
2020-12-08btrfs: store precalculated csum_size in fs_infoGravatar David Sterba 1-0/+1
2020-12-08btrfs: replace s_blocksize_bits with fs_info::sectorsize_bitsGravatar David Sterba 1-1/+1
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoGravatar David Sterba 1-0/+2
2020-12-08btrfs: add set/get accessors for root_item::drop_levelGravatar David Sterba 1-0/+1
2020-12-08btrfs: remove dio iomap DSYNC workaroundGravatar Goldwyn Rodrigues 1-1/+0
2020-12-08btrfs: introduce btrfs_inode_lock()/unlock()Gravatar Goldwyn Rodrigues 1-0/+7
2020-12-08btrfs: split btrfs_direct_IO to read and writeGravatar Goldwyn Rodrigues 1-1/+4
2020-12-08btrfs: introduce mount option rescue=ignoredatacsumsGravatar Josef Bacik 1-0/+1
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsGravatar Josef Bacik 1-0/+1
2020-12-08btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()Gravatar Goldwyn Rodrigues 1-1/+1
2020-11-23btrfs: fix lockdep splat when enabling and disabling qgroupsGravatar Filipe Manana 1-1/+4
2020-11-06fs: Remove asm/kmap_types.h includesGravatar Thomas Gleixner 1-1/+0
2020-10-26btrfs: fix readahead hang and use-after-free after removing a deviceGravatar Filipe Manana 1-0/+2
2020-10-07btrfs: remove struct extent_io_opsGravatar Nikolay Borisov 1-2/+0
2020-10-07btrfs: stop calling submit_bio_hook for data inodesGravatar Nikolay Borisov 1-0/+2
2020-10-07btrfs: replace readpage_end_io_hook with direct callsGravatar Nikolay Borisov 1-0/+2
2020-10-07btrfs: use unaligned helpers for stack and header set/get helpersGravatar David Sterba 1-6/+14
2020-10-07btrfs: sink total_data parameter in setup_items_for_insertGravatar Nikolay Borisov 1-1/+1
2020-10-07btrfs: eliminate total_size parameter from setup_items_for_insertGravatar Nikolay Borisov 1-1/+1
2020-10-07btrfs: rename btrfs_punch_hole_range() to a more generic nameGravatar Filipe Manana 1-1/+1
2020-10-07btrfs: rename struct btrfs_clone_extent_info to a more generic nameGravatar Filipe Manana 1-2/+6
2020-10-07btrfs: remove item_size member of struct btrfs_clone_extent_infoGravatar Filipe Manana 1-1/+1
2020-10-07btrfs: fix metadata reservation for fallocate that leads to transaction abortsGravatar Filipe Manana 1-0/+16
2020-10-07btrfs: enumerate the type of exclusive operation in progressGravatar Goldwyn Rodrigues 1-5/+19