summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik2019-07-0412-499/+526
* btrfs: migrate btrfs_trans_release_chunk_metadataJosef Bacik2019-07-044-19/+19
* btrfs: migrate the delayed refs rsv codeJosef Bacik2019-07-044-183/+184
* btrfs: Evaluate io_tree in find_lock_delalloc_range()Goldwyn Rodrigues2019-07-043-19/+19
* btrfs: migrate the global_block_rsv helpers to block-rsv.cJosef Bacik2019-07-023-183/+193
* btrfs: migrate the block-rsv code to block-rsv.cJosef Bacik2019-07-023-247/+255
* btrfs: stop using block_rsv_release_bytes everywhereJosef Bacik2019-07-021-8/+6
* btrfs: cleanup the target logic in __btrfs_block_rsv_releaseJosef Bacik2019-07-021-3/+9
* btrfs: export __btrfs_block_rsv_releaseJosef Bacik2019-07-022-13/+13
* btrfs: export btrfs_block_rsv_add_bytesJosef Bacik2019-07-022-9/+11
* btrfs: move btrfs_block_rsv definitions into it's own headerJosef Bacik2019-07-023-68/+79
* btrfs: Simplify update of space_info in __reserve_metadata_bytes()Goldwyn Rodrigues2019-07-021-11/+5
* btrfs: unexport can_overcommitJosef Bacik2019-07-022-16/+11
* btrfs: move reserve_metadata_bytes and supporting code to space-info.cJosef Bacik2019-07-023-702/+709
* btrfs: move dump_space_info to space-info.cJosef Bacik2019-07-023-63/+65
* btrfs: export block_rsv_use_bytesJosef Bacik2019-07-022-8/+6
* btrfs: move btrfs_space_info_add_*_bytes to space-info.cJosef Bacik2019-07-023-111/+114
* btrfs: move the space info update macro to space-info.hJosef Bacik2019-07-022-37/+49
* btrfs: move and export can_overcommitJosef Bacik2019-07-023-75/+79
* btrfs: move the space_info handling code to space-info.cJosef Bacik2019-07-024-187/+204
* btrfs: export space_info_add_*_bytesJosef Bacik2019-07-022-22/+25
* btrfs: rename do_chunk_alloc to btrfs_chunk_allocJosef Bacik2019-07-022-36/+35
* btrfs: move space_info to space-info.hJosef Bacik2019-07-028-72/+85
* btrfs: lift bio_set_dev from bio allocation helpersDavid Sterba2019-07-023-8/+12
* btrfs: use raid_attr for minimum stripe count in btrfs_calc_avail_data_spaceDavid Sterba2019-07-021-8/+5
* btrfs: use raid_attr to adjust minimal stripe size in btrfs_calc_avail_data_s...David Sterba2019-07-021-4/+5
* btrfs: drop default value assignments in enumsDavid Sterba2019-07-022-10/+10
* btrfs: use common helpers for extent IO state insertion messagesDavid Sterba2019-07-021-4/+7
* btrfs: run delayed iput at unlink timeJosef Bacik2019-07-021-6/+34
* Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana2019-07-021-0/+5
* Btrfs: fix fsync not persisting dentry deletions due to inode evictionsFilipe Manana2019-07-021-2/+26
* btrfs: Use btrfs_get_io_geometry appropriatelyNikolay Borisov2019-07-023-78/+30
* btrfs: Introduce btrfs_io_geometry infrastructureNikolay Borisov2019-07-022-0/+113
* btrfs: improve messages when updating feature flagsDavid Sterba2019-07-021-16/+24
* btrfs: shut up bogus -Wmaybe-uninitialized warningArnd Bergmann2019-07-021-1/+1
* Btrfs: prevent send failures and crashes due to concurrent relocationFilipe Manana2019-07-024-0/+31
* btrfs: document BTRFS_MAX_MIRRORSDavid Sterba2019-07-021-1/+10
* btrfs: use mask for RAID56 profilesDavid Sterba2019-07-021-6/+3
* btrfs: add mask for all RAID1 typesDavid Sterba2019-07-023-9/+9
* btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()Qu Wenruo2019-07-021-2/+22
* btrfs: correctly validate compression typeJohannes Thumshirn2019-07-023-5/+18
* Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana2019-07-021-1/+11
* btrfs: raid56: clear incompat block group flags after removing the last oneDavid Sterba2019-07-021-0/+30
* btrfs: switch extent_buffer write_locks from atomic to intDavid Sterba2019-07-024-6/+6
* btrfs: switch extent_buffer spinning_writers from atomic to intDavid Sterba2019-07-024-8/+8
* btrfs: switch extent_buffer blocking_writers from atomic to intDavid Sterba2019-07-024-29/+23
* btrfs: assert delayed ref lock in btrfs_find_delayed_ref_headDavid Sterba2019-07-021-3/+4
* btrfs: tests: add locks around add_extent_mappingDavid Sterba2019-07-011-0/+22
* btrfs: Document __etree_searchNikolay Borisov2019-07-011-0/+18
* btrfs: Don't trim returned range based on input value in find_first_clear_ext...Nikolay Borisov2019-07-012-6/+133