summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-02-17btrfs: remove unused parameter from __push_leaf_leftDavid Sterba1-3/+2
2017-02-17btrfs: remove unused parameter from __push_leaf_rightDavid Sterba1-3/+2
2017-02-17btrfs: merge two superblock writing helpersDavid Sterba4-11/+4
2017-02-17btrfs: remove unused parameter from write_dev_supersDavid Sterba1-3/+3
2017-02-17btrfs: remove unused parameter from split_itemDavid Sterba1-3/+2
2017-02-17btrfs: remove unused parameter from clean_tree_blockDavid Sterba7-19/+17
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-16xfs: tune down agno asserts in the bmap codeChristoph Hellwig1-16/+6
2017-02-16xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra1-2/+1
2017-02-16xfs: don't reserve blocks for right shift transactionsBrian Foster1-10/+10
2017-02-16xfs: fix len comparison in xfs_extent_busy_trimArnd Bergmann1-1/+1
2017-02-16xfs: fix uninitialized variable in _reflink_convert_cowDarrick J. Wong1-1/+1
2017-02-16xfs: split indlen reservations fairly when under reservedBrian Foster1-18/+43
2017-02-16xfs: handle indlen shortage on delalloc extent mergeBrian Foster1-3/+6
2017-02-16xfs: resurrect debug mode drop buffered writes mechanismBrian Foster3-14/+19
2017-02-16xfs: clear delalloc and cache on buffered write failureBrian Foster1-1/+12
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-17/+34
2017-02-16vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi1-0/+1
2017-02-16fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi1-0/+1
2017-02-15fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala1-0/+4
2017-02-15ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o1-1/+1
2017-02-14ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o1-0/+4
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