summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-10-18orangefs: no need to check for service_operation returns > 0Mike Marshall1-1/+1
2018-10-18orangefs: some error code paths missed kmem_cache_freeMike Marshall1-3/+3
2018-10-18orangefs: don't let orangefs_iget return NULL.Mike Marshall1-1/+5
2018-10-18orangefs: don't let orangefs_new_inode return NULLMike Marshall1-1/+1
2018-10-18fscache: Fix out of bound read in long cookie keysEric Sandeen1-3/+7
2018-10-18fscache: Fix incomplete initialisation of inline key spaceDavid Howells3-23/+5
2018-10-18cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro1-1/+1
2018-10-18xfs: cancel COW blocks before swapextChristoph Hellwig1-0/+6
2018-10-18xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster2-6/+29
2018-10-18xfs: use offsetof() in place of offset macros for __xfsstatsCarlos Maiolino2-49/+31
2018-10-18xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstatCarlos Maiolino1-1/+1
2018-10-18xfs: fix use-after-free race in xfs_buf_releDave Chinner1-1/+37
2018-10-18xfs: Add attibute remove and helper functionsAllison Henderson2-11/+26
2018-10-18xfs: Add attibute set and helper functionsAllison Henderson4-87/+115
2018-10-18xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson1-23/+30
2018-10-18xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson1-0/+0
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