aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-24dm integrity: support larger block sizesMikulas Patocka2-45/+179
2017-04-24dm integrity: various small changes and cleanupsMikulas Patocka2-64/+72
2017-04-24dm: mark targets that pass integrity dataMikulas Patocka6-3/+29
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 Mauelshagen2-14/+101
2017-03-27dm raid: fix table line argument order in statusHeinz Mauelshagen2-30/+35
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 Patocka2-13/+32
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 Broz2-23/+96
2017-03-24dm crypt: introduce new format of cipher with "capi:" prefixMilan Broz2-99/+223
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 Broz2-140/+758
2017-03-24dm: add integrity targetMikulas Patocka4-0/+3285
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 Broz2-0/+17
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-05Linux 4.11-rc1Linus Torvalds1-2/+2
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds86-368/+895
2017-03-04Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-30/+223
2017-03-04Merge tag 'docs-4.11-fixes' of git://git.lwn.net/linuxLinus Torvalds8-41/+47
2017-03-04Merge tag 'staging-4.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds8-23/+29
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds11-54/+79
2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds11-43/+67
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds87-3188/+22372
2017-03-03strparser: destroy workqueue on module exitWANG Cong1-0/+1
2017-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-91/+66
2017-03-03Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds6-12/+48
2017-03-03Merge tag 'pci-v4.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds11-3/+25
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds7-88/+83
2017-03-03Merge tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds8-30/+71
2017-03-03Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds31-302/+852
2017-03-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds16-168/+447
2017-03-03Documentation/sphinx: fix primary_domain configurationJohn Keeping1-1/+1
2017-03-03docs: Fix htmldocs build failureMartyn Welch1-2/+2
2017-03-03doc/ko_KR/memory-barriers: Update control-dependencies sectionSeongJae Park1-31/+37
2017-03-03pcieaer doc: update the linkCao jin1-1/+1
2017-03-03Documentation: Update path to sysrq.txtKrzysztof Kozlowski4-6/+6
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds3-18/+13
2017-03-03Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds5-27/+148
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds72-214/+822
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds19-89/+265
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1218-3575/+5226
2017-03-03Merge tag 'linux-kselftest-4.11-rc1-urgent_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-0/+4
2017-03-03Merge branch 'sfx-fixes'David S. Miller1-6/+6