aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-22Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockLinus Torvalds7-22/+24
2013-09-22cfq: explicitly use 64bit divide operation for 64bit argumentsAnatol Pomozov1-1/+1
2013-09-18If the queue is dying then we only call the rq->end_io callout.Mike Christie1-2/+2
2013-09-15partitions/efi: loosen check fot pmbr size in lbaDavidlohr Bueso1-2/+6
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara1-1/+1
2013-09-11block/partitions/efi.c: consistently use pr_foo()Andrew Morton1-26/+19
2013-09-11partitions/efi: some style cleanupsDavidlohr Bueso1-11/+8
2013-09-11partitions/efi: delete annoying emacs style commentsDavidlohr Bueso1-19/+0
2013-09-11partitions/efi: compare first and last usable LBAsDavidlohr Bueso1-1/+6
2013-09-11partitions/efi: account for pmbr size in lbaDavidlohr Bueso1-3/+18
2013-09-11partitions/efi: detect hybrid MBRsDavidlohr Bueso2-21/+56
2013-09-11partitions/efi: do not require gpt partition to begin at sector 1Davidlohr Bueso1-3/+0
2013-09-11partitions/efi: check pmbr record's starting lbaDavidlohr Bueso1-4/+13
2013-09-11partitions/efi: use lba-aware partition recordsDavidlohr Bueso2-6/+19
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers1-1/+1
2013-09-11block: support embedded device command line partitionCai Zhiyong8-0/+370
2013-09-11block/blk-sysfs.c: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-09-11blkcg: relocate root_blkg setting and clearingTejun Heo1-10/+15
2013-09-11block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches4-5/+4
2013-09-11block: trace all devices plug operationJianpeng Ma1-4/+2
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds4-115/+105
2013-08-23[SCSI] Return ENODATA on medium errorHannes Reinecke1-0/+3
2013-08-23[SCSI] return ENOSPC on thin provisioning failureHannes Reinecke1-0/+3
2013-08-08cgroup: make css_for_each_descendant() and friends include the origin css in the iterationTejun Heo3-10/+5
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo1-1/+1
2013-08-08cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo3-24/+17
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo3-64/+64
2013-08-08cgroup: add subsys backlink pointer to cftypeTejun Heo1-1/+1
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo1-12/+13
2013-08-08cgroup: add css_parent()Tejun Heo1-3/+1
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo1-4/+8
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo1-3/+2
2013-07-14block: delete __cpuinit usage from all block filesPaul Gortmaker2-6/+6
2013-07-11Merge branch 'for-3.11/core' of git://git.kernel.dk/linux-blockLinus Torvalds8-418/+875
2013-07-09partitions/msdos: enumerate also AIX LVM partitionsPhilippe De Muyter1-0/+5
2013-07-09partitions: add aix lvm partition support filesPhilippe De Muyter4-0/+306
2013-07-09partitions/msdos.c: end-of-line whitespace and semicolon cleanupPhilippe De Muyter1-6/+6
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2-1/+2
2013-07-03block: do not pass disk names as format stringsKees Cook1-1/+1
2013-07-03block/compat_ioctl.c: do not leak info to user-spaceCong Wang1-0/+1
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-2/+6
2013-07-03elevator: Fix a race in elevator switchingJianpeng Ma4-29/+46
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds3-6/+12
2013-07-01block: check for timeout function in blk_rq_timed_out()Hannes Reinecke1-2/+3
2013-07-01block/dasd: detailed I/O errorsHannes Reinecke1-0/+3
2013-06-28block: Reserve only one queue tag for sync IO if only 3 tags are availableJan Kara1-2/+9
2013-05-17blkpm: avoid sleep when holding queue lockAaron Lu1-1/+1
2013-05-14blk-throttle: implement proper hierarchy supportTejun Heo2-9/+21
2013-05-14blk-throttle: implement throtl_grp->has_rules[]Tejun Heo1-7/+42
2013-05-14blk-throttle: Account for child group's start time in parent while bio climbs upVivek Goyal1-0/+33