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