aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-6/+9
2019-07-16Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 50-3124/+3786
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Gravatar Linus Torvalds 1-19/+11
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-11/+7
2019-07-10Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+3
2019-07-10blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()Gravatar Tejun Heo 1-2/+2
2019-07-05btrfs: fix memory leak of path on error return pathGravatar Colin Ian King 1-2/+1
2019-07-04btrfs: move the subvolume reservation stuff out of extent-tree.cGravatar Josef Bacik 2-54/+56
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeGravatar Josef Bacik 12-499/+526
2019-07-04btrfs: migrate btrfs_trans_release_chunk_metadataGravatar Josef Bacik 4-19/+19
2019-07-04btrfs: migrate the delayed refs rsv codeGravatar Josef Bacik 4-183/+184
2019-07-04btrfs: Evaluate io_tree in find_lock_delalloc_range()Gravatar Goldwyn Rodrigues 3-19/+19
2019-07-02btrfs: migrate the global_block_rsv helpers to block-rsv.cGravatar Josef Bacik 3-183/+193
2019-07-02btrfs: migrate the block-rsv code to block-rsv.cGravatar Josef Bacik 3-247/+255
2019-07-02btrfs: stop using block_rsv_release_bytes everywhereGravatar Josef Bacik 1-8/+6
2019-07-02btrfs: cleanup the target logic in __btrfs_block_rsv_releaseGravatar Josef Bacik 1-3/+9
2019-07-02btrfs: export __btrfs_block_rsv_releaseGravatar Josef Bacik 2-13/+13
2019-07-02btrfs: export btrfs_block_rsv_add_bytesGravatar Josef Bacik 2-9/+11
2019-07-02btrfs: move btrfs_block_rsv definitions into it's own headerGravatar Josef Bacik 3-68/+79
2019-07-02btrfs: Simplify update of space_info in __reserve_metadata_bytes()Gravatar Goldwyn Rodrigues 1-11/+5
2019-07-02btrfs: unexport can_overcommitGravatar Josef Bacik 2-16/+11
2019-07-02btrfs: move reserve_metadata_bytes and supporting code to space-info.cGravatar Josef Bacik 3-702/+709
2019-07-02btrfs: move dump_space_info to space-info.cGravatar Josef Bacik 3-63/+65
2019-07-02btrfs: export block_rsv_use_bytesGravatar Josef Bacik 2-8/+6
2019-07-02btrfs: move btrfs_space_info_add_*_bytes to space-info.cGravatar Josef Bacik 3-111/+114
2019-07-02btrfs: move the space info update macro to space-info.hGravatar Josef Bacik 2-37/+49
2019-07-02btrfs: move and export can_overcommitGravatar Josef Bacik 3-75/+79
2019-07-02btrfs: move the space_info handling code to space-info.cGravatar Josef Bacik 4-187/+204
2019-07-02btrfs: export space_info_add_*_bytesGravatar Josef Bacik 2-22/+25
2019-07-02btrfs: rename do_chunk_alloc to btrfs_chunk_allocGravatar Josef Bacik 2-36/+35
2019-07-02btrfs: move space_info to space-info.hGravatar Josef Bacik 8-72/+85
2019-07-02btrfs: lift bio_set_dev from bio allocation helpersGravatar David Sterba 3-8/+12
2019-07-02btrfs: use raid_attr for minimum stripe count in btrfs_calc_avail_data_spaceGravatar David Sterba 1-8/+5
2019-07-02btrfs: use raid_attr to adjust minimal stripe size in btrfs_calc_avail_data_s...Gravatar David Sterba 1-4/+5
2019-07-02btrfs: drop default value assignments in enumsGravatar David Sterba 2-10/+10
2019-07-02btrfs: use common helpers for extent IO state insertion messagesGravatar David Sterba 1-4/+7
2019-07-02btrfs: run delayed iput at unlink timeGravatar Josef Bacik 1-6/+34
2019-07-02Btrfs: add missing inode version, ctime and mtime updates when punching holeGravatar Filipe Manana 1-0/+5
2019-07-02Btrfs: fix fsync not persisting dentry deletions due to inode evictionsGravatar Filipe Manana 1-2/+26
2019-07-02btrfs: Use btrfs_get_io_geometry appropriatelyGravatar Nikolay Borisov 3-78/+30
2019-07-02btrfs: Introduce btrfs_io_geometry infrastructureGravatar Nikolay Borisov 2-0/+113
2019-07-02btrfs: improve messages when updating feature flagsGravatar David Sterba 1-16/+24
2019-07-02btrfs: shut up bogus -Wmaybe-uninitialized warningGravatar Arnd Bergmann 1-1/+1
2019-07-02Btrfs: prevent send failures and crashes due to concurrent relocationGravatar Filipe Manana 4-0/+31
2019-07-02btrfs: document BTRFS_MAX_MIRRORSGravatar David Sterba 1-1/+10
2019-07-02btrfs: use mask for RAID56 profilesGravatar David Sterba 1-6/+3
2019-07-02btrfs: add mask for all RAID1 typesGravatar David Sterba 3-9/+9
2019-07-02btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()Gravatar Qu Wenruo 1-2/+22
2019-07-02btrfs: correctly validate compression typeGravatar Johannes Thumshirn 3-5/+18