Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
242e5d06be2ad2633c85313a37862e03f4450a46
« Previous
043332c
Merge branches 'cma', 'cxgb4', 'ipath' and 'qib' into for-next
by Roland Dreier
· 14 years ago
a396d43
RDMA/cma: Replace global lock in rdma_destroy_id() with id-specific one
by Sean Hefty
· 14 years ago
8d8ac86
IB/cm: Cancel pending LAP message when exiting IB_CM_ESTABLISH state
by Sean Hefty
· 14 years ago
2996343
IB/cm: Bump reference count on cm_id before invoking callback
by Sean Hefty
· 14 years ago
27d2a8b
Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 14 years ago
010b8f4
Merge branch 'stable/irq.cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 14 years ago
397fae0
Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 14 years ago
c7146dd
Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 14 years ago
25ae21a
RDMA/cma: Fix crash in request handlers
by Sean Hefty
· 14 years ago
0e00f7a
x86: stop_machine_text_poke() should issue sync_core()
by Mathieu Desnoyers
· 14 years ago
7c9e592
fs/9p: Make the writeback_fid owned by root
by Aneesh Kumar K.V
· 14 years ago
3dc5436
fs/9p: Writeback dirty data before setattr
by Aneesh Kumar K.V
· 14 years ago
f10fc50
fs/9p: call vmtruncate before setattr 9p opeation
by Aneesh Kumar K.V
· 14 years ago
c06c066
fs/9p: Properly update inode attributes on link
by Aneesh Kumar K.V
· 14 years ago
e0459f5
fs/9p: Prevent multiple inclusion of same header
by Aneesh Kumar K.V
· 14 years ago
23b08e9
fs/9p: Workaround vfs rename rehash bug
by Aneesh Kumar K.V
· 14 years ago
d28c61f
fs/9p: Mark directory inode invalid for many directory inode operations
by Aneesh Kumar K.V
· 14 years ago
823fcfd
fs/9p: Add . and .. dentry revalidation flag
by Aneesh Kumar K.V
· 14 years ago
3bc86de
fs/9p: mark inode attribute invalid on rename, unlink and setattr
by Aneesh Kumar K.V
· 14 years ago
b3cbea0
fs/9p: Add support for marking inode attribute invalid
by Aneesh Kumar K.V
· 14 years ago
0e43270
fs/9p: Initialize root inode number for dotl
by Aneesh Kumar K.V
· 14 years ago
b271ec4
fs/9p: Update link count correctly on different file system operations
by Aneesh Kumar K.V
· 14 years ago
edd73cf
fs/9p: Add drop_inode 9p callback
by Aneesh Kumar K.V
· 14 years ago
e959b54
fs/9p: Add direct IO support in cached mode
by Aneesh Kumar K.V
· 14 years ago
fa6ea16
fs/9p: Fix inode i_size update in file_write
by Aneesh Kumar K.V
· 14 years ago
6b36560
fs/9p: set default readahead pages in cached mode
by Aneesh Kumar K.V
· 14 years ago
6b39f6d
fs/9p: Move writeback fid to v9fs_inode
by Aneesh Kumar K.V
· 14 years ago
a78ce05
fs/9p: Add v9fs_inode
by Aneesh Kumar K.V
· 14 years ago
a121190
fs/9p: Don't set stat.st_blocks based on nrpages
by Aneesh Kumar K.V
· 14 years ago
5ffc0cb
fs/9p: Add inode hashing
by Aneesh Kumar K.V
· 14 years ago
62d810b
fs/9p: We need not writeback dirty pages during close
by Aneesh Kumar K.V
· 14 years ago
00ea2df
fs/9p: Implement syncfs call back for 9Pfs
by Aneesh Kumar K.V
· 14 years ago
c0aa4ca
net/9p: Implement syncfs 9P operation
by Aneesh Kumar K.V
· 14 years ago
db5841d
fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached mode
by Aneesh Kumar K.V
· 14 years ago
a950a65
fs/9p: Clarify cached dentry delete operation
by Aneesh Kumar K.V
· 14 years ago
7263ceb
fs/9p: Add buffered write support for v9fs.
by Aneesh Kumar K.V
· 14 years ago
3cf387d
fs/9p: Add fid to inode in cached mode
by Aneesh Kumar K.V
· 14 years ago
1731177
fs/9p: Add read write helper function
by Aneesh Kumar K.V
· 14 years ago
2efda79
fs/9p: [fscache] wait for page write in cached mode
by Aneesh Kumar K.V
· 14 years ago
20656a4
fs/9p: increment inode->i_count in cached mode.
by Aneesh Kumar K.V
· 14 years ago
46848de
fs/9p: set fs cache cookie in create path also
by Aneesh Kumar K.V
· 14 years ago
29236f4
fs/9p: set the cached file_operations struct during inode init
by Aneesh Kumar K.V
· 14 years ago
f735195
[net/9p] Small non-IO PDUs for zero-copy supporting transports.
by Venkateswararao Jujjuri (JV)
· 14 years ago
ca41bb3
[net/9p] Handle Zero Copy TREAD/RERROR case in !dotl case.
by Venkateswararao Jujjuri (JV)
· 15 years ago
2c66523
[net/9p] readdir zerocopy changes for 9P2000.L protocol.
by Venkateswararao Jujjuri (JV)
· 14 years ago
1fc5248
[net/9p] Write side zerocopy changes for 9P2000.L protocol.
by Venkateswararao Jujjuri (JV)
· 14 years ago
bb2f8a5
[net/9p] Read side zerocopy changes for 9P2000.L protocol.
by Venkateswararao Jujjuri (JV)
· 15 years ago
6f69c39
[net/9p] Add preferences to transport layer.
by Venkateswararao Jujjuri (JV)
· 15 years ago
4038866
[net/9p] Add gup/zero_copy support to VirtIO transport layer.
by Venkateswararao Jujjuri (JV)
· 15 years ago
9bb6c10
[net/9p] Assign type of transaction to tc->pdu->id which is otherwise unsed.
by Venkateswararao Jujjuri (JV)
· 15 years ago
022cae36
[net/9p] Preparation and helper functions for zero copy
by Venkateswararao Jujjuri (JV)
· 15 years ago
6752a1e
[fs/9p] Make access=client default in 9p2000.L protocol
by Venkateswararao Jujjuri (JV)
· 15 years ago
e782ef7
[fs/9P] Add posixacl mount option
by Venkateswararao Jujjuri (JV)
· 15 years ago
9332685
[fs/9p] Ignore acl mount option when CONFIG_9P_FS_POSIX_ACL is not defined.
by Venkateswararao Jujjuri (JV)
· 15 years ago
d344b0f
[fs/9p] Initialze cached acls both in cached/uncached mode.
by Venkateswararao Jujjuri (JV)
· 15 years ago
c61fa0d
[fs/9p] Plug potential acl leak
by Venkateswararao Jujjuri (JV)
· 15 years ago
6a8ab060
ipv6: netfilter: ip6_tables: fix infoleak to userspace
by Vasiliy Kulikov
· 14 years ago
78b7987
netfilter: ip_tables: fix infoleak to userspace
by Vasiliy Kulikov
· 14 years ago
42eab94
netfilter: arp_tables: fix infoleak to userspace
by Vasiliy Kulikov
· 14 years ago
4656c4d
netfilter: xt_connlimit: remove connlimit_rnd_inited
by Changli Gao
· 14 years ago
3e0d514
netfilter: xt_connlimit: use hlist instead
by Changli Gao
· 14 years ago
0e23ca1
netfilter: xt_connlimit: use kmalloc() instead of kzalloc()
by Changli Gao
· 14 years ago
8183e3a
netfilter: xt_connlimit: fix daddr connlimit in SNAT scenario
by Changli Gao
· 14 years ago
0b9b020
microblaze: Do not copy reset vectors/manual reset vector setup
by Michal Simek
· 15 years ago
7574349
microblaze: Fix _reset function
by Michal Simek
· 14 years ago
626afa3
microblaze: Fix microblaze init vectors
by Michal Simek
· 14 years ago
7e32d02
GFS2: Don't use _raw version of RCU dereference
by Steven Whitehouse
· 14 years ago
25542c6
x86, tlb, UV: Do small micro-optimization for native_flush_tlb_others()
by Xiao Guangrong
· 14 years ago
8460b3e
Merge commit 'v2.6.38' into x86/mm
by Ingo Molnar
· 14 years ago
50be5e3
ahci: add another PCI ID for marvell
by Tejun Heo
· 15 years ago
4dce8ba9
libata: Use 'bool' return value for ata_id_XXX
by Hannes Reinecke
· 14 years ago
326be7b
Allow passing O_PATH descriptors via SCM_RIGHTS datagrams
by Al Viro
· 14 years ago
65cfc67
readlinkat(), fchownat() and fstatat() with empty relative pathnames
by Al Viro
· 14 years ago
bcda765
Allow O_PATH for symlinks
by Al Viro
· 14 years ago
1abf0c7
New kind of open files - "location only".
by Al Viro
· 14 years ago
f2fa2ff
ext4: Copy fs UUID to superblock
by Aneesh Kumar K.V
· 15 years ago
03cb5f0
ext3: Copy fs UUID to superblock.
by Aneesh Kumar K.V
· 15 years ago
93f1c20
vfs: Export file system uuid via /proc/<pid>/mountinfo
by Aneesh Kumar K.V
· 15 years ago
a51571c
unistd.h: Add new syscalls numbers to asm-generic
by Aneesh Kumar K.V
· 15 years ago
6aae5f2
x86: Add new syscalls for x86_64
by Aneesh Kumar K.V
· 15 years ago
7dadb75
x86: Add new syscalls for x86_32
by Aneesh Kumar K.V
· 15 years ago
f17b604
fs: Remove i_nlink check from file system link callback
by Aneesh Kumar K.V
· 15 years ago
aae8a97
fs: Don't allow to create hardlink for deleted file
by Aneesh Kumar K.V
· 15 years ago
becfd1f
vfs: Add open by file handle support
by Aneesh Kumar K.V
· 15 years ago
990d6c2
vfs: Add name to file handle conversion support
by Aneesh Kumar K.V
· 15 years ago
7ef5ed1
igb: Add messaging for thermal sensor events on i350 devices
by Carolyn Wyborny
· 14 years ago
673b8b7
igb: fix hw timestamping
by Anders Berggren
· 15 years ago
48f26d5
xen: netfront: fix xennet_get_ethtool_stats()
by Eric Dumazet
· 14 years ago
521cb40
Linux 2.6.38
by Linus Torvalds
· 14 years ago
f2247fb
IPVS: Conditionally include sysctl members of struct netns_ipvs
by Simon Horman
· 15 years ago
14e4054
IPVS: Add __ip_vs_control_{init,cleanup}_sysctl()
by Simon Horman
· 15 years ago
fb1de43
IPVS: Conditionally define and use ip_vs_lblc{r}_table
by Simon Horman
· 15 years ago
a7a86b8
IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefined
by Simon Horman
· 15 years ago
a4e2f5a
IPVS: Conditional ip_vs_conntrack_enabled()
by Simon Horman
· 15 years ago
3a1bbf1
IPVS: ip_vs_todrop() becomes a noop when CONFIG_SYSCTL is undefined
by Simon Horman
· 15 years ago
b27d777
IPVS: Conditinally use sysctl_lblc{r}_expiration
by Simon Horman
· 15 years ago
8e1b0b1
IPVS: Add expire_quiescent_template()
by Simon Horman
· 15 years ago
71a8ab6
IPVS: Add sysctl_expire_nodest_conn()
by Simon Horman
· 15 years ago
7532e8d
IPVS: Add sysctl_sync_ver()
by Simon Horman
· 15 years ago
59e0350
IPVS: Add {sysctl_sync_threshold,period}()
by Simon Horman
· 15 years ago
Next »