aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-18xfs: issue log message on user force shutdownDave Chinner1-25/+25
2018-10-18xfs: fix buffer state management in xrep_findroot_blockDarrick J. Wong3-14/+71
2018-10-18xfs: always assign buffer verifiers when one is providedDarrick J. Wong3-17/+78
2018-10-18xfs: xrep_findroot_block should reject root blocks with siblingsDarrick J. Wong1-13/+48
2018-10-18xfs: add a define for statfs magic to uapiAdam Borowski1-2/+3
2018-10-18xfs: print dangling delalloc extentsChristoph Hellwig1-1/+32
2018-10-18xfs: fix fork selection in xfs_find_trim_cow_extentChristoph Hellwig1-2/+6
2018-10-18xfs: remove the unused trimmed argument from xfs_reflink_trim_around_sharedChristoph Hellwig4-16/+10
2018-10-18xfs: remove the unused shared argument to xfs_reflink_reserve_cowChristoph Hellwig3-12/+8
2018-10-18xfs: handle zeroing in xfs_file_iomap_begin_delayChristoph Hellwig1-6/+38
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig6-94/+12
2018-10-18xfs: remove XFS_IO_INVALIDChristoph Hellwig2-10/+8
2018-10-16f2fs: remove request_list check in is_idle()Jens Axboe1-7/+0
2018-10-16f2fs: allow to mount, if quota is failedJaegeuk Kim1-6/+1
2018-10-16f2fs: update REQ_TIME in f2fs_cross_rename()Sahitya Tummala1-0/+4
2018-10-16f2fs: do not update REQ_TIME in case of error conditionsSahitya Tummala2-2/+2
2018-10-16f2fs: remove unneeded disable_nat_bits()Chao Yu1-3/+1
2018-10-16f2fs: remove unused sbi->trigger_ssr_thresholdChao Yu1-1/+0
2018-10-16f2fs: shrink sbi->sb_lock coverage in set_file_temperature()Chao Yu1-7/+10
2018-10-16f2fs: use rb_*_cached friendsChao Yu3-48/+69
2018-10-16f2fs: fix to recover cold bit of inode block during PORChao Yu2-1/+7
2018-10-16f2fs: submit cached bio to avoid endless PageWritebackChao Yu3-25/+61
2018-10-16f2fs: checkpoint disablingDaniel Rosenberg11-14/+318
2018-10-16jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao1-3/+1
2018-10-15gfs2: write revokes should traverse sd_ail1_list in reverseBob Peterson1-2/+2
2018-10-15btrfs: switch return_bigger to bool in find_ref_headLu Fengqi1-5/+6
2018-10-15btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi4-9/+6
2018-10-15btrfs: remove fs_info from btrfs_check_space_for_delayed_refsLu Fengqi4-7/+6
2018-10-15btrfs: delayed-ref: pass delayed_refs directly to btrfs_delayed_ref_lockLu Fengqi3-6/+3
2018-10-15btrfs: delayed-ref: pass delayed_refs directly to btrfs_select_ref_headLu Fengqi3-8/+5
2018-10-15btrfs: qgroup: move the qgroup->members check out from (!qgroup)'s else branchLu Fengqi1-6/+7
2018-10-15btrfs: relocation: Remove redundant tree level checkQu Wenruo1-1/+0
2018-10-15btrfs: relocation: Cleanup while loop using rbtree_postorder_for_each_entry_safeQu Wenruo1-15/+8
2018-10-15btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabledQu Wenruo2-0/+6
2018-10-15Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana1-3/+27
2018-10-15Btrfs: fix warning when replaying log after fsync of a tmpfileFilipe Manana1-10/+32
2018-10-15btrfs: drop min_size from evict_refill_and_joinJosef Bacik1-10/+6
2018-10-15btrfs: assert on non-empty delayed iputsJosef Bacik1-0/+1
2018-10-15btrfs: make sure we create all new block groupsJosef Bacik1-2/+5
2018-10-15btrfs: reset max_extent_size on clear in a bitmapJosef Bacik1-0/+2
2018-10-15btrfs: protect space cache inode alloc with GFP_NOFSJosef Bacik1-0/+8
2018-10-15btrfs: release metadata before running delayed refsJosef Bacik1-3/+3
2018-10-15Btrfs: kill btrfs_clear_path_blockingLiu Bo3-58/+4
2018-10-15btrfs: dev-replace: remove pointless assert in write unlockDavid Sterba1-1/+0
2018-10-15btrfs: dev-replace: move replace members out of fs_infoDavid Sterba3-15/+16
2018-10-15btrfs: dev-replace: avoid useless lock on error handling pathDavid Sterba1-1/+6
2018-10-15btrfs: open code btrfs_after_dev_replace_commitDavid Sterba3-10/+4
2018-10-15btrfs: open code btrfs_dev_replace_stats_incDavid Sterba2-12/+4
2018-10-15btrfs: open code btrfs_dev_replace_clear_lock_blockingDavid Sterba3-15/+5
2018-10-15btrfs: remove btrfs_dev_replace::read_locksDavid Sterba3-7/+0