index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
node.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-06-16
f2fs: find parent dentry correctly
Sheng Yong
3
-35
/
+2
2016-06-13
f2fs: fix deadlock in add_link failure
Jaegeuk Kim
1
-3
/
+0
2016-06-13
f2fs: introduce mode=lfs mount option
Jaegeuk Kim
9
-4
/
+74
2016-06-08
f2fs: skip clean segment for gc
Jaegeuk Kim
1
-0
/
+4
2016-06-08
f2fs: drop any block plugging
Jaegeuk Kim
4
-22
/
+11
2016-06-08
f2fs: avoid reverse IO order for NODE and DATA
Jaegeuk Kim
3
-0
/
+9
2016-06-08
f2fs: set mapping error for EIO
Jaegeuk Kim
1
-1
/
+1
2016-06-07
f2fs: control not to exceed # of cached nat entries
Jaegeuk Kim
3
-0
/
+16
2016-06-07
f2fs: fix wrong percentage
Jaegeuk Kim
1
-1
/
+1
2016-06-07
f2fs: avoid data race between FI_DIRTY_INODE flag and update_inode
Jaegeuk Kim
1
-1
/
+2
2016-06-07
f2fs: remove obsolete parameter in f2fs_truncate
Jaegeuk Kim
4
-6
/
+6
2016-06-07
f2fs: avoid wrong count on dirty inodes
Jaegeuk Kim
1
-2
/
+2
2016-06-07
f2fs: remove deprecated parameter
Jaegeuk Kim
3
-6
/
+5
2016-06-03
f2fs: handle writepage correctly
Jaegeuk Kim
1
-30
/
+14
2016-06-03
f2fs: return error of f2fs_lookup
Jaegeuk Kim
2
-2
/
+5
2016-06-03
f2fs: return the errno to the caller to avoid using a wrong page
Yunlong Song
1
-5
/
+10
2016-06-03
f2fs: remove two steps to flush dirty data pages
Jaegeuk Kim
1
-10
/
+1
2016-06-03
f2fs: do not skip writing data pages
Jaegeuk Kim
2
-9
/
+6
2016-06-03
f2fs: inject to produce some orphan inodes
Jaegeuk Kim
3
-0
/
+9
2016-06-03
f2fs: propagate error given by f2fs_find_entry
Jaegeuk Kim
3
-8
/
+24
2016-06-03
f2fs: remove writepages lock
Jaegeuk Kim
3
-9
/
+0
2016-06-03
f2fs: set flush_merge by default
Jaegeuk Kim
1
-0
/
+6
2016-06-03
f2fs: detect congestion of flush command issues
Jaegeuk Kim
2
-1
/
+7
2016-06-03
f2fs: add lazytime mount option
Jaegeuk Kim
1
-0
/
+14
2016-06-03
f2fs: avoid unnecessary updating inode during fsync
Jaegeuk Kim
7
-6
/
+43
2016-06-03
f2fs: remove syncing inode page in all the cases
Jaegeuk Kim
10
-121
/
+17
2016-06-03
f2fs: flush inode metadata when checkpoint is doing
Jaegeuk Kim
7
-7
/
+107
2016-06-03
f2fs: call mark_inode_dirty_sync for i_field changes
Jaegeuk Kim
10
-46
/
+92
2016-06-03
f2fs: introduce f2fs_i_links_write with mark_inode_dirty_sync
Jaegeuk Kim
4
-26
/
+24
2016-06-03
f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_sync
Jaegeuk Kim
2
-5
/
+13
2016-06-03
f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync
Jaegeuk Kim
7
-18
/
+23
2016-06-03
f2fs: use inode pointer for {set, clear}_inode_flag
Jaegeuk Kim
16
-160
/
+145
2016-06-03
Revert "f2fs: no need inc dirty pages under inode lock"
Jaegeuk Kim
1
-5
/
+4
2016-06-02
KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS
Paolo Bonzini
1
-0
/
+5
2016-06-02
KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID
Paolo Bonzini
1
-10
/
+12
2016-06-02
KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi
Paolo Bonzini
1
-1
/
+1
2016-06-02
KVM: fail KVM_SET_VCPU_EVENTS with invalid exception number
Paolo Bonzini
1
-0
/
+4
2016-06-02
KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID
Paolo Bonzini
1
-10
/
+12
2016-06-02
kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDR
Paolo Bonzini
1
-1
/
+1
2016-06-02
KVM: Handle MSR_IA32_PERF_CTL
Dmitry Bilunov
1
-0
/
+1
2016-06-02
KVM: x86: avoid write-tearing of TDP
Nadav Amit
1
-4
/
+4
2016-06-02
KVM: arm/arm64: vgic-new: Removel harmful BUG_ON
Marc Zyngier
1
-3
/
+1
2016-06-01
sfc: Track RPS flow IDs per channel instead of per function
Jon Cooper
3
-17
/
+56
2016-05-31
usbnet: smsc95xx: fix link detection for disabled autonegotiation
Christoph Fritz
1
-0
/
+51
2016-05-31
virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recv
wangyunjian
1
-16
/
+2
2016-05-31
bnx2x: avoid leaking memory on bnx2x_init_one() failures
Vitaly Kuznetsov
1
-7
/
+10
2016-05-31
fou: fix IPv6 Kconfig options
Arnd Bergmann
2
-2
/
+2
2016-05-31
openvswitch: update checksum in {push,pop}_mpls
Simon Horman
1
-5
/
+15
2016-05-31
sctp: sctp_diag should dump sctp socket type
Xin Long
2
-0
/
+3
2016-05-31
net: fec: update dirty_tx even if no skb
Troy Kisky
1
-5
/
+3
[next]