summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs: produce more nids and reduce readahead natsJaegeuk Kim2016-07-066-8/+18
* f2fs: detect host-managed SMR by feature flagJaegeuk Kim2016-07-064-8/+35
* f2fs: call update_inode_page for orphan inodesJaegeuk Kim2016-07-066-25/+9
* f2fs: report error for f2fs_parent_dirJaegeuk Kim2016-07-061-6/+9
* f2fs: find parent dentry correctlySheng Yong2016-06-163-35/+2
* f2fs: fix deadlock in add_link failureJaegeuk Kim2016-06-131-3/+0
* f2fs: introduce mode=lfs mount optionJaegeuk Kim2016-06-139-4/+74
* f2fs: skip clean segment for gcJaegeuk Kim2016-06-081-0/+4
* f2fs: drop any block pluggingJaegeuk Kim2016-06-084-22/+11
* f2fs: avoid reverse IO order for NODE and DATAJaegeuk Kim2016-06-083-0/+9
* f2fs: set mapping error for EIOJaegeuk Kim2016-06-081-1/+1
* f2fs: control not to exceed # of cached nat entriesJaegeuk Kim2016-06-073-0/+16
* f2fs: fix wrong percentageJaegeuk Kim2016-06-071-1/+1
* f2fs: avoid data race between FI_DIRTY_INODE flag and update_inodeJaegeuk Kim2016-06-071-1/+2
* f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim2016-06-074-6/+6
* f2fs: avoid wrong count on dirty inodesJaegeuk Kim2016-06-071-2/+2
* f2fs: remove deprecated parameterJaegeuk Kim2016-06-073-6/+5
* f2fs: handle writepage correctlyJaegeuk Kim2016-06-031-30/+14
* f2fs: return error of f2fs_lookupJaegeuk Kim2016-06-032-2/+5
* f2fs: return the errno to the caller to avoid using a wrong pageYunlong Song2016-06-031-5/+10
* f2fs: remove two steps to flush dirty data pagesJaegeuk Kim2016-06-031-10/+1
* f2fs: do not skip writing data pagesJaegeuk Kim2016-06-032-9/+6
* f2fs: inject to produce some orphan inodesJaegeuk Kim2016-06-033-0/+9
* f2fs: propagate error given by f2fs_find_entryJaegeuk Kim2016-06-033-8/+24
* f2fs: remove writepages lockJaegeuk Kim2016-06-033-9/+0
* f2fs: set flush_merge by defaultJaegeuk Kim2016-06-031-0/+6
* f2fs: detect congestion of flush command issuesJaegeuk Kim2016-06-032-1/+7
* f2fs: add lazytime mount optionJaegeuk Kim2016-06-031-0/+14
* f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim2016-06-037-6/+43
* f2fs: remove syncing inode page in all the casesJaegeuk Kim2016-06-0310-121/+17
* f2fs: flush inode metadata when checkpoint is doingJaegeuk Kim2016-06-037-7/+107
* f2fs: call mark_inode_dirty_sync for i_field changesJaegeuk Kim2016-06-0310-46/+92
* f2fs: introduce f2fs_i_links_write with mark_inode_dirty_syncJaegeuk Kim2016-06-034-26/+24
* f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_syncJaegeuk Kim2016-06-032-5/+13
* f2fs: introduce f2fs_i_size_write with mark_inode_dirty_syncJaegeuk Kim2016-06-037-18/+23
* f2fs: use inode pointer for {set, clear}_inode_flagJaegeuk Kim2016-06-0316-160/+145
* Revert "f2fs: no need inc dirty pages under inode lock"Jaegeuk Kim2016-06-031-5/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-06-0311-59/+95
|\
| * KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini2016-06-021-0/+5
| * KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini2016-06-021-10/+12
| * KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsiPaolo Bonzini2016-06-021-1/+1
| * KVM: fail KVM_SET_VCPU_EVENTS with invalid exception numberPaolo Bonzini2016-06-021-0/+4
| * KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini2016-06-021-10/+12
| * kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDRPaolo Bonzini2016-06-021-1/+1
| * KVM: Handle MSR_IA32_PERF_CTLDmitry Bilunov2016-06-021-0/+1
| * KVM: x86: avoid write-tearing of TDPNadav Amit2016-06-021-4/+4
| * Merge tag 'kvm-arm-for-v4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2016-06-02571-6574/+15463
| |\
| | * KVM: arm/arm64: vgic-new: Removel harmful BUG_ONMarc Zyngier2016-06-021-3/+1
| | * arm64: KVM: vgic-v3: Relax synchronization when SRE==1Marc Zyngier2016-05-311-7/+16
| | * arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1Marc Zyngier2016-05-311-4/+2