summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-01dm: clean up clone_bioAlasdair G Kergon1-45/+57
2013-03-01dm persistent data: remove CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-03-01dm: remove CONFIG_EXPERIMENTALAlasdair G Kergon1-12/+12
2013-03-01dm thin: use block_size_is_power_of_twoMike Snitzer1-12/+13
2013-03-01dm bufio: use WRITE_FLUSH instead of REQ_FLUSHMikulas Patocka1-1/+1
2013-03-01dm table: remove superfluous variable resetWang Sheng-Hui1-1/+0
2013-03-01dm thin: support a non power of 2 discard_granularityMike Snitzer1-8/+1
2013-03-01dm: fix truncated status stringsMikulas Patocka13-115/+99
2013-03-01dm: do not replace bioset for request based dmJun'ichi Nomura1-9/+21
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds42-507/+831
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds32-1528/+2402
2013-02-28Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-51/+29
2013-02-28Merge branch 'for-3.9/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds23-1443/+3986
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds30-258/+1246
2013-02-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds50-926/+2169
2013-02-28SUNRPC: make AF_LOCAL connect synchronousJ. Bruce Fields1-8/+27
2013-02-27Merge branch 'akpm' (final batch from Andrew)Linus Torvalds429-3493/+5226
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin218-1494/+987
2013-02-27kcmp: make it depend on CHECKPOINT_RESTORECyrill Gorcunov1-3/+1
2013-02-27selftests: add a simple docJeremy Kerr1-0/+42
2013-02-27tools/testing/selftests/Makefile: rearrange targetsAndrew Morton1-1/+7
2013-02-27selftests/efivarfs: add create-read testJeremy Kerr3-1/+46
2013-02-27selftests/efivarfs: add empty file creation testJeremy Kerr1-0/+13
2013-02-27selftests: add tests for efivarfsJeremy Kerr4-1/+195
2013-02-27kfifo: fix kfifo_alloc() and kfifo_init()Stefani Seibold1-4/+2
2013-02-27kfifo: move kfifo.c from kernel/ to lib/Stefani Seibold3-2/+2
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell26-10/+30
2013-02-27w1: add support for DS2413 Dual Channel Addressable SwitchMariusz Bialonczyk4-5/+189
2013-02-27memstick: move the dereference below the NULL testWei Yongjun1-1/+2
2013-02-27drivers/pps/clients/pps-gpio.c: use devm_kzallocJulia Lawall1-4/+2
2013-02-27Documentation/DMA-API-HOWTO.txt: fix typoAndrew Morton1-1/+1
2013-02-27include/linux/eventfd.h: fix incorrect filename is a commentMartin Sustrik1-1/+1
2013-02-27mtd: mtd_stresstest: use prandom_bytes()Akinobu Mita1-2/+1
2013-02-27mtd: mtd_subpagetest: convert to use prandom libraryAkinobu Mita1-30/+12
2013-02-27mtd: mtd_speedtest: use prandom_bytesAkinobu Mita1-8/+1
2013-02-27mtd: mtd_pagetest: convert to use prandom libraryAkinobu Mita1-30/+13
2013-02-27mtd: mtd_oobtest: convert to use prandom libraryAkinobu Mita1-33/+16
2013-02-27mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes()Akinobu Mita1-1/+1
2013-02-27kernel/utsname.c: fix wrong comment about clone_uts_ns()Yuanhan Liu1-1/+1
2013-02-27nbd: fix sparse warningAlex Elder1-0/+1
2013-02-27nbd: update documentation and link to mailinglistWouter Verhelst2-34/+5
2013-02-27nbd: show read-only state in sysfsPaolo Bonzini1-0/+3
2013-02-27nbd: fsync and kill block device on shutdownPaolo Bonzini1-0/+10
2013-02-27nbd: support FLUSH requestsAlex Bligh2-3/+22
2013-02-27kernel/utsname_sysctl.c: put get/get_uts() into CONFIG_PROC_SYSCTL code blockYuanhan Liu1-1/+2
2013-02-27sysctl: fix null checking in bin_dn_node_address()Xi Wang1-1/+2
2013-02-27block/partitions: optimize memory allocation in check_partition()Ming Lei3-8/+37
2013-02-27block/partitions/mac.c: obey the state->limit constraintMing Lei1-0/+4
2013-02-27block/partitions/efi.c: ensure that the GPT header is at least the size of th...Peter Jones1-2/+10
2013-02-27block/partition/msdos: detect AIX formatted disks even without 55aaPhilippe De Muyter1-3/+8