aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| * [SCSI] add new SDEV_TRANSPORT_OFFLINE stateMike Christie2012-07-20
| * [SCSI] libfcoe: Fix section mismatchMark Rustad2012-07-20
| * [SCSI] bnx2fc: Support interface creation on non-VLAN interface also.Bhanu Prakash Gollapudi2012-07-20
| * [SCSI] bnx2fc: Reduce object size by consolidating formatsJoe Perches2012-07-20
| * [SCSI] bnx2fc: use kthread_create_on_nodeEric Dumazet2012-07-20
| * [SCSI] Remove scsi_wait_scan moduleJames Bottomley2012-07-20
| * [SCSI] libfc: update fcp and exch statsVasu Dev2012-07-20
| * [SCSI] libfc: adds FCP failures statsVasu Dev2012-07-20
| * [SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_statsVasu Dev2012-07-20
| * [SCSI] fc: add some more FC specific stats to fc_hostVasu Dev2012-07-20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2012-07-24
|\ \
| * | GFS2: Eliminate 64-bit dividesBob Peterson2012-07-20
| * | GFS2: Reduce file fragmentationBob Peterson2012-07-19
| * | GFS2: kernel panic with small gfs2 filesystems - 1 RGAbhijith Das2012-07-18
| * | GFS2: Fixing double brelse'ing bh allocated in gfs2_meta_read when EIO occursMasatake YAMATO2012-06-28
| * | GFS2: Combine functions get_local_rgrp and gfs2_inplace_reserveBob Peterson2012-06-14
| * | GFS2: Add kobject release methodBob Peterson2012-06-13
| * | GFS2: Size seq_file buffer more carefullySteven Whitehouse2012-06-11
| * | GFS2: Use seq_vprintf for glocks debugfs fileSteven Whitehouse2012-06-11
| * | seq_file: Add seq_vprintf function and export itSteven Whitehouse2012-06-11
| * | GFS2: Use lvbs for storing rgrp information with mount optionBenjamin Marzinski2012-06-08
| * | GFS2: Cache last hash bucket for glock seq_filesSteven Whitehouse2012-06-08
| * | GFS2: Increase buffer size for glocks and glstats debugfs filesSteven Whitehouse2012-06-07
| * | GFS2: Fix error handling when reading an invalid block from the journalSteven Whitehouse2012-06-06
| * | GFS2: Add "top dir" flag supportSteven Whitehouse2012-06-06
| * | GFS2: Fold quota data into the reservations structBob Peterson2012-06-06
| * | GFS2: Extend the life of the reservationsBob Peterson2012-06-06
* | | Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-07-24
|\ \ \
| * | | cgroup: Update remount documentationDaniel Wagner2012-07-17
| * | | cgroup: cgroup_rm_files() was calling simple_unlink() with the wrong inodeTejun Heo2012-07-09
| * | | cgroup: Remove populate() documentationDaniel Wagner2012-07-09
| * | | cgroup: remove hierarchy_mutexLi Zefan2012-06-06
* | | | Merge branch 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-07-24
|\ \ \ \
| * | | | workqueue: fix spurious CPU locality WARN from process_one_work()Tejun Heo2012-07-22
| * | | | kthread_worker: reimplement flush_kthread_work() to allow freeing the work it...Tejun Heo2012-07-22
| * | | | kthread_worker: reorganize to prepare for flush_kthread_work() reimplementationTejun Heo2012-07-22
| * | | | workqueue: simplify CPU hotplug codeTejun Heo2012-07-17
| * | | | workqueue: remove CPU offline trusteeTejun Heo2012-07-17
| * | | | workqueue: don't butcher idle workers on an offline CPUTejun Heo2012-07-17
| * | | | workqueue: reimplement CPU online rebinding to handle idle workersTejun Heo2012-07-17
| * | | | workqueue: drop @bind from create_worker()Tejun Heo2012-07-17
| * | | | workqueue: use mutex for global_cwq manager exclusionTejun Heo2012-07-17
| * | | | workqueue: ROGUE workers are UNBOUND workersTejun Heo2012-07-17
| * | | | workqueue: drop CPU_DYING notifier operationTejun Heo2012-07-17
| * | | | workqueue: perform cpu down operations from low priority cpu_notifier()Tejun Heo2012-07-17
| * | | | workqueue: reimplement WQ_HIGHPRI using a separate worker_poolTejun Heo2012-07-14
| * | | | workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool()Tejun Heo2012-07-14
| * | | | workqueue: separate out worker_pool flagsTejun Heo2012-07-12
| * | | | workqueue: use @pool instead of @gcwq or @cpu where applicableTejun Heo2012-07-12
| * | | | workqueue: factor out worker_pool from global_cwqTejun Heo2012-07-12