summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-22btrfs: remove unused btrfs_fs_info::total_pinnedNikolay Borisov1-2/+0
2021-06-22btrfs: rip out may_commit_transactionJosef Bacik1-1/+0
2021-06-22btrfs: ensure relocation never runs while we have send operations runningFilipe Manana1-2/+3
2021-06-22btrfs: shorten integrity checker extent data mount optionDavid Sterba1-1/+1
2021-06-22btrfs: switch mount option bits to enums and use wider typeDavid Sterba1-32/+33
2021-06-22btrfs: fix typos in commentsDavid Sterba1-3/+3
2021-06-21btrfs: make btrfs_set_range_writeback() subpage compatibleQu Wenruo1-1/+1
2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo1-0/+10
2021-06-21btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered()Qu Wenruo1-1/+2
2021-06-21btrfs: refactor submit_extent_page() to make bio and its flag tracing easierQu Wenruo1-2/+0
2021-06-21btrfs: introduce try-lock semantics for exclusive op startDavid Sterba1-0/+3
2021-06-21btrfs: add cancellable chunk relocation supportDavid Sterba1-0/+9
2021-06-21btrfs: protect exclusive_operation by super_lockDavid Sterba1-2/+2
2021-06-21btrfs: document byte swap optimization of root_item::flags accessorsDavid Sterba1-0/+2
2021-06-21btrfs: don't set the full sync flag when truncation does not touch extentsFilipe Manana1-1/+1
2021-06-21btrfs: make btrfs_verify_data_csum() to return a bitmapQu Wenruo1-2/+2
2021-05-10Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2021-04-28btrfs: fix deadlock when cloning inline extents and using qgroupsFilipe Manana1-1/+1
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn1-0/+5
2021-04-20btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn1-1/+2
2021-04-20btrfs: more graceful errors/warnings on 32bit systems when reaching limitsQu Wenruo1-0/+19
2021-04-19btrfs: improve btree readahead for full send operationsFilipe Manana1-1/+21
2021-04-19btrfs: use a bit to track the existence of tree mod log usersFilipe Manana1-0/+3
2021-04-19btrfs: move the tree mod log code into its own fileFilipe Manana1-17/+0
2021-04-19btrfs: remove duplicated in_range() macroJohannes Thumshirn1-2/+0
2021-04-19btrfs: add a i_mmap_lock to our inodeJosef Bacik1-0/+1
2021-04-19btrfs: remove mirror argument from btrfs_csum_verify_data()Goldwyn Rodrigues1-1/+1
2021-04-19btrfs: unexport btrfs_extent_readonly() and make it staticAnand Jain1-1/+0
2021-04-19btrfs: make btrfs_replace_file_extents take btrfs_inodeNikolay Borisov1-2/+3
2021-04-12btrfs: convert to fileattrMiklos Szeredi1-0/+3
2021-03-01Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+5
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2021-02-22btrfs: fix race between writes to swap files and scrubFilipe Manana1-0/+5
2021-02-09btrfs: zoned: enable to mount ZONED incompat flagNaohiro Aota1-1/+2
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota1-0/+2
2021-02-09btrfs: zoned: serialize metadata IONaohiro Aota1-0/+1
2021-02-09btrfs: zoned: check if bio spans across an ordered extentJohannes Thumshirn1-0/+2
2021-02-08btrfs: improve preemptive background space flushingJosef Bacik1-0/+1
2021-02-08btrfs: introduce a FORCE_COMMIT_TRANS flush operationJosef Bacik1-0/+1
2021-02-08btrfs: track ordered bytes instead of just dio ordered bytesJosef Bacik1-1/+1
2021-02-08btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov1-1/+1
2021-02-08btrfs: remove new_dirid argument from btrfs_create_subvol_rootNikolay Borisov1-2/+1
2021-02-08btrfs: rename btrfs_root::highest_objectid to free_objectidNikolay Borisov1-1/+1
2021-01-29Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2021-01-25btrfs: fix possible free space tree corruption with online conversionJosef Bacik1-0/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+2
2021-01-06Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+27
2020-12-18btrfs: fix race between RO remount and the cleaner taskFilipe Manana1-1/+19
2020-12-18btrfs: correctly calculate item size used when item key collision happensethanwu1-0/+6