blob: 9de0769575b3e9821a913498d6c4b0cc01a3fc2e [file] [log] [blame]
da52f8ade40b ("f2fs: get the right gc victim section when section has several segments")
bbf9f7d90f21 ("f2fs: Fix indefinite loop in f2fs_gc()")
2fde3dd14efe ("f2fs: allocate memory in batch in build_sit_info()")
04f0b2eaa3b3 ("f2fs: ioctl for removing a range from F2FS")
5222595d093e ("f2fs: use kvmalloc, if kmalloc is failed")
02b16d0a34a1 ("f2fs: add to account direct IO")
af033b2aa8a8 ("f2fs: guarantee journalled quota data by checkpoint")
26b5a079197c ("f2fs: cleanup dirty pages if recover failed")
5f9abab42b60 ("f2fs: account read IOs and use IO counts for is_idle")
4c58ed076875 ("f2fs: fix to account IO correctly")
b93f654d73fa ("f2fs: remove request_list check in is_idle()")
4354994f097d ("f2fs: checkpoint disabling")
fb7d70db305a ("f2fs: clear PageError on the read path")
f847c699cff3 ("f2fs: allow out-place-update for direct IO in LFS mode")
274bd9ba3942 ("f2fs: add to account skip count of background GC")
dc4cd1257c86 ("f2fs: fix to recover inode's uid/gid during POR")
a7d10cf3e4e3 ("f2fs: add new idle interval timing for discard and gc paths")
1378752b9921 ("f2fs: fix to flush all dirty inodes recovered in readonly fs")
cda9cc595f0b ("f2fs: report error if quota off error during umount")
5ce805869cbe ("f2fs: submit bio after shutdown")
abde73c71829 ("f2fs: fix unnecessary periodic wakeup of discard thread when dev is busy")
7d20c8abb2ed ("f2fs: fix to avoid NULL pointer dereference on se->discard_map")
6f8d4455060d ("f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc")
853137cef46c ("f2fs: fix performance issue observed with multi-thread sequential read")
7fa750a16308 ("f2fs: rework fault injection handling to avoid a warning")
d494500a7043 ("f2fs: support fault_type mount option")
b83dcfe67142 ("f2fs: support discard submission error injection")
35ec7d574884 ("f2fs: split discard command in prior to block layer")
a33c150237a2 ("f2fs: fix avoid race between truncate and background GC")
c7079853c859 ("f2fs: avoid race between zero_range and background GC")
6e45f2a59ffb ("f2fs: use true and false for boolean values")
82cf4f132e6d ("f2fs: fix to active page in lru list for read path")
fd8c8caf7e7c ("f2fs: let checkpoint flush dnode page of regular")
455e3a5887ee ("f2fs: don't allow any writes on aborted atomic writes")
7735730d39d7 ("f2fs: fix to propagate error from __get_meta_page()")
20ee4382322c ("f2fs: issue small discard by LBA order")
522d1711d62c ("f2fs: stop issuing discard immediately if there is queued IO")
a39e5365835e ("f2fs: enable real-time discard by default")
c9b60788fc76 ("f2fs: fix to do sanity check with block address in main area")
4dbe38dc3869 ("f2fs: fix to do sanity check with reserved blkaddr of inline inode")
76d56d4ab4f2 ("f2fs: fix to do sanity check with extra_attr feature")
e1da7872f6ed ("f2fs: introduce and spread verify_blkaddr")
5a6154920faf ("f2fs: don't issue discard commands in online discard is on")
83a3bfdb5a8a ("f2fs: indicate shutdown f2fs to allow unmount successfully")
1cb50f87e106 ("f2fs: do checkpoint in kill_sb")
4d57b86dd864 ("f2fs: clean up symbol namespace")
2e79d951ffbd ("f2fs: make set_de_type() static")
fc99fe27b9a2 ("f2fs: make __f2fs_write_data_pages() static")
fe16efe6a795 ("f2fs: fix to let caller retry allocating block address")
14a28559f43a ("f2fs: fix error path of move_data_page")