Files
linux/include/linux
Linus Torvalds ce40be7a82 Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block
Pull block IO update from Jens Axboe:
 "Core block IO bits for 3.7.  Not a huge round this time, it contains:

   - First series from Kent cleaning up and generalizing bio allocation
     and freeing.

   - WRITE_SAME support from Martin.

   - Mikulas patches to prevent O_DIRECT crashes when someone changes
     the block size of a device.

   - Make bio_split() work on data-less bio's (like trim/discards).

   - A few other minor fixups."

Fixed up silent semantic mis-merge as per Mikulas Patocka and Andrew
Morton.  It is due to the VM no longer using a prio-tree (see commit
6b2dbba8b6: "mm: replace vma prio_tree with an interval tree").

So make set_blocksize() use mapping_mapped() instead of open-coding the
internal VM knowledge that has changed.

* 'for-3.7/core' of git://git.kernel.dk/linux-block: (26 commits)
  block: makes bio_split support bio without data
  scatterlist: refactor the sg_nents
  scatterlist: add sg_nents
  fs: fix include/percpu-rwsem.h export error
  percpu-rw-semaphore: fix documentation typos
  fs/block_dev.c:1644:5: sparse: symbol 'blkdev_mmap' was not declared
  blockdev: turn a rw semaphore into a percpu rw semaphore
  Fix a crash when block device is read and block size is changed at the same time
  block: fix request_queue->flags initialization
  block: lift the initial queue bypass mode on blk_register_queue() instead of blk_init_allocated_queue()
  block: ioctl to zero block ranges
  block: Make blkdev_issue_zeroout use WRITE SAME
  block: Implement support for WRITE SAME
  block: Consolidate command flag and queue limit checks for merges
  block: Clean up special command handling logic
  block/blk-tag.c: Remove useless kfree
  block: remove the duplicated setting for congestion_threshold
  block: reject invalid queue attribute values
  block: Add bio_clone_bioset(), bio_clone_kmalloc()
  block: Consolidate bio_alloc_bioset(), bio_kmalloc()
  ...
2012-10-11 09:04:23 +09:00
..
2012-09-19 19:08:53 -06:00
2011-03-31 11:26:23 -03:00
2012-09-27 14:28:09 -03:00
2012-04-23 14:23:32 +03:00
2012-05-15 17:30:30 -04:00
2012-08-10 15:27:02 -04:00
2011-07-22 08:25:37 -07:00
2010-11-23 20:14:46 +00:00
2012-07-30 17:25:21 -07:00
2011-07-20 20:47:43 -04:00
2011-10-26 15:43:25 -04:00
2012-10-06 03:04:35 +09:00
2011-01-15 20:07:45 -05:00
2011-03-22 17:43:59 -07:00
2011-03-11 14:25:50 +00:00
2012-09-19 19:08:46 -06:00
2012-09-20 14:31:45 +02:00
2011-08-03 11:30:42 -04:00
2011-07-26 16:49:47 -07:00
2012-08-07 10:10:57 +02:00
2011-03-31 11:26:23 -03:00
2012-07-30 17:25:11 -07:00
2011-03-31 11:26:23 -03:00
2012-09-17 15:00:38 -07:00
2012-09-17 15:00:38 -07:00
2012-01-03 22:54:57 -05:00
2011-10-29 21:20:22 +02:00
2011-03-31 11:26:23 -03:00
2012-03-23 16:58:38 -07:00
2011-07-25 20:57:16 -07:00
2011-12-13 09:26:45 +00:00
2012-04-14 15:24:26 -04:00
2011-01-10 08:51:44 -08:00
2012-02-20 19:46:36 +11:00
2011-05-23 10:47:06 -05:00
2012-05-02 14:15:27 -05:00
2011-05-29 13:03:09 +01:00
2012-05-25 12:46:23 +05:30
2012-05-10 12:00:56 +02:00
2011-11-26 14:59:39 -05:00
2011-12-11 18:25:16 -05:00
2012-08-21 01:19:54 -07:00
2011-09-14 15:24:51 -04:00
2012-05-29 23:28:33 -04:00
2012-09-05 12:18:11 -07:00
2012-09-27 09:29:33 -04:00
2011-03-14 19:12:20 -04:00
2012-09-26 21:10:00 -04:00
2011-01-10 08:51:44 -08:00
2011-01-07 17:50:27 +11:00
2012-04-27 10:46:45 +08:00
2012-07-05 15:04:10 +02:00
2011-07-01 15:34:45 -07:00
2012-08-09 16:18:06 -07:00
2012-09-19 19:50:20 +02:00
2011-03-31 11:26:23 -03:00
2012-03-26 21:47:19 +02:00
2012-03-26 21:47:19 +02:00
2012-03-26 21:47:19 +02:00
2012-03-26 21:47:19 +02:00
2011-02-23 00:53:26 +00:00
2011-07-01 10:37:15 +02:00
2012-10-06 03:04:56 +09:00
2012-08-14 14:28:32 -07:00
2012-03-27 22:45:26 -04:00
2012-10-01 18:39:45 -04:00
2012-08-14 14:28:32 -07:00
2011-07-21 13:47:54 -07:00
2012-09-07 14:57:45 -04:00
2012-03-20 12:47:48 +01:00
2012-09-11 10:15:02 +02:00
2012-03-20 12:47:47 +01:00
2012-08-14 14:28:32 -07:00
2012-04-09 11:16:55 -07:00
2011-03-31 11:26:23 -03:00
2010-12-09 20:17:07 -08:00
2012-07-17 09:13:37 -07:00
2012-05-31 17:49:32 -07:00
2011-02-17 11:12:40 -08:00
2012-05-31 17:49:30 -07:00
2012-03-08 10:50:35 -08:00
2012-05-11 10:56:56 +01:00
2012-09-26 13:52:36 -07:00
2011-01-13 17:32:47 -08:00
2011-01-24 14:45:11 +10:30
2012-08-22 10:24:41 -04:00
2011-12-27 11:26:41 +02:00
2011-09-16 19:20:20 -04:00
2012-05-29 23:28:41 -04:00
2011-04-25 18:14:10 -07:00
2012-03-15 21:41:34 +01:00
2012-05-09 13:58:06 -07:00
2012-09-17 15:00:37 -07:00
2012-10-09 16:22:54 +09:00
2012-10-09 16:23:00 +09:00
2011-07-26 16:49:47 -07:00
2012-07-29 21:24:13 +04:00
2012-10-06 03:05:24 +09:00
2012-09-27 10:47:59 +02:00
2012-05-26 14:17:30 -04:00
2012-07-30 19:06:52 -04:00
2012-07-10 10:32:06 -05:00
2012-05-21 14:31:48 +01:00
2012-10-09 16:22:24 +09:00
2012-07-31 18:42:43 -07:00
2012-06-20 14:39:36 -07:00
2011-01-16 13:47:07 -05:00
2012-10-05 22:23:53 +02:00
2012-01-06 12:10:26 -08:00
2012-09-13 09:08:02 -06:00
2011-05-26 17:12:37 -07:00
2012-07-12 07:54:46 -07:00
2012-05-12 15:53:42 -04:00
2011-12-13 09:26:45 +00:00
2011-11-02 16:07:02 -07:00
2011-01-13 08:03:21 -08:00
2011-03-31 11:26:23 -03:00
2012-03-20 21:29:38 -04:00
2012-01-03 22:55:07 -05:00
2012-07-19 10:38:32 -04:00
2011-01-14 02:36:43 +00:00
2012-08-21 20:50:25 +02:00
2012-10-06 03:05:01 +09:00
2012-03-28 18:30:03 +01:00
2012-09-27 12:45:28 +02:00
2012-09-06 09:17:01 -07:00
2012-07-30 17:25:20 -07:00
2012-06-01 12:58:52 -04:00
2012-10-07 00:40:54 -04:00
2011-03-31 11:26:23 -03:00
2012-06-05 17:32:30 +02:00
2012-07-16 22:31:34 -07:00
2011-07-26 16:49:47 -07:00
2011-12-13 09:26:45 +00:00
2012-06-13 21:16:42 +02:00
2011-08-16 00:16:49 -07:00
2012-10-09 16:22:55 +09:00
2012-08-21 16:28:31 +02:00
2012-10-09 16:22:32 +09:00
2010-11-29 08:55:25 +11:00
2012-07-22 23:57:55 +04:00
2012-06-18 13:42:03 +02:00
2012-09-05 17:21:36 -07:00
2011-11-02 16:07:02 -07:00
2012-07-31 08:16:24 -06:00
2012-09-28 15:05:15 +09:30
2012-03-28 18:30:03 +01:00
2011-03-31 11:26:23 -03:00
2012-08-04 12:15:37 +04:00
2011-03-31 11:26:23 -03:00
2011-01-13 08:03:24 -08:00