summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | btrfs: remove unused parameter from btrfs_check_super_validDavid Sterba2017-02-171-5/+3
| * | | | btrfs: remove unused parameter from btrfs_prepare_extent_commitDavid Sterba2017-02-173-5/+3
| * | | | btrfs: remove unused parameter from btrfs_subvolume_release_metadataDavid Sterba2017-02-173-11/+6
| * | | | btrfs: remove unused parameter from __push_leaf_leftDavid Sterba2017-02-171-3/+2
| * | | | btrfs: remove unused parameter from __push_leaf_rightDavid Sterba2017-02-171-3/+2
| * | | | btrfs: merge two superblock writing helpersDavid Sterba2017-02-174-11/+4
| * | | | btrfs: remove unused parameter from write_dev_supersDavid Sterba2017-02-171-3/+3
| * | | | btrfs: remove unused parameter from split_itemDavid Sterba2017-02-171-3/+2
| * | | | btrfs: remove unused parameter from clean_tree_blockDavid Sterba2017-02-177-19/+17
| * | | | btrfs: remove unused parameter from check_async_writeDavid Sterba2017-02-171-2/+2
| * | | | btrfs: remove unused parameter from read_block_for_searchDavid Sterba2017-02-171-5/+5
| * | | | btrfs: ulist: rename ulist_fini to ulist_releaseDavid Sterba2017-02-173-10/+10
| * | | | btrfs: remove pointless rcu protection from btrfs_qgroup_inheritDavid Sterba2017-02-171-2/+0
| * | | | btrfs: qgroups: opencode qgroup_free helperDavid Sterba2017-02-171-9/+9
| * | | | btrfs: remove unnecessary mutex lock in qgroup_account_snapshotDavid Sterba2017-02-171-5/+1
| * | | | btrfs: check quota status earlier and don't do unnecessary freesDavid Sterba2017-02-171-2/+3
| * | | | btrfs: embed extent_changeset::range_changed to the structureDavid Sterba2017-02-173-17/+11
| * | | | btrfs: ulist: make the finalization function publicDavid Sterba2017-02-172-1/+2
| * | | | btrfs: qgroups: make __del_qgroup_relation staticDavid Sterba2017-02-171-1/+1
| * | | | btrfs: make space cache inode readahead failure nonfatalDavid Sterba2017-02-171-7/+3
| * | | | btrfs: use GFP_KERNEL in btrfs_add/del_qgroup_relationDavid Sterba2017-02-171-2/+2
| * | | | btrfs: use GFP_KERNEL in btrfs_quota_enableDavid Sterba2017-02-171-1/+1
| * | | | btrfs: use GFP_KERNEL in btrfs_read_qgroup_configDavid Sterba2017-02-171-1/+1
| * | | | btrfs: use GFP_KERNEL in create_snapshotDavid Sterba2017-02-171-2/+2
| * | | | Btrfs: specify a new ordered extent type for create_io_emLiu Bo2017-02-172-4/+6
| * | | | Btrfs: create a helper to create em for IOLiu Bo2017-02-171-115/+74
| * | | | Btrfs: use helper to get used bytes of space_infoLiu Bo2017-02-171-22/+19
| * | | | Btrfs: try to avoid acquiring free space ctl's lockLiu Bo2017-02-171-11/+13
| * | | | btrfs: Better csum error message for data csum mismatchQu Wenruo2017-02-173-7/+22
| * | | | Btrfs: add another missing end_page_writeback on submit_extent_page failureTakafumi Kubota2017-02-171-2/+6
| * | | | btrfs: remove unused ulist membersDavid Sterba2017-02-171-7/+0
| * | | | Btrfs: use helper to simplify lock/unlock pagesLiu Bo2017-02-171-64/+10
| * | | | btrfs: teach __process_pages_contig about PAGE_LOCK operationLiu Bo2017-02-172-7/+44
| * | | | Btrfs: create helper for processing bits on contiguous pagesLiu Bo2017-02-141-15/+22
| * | | | Btrfs: kill trans in run_delalloc_nocow and btrfs_cross_ref_existLiu Bo2017-02-143-47/+16
| * | | | Btrfs: pass delayed_refs directly to btrfs_find_delayed_ref_headLiu Bo2017-02-144-9/+7
| * | | | Btrfs: remove unused trans in read_block_for_searchLiu Bo2017-02-141-9/+8
| * | | | Btrfs: cleanup unused cached_state in __extent_writepage_ioLiu Bo2017-02-141-8/+1
| * | | | btrfs: allow unlink to exceed subvolume quotaJeff Mahoney2017-02-144-29/+45
| * | | | Btrfs: fix wrong argument for btrfs_lookup_ordered_rangeLiu Bo2017-02-141-1/+1
| * | | | btrfs: raid56: Remove unused variable in lock_stripe_addQu Wenruo2017-02-141-2/+0
| * | | | Btrfs: refactor btrfs_extent_same() slightlyOmar Sandoval2017-02-141-21/+12
| * | | | Btrfs: constify struct btrfs_{,disk_}key wherever possibleOmar Sandoval2017-02-144-64/+69
| * | | | Btrfs: fix another race between truncate and lockless dio writeLiu Bo2017-02-141-1/+3
| * | | | Btrfs: clean up btrfs_ordered_update_i_sizeLiu Bo2017-02-141-16/+13
| * | | | Btrfs: fix comment in btrfs_page_mkwriteLiu Bo2017-02-141-5/+5
| * | | | Btrfs: fix btrfs_ordered_update_i_size to update disk_i_size properlyLiu Bo2017-02-142-2/+26
| * | | | btrfs: fix over-80 lines introduced by previous cleanupsDavid Sterba2017-02-149-63/+74
| * | | | btrfs: Make count_inode_refs take btrfs_inodeNikolay Borisov2017-02-141-3/+3
| * | | | btrfs: Make count_inode_extrefs take btrfs_inodeNikolay Borisov2017-02-141-3/+3