aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2013-07-09partitions/msdos: enumerate also AIX LVM partitionsGravatar Philippe De Muyter 1-0/+5
2013-07-09partitions: add aix lvm partition support filesGravatar Philippe De Muyter 4-0/+306
2013-07-09partitions/msdos.c: end-of-line whitespace and semicolon cleanupGravatar Philippe De Muyter 1-6/+6
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Gravatar Linus Torvalds 2-1/+2
2013-07-03block: do not pass disk names as format stringsGravatar Kees Cook 1-1/+1
2013-07-03block/compat_ioctl.c: do not leak info to user-spaceGravatar Cong Wang 1-0/+1
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 2-2/+6
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 3-6/+12
2013-07-01block: check for timeout function in blk_rq_timed_out()Gravatar Hannes Reinecke 1-2/+3
2013-07-01block/dasd: detailed I/O errorsGravatar Hannes Reinecke 1-0/+3
2013-05-17blkpm: avoid sleep when holding queue lockGravatar Aaron Lu 1-1/+1
2013-05-14block: queue work on power efficient wqGravatar Viresh Kumar 3-6/+12
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 6-79/+229
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+2
2013-04-30partitions/efi.c: replace useless kzalloc's by kmalloc'sGravatar Philippe De Muyter 1-2/+2
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-2/+0
2013-04-29Merge tag 'driver-core-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+2
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Gravatar Linus Torvalds 1-0/+1
2013-04-14Merge 3.9-rc7 into driver-core-nextGravatar Greg Kroah-Hartman 2-1/+2
2013-04-11driver core: handle user namespaces properly with the uid/gid devtmpfs changeGravatar Greg Kroah-Hartman 1-1/+1
2013-04-09blkcg: fix "scheduling while atomic" in blk_queue_bypass_startGravatar Jun'ichi Nomura 1-2/+2
2013-04-08driver core: add uid and gid to devtmpfsGravatar Kay Sievers 1-1/+2
2013-04-08Revert "loop: cleanup partitions when detaching loop device"Gravatar Jens Axboe 1-1/+0
2013-04-03block: avoid using uninitialized value in from queue_var_storeGravatar Arnd Bergmann 1-0/+2
2013-04-02Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Jens Axboe 2-1/+2
2013-03-24Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for...Gravatar Jens Axboe 3-75/+16
2013-03-23block: Add bio_end_sector()Gravatar Kent Overstreet 3-7/+4
2013-03-23block: Refactor blk_update_request()Gravatar Kent Overstreet 1-68/+12
2013-03-22block: implement runtime pm strategyGravatar Lin Ming 2-0/+65
2013-03-22block: add runtime pm helpersGravatar Lin Ming 1-0/+144
2013-03-22Block: blk-flush: Fixed indent code styleGravatar Alice Ferrazzi 1-1/+1
2013-03-22loop: cleanup partitions when detaching loop deviceGravatar Phillip Susi 1-0/+1
2013-03-20scatterlist: introduce sg_unmark_endGravatar Paolo Bonzini 2-2/+2
2013-03-04cgroup: fix cgroup_path() vs rename() raceGravatar Li Zefan 1-2/+0
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 11-205/+834
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 5-12/+7
2013-02-27block/partitions: optimize memory allocation in check_partition()Gravatar Ming Lei 3-8/+37
2013-02-27block/partitions/mac.c: obey the state->limit constraintGravatar Ming Lei 1-0/+4
2013-02-27block/partitions/efi.c: ensure that the GPT header is at least the size of th...Gravatar Peter Jones 1-2/+10
2013-02-27block/partition/msdos: detect AIX formatted disks even without 55aaGravatar Philippe De Muyter 1-3/+8
2013-02-27block: convert to idr_alloc()Gravatar Tejun Heo 2-32/+15
2013-02-27block: fix synchronization and limit check in blk_alloc_devt()Gravatar Tejun Heo 1-8/+5
2013-02-27block: fix ext_devt_idr handlingGravatar Tomas Henzl 2-2/+6
2013-02-23block/genhd.c: apply pm_runtime_set_memalloc_noio on block devicesGravatar Ming Lei 1-0/+10
2013-02-22cfq: fix lock imbalance with failed allocationsGravatar Glauber Costa 1-0/+2
2013-02-22block: don't select PERCPU_RWSEMGravatar Mikulas Patocka 1-1/+0
2013-02-21block: optionally snapshot page contents to provide stable pages during writeGravatar Darrick J. Wong 1-3/+5
2013-02-21bdi: allow block devices to say that they require stable page writesGravatar Darrick J. Wong 1-0/+4
2013-02-19Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+28