summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2016-11-25f2fs: fix wrong written_valid_blocks countingJaegeuk Kim
2016-11-25f2fs: avoid BG_GC in f2fs_balance_fsJaegeuk Kim
2016-11-25f2fs: fix redundant block allocationJaegeuk Kim
2016-11-25f2fs: use err for f2fs_preallocate_blocksJaegeuk Kim
2016-11-25f2fs: support multiple devicesJaegeuk Kim
2016-11-25f2fs: allow dio read for LFS modeJaegeuk Kim
2016-11-25f2fs: revert segment allocation for direct IOJaegeuk Kim
2016-11-23f2fs: return directly if block has been removed from the victimYunlei He
2016-11-23Revert "f2fs: do not recover from previous remained wrong dnodes"Chao Yu
2016-11-23f2fs: remove checkpoint in f2fs_freezeJaegeuk Kim
2016-11-23f2fs: assign segments correctly for direct_ioJaegeuk Kim
2016-11-23f2fs: fix wrong i_atime recoveryChao Yu
2016-11-23f2fs: record inode updating status correctlyChao Yu
2016-11-23f2fs: Trace reset zone eventsDamien Le Moal
2016-11-23f2fs: Reset sequential zones on zoned block devicesDamien Le Moal
2016-11-23f2fs: Cache zoned block devices zone typeDamien Le Moal
2016-11-23f2fs: Do not allow adaptive mode for host-managed zoned block devicesDamien Le Moal
2016-11-23f2fs: Always enable discard for zoned blocks devicesDamien Le Moal
2016-11-23f2fs: Suppress discard warning message for zoned block devicesDamien Le Moal
2016-11-23f2fs: Check zoned block feature for host-managed zoned block devicesDamien Le Moal
2016-11-23f2fs: Use generic zoned block device terminologyDamien Le Moal
2016-11-23f2fs: Add missing break in switch-caseDamien Le Moal
2016-11-23f2fs: avoid infinite loop in the EIO case on recover_orphan_inodesJaegeuk Kim
2016-11-23f2fs: report error of f2fs_fill_dentriesChao Yu
2016-11-23f2fs: hide a maybe-uninitialized warningArnd Bergmann
2016-11-23f2fs: remove percpu_count due to performance regressionJaegeuk Kim
2016-11-23f2fs: make clean inodes when flushing inode pageJaegeuk Kim
2016-11-23f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim
2016-11-23f2fs: use BIO_MAX_PAGES for bio allocationJaegeuk Kim
2016-11-23f2fs: declare static function for __build_free_nidsJaegeuk Kim
2016-11-23f2fs: call f2fs_balance_fs for setattrJaegeuk Kim
2016-11-23f2fs: count dirty inodes to flush node pages during checkpointJaegeuk Kim
2016-11-23f2fs: avoid casted negative value as shrink countChao Yu
2016-11-23f2fs: don't interrupt free nids building during nid allocationChao Yu
2016-11-23f2fs: clean up free nid list operationsJaegeuk Kim
2016-11-23f2fs: split free nid listChao Yu
2016-11-23f2fs: clear nlink if fail to add_linkChao Yu
2016-11-23f2fs: fix sparse warningsEric Biggers
2016-11-23f2fs: fix error handling in fsync_node_pagesChao Yu
2016-11-23f2fs: fix to update largest extent under lockChao Yu
2016-11-23f2fs: be aware of extent beyond EOF in fiemapChao Yu
2016-11-23f2fs: don't miss any f2fs_balance_fs casesChao Yu
2016-11-23f2fs: add missing f2fs_balance_fs in f2fs_zero_rangeChao Yu
2016-11-23f2fs: give a chance to detach from dirty listChao Yu
2016-11-23f2fs: fix to release discard entries during checkpointChao Yu
2016-11-23f2fs: exclude free nids building and allocationChao Yu
2016-11-23f2fs: fix overflow due to condition check orderJaegeuk Kim
2016-10-18Merge tag 'for-f2fs-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-12f2fs: fix wrong sum_page pointer in f2fs_gcJaegeuk Kim
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko