| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-11 | Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 9 | -76/+236 |
| 2012-10-02 | Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+8 |
| 2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 3 | -23/+13 |
| 2012-09-26 | s390/partitions: make partition detection independent from DASD ioctls | Stefan Weinhuber | 1 | -183/+272 |
| 2012-09-21 | block: fix request_queue->flags initialization | Tejun Heo | 1 | -1/+1 |
| 2012-09-21 | block: lift the initial queue bypass mode on blk_register_queue() instead of ... | Tejun Heo | 2 | -5/+8 |
| 2012-09-20 | block: ioctl to zero block ranges | Martin K. Petersen | 1 | -0/+27 |
| 2012-09-20 | block: Make blkdev_issue_zeroout use WRITE SAME | Martin K. Petersen | 1 | -1/+29 |
| 2012-09-20 | block: Implement support for WRITE SAME | Martin K. Petersen | 5 | -2/+124 |
| 2012-09-20 | block: Consolidate command flag and queue limit checks for merges | Martin K. Petersen | 2 | -20/+13 |
| 2012-09-20 | block: Clean up special command handling logic | Martin K. Petersen | 4 | -35/+11 |
| 2012-09-18 | blk: add an upper sanity check on partition adding | Alan Cox | 1 | -1/+1 |
| 2012-09-14 | cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar... | Tejun Heo | 1 | -0/+8 |
| 2012-09-12 | block/blk-tag.c: Remove useless kfree | Peter Senna Tschudin | 1 | -4/+2 |
| 2012-09-09 | block: remove the duplicated setting for congestion_threshold | Jaehoon Chung | 1 | -2/+0 |
| 2012-09-09 | block: reject invalid queue attribute values | Dave Reisner | 1 | -2/+23 |
| 2012-09-09 | block: Add bio_clone_bioset(), bio_clone_kmalloc() | Kent Overstreet | 1 | -7/+1 |
| 2012-09-09 | block: Kill bi_destructor | Kent Overstreet | 1 | -1/+1 |
| 2012-09-09 | block: Ues bi_pool for bio_integrity_alloc() | Kent Overstreet | 1 | -1/+1 |
| 2012-08-30 | block: rate-limit the error message from failing commands | Yi Zou | 1 | -3/+5 |
| 2012-08-21 | workqueue: deprecate __cancel_delayed_work() | Tejun Heo | 1 | -1/+1 |
| 2012-08-21 | workqueue: use mod_delayed_work() instead of __cancel + queue | Tejun Heo | 2 | -10/+3 |
| 2012-08-20 | workqueue: deprecate system_nrt[_freezable]_wq | Tejun Heo | 2 | -9/+8 |
| 2012-08-13 | workqueue: use mod_delayed_work() instead of cancel + queue | Tejun Heo | 1 | -4/+2 |
| 2012-08-03 | block: Don't use static to define "void *p" in show_partition_start() | Jianpeng Ma | 1 | -1/+1 |
| 2012-08-02 | block: Add blk_bio_map_sg() helper | Asias He | 1 | -0/+37 |
| 2012-08-02 | block: Introduce __blk_segment_map_sg() helper | Asias He | 1 | -35/+45 |
| 2012-08-02 | block: split discard into aligned requests | Paolo Bonzini | 1 | -10/+24 |
| 2012-08-02 | block: reorganize rounding of max_discard_sectors | Paolo Bonzini | 1 | -4/+5 |
| 2012-08-01 | Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -10/+34 |
| 2012-08-01 | Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 12 | -234/+423 |
| 2012-08-01 | block: remove dead func declarationfor-3.6/core | Yuanhan Liu | 1 | -1/+0 |
| 2012-08-01 | block: add partition resize function to blkpg ioctl | Vivek Goyal | 3 | -9/+74 |
| 2012-08-01 | block: uninitialized ioc->nr_tasks triggers WARN_ON | Olof Johansson | 1 | -0/+1 |
| 2012-08-01 | block: do not artificially constrain max_sectors for stacking drivers | Mike Snitzer | 1 | -2/+1 |
| 2012-07-31 | blk: pass from_schedule to non-request unplug functions. | NeilBrown | 1 | -3/+3 |
| 2012-07-31 | block: stack unplug | Shaohua Li | 1 | -8/+7 |
| 2012-07-31 | blk: centralize non-request unplug handling. | NeilBrown | 1 | -0/+25 |
| 2012-07-20 | [SCSI] block: Fix blk_execute_rq_nowait() dead queue handling | Muthukumar Ratty | 1 | -3/+8 |
| 2012-06-26 | blkcg: implement per-blkg request allocation | Tejun Heo | 4 | -27/+200 |
| 2012-06-25 | block: prepare for multiple request_lists | Tejun Heo | 3 | -32/+39 |
| 2012-06-25 | block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvpriv | Tejun Heo | 1 | -6/+7 |
| 2012-06-25 | blkcg: inline bio_blkcg() and friends | Tejun Heo | 2 | -25/+22 |
| 2012-06-25 | block: allocate io_context upfront | Tejun Heo | 2 | -30/+15 |
| 2012-06-25 | block: refactor get_request[_wait]() | Tejun Heo | 1 | -39/+35 |
| 2012-06-25 | block: drop custom queue draining used by scsi_transport_{iscsi|fc} | Tejun Heo | 1 | -53/+0 |
| 2012-06-25 | mempool: add @gfp_mask to mempool_create_node() | Tejun Heo | 1 | -2/+2 |
| 2012-06-25 | blkcg: make root blkcg allocation use %GFP_KERNEL | Tejun Heo | 1 | -16/+43 |
| 2012-06-25 | blkcg: __blkg_lookup_create() doesn't need radix preload | Tejun Heo | 1 | -9/+1 |
| 2012-06-15 | scsi: Silence unnecessary warnings about ioctl to partition | Jan Kara | 1 | -1/+4 |
| 2012-06-15 | block: Drop dead function blk_abort_queue() | Asias He | 1 | -41/+0 |
| 2012-06-15 | block: Mitigate lock unbalance caused by lock switching | Asias He | 1 | -5/+5 |
| 2012-06-15 | block: Avoid missed wakeup in request waitqueue | Asias He | 1 | -1/+14 |
| 2012-06-06 | blkcg: drop local variable @q from blkg_destroy() | Tejun Heo | 1 | -2/+1 |
| 2012-06-04 | blkcg: fix blkg_alloc() failure path | Tejun Heo | 1 | -5/+1 |
| 2012-06-04 | block: blkcg_policy_cfq shouldn't be used if !CONFIG_CFQ_GROUP_IOSCHED | Tejun Heo | 1 | -12/+17 |
| 2012-06-04 | block: fix return value on cfq_init() failure | Tejun Heo | 1 | -0/+1 |
| 2012-05-31 | block: avoid infinite loop in get_task_io_context()for-linus-20120531 | Eric Dumazet | 1 | -1/+5 |
| 2012-05-30 | Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 13 | -2907/+2310 |
| 2012-05-23 | blkcg: tg_stats_alloc_lock is an irq lock | Tejun Heo | 1 | -4/+6 |
| 2012-05-22 | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -28/+17 |
| 2012-05-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -1/+1 |
| 2012-05-16 | s390/dasd: re-prioritize partition detection message | Stefan Haberland | 1 | -1/+1 |
| 2012-05-15 | block: fix buffer overflow when printing partition UUIDs | Tejun Heo | 1 | -4/+6 |
| 2012-05-01 | Merge tag 'v3.4-rc5' into for-3.5/core | Jens Axboe | 3 | -5/+12 |
| 2012-04-20 | blkcg: use radix tree to index blkgs from blkcg | Tejun Heo | 2 | -8/+50 |
| 2012-04-20 | blkcg: fix blkcg->css ref leak in __blkg_lookup_create() | Tejun Heo | 1 | -10/+9 |
| 2012-04-20 | block: fix elvpriv allocation failure handling | Tejun Heo | 1 | -17/+36 |
| 2012-04-20 | block: collapse blk_alloc_request() into get_request() | Tejun Heo | 1 | -29/+17 |
| 2012-04-20 | blkcg: collapse blkcg_policy_ops into blkcg_policy | Tejun Heo | 4 | -28/+24 |
| 2012-04-20 | blkcg: embed struct blkg_policy_data in policy specific data | Tejun Heo | 4 | -83/+112 |
| 2012-04-20 | blkcg: mass rename of blkcg API | Tejun Heo | 4 | -233/+228 |
| 2012-04-20 | blkcg: style cleanups for blk-cgroup.h | Tejun Heo | 1 | -56/+52 |
| 2012-04-20 | blkcg: remove blkio_group->path[] | Tejun Heo | 4 | -15/+37 |
| 2012-04-20 | blkcg: blkg_rwstat_read() was missing inline | Tejun Heo | 1 | -1/+1 |
| 2012-04-20 | blkcg: shoot down blkgs if all policies are deactivated | Tejun Heo | 1 | -3/+8 |
| 2012-04-20 | blkcg: drop stuff unused after per-queue policy activation update | Tejun Heo | 4 | -48/+23 |
| 2012-04-20 | blkcg: implement per-queue policy activation | Tejun Heo | 5 | -134/+200 |
| 2012-04-20 | blkcg: add request_queue->root_blkg | Tejun Heo | 2 | -7/+13 |
| 2012-04-20 | blkcg: make request_queue bypassing on allocation | Tejun Heo | 1 | -12/+25 |
| 2012-04-20 | blkcg: make sure blkg_lookup() returns %NULL if @q is bypassing | Tejun Heo | 2 | -19/+46 |
| 2012-04-20 | blkcg: make blkg_conf_prep() take @pol and return with queue lock held | Tejun Heo | 4 | -10/+14 |
| 2012-04-20 | blkcg: remove static policy ID enums | Tejun Heo | 4 | -40/+63 |
| 2012-04-20 | blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blk... | Tejun Heo | 4 | -21/+23 |
| 2012-04-20 | blkcg: kill blkio_list and replace blkio_list_lock with a mutex | Tejun Heo | 2 | -16/+17 |
| 2012-04-20 | cfq: fix build breakage & warnings | Tejun Heo | 2 | -11/+10 |
| 2012-04-13 | Merge branch 'for-3.4/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -5/+12 |
| 2012-04-06 | block: make auto block plug flush threshold per-disk basedfor-3.4/core | Shaohua Li | 1 | -1/+2 |
| 2012-04-01 | blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macros | Tejun Heo | 4 | -84/+72 |
| 2012-04-01 | blkcg: pass around pd->pdata instead of pd itself in prfill functions | Tejun Heo | 4 | -41/+33 |
| 2012-04-01 | blkcg: move blkio_group_conf->iops and ->bps to blk-throttle | Tejun Heo | 2 | -103/+58 |
| 2012-04-01 | blkcg: move blkio_group_conf->weight to cfq | Tejun Heo | 3 | -50/+45 |
| 2012-04-01 | blkcg: move blkio_group_stats_cpu and friends to blk-throttle.c | Tejun Heo | 3 | -125/+114 |
| 2012-04-01 | blkcg: move blkio_group_stats to cfq-iosched.c | Tejun Heo | 3 | -278/+193 |
| 2012-04-01 | blkcg: add blkio_policy_ops operations for exit and stat reset | Tejun Heo | 2 | -4/+16 |
| 2012-04-01 | blkcg: cfq doesn't need per-cpu dispatch stats | Tejun Heo | 4 | -95/+48 |
| 2012-04-01 | blkcg: move statistics update code to policies | Tejun Heo | 4 | -397/+259 |
| 2012-04-01 | cfq: collapse cfq.h into cfq-iosched.c | Tejun Heo | 2 | -119/+113 |
| 2012-04-01 | blkcg: move conf/stat file handling code to policies | Tejun Heo | 4 | -420/+333 |
| 2012-04-01 | blkcg: implement blkio_policy_type->cftypes | Tejun Heo | 2 | -0/+7 |
| 2012-04-01 | blkcg: export conf/stat helpers to prepare for reorganization | Tejun Heo | 2 | -27/+52 |
| 2012-04-01 | blkcg: simplify blkg_conf_prep() | Tejun Heo | 1 | -54/+10 |
| 2012-04-01 | blkcg: restructure blkio_group configruation setting | Tejun Heo | 2 | -140/+147 |
| 2012-04-01 | blkcg: restructure configuration printing | Tejun Heo | 2 | -104/+55 |
| 2012-04-01 | blkcg: drop blkiocg_file_write_u64() | Tejun Heo | 1 | -28/+7 |
| 2012-04-01 | blkcg: restructure statistics printing | Tejun Heo | 2 | -374/+243 |
| 2012-04-01 | blkcg: introduce blkg_stat and blkg_rwstat | Tejun Heo | 2 | -207/+293 |
| 2012-04-01 | blkcg: BLKIO_STAT_CPU_SECTORS doesn't have subcounters | Tejun Heo | 1 | -3/+6 |
| 2012-04-01 | blkcg: remove unused @pol and @plid parameters | Tejun Heo | 4 | -16/+9 |
| 2012-04-01 | block: Make cfq_target_latency tunable through sysfs. | Tao Ma | 1 | -2/+8 |
| 2012-04-01 | Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-merged | Tejun Heo | 5 | -65/+35 |
| 2012-04-01 | cgroup: convert all non-memcg controllers to the new cftype interface | Tejun Heo | 1 | -7/+2 |
| 2012-04-01 | cgroup: relocate cftype and cgroup_subsys definitions in controllers | Tejun Heo | 1 | -22/+16 |
| 2012-03-30 | block: use lockdep_assert_held for queue locking | Andi Kleen | 1 | -1/+1 |
| 2012-03-29 | blkcg: change a spin_lock() to spin_lock_irq() | Dan Carpenter | 1 | -1/+1 |
| 2012-03-23 | cfq: fix cfqg ref handling when BLK_CGROUP && !CFQ_GROUP_IOSCHED | Tejun Heo | 1 | -17/+35 |
| 2012-03-23 | block: blk_alloc_queue_node(): use caller's GFP flags instead of GFP_KERNEL | Dan Carpenter | 1 | -1/+1 |
| 2012-03-20 | Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -14/+8 |
| 2012-03-20 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -24/+8 |
| 2012-03-20 | block: remove ioc_*_changed() | Tejun Heo | 2 | -87/+0 |
| 2012-03-20 | cfq: don't use icq_get_changed() | Tejun Heo | 1 | -23/+40 |
| 2012-03-20 | cfq: pass around cfq_io_cq instead of io_context | Tejun Heo | 1 | -22/+17 |
| 2012-03-20 | blkcg: add blkcg->id | Tejun Heo | 2 | -0/+6 |
| 2012-03-20 | blkcg: remove blkio_group->stats_lock | Tejun Heo | 2 | -109/+103 |
| 2012-03-20 | blkcg: restructure blkio_get_stat() | Tejun Heo | 2 | -50/+56 |
| 2012-03-20 | blkcg: simplify stat reset | Tejun Heo | 2 | -57/+37 |
| 2012-03-20 | blkcg: don't use percpu for merged stats | Tejun Heo | 2 | -23/+9 |
| 2012-03-20 | blkcg: alloc per cpu stats from worker thread in a delayed manner | Vivek Goyal | 2 | -40/+91 |
| 2012-03-14 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 4 | -79/+158 |
| 2012-03-14 | block: fix ioc leak in put_io_context | Xiaotian Feng | 1 | -0/+6 |
| 2012-03-06 | block: make blk-throttle preserve the issuing task on delayed bios | Tejun Heo | 1 | -0/+4 |
| 2012-03-06 | block: make block cgroup policies follow bio task association | Tejun Heo | 4 | -15/+23 |
| 2012-03-06 | block: implement bio_associate_current() | Tejun Heo | 3 | -10/+30 |
| 2012-03-06 | block: add io_context->active_ref | Tejun Heo | 2 | -13/+27 |
| 2012-03-06 | block: interface update for ioc/icq creation functions | Tejun Heo | 3 | -28/+26 |
| 2012-03-06 | block: restructure get_request() | Tejun Heo | 1 | -31/+29 |
| 2012-03-06 | blkcg: drop unnecessary RCU locking | Tejun Heo | 4 | -73/+12 |
| 2012-03-06 | blkcg: use double locking instead of RCU for blkg synchronization | Tejun Heo | 3 | -99/+51 |
| 2012-03-06 | blkcg: unify blkg's for blkcg policies | Tejun Heo | 7 | -111/+154 |
| 2012-03-06 | blkcg: let blkcg core manage per-queue blkg list and counter | Tejun Heo | 5 | -219/+72 |
| 2012-03-06 | blkcg: move per-queue blkg list heads and counters to queue and blkg | Tejun Heo | 5 | -54/+49 |
| 2012-03-06 | blkcg: don't use blkg->plid in stat related functions | Tejun Heo | 5 | -150/+224 |
| 2012-03-06 | blkcg: make blkg->pd an array and move configuration and stats into it | Tejun Heo | 2 | -66/+102 |
| 2012-03-06 | blkcg: move refcnt to blkcg core | Tejun Heo | 4 | -102/+73 |
| 2012-03-06 | blkcg: let blkcg core handle policy private data allocation | Tejun Heo | 4 | -111/+209 |
| 2012-03-06 | blkcg: clear all request_queues on blkcg policy [un]registrations | Tejun Heo | 1 | -1/+47 |
| 2012-03-06 | blkcg: add blkcg_{init|drain|exit}_queue() | Tejun Heo | 6 | -10/+55 |
| 2012-03-06 | blkcg: let blkio_group point to blkio_cgroup directly | Tejun Heo | 4 | -20/+32 |
| 2012-03-06 | blkcg: skip blkg printing if q isn't associated with disk | Vivek Goyal | 1 | -3/+14 |
| 2012-03-06 | blkcg: kill the mind-bending blkg->dev | Tejun Heo | 4 | -113/+47 |
| 2012-03-06 | blkcg: kill blkio_policy_node | Tejun Heo | 2 | -410/+59 |
| 2012-03-06 | blkcg: don't allow or retain configuration of missing devices | Tejun Heo | 4 | -26/+87 |
| 2012-03-06 | blkcg: factor out blkio_group creation | Tejun Heo | 5 | -248/+193 |
| 2012-03-06 | blkcg: use the usual get blkg path for root blkio_group | Tejun Heo | 3 | -64/+65 |
| 2012-03-06 | blkcg: add blkio_policy[] array and allow one policy per policy ID | Tejun Heo | 2 | -0/+12 |
| 2012-03-06 | blkcg: use q and plid instead of opaque void * for blkio_group association | Tejun Heo | 5 | -71/+70 |
| 2012-03-06 | blkcg: update blkg get functions take blkio_cgroup as parameter | Tejun Heo | 2 | -17/+19 |
| 2012-03-06 | blkcg: move rcu_read_lock() outside of blkio_group get functions | Tejun Heo | 2 | -18/+11 |
| 2012-03-06 | blkcg: shoot down blkio_groups on elevator switch | Tejun Heo | 5 | -5/+84 |
| 2012-03-06 | block: extend queue bypassing to cover blkcg policies | Tejun Heo | 2 | -6/+10 |
| 2012-03-06 | block: implement blk_queue_bypass_start/end() | Tejun Heo | 3 | -28/+42 |
| 2012-03-06 | elevator: make elevator_init_fn() return 0/-errno | Tejun Heo | 4 | -20/+17 |
| 2012-03-06 | elevator: clear auxiliary data earlier during elevator switch | Tejun Heo | 1 | -45/+45 |
| 2012-03-06 | cfq: don't register propio policy if !CONFIG_CFQ_GROUP_IOSCHED | Tejun Heo | 1 | -3/+4 |
| 2012-03-06 | blkcg: make CONFIG_BLK_CGROUP bool | Tejun Heo | 3 | -29/+2 |
| 2012-03-06 | block: blk-throttle should be drained regardless of q->elevator | Tejun Heo | 1 | -12/+15 |
| 2012-03-02 | Block: use a freezable workqueue for disk-event polling | Alan Stern | 1 | -5/+5 |
| 2012-03-02 | block: fix __blkdev_get and add_disk race condition | Stanislaw Gruszka | 1 | -13/+19 |
| 2012-03-02 | block: Fix NULL pointer dereference in sd_revalidate_disk | Jun'ichi Nomura | 1 | -8/+40 |
| 2012-03-01 | Merge branch 'linus' into sched/core | Ingo Molnar | 9 | -177/+101 |
| 2012-02-24 | LDM: Fix reassembly of extended VBLKs. | Anton Altaparmakov | 1 | -7/+4 |
| 2012-02-15 | block: exit_io_context() should call elevator_exit_icq_fn() | Tejun Heo | 1 | -8/+47 |
| 2012-02-15 | block: simplify ioc_release_fn() | Tejun Heo | 1 | -36/+10 |
| 2012-02-15 | block: replace icq->changed with icq->flags | Tejun Heo | 2 | -10/+32 |
| 2012-02-11 | block: fix lockdep warning on io_context release put_io_context()for-linus-20120211 | Tejun Heo | 1 | -7/+14 |
| 2012-02-08 | bsg: fix sysfs link remove warning | Stanislaw Gruszka | 1 | -1/+2 |
| 2012-02-08 | block: don't call elevator callbacks for plug merges | Tejun Heo | 2 | -21/+13 |
| 2012-02-08 | block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct... | Tejun Heo | 4 | -53/+45 |
| 2012-02-07 | block: strip out locking optimization in put_io_context() | Tejun Heo | 4 | -84/+14 |
| 2012-02-06 | block: fix ioc locking warning | Shaohua Li | 1 | -1/+3 |
| 2012-02-02 | cgroup: remove cgroup_subsys argument from callbacks | Li Zefan | 1 | -14/+8 |
| 2012-01-27 | sched, block: Unify cache detection | Peter Zijlstra | 2 | -24/+8 |
| 2012-01-19 | block: fix NULL icq_cache reference | Shaohua Li | 1 | -4/+6 |
| 2012-01-19 | block,cfq: change code order | Shaohua Li | 1 | -3/+4 |
| 2012-01-17 | cfq-iosched: fix use-after-free of cfqq | Jens Axboe | 1 | -4/+3 |
| 2012-01-15 | Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 16 | -821/+847 |
| 2012-01-15 | Revert "block: recursive merge requests" | Jens Axboe | 1 | -12/+4 |
| 2012-01-14 | block: fail SCSI passthrough ioctls on partition devices | Paolo Bonzini | 1 | -0/+45 |
| 2012-01-14 | block: add and use scsi_blk_cmd_ioctl | Paolo Bonzini | 1 | -0/+7 |
| 2012-01-11 | block: Add BLKROTATIONAL ioctl | Martin K. Petersen | 2 | -0/+5 |
| 2012-01-11 | block: Introduce blk_set_stacking_limits function | Martin K. Petersen | 1 | -8/+24 |
| 2012-01-09 | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -17/+28 |
| 2012-01-08 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 38 | -6/+6071 |
| 2012-01-06 | Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z | Al Viro | 38 | -6/+6071 |
| 2012-01-05 | vfs: fix up ENOIOCTLCMD error handling | Linus Torvalds | 1 | -4/+22 |
| 2012-01-03 | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 2 | -2/+2 |
| 2012-01-03 | fs: move code out of buffer.c | Al Viro | 2 | -2/+1 |
| 2012-01-03 | separate partition format handling from generic code | Al Viro | 4 | -523/+542 |
| 2012-01-03 | move fs/partitions to block/ | Al Viro | 34 | -1/+6048 |
| 2012-01-03 | make register_disk() static | Al Viro | 1 | -1/+1 |