summaryrefslogtreecommitdiff
path: root/fs/f2fs
AgeCommit message (Expand)Author
2018-11-13f2fs: report error if quota off error during umountYunlei He
2018-11-13f2fs: fix to recover inode's i_flags during PORChao Yu
2018-10-13f2fs: fix invalid memory accessChao Yu
2018-09-19f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu
2018-09-19f2fs: Fix uninitialized return in f2fs_ioc_shutdown()Dan Carpenter
2018-09-19f2fs: fix to wait on page writeback before updating pageChao Yu
2018-09-19f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu
2018-09-19f2fs: fix to skip GC if type in SSA and SIT is inconsistentChao Yu
2018-09-19f2fs: try grabbing node page lock aggressively in sync scenarioChao Yu
2018-09-19f2fs: fix defined but not used build warningsRandy Dunlap
2018-09-19f2fs: do not set free of current sectionYunlong Song
2018-09-19f2fs: fix to active page in lru list for read pathChao Yu
2018-09-15f2fs: fix to clear PG_checked flag in set_page_dirty()Chao Yu
2018-08-24f2fs: sanity check for total valid node blocksJaegeuk Kim
2018-08-24f2fs: return error during fill_superJaegeuk Kim
2018-08-03f2fs: avoid fsync() failure caused by EAGAIN in writepage()Jaegeuk Kim
2018-08-03f2fs: fix race in between GC and atomic openChao Yu
2018-08-03f2fs: fix to detect failure of dquot_initializeChao Yu
2018-08-03f2fs: Fix deadlock in shutdown ioctlSahitya Tummala
2018-08-03f2fs: fix to wait page writeback during revoking atomic writeChao Yu
2018-08-03f2fs: fix to don't trigger writeback during recoveryChao Yu
2018-08-03f2fs: fix error path of move_data_pageChao Yu
2018-08-03disable loading f2fs module on PAGE_SIZE > 4KBAnatoly Pugachev
2018-07-17f2fs: give message and set need_fsck given broken node idJaegeuk Kim
2018-07-11f2fs: truncate preallocated blocks in error caseJaegeuk Kim
2018-05-30f2fs: fix to check extent cache in f2fs_drop_extent_treeChao Yu
2018-05-30f2fs: fix to clear CP_TRIMMED_FLAGChao Yu
2018-05-30f2fs: fix to set KEEP_SIZE bit in f2fs_zero_rangeChao Yu
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-04-26f2fs: avoid hungtask when GC encrypted block if io_bits is setSheng Yong
2018-04-19f2fs: fix heap mode to reset it backYunlong Song
2017-12-14f2fs: fix to clear FI_NO_PREALLOCChao Yu
2017-11-30f2fs: expose some sectors to user in inline data or dentry caseJaegeuk Kim
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-03f2fs: fix potential panic during fstrimChao Yu
2017-09-12Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-09-12f2fs: hurry up to issue discard after io interruptionChao Yu
2017-09-12f2fs: fix to show correct discard_granularity in sysfsChao Yu
2017-09-12f2fs: detect dirty inode in evict_inodeChao Yu
2017-09-11f2fs: clear radix tree dirty tag of pages whose dirty flag is clearedDaeho Jeong
2017-09-11f2fs: speed up gc_urgent mode with SSRJaegeuk Kim
2017-09-11f2fs: better to wait for fstrim completionJaegeuk Kim
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse
2017-09-07f2fs: avoid race in between read xattr & write xattrYunlei He
2017-09-07f2fs: make get_lock_data_page to handle encrypted inodeJaegeuk Kim
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-09-05f2fs: use generic terms used for encrypted block managementJaegeuk Kim
2017-09-05f2fs: introduce f2fs_encrypted_file for clean-upJaegeuk Kim
2017-09-05Revert "f2fs: add a new function get_ssr_cost"Yunlong Song