summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba2018-08-068-25/+22
* btrfs: simplify some assignments of inode numbersDavid Sterba2018-08-061-6/+6
* Btrfs: free space cache: make sure there is always room for generation numberZhihui Zhang2018-08-061-2/+2
* btrfs: drop unnecessary variable in btrfs_init_new_deviceAnand Jain2018-08-061-4/+1
* btrfs: use a temporary variable for fs_devices in btrfs_init_new_deviceAnand Jain2018-08-061-21/+21
* btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo2018-08-061-11/+12
* btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo2018-08-061-1/+14
* btrfs: tree-checker: Verify block_group_itemQu Wenruo2018-08-063-1/+103
* btrfs: annotate unlikely branches after V0 extent type removalDavid Sterba2018-08-063-9/+9
* btrfs: Add graceful handling of V0 extentsNikolay Borisov2018-08-064-10/+72
* btrfs: Remove V0 extent supportNikolay Borisov2018-08-065-394/+4
* btrfs: remove unnecessary curly braces in btrfs_get_aclChengguang Xu2018-08-061-4/+3
* btrfs: avoid error code override in btrfs_get_aclChengguang Xu2018-08-061-1/+1
* btrfs: remove unnecessary -ERANGE check in btrfs_get_aclChengguang Xu2018-08-061-1/+1
* btrfs: replace empty string with NULL when getting attribute length in btrfs_...Chengguang Xu2018-08-061-1/+1
* btrfs: return error instead of crash when detecting unexpected type in btrfs_...Chengguang Xu2018-08-061-1/+1
* btrfs: return EUCLEAN if extent_inline_ref type is invalidSu Yue2018-08-063-5/+5
* btrfs: Use iocb to derive pos instead of passing a separate parameterGoldwyn Rodrigues2018-08-061-7/+8
* btrfs: print more details when checking tree block finds a problemSu Yue2018-08-061-4/+4
* btrfs: Streamline memory allocation failure handling in btrfs_add_delayed_tre...Nikolay Borisov2018-08-061-18/+17
* btrfs: Don't remove block group that still has pinned down bytesQu Wenruo2018-08-061-1/+1
* btrfs: Refactor count handling in btrfs_unpin_free_inoGeert Uytterhoeven2018-08-061-7/+4
* btrfs: use timespec64 for i_otimeArnd Bergmann2018-08-062-3/+3
* btrfs: use monotonic time for transaction handlingArnd Bergmann2018-08-062-2/+2
* btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo2018-08-067-55/+21
* btrfs: Deduplicate extent_buffer init codeNikolay Borisov2018-08-064-54/+13
* btrfs: check-integrity: Fix NULL pointer dereference for degraded mountQu Wenruo2018-08-061-1/+6
* btrfs: Remove fs_info from btrfs_force_chunk_allocNikolay Borisov2018-08-064-8/+5
* btrfs: Remove fs_info from btrfs_inc_block_group_roNikolay Borisov2018-08-064-6/+5
* btrfs: Remove fs_info from btrfs_alloc_logged_file_extentNikolay Borisov2018-08-063-3/+1
* btrfs: Remove fs_info from remove_extent_backrefNikolay Borisov2018-08-061-6/+5
* btrfs: Remove fs_info from run_one_delayed_refNikolay Borisov2018-08-061-3/+2
* btrfs: Remove fs_info from insert_inline_extent_backrefNikolay Borisov2018-08-061-7/+4
* btrfs: Remove fs_info from exclude_super_stripesNikolay Borisov2018-08-061-4/+4
* btrfs: Remove fs_info from free_excluded_extentsNikolay Borisov2018-08-061-11/+11
* btrfs: Remove fs_info from check_system_chunkNikolay Borisov2018-08-063-7/+6
* btrfs: Remove fs_info from btrfs_alloc_chunkNikolay Borisov2018-08-063-8/+6
* btrfs: Remove fs_info from do_chunk_allocNikolay Borisov2018-08-061-12/+10
* btrfs: Remove fs_info from run_delayed_tree_refNikolay Borisov2018-08-061-4/+3
* btrfs: Remove fs_info from cleanup_ref_headNikolay Borisov2018-08-061-2/+3
* btrfs: Remove unused fs_info from cleanup_extent_opNikolay Borisov2018-08-061-2/+1
* btrfs: Remove fs_info from run_delayed_extent_opNikolay Borisov2018-08-061-2/+2
* btrfs: Remove fs_info from run_delayed_data_refNikolay Borisov2018-08-061-3/+2
* btrfs: Remove fs_info argument from __btrfs_inc_extent_refNikolay Borisov2018-08-061-9/+6
* btrfs: Remove fs_info from alloc_reserved_file_extentNikolay Borisov2018-08-061-8/+7
* btrfs: Remove fs_info from __btrfs_free_extentNikolay Borisov2018-08-061-13/+11
* btrfs: Remove fs_info from btrfs_remove_block_groupNikolay Borisov2018-08-063-5/+4
* btrfs: Remove fs_info from btrfs_make_block_groupNikolay Borisov2018-08-063-6/+6
* btrfs: Remove fs_info from btrfs_add_delayed_data_refNikolay Borisov2018-08-063-8/+6
* btrfs: Remove fs_info from btrfs_add_delayed_tree_refNikolay Borisov2018-08-063-8/+7