summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.14-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-08-261-1/+1
|\
| * Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo2021-08-251-1/+1
* | Merge tag 'for-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-08-181-2/+8
|\|
| * btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown2021-08-161-2/+8
* | Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-304-4/+5
|\|
| * btrfs: calculate number of eb pages properly in csum_tree_blockDavid Sterba2021-07-291-1/+1
| * btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi2021-07-281-0/+1
| * btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana2021-07-281-2/+2
| * btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues2021-07-281-1/+1
* | Merge tag 'for-5.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-2312-47/+79
|\|
| * btrfs: store a block_device in struct btrfs_ordered_extentChristoph Hellwig2021-07-224-13/+6
| * btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana2021-07-226-25/+48
| * btrfs: check for missing device in btrfs_trim_fsAnand Jain2021-07-221-0/+3
| * btrfs: fix unpersisted i_size on fsync after expanding truncateFilipe Manana2021-07-221-9/+22
* | Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-139-286/+687
|\|
| * btrfs: zoned: fix wrong mutex unlock on failure to allocate log root treeFilipe Manana2021-07-071-1/+1
| * btrfs: don't block if we can't acquire the reclaim lockJohannes Thumshirn2021-07-071-1/+9
| * btrfs: properly split extent_map for REQ_OP_ZONE_APPENDNaohiro Aota2021-07-071-29/+118
| * btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana2021-07-077-184/+546
| * btrfs: fix deadlock with concurrent chunk allocations involving system chunksFilipe Manana2021-07-073-69/+1
| * btrfs: zoned: print unusable percentage when reclaiming block groupsJohannes Thumshirn2021-07-071-2/+12
| * btrfs: zoned: fix types for u64 division in btrfs_reclaim_bgs_workDavid Sterba2021-07-071-1/+1
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-031-12/+11
|\ \
| * | iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro2021-06-101-12/+11
* | | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-1/+1
|\ \ \ | |_|/ |/| |
| * | block: move bd_mutex to struct gendiskChristoph Hellwig2021-06-011-1/+1
* | | btrfs: remove unused btrfs_fs_info::total_pinnedNikolay Borisov2021-06-221-2/+0
* | | btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik2021-06-227-97/+0
* | | btrfs: rip the first_ticket_bytes logic from fail_all_ticketsJosef Bacik2021-06-221-16/+0
* | | btrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushingJosef Bacik2021-06-221-16/+0
* | | btrfs: rip out may_commit_transactionJosef Bacik2021-06-222-126/+11
* | | btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana2021-06-225-31/+2
* | | btrfs: ensure relocation never runs while we have send operations runningFilipe Manana2021-06-226-19/+32
* | | btrfs: shorten integrity checker extent data mount optionDavid Sterba2021-06-223-6/+4
* | | btrfs: switch mount option bits to enums and use wider typeDavid Sterba2021-06-221-32/+33
* | | btrfs: props: change how empty value is interpretedDavid Sterba2021-06-221-0/+14
* | | btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba2021-06-221-1/+1
* | | btrfs: fix unbalanced unlock in qgroup_account_snapshot()Naohiro Aota2021-06-221-1/+1
* | | btrfs: sysfs: export dev stats in devinfo directoryDavid Sterba2021-06-221-0/+29
* | | btrfs: fix typos in commentsDavid Sterba2021-06-2219-28/+28
* | | btrfs: remove a stale comment for btrfs_decompress_bio()Qu Wenruo2021-06-221-14/+0
* | | btrfs: send: use list_move_tail instead of list_del/list_add_tailBaokun Li2021-06-221-11/+7
* | | btrfs: disable build on platforms having page size 256KChristophe Leroy2021-06-221-0/+2
* | | btrfs: send: fix invalid path for unlink operations after parent orphanizationFilipe Manana2021-06-221-0/+11
* | | btrfs: inline wait_current_trans_commit_start in its callerDavid Sterba2021-06-211-13/+7
* | | btrfs: sink wait_for_unblock parameter to async commitDavid Sterba2021-06-213-25/+4
* | | btrfs: remove total_data_size variable in btrfs_batch_insert_items()Nathan Chancellor2021-06-211-2/+1
* | | btrfs: eliminate insert label in add_falloc_rangeNikolay Borisov2021-06-211-12/+11
* | | btrfs: subpage: fix a rare race between metadata endio and eb freeingQu Wenruo2021-06-213-26/+32
* | | btrfs: don't clear page extent mapped if we're not invalidating the full pageQu Wenruo2021-06-211-1/+13