aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-10-19Merge tag 'nand/for-4.20' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon
2018-10-18orangefs: no need to check for service_operation returns > 0Mike Marshall
2018-10-18orangefs: some error code paths missed kmem_cache_freeMike Marshall
2018-10-18orangefs: don't let orangefs_iget return NULL.Mike Marshall
2018-10-18orangefs: don't let orangefs_new_inode return NULLMike Marshall
2018-10-18fscache: Fix out of bound read in long cookie keysEric Sandeen
2018-10-18fscache: Fix incomplete initialisation of inline key spaceDavid Howells
2018-10-18cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro
2018-10-18xfs: cancel COW blocks before swapextChristoph Hellwig
2018-10-18xfs: clear ail delwri queued bufs on unmount of shutdown fsBrian Foster
2018-10-18xfs: use offsetof() in place of offset macros for __xfsstatsCarlos Maiolino
2018-10-18xfs: Fix xqmstats offsets in /proc/fs/xfs/xqmstatCarlos Maiolino
2018-10-18xfs: fix use-after-free race in xfs_buf_releDave Chinner
2018-10-18xfs: Add attibute remove and helper functionsAllison Henderson
2018-10-18xfs: Add attibute set and helper functionsAllison Henderson
2018-10-18xfs: Add helper function xfs_attr_try_sf_addnameAllison Henderson
2018-10-18xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.hAllison Henderson
2018-10-18xfs: issue log message on user force shutdownDave Chinner
2018-10-18xfs: fix buffer state management in xrep_findroot_blockDarrick J. Wong
2018-10-18xfs: always assign buffer verifiers when one is providedDarrick J. Wong
2018-10-18xfs: xrep_findroot_block should reject root blocks with siblingsDarrick J. Wong
2018-10-18xfs: add a define for statfs magic to uapiAdam Borowski
2018-10-18xfs: print dangling delalloc extentsChristoph Hellwig
2018-10-18xfs: fix fork selection in xfs_find_trim_cow_extentChristoph Hellwig
2018-10-18xfs: remove the unused trimmed argument from xfs_reflink_trim_around_sharedChristoph Hellwig
2018-10-18xfs: remove the unused shared argument to xfs_reflink_reserve_cowChristoph Hellwig
2018-10-18xfs: handle zeroing in xfs_file_iomap_begin_delayChristoph Hellwig
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig
2018-10-18xfs: remove XFS_IO_INVALIDChristoph Hellwig
2018-10-16f2fs: remove request_list check in is_idle()Jens Axboe
2018-10-16f2fs: allow to mount, if quota is failedJaegeuk Kim
2018-10-16f2fs: update REQ_TIME in f2fs_cross_rename()Sahitya Tummala
2018-10-16f2fs: do not update REQ_TIME in case of error conditionsSahitya Tummala
2018-10-16f2fs: remove unneeded disable_nat_bits()Chao Yu
2018-10-16f2fs: remove unused sbi->trigger_ssr_thresholdChao Yu
2018-10-16f2fs: shrink sbi->sb_lock coverage in set_file_temperature()Chao Yu
2018-10-16f2fs: use rb_*_cached friendsChao Yu
2018-10-16f2fs: fix to recover cold bit of inode block during PORChao Yu
2018-10-16f2fs: submit cached bio to avoid endless PageWritebackChao Yu
2018-10-16f2fs: checkpoint disablingDaniel Rosenberg
2018-10-16jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao
2018-10-15gfs2: write revokes should traverse sd_ail1_list in reverseBob Peterson
2018-10-15btrfs: switch return_bigger to bool in find_ref_headLu Fengqi
2018-10-15btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi
2018-10-15btrfs: remove fs_info from btrfs_check_space_for_delayed_refsLu Fengqi
2018-10-15btrfs: delayed-ref: pass delayed_refs directly to btrfs_delayed_ref_lockLu Fengqi
2018-10-15btrfs: delayed-ref: pass delayed_refs directly to btrfs_select_ref_headLu Fengqi
2018-10-15btrfs: qgroup: move the qgroup->members check out from (!qgroup)'s else branchLu Fengqi
2018-10-15btrfs: relocation: Remove redundant tree level checkQu Wenruo
2018-10-15btrfs: relocation: Cleanup while loop using rbtree_postorder_for_each_entry_safeQu Wenruo