Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3bf9428f220911795edde453a95f9509945004e5
3bf9428
drivers: OLPC: update various drivers to include olpc-ec.h
by Andres Salomon
· 12 years ago
392a325
Platform: OLPC: add a stub to drivers/platform/ for the OLPC EC driver
by Andres Salomon
· 12 years ago
08843b7
Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 12 years ago
cc8362b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 12 years ago
2e3ee61
Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
1fad1e9
Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
bbeb0af2
Merge tag 'mfd-for-linus-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
by Linus Torvalds
· 12 years ago
6df419e
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 12 years ago
1fe5e99
rbd: create rbd_refresh_helper()
by Alex Elder
· 12 years ago
b813623
rbd: return obj version in __rbd_refresh_header()
by Alex Elder
· 12 years ago
ccece23
rbd: fixes in rbd_header_from_disk()
by Alex Elder
· 12 years ago
913d2fd
rbd: always pass ops array to rbd_req_sync_op()
by Alex Elder
· 12 years ago
d67d4be
rbd: pass null version pointer in add_snap()
by Alex Elder
· 12 years ago
57cfc10
rbd: make rbd_create_rw_ops() return a pointer
by Alex Elder
· 12 years ago
4e891e0
rbd: have __rbd_add_snap_dev() return a pointer
by Alex Elder
· 12 years ago
6139919
libceph: recheck con state after allocating incoming message
by Sage Weil
· 12 years ago
4740a62
libceph: change ceph_con_in_msg_alloc convention to be less weird
by Sage Weil
· 12 years ago
8636ea6
libceph: avoid dropping con mutex before fault
by Sage Weil
· 12 years ago
7b862e0
libceph: verify state after retaking con lock after dispatch
by Sage Weil
· 12 years ago
4f471e4
libceph: revoke mon_client messages on session restart
by Sage Weil
· 12 years ago
8007b8d
libceph: fix handling of immediate socket connect failure
by Sage Weil
· 12 years ago
09d9032
ceph: update MAINTAINERS file
by Sage Weil
· 12 years ago
756a16a
libceph: be less chatty about stray replies
by Sage Weil
· 12 years ago
43c7427
libceph: clear all flags on con_close
by Sage Weil
· 12 years ago
4a86169
libceph: clean up con flags
by Sage Weil
· 12 years ago
8dacc7d
libceph: replace connection state bits with states
by Sage Weil
· 12 years ago
d7353dd
libceph: drop unnecessary CLOSED check in socket state change callback
by Sage Weil
· 12 years ago
ee76e07
libceph: close socket directly from ceph_con_close()
by Sage Weil
· 12 years ago
2e8cb10
libceph: drop gratuitous socket close calls in con_work
by Sage Weil
· 12 years ago
a59b55a
libceph: move ceph_con_send() closed check under the con mutex
by Sage Weil
· 12 years ago
0065093
libceph: move msgr clear_standby under con mutex protection
by Sage Weil
· 12 years ago
3b5ede0
libceph: fix fault locking; close socket on lossy fault
by Sage Weil
· 12 years ago
070c633
rbd: drop "object_name" from rbd_req_sync_unwatch()
by Alex Elder
· 12 years ago
7f0a24d
rbd: drop "object_name" from rbd_req_sync_notify_ack()
by Alex Elder
· 12 years ago
4cb1625
rbd: drop "object_name" from rbd_req_sync_notify()
by Alex Elder
· 12 years ago
0e6f322
rbd: drop "object_name" from rbd_req_sync_watch()
by Alex Elder
· 12 years ago
14e7085
rbd: drop rbd_dev parameter in snap functions
by Alex Elder
· 12 years ago
ed63f4f
rbd: drop rbd_header_from_disk() gfp_flags parameter
by Alex Elder
· 12 years ago
9a5d690
rbd: snapc is unused in rbd_req_sync_read()
by Alex Elder
· 12 years ago
de71a29
rbd: rename rbd_device->id
by Alex Elder
· 12 years ago
8e94af8
rbd: encapsulate header validity test
by Alex Elder
· 12 years ago
aa711ee3
ceph: define snap counts as u32 everywhere
by Alex Elder
· 12 years ago
bd919d4
rbd: clean up a few dout() calls
by Alex Elder
· 12 years ago
a059329
rbd: simplify __rbd_remove_all_snaps()
by Alex Elder
· 12 years ago
a66f8c9
rbd: drop extra header_rwsem init
by Alex Elder
· 12 years ago
9e15dc7
rbd: kill rbd_image_header->snap_seq
by Alex Elder
· 12 years ago
505cbb9
rbd: set snapc->seq only when refreshing header
by Alex Elder
· 12 years ago
78dc447
rbd: preserve snapc->seq in rbd_header_set_snap()
by Alex Elder
· 12 years ago
75fe9e1
rbd: don't use snapc->seq that way
by Alex Elder
· 12 years ago
a71b891
rbd: send header version when notifying
by Josh Durgin
· 13 years ago
d1d2564
rbd: use reference counting for the snap context
by Josh Durgin
· 13 years ago
93a24e0
rbd: set image size when header is updated
by Josh Durgin
· 13 years ago
a51aa0c
rbd: expose the correct size of the device in sysfs
by Josh Durgin
· 13 years ago
474ef7c
rbd: only reset capacity when pointing to head
by Josh Durgin
· 13 years ago
e88a36e
rbd: return errors for mapped but deleted snapshot
by Josh Durgin
· 13 years ago
048a9d2
libceph: trivial fix for the incorrect debug output
by Jiaju Zhang
· 12 years ago
21ec6ff
ceph: fix potential double free
by Alan Cox
· 12 years ago
85effe1
libceph: reset connection retry on successfully negotiation
by Sage Weil
· 12 years ago
5469155
libceph: protect ceph_con_open() with mutex
by Sage Weil
· 12 years ago
a53aab6
ceph: close old con before reopening on mds reconnect
by Sage Weil
· 12 years ago
a410702
libceph: (re)initialize bio_iter on start of message receive
by Sage Weil
· 12 years ago
6194ea8
libceph: resubmit linger ops when pg mapping changes
by Sage Weil
· 12 years ago
8c50c81
libceph: fix mutex coverage for ceph_con_close
by Sage Weil
· 12 years ago
3a140a0
libceph: report socket read/write error message
by Sage Weil
· 12 years ago
546f04e
libceph: support crush tunables
by Sage Weil
· 12 years ago
27c1ee3
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
086ff4b
drivers/misc/lkdtm.c: fix missing allocation failure check
by Alan Cox
· 12 years ago
e04f228
lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()
by Mandeep Singh Baines
· 12 years ago
c24aa64
fault-injection: add tool to run command with failslab or fail_page_alloc
by Akinobu Mita
· 12 years ago
d89dffa
fault-injection: add selftests for cpu and memory hotplug
by Akinobu Mita
· 12 years ago
08dfb4d
powerpc: pSeries reconfig notifier error injection module
by Akinobu Mita
· 12 years ago
9579f5b
memory: memory notifier error injection module
by Akinobu Mita
· 12 years ago
048b9c3
PM: PM notifier error injection module
by Akinobu Mita
· 12 years ago
f5a9f52
cpu: rewrite cpu-notifier-error-inject module
by Akinobu Mita
· 12 years ago
8d43828
fault-injection: notifier error injection
by Akinobu Mita
· 12 years ago
1d151c3
c/r: fcntl: add F_GETOWNER_UIDS option
by Cyrill Gorcunov
· 12 years ago
65fed8f
resource: make sure requested range is included in the root range
by Octavian Purdila
· 12 years ago
f7e1bec
include/linux/aio.h: cpp->C conversions
by Andrew Morton
· 12 years ago
98c350c
fs: cachefiles: add support for large files in filesystem caching
by Justin Lecher
· 12 years ago
668f06b
pps: return PTR_ERR on error in device_create
by Emil Goode
· 12 years ago
25353b3
taskstats: check nla_reserve() return
by Alan Cox
· 12 years ago
fd4b616
sysctl: suppress kmemleak messages
by Steven Rostedt
· 12 years ago
c1d7e01
ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION
by Will Deacon
· 12 years ago
05ba3f1
ipc: compat: use signed size_t types for msgsnd and msgrcv
by Will Deacon
· 12 years ago
b610c04
ipc: allow compat IPC version field parsing if !ARCH_WANT_OLD_COMPAT_IPC
by Will Deacon
· 12 years ago
079a96a
ipc: add COMPAT_SHMLBA support
by Will Deacon
· 12 years ago
63dca8d
kdump: append newline to the last lien of vmcoreinfo note
by Vivek Goyal
· 12 years ago
f19b9f7
fork: fix error handling in dup_task()
by Akinobu Mita
· 12 years ago
87bec58
revert "sched: Fix fork() error path to not crash"
by Andrew Morton
· 12 years ago
b2412b7
fork: use vma_pages() to simplify the code
by Huang Shijie
· 12 years ago
bc452b4
proc: do not allow negative offsets on /proc/<pid>/environ
by Djalal Harouni
· 12 years ago
e8905ec
proc: environ_read() make sure offset points to environment address range
by Djalal Harouni
· 12 years ago
108ceeb
coredump: fix wrong comments on core limits of pipe coredump case
by Jovi Zhang
· 12 years ago
0f20784
kmod: avoid deadlock from recursive kmod call
by Tetsuo Handa
· 12 years ago
79c743d
kernel/kmod.c: document call_usermodehelper_fns() a bit
by Andrew Morton
· 12 years ago
deb8274
fat: refactor shortname parsing
by Steven J. Magnani
· 12 years ago
a943ed7
fat: accessors for msdos_dir_entry 'start' fields
by Steven J. Magnani
· 12 years ago
497d48b
hfsplus: use -ENOMEM when kzalloc() fails
by Namjae Jeon
· 12 years ago
f5974c8
nilfs2: add omitted comments for different structures in driver implementation
by Vyacheslav Dubeyko
· 12 years ago
8c74ac0
nilfs2: add omitted comments for structures in nilfs2_fs.h
by Vyacheslav Dubeyko
· 12 years ago
Next »