summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: warn if tag is greater than real_max_depth.Tao Ma2011-10-251-2/+4
* Merge branch 'for-linus' into for-3.2/coreJens Axboe2011-10-244-115/+26
|\
| * block: make gendisk hold a reference to its queueTejun Heo2011-10-242-5/+16
| * blk-flush: move the queue kick intoJeff Moyer2011-10-242-1/+2
| * blk-flush: fix invalid BUG_ON in blk_insert_flushJeff Moyer2011-10-241-1/+1
| * loop: remove the incorrect write_begin/write_end shortcutChristoph Hellwig2011-10-172-113/+23
* | block: Remove the control of complete cpu from bio.Tao Ma2011-10-245-20/+5
* | block: fix a typo in the blk-cgroup.h fileJie Liu2011-10-241-1/+1
* | block: initialize the bounce pool if high memory may be added laterDavid Vrabel2011-10-201-5/+4
* | block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo2011-10-195-29/+87
* | block: drop @tsk from attempt_plug_merge() and explain sync rulesTejun Heo2011-10-192-7/+27
* | block: make get_request[_wait]() fail if queue is deadTejun Heo2011-10-191-16/+38
* | block: reorganize throtl_get_tg() and blk_throtl_bio()Tejun Heo2011-10-193-41/+22
* | block: reorganize queue drainingTejun Heo2011-10-193-26/+40
* | block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg()Tejun Heo2011-10-192-9/+2
* | block: pass around REQ_* flags instead of broken down booleans during request...Tejun Heo2011-10-191-19/+17
* | block: move blk_throtl prototypes to block/blk.hTejun Heo2011-10-193-15/+15
* | block: fix genhd refcounting in blkio_policy_parse_and_set()Tejun Heo2011-10-191-33/+23
* | block: make gendisk hold a reference to its queueTejun Heo2011-10-192-5/+16
* | Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe2011-10-191367-15020/+24058
|\ \
| * | Linux 3.1-rc10v3.1-rc10Linus Torvalds2011-10-171-1/+1
| * | Avoid using variable-length arrays in kernel/sys.cLinus Torvalds2011-10-171-1/+1
| |/
| * Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds2011-10-164-3/+11
| |\
| | * ARM: 7128/1: vic: Don't write to the read-only register VIC_IRQ_STATUSZoltan Devai2011-10-151-1/+0
| | * ARM: 7122/1: localtimer: add header linux/errno.h explicitlyShawn Guo2011-10-151-0/+2
| | * ARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9Will Deacon2011-10-151-2/+2
| | * ARM: 7113/1: mm: Align bank start to MAX_ORDER_NR_PAGESLinus Walleij2011-10-011-0/+7
| * | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-10-151-4/+11
| |\ \
| | * | hwmon: (w83627ehf) Properly report thermal diode sensorsJean Delvare2011-10-131-4/+11
| * | | Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-142-1/+2
| |\ \ \
| | * | | gpio-pca953x: fix gpio_baseHartmut Knaack2011-10-131-0/+1
| | * | | gpio/omap: fix build error with certain OMAP1 configsJanusz Krzysztofik2011-10-131-1/+1
| | |/ /
| * | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-10-148-62/+69
| |\ \ \
| | * | | xfs: revert to using a kthread for AIL pushingChristoph Hellwig2011-10-114-51/+45
| | * | | xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig2011-10-115-10/+24
| | * | | xfs: do not update xa_last_pushed_lsn for locked itemsChristoph Hellwig2011-10-111-1/+0
| * | | | Merge branch 'stable' of git://github.com/cmetcalf-tilera/linux-tileLinus Torvalds2011-10-142-2/+2
| |\ \ \ \
| | * | | | tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm filesChris Metcalf2011-10-132-2/+2
| | | |/ / | | |/| |
| * | | | Merge branch 'x86-urgent-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds2011-10-142-4/+5
| |\ \ \ \
| | * | | | x86: Default to vsyscall=native for nowAdrian Bunk2011-10-112-4/+5
| | | |/ / | | |/| |
| * | | | x86, mrst: use a temporary variable for SFI irqMika Westerberg2011-10-141-10/+12
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-10-135-13/+25
| |\ \ \ \
| | * | | | mscan: too much data copied to CAN frame due to 16 bit accessesWolfgang Grandegger2011-10-101-3/+8
| | * | | | gro: refetch inet6_protos[] after pulling ext headersYan, Zheng2011-10-101-0/+1
| | * | | | bnx2x: fix cl_id allocation for non-eth clients for NPAR modeDmitry Kravkov2011-10-102-7/+13
| | * | | | mlx4_en: fix endianness with blue frame supportThadeu Lima de Souza Cascardo2011-10-101-3/+3
| | |/ / /
| * | | | ide: Fix file references in drivers/ide/Johann Felix Soden2011-10-131-12/+12
| * | | | Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxLinus Torvalds2011-10-131-1/+10
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Btrfs: make sure not to defrag extents past i_sizeChris Mason2011-10-111-1/+3
| | * | | Btrfs: fix recursive auto-defragLi Zefan2011-10-101-0/+7
OpenPOWER on IntegriCloud