summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-04-24dm btree: fix for dm_btree_find_lowest_key()Vinothkumar Raja1-2/+6
2017-04-24dm ioctl: remove double parenthesesMatthias Kaehlcke1-2/+2
2017-04-24dm: remove dummy dm_table definitionMikulas Patocka1-8/+0
2017-04-24dm crypt: fix large block integrity supportMikulas Patocka1-6/+12
2017-04-24dm integrity: support larger block sizesMikulas Patocka1-45/+174
2017-04-24dm integrity: various small changes and cleanupsMikulas Patocka1-54/+62
2017-04-24dm: mark targets that pass integrity dataMikulas Patocka5-3/+23
2017-04-24dm table: replace while loops with for loopsMikulas Patocka1-31/+32
2017-03-31dm cache policy smq: make the cleaner policy write-back more aggressivelyJoe Thornber1-1/+1
2017-03-31dm cache: set/clear the cache core's dirty_bitset when loading mappingsJoe Thornber1-0/+6
2017-03-30dm raid: select the Kconfig option CONFIG_MD_RAID0Mikulas Patocka1-0/+1
2017-03-27dm raid: add raid4/5/6 journal write-back support via journal_mode optionHeinz Mauelshagen1-13/+91
2017-03-27dm raid: fix table line argument order in statusHeinz Mauelshagen1-30/+32
2017-03-27md: add raid4/5/6 journal mode switching APIHeinz Mauelshagen2-28/+45
2017-03-24dm crypt: use shifts instead of sector_divMikulas Patocka1-7/+10
2017-03-24dm integrity: add recovery modeMikulas Patocka1-13/+27
2017-03-24dm integrity: factor out create_journal() from dm_integrity_ctr()Mike Snitzer1-183/+196
2017-03-24dm crypt: optionally support larger encryption sector sizeMilan Broz1-23/+82
2017-03-24dm crypt: introduce new format of cipher with "capi:" prefixMilan Broz1-82/+193
2017-03-24dm crypt: factor IV constructor out to separate functionMilan Broz1-61/+69
2017-03-24dm crypt: add cryptographic data integrity protection (authenticated encryption)Milan Broz1-140/+742
2017-03-24dm: add integrity targetMikulas Patocka3-0/+3096
2017-03-07dm bufio: add sector start offset to dm-bufio interfaceMikulas Patocka2-19/+39
2017-03-07dm table: add flag to allow target to handle its own integrity metadataMilan Broz1-0/+11
2017-03-07dm cache: significant rework to leverage dm-bio-prison-v2Joe Thornber10-2399/+1922
2017-03-07dm bio prison v2: new interface for the bio prisonJoe Thornber7-6/+568
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds36-123/+373
2017-03-04Merge tag 'staging-4.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-22/+29
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-42/+49
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds85-3180/+22360
2017-03-03Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-5/+39
2017-03-03Merge tag 'pci-v4.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-3/+25
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-55/+73
2017-03-03Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2-6/+57
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-9/+13
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds6-17/+114
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds279-133/+358
2017-03-03sfc: fix IPID endianness in TSOv2Edward Cree1-1/+1
2017-03-03sfc: avoid max() in array sizeEdward Cree1-5/+5
2017-03-03Merge tag 'linux-can-fixes-for-4.11-20170303' of git://git.kernel.org/pub/scm...David S. Miller3-24/+38
2017-03-03nfp: correct DMA direction in XDP DMA syncJakub Kicinski1-2/+2
2017-03-03nfp: don't tell FW about the reserved buffer spaceJakub Kicinski1-1/+2
2017-03-03net: ethernet: bgmac: mac address change bugHari Vyas1-1/+5
2017-03-03net: ethernet: bgmac: init sequence bugJon Mason2-9/+34
2017-03-03xen-netback: don't vfree() queues under spinlockPaul Durrant1-1/+4
2017-03-03xen-netback: keep a local pointer for vif in backend_disconnect()Paul Durrant1-14/+18
2017-03-03can: flexcan: fix typo in commentMarc Kleine-Budde1-1/+1
2017-03-03can: usb_8dev: Fix memory leak of priv->cmd_msg_bufferMarc Kleine-Budde1-6/+3
2017-03-03can: gs_usb: fix coding styleEthan Zonca1-6/+5
2017-03-03can: gs_usb: Don't use stack memory for USB transfersEthan Zonca1-11/+29