blob: 6b9e6ff51d0d381cd1c73bb18c80c66f4524bdc8 [file] [log] [blame]
db2c1d86cc93 ("md: remove __clear_page_buffers and use attach/detach_page_private")
30460e1ea3e6 ("fs: Enable bmap() function to properly return errors")
4969c06a0d83 ("f2fs: support swap file w/ DIO")
2df0ab045784 ("f2fs: introduce f2fs_read_single_page() for cleanup")
86109c9064da ("f2fs: don't trigger read IO for beyond EOF page")
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")
a7d10cf3e4e3 ("f2fs: add new idle interval timing for discard and gc paths")
1378752b9921 ("f2fs: fix to flush all dirty inodes recovered in readonly fs")
5ce805869cbe ("f2fs: submit bio after shutdown")
0ded69f632bb ("f2fs: avoid wrong decrypted data from disk")
abde73c71829 ("f2fs: fix unnecessary periodic wakeup of discard thread when dev is busy")
6f8d4455060d ("f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc")
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")
fd8c8caf7e7c ("f2fs: let checkpoint flush dnode page of regular")
455e3a5887ee ("f2fs: don't allow any writes on aborted atomic writes")
20ee4382322c ("f2fs: issue small discard by LBA order")
c9b60788fc76 ("f2fs: fix to do sanity check with block address in main area")
76d56d4ab4f2 ("f2fs: fix to do sanity check with extra_attr feature")
e1da7872f6ed ("f2fs: introduce and spread verify_blkaddr")
e2e59414aae2 ("f2fs: assign REQ_RAHEAD to bio for ->readpages")
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")
250dbf515192 ("f2fs: fix to avoid race during access gc_thread pointer")
aec2f729fca1 ("f2fs: clean up with clear_radix_tree_dirty_tag")
f9d1dced7583 ("f2fs: let discard thread wait a little longer if dev is busy")
2ef79ecb5e90 ("f2fs: avoid stucking GC due to atomic write")
5b0e95398e2b ("f2fs: introduce sbi->gc_mode to determine the policy")
107a805de87e ("f2fs: keep migration IO order in LFS mode")
7b525dd01365 ("f2fs: clean up with is_valid_blkaddr()")
1c41e6808e69 ("f2fs: fix to initialize i_current_depth according to inode type")
b4c3ca8ba9a4 ("f2fs: treat volatile file's data as hot one")
af8ff65bb85d ("f2fs: introduce release_discard_addr() for cleanup")
b2532c694033 ("f2fs: rename dio_rwsem to i_gc_rwsem")
cba41be08cb1 ("f2fs: fix missing clear FI_NO_PREALLOC in some error case")
ade990f95eed ("f2fs: enforce fsync_mode=strict for renamed directory")
5d64600d4f33 ("f2fs: avoid bug_on on corrupted inode")
a4f843bd004d ("f2fs: give message and set need_fsck given broken node id")