Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ec795418c41850056feb956534edf059dc1155d4
ec79541
f2fs: use percpu_rw_semaphore
by Jaegeuk Kim
· 8 years ago
3bdad3c
f2fs: skip to check the block address of node page
by Jaegeuk Kim
· 8 years ago
2555a2d
f2fs: shrink critical region in spin_lock
by Jaegeuk Kim
· 8 years ago
237c079
f2fs: call SetPageUptodate if needed
by Jaegeuk Kim
· 8 years ago
fe76b79
f2fs: introduce f2fs_set_page_dirty_nobuffer
by Jaegeuk Kim
· 8 years ago
a0995af
f2fs: remove unnecessary goto statement
by Tiezhu Yang
· 8 years ago
64058be
f2fs: add nodiscard mount option
by Chao Yu
· 8 years ago
72e1c79
f2fs: fix to redirty page if fail to gc data page
by Chao Yu
· 8 years ago
1563ac7
f2fs: fix to detect truncation prior rather than EIO during read
by Chao Yu
· 8 years ago
78682f7
f2fs: fix to avoid reading out encrypted data in page cache
by Chao Yu
· 8 years ago
ac6f199
f2fs: avoid latency-critical readahead of node pages
by Jaegeuk Kim
· 8 years ago
2c237eb
f2fs: avoid writing node/metapages during writes
by Jaegeuk Kim
· 8 years ago
ad4edb8
f2fs: produce more nids and reduce readahead nats
by Jaegeuk Kim
· 8 years ago
52763a4
f2fs: detect host-managed SMR by feature flag
by Jaegeuk Kim
· 8 years ago
67c3758
f2fs: call update_inode_page for orphan inodes
by Jaegeuk Kim
· 8 years ago
3e19886
f2fs: report error for f2fs_parent_dir
by Jaegeuk Kim
· 8 years ago
8be0fea
f2fs: find parent dentry correctly
by Sheng Yong
· 8 years ago
c92737c
f2fs: fix deadlock in add_link failure
by Jaegeuk Kim
· 8 years ago
36abef4
f2fs: introduce mode=lfs mount option
by Jaegeuk Kim
· 8 years ago
aa98727
f2fs: skip clean segment for gc
by Jaegeuk Kim
· 8 years ago
19a5f5e
f2fs: drop any block plugging
by Jaegeuk Kim
· 8 years ago
7dfeaa3
f2fs: avoid reverse IO order for NODE and DATA
by Jaegeuk Kim
· 8 years ago
7f31997
f2fs: set mapping error for EIO
by Jaegeuk Kim
· 8 years ago
e589c2c
f2fs: control not to exceed # of cached nat entries
by Jaegeuk Kim
· 8 years ago
29710bc
f2fs: fix wrong percentage
by Jaegeuk Kim
· 8 years ago
1e7c48f
f2fs: avoid data race between FI_DIRTY_INODE flag and update_inode
by Jaegeuk Kim
· 8 years ago
9a449e9
f2fs: remove obsolete parameter in f2fs_truncate
by Jaegeuk Kim
· 8 years ago
338bbfa
f2fs: avoid wrong count on dirty inodes
by Jaegeuk Kim
· 8 years ago
9f7c45c
f2fs: remove deprecated parameter
by Jaegeuk Kim
· 8 years ago
b230e6c
f2fs: handle writepage correctly
by Jaegeuk Kim
· 8 years ago
eb4246d
f2fs: return error of f2fs_lookup
by Jaegeuk Kim
· 8 years ago
0c9df7f
f2fs: return the errno to the caller to avoid using a wrong page
by Yunlong Song
· 8 years ago
46ae957
f2fs: remove two steps to flush dirty data pages
by Jaegeuk Kim
· 8 years ago
28ea616
f2fs: do not skip writing data pages
by Jaegeuk Kim
· 8 years ago
53aa6bb
f2fs: inject to produce some orphan inodes
by Jaegeuk Kim
· 8 years ago
42d9640
f2fs: propagate error given by f2fs_find_entry
by Jaegeuk Kim
· 8 years ago
b93f771
f2fs: remove writepages lock
by Jaegeuk Kim
· 8 years ago
69e9e42
f2fs: set flush_merge by default
by Jaegeuk Kim
· 8 years ago
0a87f66
f2fs: detect congestion of flush command issues
by Jaegeuk Kim
· 8 years ago
6d94c74
f2fs: add lazytime mount option
by Jaegeuk Kim
· 8 years ago
26de9b1
f2fs: avoid unnecessary updating inode during fsync
by Jaegeuk Kim
· 8 years ago
ee6d182
f2fs: remove syncing inode page in all the cases
by Jaegeuk Kim
· 8 years ago
0f18b46
f2fs: flush inode metadata when checkpoint is doing
by Jaegeuk Kim
· 8 years ago
205b982
f2fs: call mark_inode_dirty_sync for i_field changes
by Jaegeuk Kim
· 8 years ago
a196124
f2fs: introduce f2fs_i_links_write with mark_inode_dirty_sync
by Jaegeuk Kim
· 8 years ago
8edd03c
f2fs: introduce f2fs_i_blocks_write with mark_inode_dirty_sync
by Jaegeuk Kim
· 8 years ago
fc9581c
f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync
by Jaegeuk Kim
· 8 years ago
9194232
f2fs: use inode pointer for {set, clear}_inode_flag
by Jaegeuk Kim
· 8 years ago
1c4bf76
Revert "f2fs: no need inc dirty pages under inode lock"
by Jaegeuk Kim
· 8 years ago
4340fa5
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
d14bdb5
KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS
by Paolo Bonzini
· 8 years ago
f8c1b85
KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID
by Paolo Bonzini
· 8 years ago
c622a3c
KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi
by Paolo Bonzini
· 8 years ago
78e546c
KVM: fail KVM_SET_VCPU_EVENTS with invalid exception number
by Paolo Bonzini
· 8 years ago
83676e9
KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID
by Paolo Bonzini
· 8 years ago
b21629d
kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDR
by Paolo Bonzini
· 8 years ago
0c2df2a
KVM: Handle MSR_IA32_PERF_CTL
by Dmitry Bilunov
· 8 years ago
b19ee2f
KVM: x86: avoid write-tearing of TDP
by Nadav Amit
· 9 years ago
13e98fd
Merge tag 'kvm-arm-for-v4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm
by Radim Krčmář
· 8 years ago
05fb05a
KVM: arm/arm64: vgic-new: Removel harmful BUG_ON
by Marc Zyngier
· 8 years ago
719af93a
Merge tag 'pinctrl-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 8 years ago
ebb8cb2
Merge tag 'dma-buf-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sumits/dma-buf
by Linus Torvalds
· 8 years ago
6b15d66
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
58c1f99
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 8 years ago
faf8dcc
sfc: Track RPS flow IDs per channel instead of per function
by Jon Cooper
· 8 years ago
d69d169
usbnet: smsc95xx: fix link detection for disabled autonegotiation
by Christoph Fritz
· 8 years ago
f00e35e
virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recv
by wangyunjian
· 8 years ago
bae5499
bnx2x: avoid leaking memory on bnx2x_init_one() failures
by Vitaly Kuznetsov
· 8 years ago
95e4daa
fou: fix IPv6 Kconfig options
by Arnd Bergmann
· 8 years ago
bc7cc59
openvswitch: update checksum in {push,pop}_mpls
by Simon Horman
· 8 years ago
40eb90e
sctp: sctp_diag should dump sctp socket type
by Xin Long
· 8 years ago
7fafe80
net: fec: update dirty_tx even if no skb
by Troy Kisky
· 8 years ago
308453a
vlan: Propagate MAC address to VLANs
by Mike Manning
· 8 years ago
f2633d2
atm: iphase: off by one in rx_pkt()
by Dan Carpenter
· 8 years ago
86f0439
atm: firestream: add more reserved strings
by Dan Carpenter
· 8 years ago
ce57766
vxlan: Accept user specified MTU value when create new vxlan link
by Chen Haiquan
· 8 years ago
bcf91bd
net: pktgen: Call destroy_hrtimer_on_stack()
by Guenter Roeck
· 8 years ago
c08376a
timer: Export destroy_hrtimer_on_stack()
by Guenter Roeck
· 8 years ago
b02da6f
dma-buf: use vma_pages()
by Muhammad Falak R Wani
· 8 years ago
4320c2a
fence: add missing descriptions for fence
by Luis de Bethencourt
· 9 years ago
eae1760
doc: update/fixup dma-buf related DocBook
by Rob Clark
· 9 years ago
367d3fd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 8 years ago
dad6c39
reservation: add headerdoc comments
by Rob Clark
· 9 years ago
e2082e3
dma-buf: headerdoc fixes
by Rob Clark
· 9 years ago
5eca831
Merge tag 'gpio-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 8 years ago
c585132
arm64: KVM: vgic-v3: Relax synchronization when SRE==1
by Marc Zyngier
· 8 years ago
a057001
arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1
by Marc Zyngier
· 8 years ago
b34f2bc
arm64: KVM: Make ICC_SRE_EL1 access return the configured SRE value
by Marc Zyngier
· 8 years ago
637d122
KVM: arm/arm64: vgic-v3: Always resample level interrupts
by Marc Zyngier
· 8 years ago
df7942d
KVM: arm/arm64: vgic-v2: Always resample level interrupts
by Marc Zyngier
· 8 years ago
fa89c77
KVM: arm/arm64: vgic-v3: Clear all dirty LRs
by Christoffer Dall
· 8 years ago
4d3afc9
KVM: arm/arm64: vgic-v2: Clear all dirty LRs
by Christoffer Dall
· 8 years ago
5edf673
pinctrl: mediatek: fix dual-edge code defect
by hongkun.cao
· 8 years ago
852f42a
Merge branch 'uuid' (lib/uuid fixes from Andy)
by Linus Torvalds
· 8 years ago
bc9dc9d
lib/uuid.c: use correct offset in uuid parser
by Bjørn Mork
· 8 years ago
cfaff0e
lib/uuid: add a test module
by Andy Shevchenko
· 8 years ago
4469854
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
545ebd9
gpio: drop lock before reading GPIO direction
by Linus Walleij
· 8 years ago
54d7719
gpio: bail out silently on NULL descriptors
by Linus Walleij
· 8 years ago
8b92e17
gpio: handle compatible ioctl() pointers
by Linus Walleij
· 8 years ago
Next »