aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-02Btrfs: fix data loss after inode eviction, renaming it, and fsync itGravatar Filipe Manana 1-1/+11
2019-07-02btrfs: raid56: clear incompat block group flags after removing the last oneGravatar David Sterba 1-0/+30
2019-07-02btrfs: switch extent_buffer write_locks from atomic to intGravatar David Sterba 4-6/+6
2019-07-02btrfs: switch extent_buffer spinning_writers from atomic to intGravatar David Sterba 4-8/+8
2019-07-02btrfs: switch extent_buffer blocking_writers from atomic to intGravatar David Sterba 4-29/+23
2019-07-02btrfs: assert delayed ref lock in btrfs_find_delayed_ref_headGravatar David Sterba 1-3/+4
2019-07-01btrfs: tests: add locks around add_extent_mappingGravatar David Sterba 1-0/+22
2019-07-01btrfs: Document __etree_searchGravatar Nikolay Borisov 1-0/+18
2019-07-01btrfs: Don't trim returned range based on input value in find_first_clear_ext...Gravatar Nikolay Borisov 2-6/+133
2019-07-01btrfs: trim: make reserved device area adjustments more explicitGravatar Nikolay Borisov 1-0/+5
2019-07-01btrfs: use file:line format for assertion reportGravatar David Sterba 1-2/+1
2019-07-01btrfs: remove assumption about csum type form btrfs_print_data_csum_error()Gravatar Johannes Thumshirn 3-9/+8
2019-07-01btrfs: directly call into crypto framework for checksummingGravatar Johannes Thumshirn 9-62/+89
2019-07-01btrfs: add boilerplate code for directly including the crypto frameworkGravatar Johannes Thumshirn 2-7/+47
2019-07-01btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptionsGravatar Johannes Thumshirn 1-26/+16
2019-07-01btrfs: check for supported superblock checksum type before checksum validationGravatar Johannes Thumshirn 1-0/+14
2019-07-01btrfs: add common checksum type validationGravatar Johannes Thumshirn 1-10/+19
2019-07-01btrfs: format checksums according to type for printingGravatar Johannes Thumshirn 1-4/+16
2019-07-01btrfs: don't assume compressed_bio sums to be 4 bytesGravatar Johannes Thumshirn 3-12/+19
2019-07-01btrfs: don't assume ordered sums to be 4 bytesGravatar Johannes Thumshirn 6-24/+34