summaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-17btrfs: remove unused parameter from check_async_writeDavid Sterba1-2/+2
2017-02-17btrfs: remove unused parameter from read_block_for_searchDavid Sterba1-5/+5
2017-02-17btrfs: ulist: rename ulist_fini to ulist_releaseDavid Sterba3-10/+10
2017-02-17btrfs: remove pointless rcu protection from btrfs_qgroup_inheritDavid Sterba1-2/+0
2017-02-17btrfs: qgroups: opencode qgroup_free helperDavid Sterba1-9/+9
2017-02-17btrfs: remove unnecessary mutex lock in qgroup_account_snapshotDavid Sterba1-5/+1
2017-02-17btrfs: check quota status earlier and don't do unnecessary freesDavid Sterba1-2/+3
2017-02-17btrfs: embed extent_changeset::range_changed to the structureDavid Sterba3-17/+11
2017-02-17btrfs: ulist: make the finalization function publicDavid Sterba2-1/+2
2017-02-17btrfs: qgroups: make __del_qgroup_relation staticDavid Sterba1-1/+1
2017-02-17btrfs: make space cache inode readahead failure nonfatalDavid Sterba1-7/+3
2017-02-17btrfs: use GFP_KERNEL in btrfs_add/del_qgroup_relationDavid Sterba1-2/+2
2017-02-17btrfs: use GFP_KERNEL in btrfs_quota_enableDavid Sterba1-1/+1
2017-02-17btrfs: use GFP_KERNEL in btrfs_read_qgroup_configDavid Sterba1-1/+1
2017-02-17btrfs: use GFP_KERNEL in create_snapshotDavid Sterba1-2/+2
2017-02-17Btrfs: specify a new ordered extent type for create_io_emLiu Bo2-4/+6
2017-02-17Btrfs: create a helper to create em for IOLiu Bo1-115/+74
2017-02-17Btrfs: use helper to get used bytes of space_infoLiu Bo1-22/+19
2017-02-17Btrfs: try to avoid acquiring free space ctl's lockLiu Bo1-11/+13
2017-02-17btrfs: Better csum error message for data csum mismatchQu Wenruo3-7/+22
2017-02-17Btrfs: add another missing end_page_writeback on submit_extent_page failureTakafumi Kubota1-2/+6
2017-02-17btrfs: remove unused ulist membersDavid Sterba1-7/+0
2017-02-17Btrfs: use helper to simplify lock/unlock pagesLiu Bo1-64/+10
2017-02-17btrfs: teach __process_pages_contig about PAGE_LOCK operationLiu Bo2-7/+44
2017-02-14Btrfs: create helper for processing bits on contiguous pagesLiu Bo1-15/+22
2017-02-14Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_existLiu Bo3-47/+16
2017-02-14Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_headLiu Bo4-9/+7
2017-02-14Btrfs: remove unused trans in read_block_for_searchLiu Bo1-9/+8
2017-02-14Btrfs: cleanup unused cached_state in __extent_writepage_ioLiu Bo1-8/+1
2017-02-14btrfs: allow unlink to exceed subvolume quotaJeff Mahoney4-29/+45
2017-02-14Btrfs: fix wrong argument for btrfs_lookup_ordered_rangeLiu Bo1-1/+1
2017-02-14btrfs: raid56: Remove unused variable in lock_stripe_addQu Wenruo1-2/+0
2017-02-14Btrfs: refactor btrfs_extent_same() slightlyOmar Sandoval1-21/+12
2017-02-14Btrfs: constify struct btrfs_{,disk_}key wherever possibleOmar Sandoval4-64/+69
2017-02-14Btrfs: fix another race between truncate and lockless dio writeLiu Bo1-1/+3
2017-02-14Btrfs: clean up btrfs_ordered_update_i_sizeLiu Bo1-16/+13
2017-02-14Btrfs: fix comment in btrfs_page_mkwriteLiu Bo1-5/+5
2017-02-14Btrfs: fix btrfs_ordered_update_i_size to update disk_i_size properlyLiu Bo2-2/+26
2017-02-14btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba9-63/+74
2017-02-14btrfs: Make count_inode_refs take btrfs_inodeNikolay Borisov1-3/+3
2017-02-14btrfs: Make count_inode_extrefs take btrfs_inodeNikolay Borisov1-3/+3
2017-02-14btrfs: Make btrfs_log_inode take btrfs_inodeNikolay Borisov1-49/+48
2017-02-14btrfs: Make log_inode_item take btrfs_inodeNikolay Borisov1-5/+5
2017-02-14btrfs: Make __add_inode_ref take btrfs_inodeNikolay Borisov1-12/+13
2017-02-14btrfs: Make drop_one_dir_item take btrfs_inodeNikolay Borisov1-6/+6
2017-02-14btrfs: Make btrfs_unlink_inode take btrfs_inodeNikolay Borisov3-44/+50
2017-02-14btrfs: Make log_new_dir_dentries take btrfs_inodeNikolay Borisov1-4/+4
2017-02-14btrfs: Make log_directory_changes take btrfs_inodeNikolay Borisov1-6/+5
2017-02-14btrfs: Make log_dir_items take btrfs_inodeNikolay Borisov1-3/+3
2017-02-14btrfs: Make btrfs_log_changed_extents take btrfs_inodeNikolay Borisov1-11/+11