summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-08f2fs: fix to redirty page if fail to gc data pageChao Yu
2016-07-08f2fs: fix to detect truncation prior rather than EIO during readChao Yu
2016-07-08f2fs: fix to avoid reading out encrypted data in page cacheChao Yu
2016-07-06f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim
2016-07-06f2fs: avoid writing node/metapages during writesJaegeuk Kim
2016-07-06f2fs: produce more nids and reduce readahead natsJaegeuk Kim
2016-07-06f2fs: detect host-managed SMR by feature flagJaegeuk Kim
2016-07-06f2fs: call update_inode_page for orphan inodesJaegeuk Kim
2016-07-06f2fs: report error for f2fs_parent_dirJaegeuk Kim
2016-06-15f2fs: find parent dentry correctlySheng Yong
2016-06-13f2fs: fix deadlock in add_link failureJaegeuk Kim
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim
2016-06-08f2fs: skip clean segment for gcJaegeuk Kim
2016-06-08f2fs: drop any block pluggingJaegeuk Kim
2016-06-08f2fs: avoid reverse IO order for NODE and DATAJaegeuk Kim
2016-06-08f2fs: set mapping error for EIOJaegeuk Kim
2016-06-07f2fs: control not to exceed # of cached nat entriesJaegeuk Kim
2016-06-07f2fs: fix wrong percentageJaegeuk Kim
2016-06-07f2fs: avoid data race between FI_DIRTY_INODE flag and update_inodeJaegeuk Kim
2016-06-07f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim
2016-06-07f2fs: avoid wrong count on dirty inodesJaegeuk Kim
2016-06-07f2fs: remove deprecated parameterJaegeuk Kim
2016-06-03f2fs: handle writepage correctlyJaegeuk Kim
2016-06-03f2fs: return error of f2fs_lookupJaegeuk Kim
2016-06-03f2fs: return the errno to the caller to avoid using a wrong pageYunlong Song
2016-06-03f2fs: remove two steps to flush dirty data pagesJaegeuk Kim
2016-06-03f2fs: do not skip writing data pagesJaegeuk Kim
2016-06-03f2fs: inject to produce some orphan inodesJaegeuk Kim
2016-06-03f2fs: propagate error given by f2fs_find_entryJaegeuk Kim
2016-06-03f2fs: remove writepages lockJaegeuk Kim
2016-06-03f2fs: set flush_merge by defaultJaegeuk Kim
2016-06-03f2fs: detect congestion of flush command issuesJaegeuk Kim
2016-06-03f2fs: add lazytime mount optionJaegeuk Kim
2016-06-03f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim
2016-06-03f2fs: remove syncing inode page in all the casesJaegeuk Kim
2016-06-03f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim
2016-06-03f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim
2016-06-03f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim
2016-06-03f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim
2016-06-03f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim
2016-06-03f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim
2016-06-03Revert "f2fs: no need inc dirty pages under inode lock"Jaegeuk Kim
2016-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-06-02KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini
2016-06-02KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini
2016-06-02KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsiPaolo Bonzini
2016-06-02KVM: fail KVM_SET_VCPU_EVENTS with invalid exception numberPaolo Bonzini
2016-06-02KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini
2016-06-02kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDRPaolo Bonzini
2016-06-02KVM: Handle MSR_IA32_PERF_CTLDmitry Bilunov