Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b194679fac3067e785f432109c69759aa75b038c
b194679
dm mpath: verify __pg_init_all_paths locking assumptions at runtime
by Bart Van Assche
· 8 years ago
1ea0654
dm: verify suspend_locking assumptions at runtime
by Bart Van Assche
· 8 years ago
73cbca6
dm block manager: remove an unused argument from dm_block_manager_create()
by Bart Van Assche
· 8 years ago
23a6012
dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()
by Bart Van Assche
· 8 years ago
c1d7ecf
dm mpath: delay requeuing while path initialization is in progress
by Bart Van Assche
· 8 years ago
7083abb
dm mpath: avoid that path removal can trigger an infinite loop
by Bart Van Assche
· 8 years ago
89bfce7
dm mpath: split and rename activate_path() to prepare for its expanded use
by Bart Van Assche
· 8 years ago
4617f56
dm ioctl: prevent stack leak in dm ioctl call
by Adrian Salido
· 8 years ago
84ff1bc
dm integrity: use previously calculated log2 of sectors_per_block
by Mikulas Patocka
· 8 years ago
6625d90
dm integrity: use hex2bin instead of open-coded variant
by Mikulas Patocka
· 8 years ago
e944e03
dm crypt: replace custom implementation of hex2bin()
by Andy Shevchenko
· 8 years ago
86f917a
dm crypt: remove obsolete references to per-CPU state
by Eric Biggers
· 8 years ago
d1ac3ff
dm verity: switch to using asynchronous hash crypto API
by Gilad Ben-Yossef
· 8 years ago
a1b8913
dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues
by Tim Murray
· 8 years ago
c82feee
dm crypt: rewrite (wipe) key in crypto layer using random data
by Ondrej Kozina
· 8 years ago
06eb061
dm mpath: requeue after a small delay if blk_get_request() fails
by Bart Van Assche
· 8 years ago
117aceb
dm era: save spacemap metadata root after the pre-commit
by Somasundaram Krishnasamy
· 8 years ago
948f581
dm thin: fix a memory leak when passing discard bio down
by Dennis Yang
· 8 years ago
7d1fedb
dm btree: fix for dm_btree_find_lowest_key()
by Vinothkumar Raja
· 8 years ago
e36215d
dm ioctl: remove double parentheses
by Matthias Kaehlcke
· 8 years ago
9119fed
dm: remove dummy dm_table definition
by Mikulas Patocka
· 8 years ago
583fe74
dm crypt: fix large block integrity support
by Mikulas Patocka
· 8 years ago
9d609f8
dm integrity: support larger block sizes
by Mikulas Patocka
· 8 years ago
56b67a4
dm integrity: various small changes and cleanups
by Mikulas Patocka
· 8 years ago
e2460f2
dm: mark targets that pass integrity data
by Mikulas Patocka
· 8 years ago
3c12016
dm table: replace while loops with for loops
by Mikulas Patocka
· 8 years ago
cc7e394
dm cache policy smq: make the cleaner policy write-back more aggressively
by Joe Thornber
· 8 years ago
449b668
dm cache: set/clear the cache core's dirty_bitset when loading mappings
by Joe Thornber
· 8 years ago
7b81ef8
dm raid: select the Kconfig option CONFIG_MD_RAID0
by Mikulas Patocka
· 8 years ago
6e53636
dm raid: add raid4/5/6 journal write-back support via journal_mode option
by Heinz Mauelshagen
· 8 years ago
4464e36
dm raid: fix table line argument order in status
by Heinz Mauelshagen
· 8 years ago
78e470c
md: add raid4/5/6 journal mode switching API
by Heinz Mauelshagen
· 8 years ago
ff3af92
dm crypt: use shifts instead of sector_div
by Mikulas Patocka
· 8 years ago
c2bcb2b
dm integrity: add recovery mode
by Mikulas Patocka
· 8 years ago
1aa0efd
dm integrity: factor out create_journal() from dm_integrity_ctr()
by Mike Snitzer
· 8 years ago
8f0009a
dm crypt: optionally support larger encryption sector size
by Milan Broz
· 8 years ago
33d2f09
dm crypt: introduce new format of cipher with "capi:" prefix
by Milan Broz
· 8 years ago
e889f97
dm crypt: factor IV constructor out to separate function
by Milan Broz
· 8 years ago
ef43aa3
dm crypt: add cryptographic data integrity protection (authenticated encryption)
by Milan Broz
· 8 years ago
7eada90
dm: add integrity target
by Mikulas Patocka
· 8 years ago
400a0be
dm bufio: add sector start offset to dm-bufio interface
by Mikulas Patocka
· 8 years ago
9b4b5a7
dm table: add flag to allow target to handle its own integrity metadata
by Milan Broz
· 8 years ago
b29d498
dm cache: significant rework to leverage dm-bio-prison-v2
by Joe Thornber
· 8 years ago
742c8fd
dm bio prison v2: new interface for the bio prison
by Joe Thornber
· 8 years ago
c1ae3cf
Linux 4.11-rc1
by Linus Torvalds
· 8 years ago
8d70eeb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
2d62e07
Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
be834aa
Merge tag 'docs-4.11-fixes' of git://git.lwn.net/linux
by Linus Torvalds
· 8 years ago
91aff98
Merge tag 'staging-4.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 8 years ago
33a8b3e
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
0710f3f
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
a3b4924
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
f78ef7c
strparser: destroy workqueue on module exit
by WANG Cong
· 8 years ago
20b83643
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 8 years ago
0b94da8
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
e27fd02
Merge tag 'pci-v4.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 8 years ago
f47e2db
Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 8 years ago
606ed72
Merge tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensa
by Linus Torvalds
· 8 years ago
a1a0db3
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 8 years ago
0a040b2
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 8 years ago
fd5d666
Documentation/sphinx: fix primary_domain configuration
by John Keeping
· 8 years ago
f3fc83e
docs: Fix htmldocs build failure
by Martyn Welch
· 8 years ago
9857b1a
doc/ko_KR/memory-barriers: Update control-dependencies section
by SeongJae Park
· 8 years ago
2eb6a4b
pcieaer doc: update the link
by Cao jin
· 8 years ago
d3c1a297
Documentation: Update path to sysrq.txt
by Krzysztof Kozlowski
· 8 years ago
4e66c42
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 8 years ago
e58bc92
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 8 years ago
590dce2
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
e0d0722
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
1827adb
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
7876991
Merge tag 'linux-kselftest-4.11-rc1-urgent_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 8 years ago
4511555
Merge branch 'sfx-fixes'
by David S. Miller
· 8 years ago
6d43131
sfc: fix IPID endianness in TSOv2
by Edward Cree
· 8 years ago
d0346b0
sfc: avoid max() in array size
by Edward Cree
· 8 years ago
48051c3
Merge tag 'linux-can-fixes-for-4.11-20170303' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
by David S. Miller
· 8 years ago
a8d63a5
rds: remove unnecessary returned value check
by Zhu Yanjun
· 8 years ago
37411ca
rxrpc: Fix potential NULL-pointer exception
by David Howells
· 8 years ago
b3b6157
Merge branch 'nfp-fixes'
by David S. Miller
· 8 years ago
d58cebb
nfp: correct DMA direction in XDP DMA sync
by Jakub Kicinski
· 8 years ago
9383b33
nfp: don't tell FW about the reserved buffer space
by Jakub Kicinski
· 8 years ago
e285998
Merge branch 'bgmac-fixes'
by David S. Miller
· 8 years ago
fa42245
net: ethernet: bgmac: mac address change bug
by Hari Vyas
· 8 years ago
1620652
net: ethernet: bgmac: init sequence bug
by Jon Mason
· 8 years ago
2ddbcea
Merge branch 'xen-netback-fixes'
by David S. Miller
· 8 years ago
a254d8f
xen-netback: don't vfree() queues under spinlock
by Paul Durrant
· 8 years ago
d67ce7d
xen-netback: keep a local pointer for vif in backend_disconnect()
by Paul Durrant
· 8 years ago
f7bb3d8
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue
by David S. Miller
· 8 years ago
25e94a9
netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() fails
by Pablo Neira Ayuso
· 8 years ago
f912135
netfilter: nft_set_rbtree: incorrect assumption on lower interval lookups
by Pablo Neira Ayuso
· 8 years ago
da2f27e
netfilter: nf_conntrack_sip: fix wrong memory initialisation
by Christophe Leroy
· 8 years ago
66ddb82
can: flexcan: fix typo in comment
by Marc Kleine-Budde
· 8 years ago
7c42631
can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer
by Marc Kleine-Budde
· 8 years ago
540a27a
can: gs_usb: fix coding style
by Ethan Zonca
· 8 years ago
c919a30
can: gs_usb: Don't use stack memory for USB transfers
by Ethan Zonca
· 8 years ago
ef65aae
smb2: Enforce sec= mount option
by Sachin Prabhu
· 8 years ago
284316d
CIFS: Fix sparse warnings
by Steve French
· 8 years ago
c74042f
ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache lines
by Alexander Duyck
· 8 years ago
a528d35
statx: Add a system call to make enhanced file info available
by David Howells
· 8 years ago
c82be9d
Merge tag 'pm-turbostat-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
3f80dd6
Merge tag 'acpi-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
Next »