summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gfs2-merge-window' of git://git.kernel.org:/pub/scm/linux/kernel/g...Linus Torvalds2015-06-2711-145/+435
|\
| * GFS2: Don't brelse rgrp buffer_heads every allocationBob Peterson2015-06-193-7/+31
| * GFS2: Don't add all glocks to the lruBob Peterson2015-06-183-3/+7
| * gfs2: Don't support fallocate on jdata filesAbhi Das2015-06-091-1/+1
| * gfs2: s64 cast for negative quota valueAbhi Das2015-06-081-1/+1
| * gfs2: limit quota log messagesAbhi Das2015-06-022-4/+12
| * gfs2: fix quota updates on block boundariesAbhi Das2015-06-022-80/+119
| * gfs2: fix shadow warning in gfs2_rbm_find()Fabian Frederick2015-05-181-3/+1
| * gfs2: kerneldoc warning fixesFabian Frederick2015-05-051-4/+8
| * gfs2: convert simple_str to kstrFabian Frederick2015-05-051-18/+48
| * GFS2: make sure S_NOSEC flag isn't overwrittenBenjamin Marzinski2015-05-051-1/+1
| * GFS2: add support for rename2 and RENAME_EXCHANGEBenjamin Marzinski2015-05-051-16/+189
| * gfs2: handle NULL rgd in set_rgrp_preferencesAbhi Das2015-05-051-2/+2
| * GFS2: inode.c: indent with TABs, not spacesAntonio Ospite2015-05-011-2/+2
| * GFS2: mark the journal idle to fix ro mountsBenjamin Marzinski2015-05-011-0/+1
| * GFS2: Average in only non-zero round-trip times for congestion statsBob Peterson2015-04-241-3/+7
| * GFS2: Use average srttb value in congestion calculationsBob Peterson2015-04-241-4/+9
* | Revert "jbd2: speedup jbd2_journal_dirty_metadata()"Linus Torvalds2015-06-271-27/+6
* | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2015-06-273-164/+353
|\ \
| * | workqueue: fix typos in commentsShailendra Verma2015-05-291-4/+4
| * | workqueue: move flush_scheduled_work() to workqueue.hLai Jiangshan2015-05-212-31/+29
| * | workqueue: remove the lock from wq_sysfs_prep_attrs()Lai Jiangshan2015-05-211-2/+2
| * | workqueue: remove the declaration of copy_workqueue_attrs()Lai Jiangshan2015-05-211-2/+0
| * | workqueue: ensure attrs changes are properly synchronizedLai Jiangshan2015-05-191-9/+21
| * | workqueue: separate out and refactor the locking of applying attrsLai Jiangshan2015-05-191-33/+45
| * | workqueue: simplify wq_update_unbound_numa()Lai Jiangshan2015-05-181-15/+5
| * | workqueue: wq_pool_mutex protects the attrs-installationLai Jiangshan2015-05-181-7/+20
| * | workqueue: fix a typoChen Hanxiao2015-05-131-1/+1
| * | workqueue: function name in the comment differs from the real function nameGong Zhaogang2015-05-111-1/+1
| * | workqueue: fix trivial typo in Documentation/workqueue.txtChris Bainbridge2015-05-051-1/+1
| * | workqueue: Allow modifying low level unbound workqueue cpumaskLai Jiangshan2015-04-302-9/+119
| * | workqueue: Create low-level unbound workqueues cpumaskFrederic Weisbecker2015-04-271-2/+27
| * | workqueue: split apply_workqueue_attrs() into 3 stagesLai Jiangshan2015-04-271-84/+115
* | | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-06-2711-940/+1028
|\ \ \
| * | | cgroup: add delegation section to unified hierarchy documentationTejun Heo2015-06-181-18/+84
| * | | cgroup: require write perm on common ancestor when moving processes on the de...Tejun Heo2015-06-182-3/+28
| * | | cgroup: separate out cgroup_procs_write_permission() from __cgroup_procs_write()Tejun Heo2015-06-181-14/+24
| * | | kernfs: make kernfs_get_inode() publicTejun Heo2015-06-182-1/+5
| * | | MAINTAINERS: add a cgroup core co-maintainerTejun Heo2015-06-151-0/+1
| * | | cgroup: fix uninitialised iterator in for_each_subsys_whichAleksa Sarai2015-06-101-1/+1
| * | | cgroup: replace explicit ss_mask checking with for_each_subsys_whichAleksa Sarai2015-06-081-28/+16
| * | | cgroup: use bitmask to filter for_each_subsysAleksa Sarai2015-06-082-20/+35
| * | | cgroup: add seq_file forward declaration for struct cftypeArnd Bergmann2015-05-291-0/+1
| * | | cgroup: simplify threadgroup lockingTejun Heo2015-05-271-35/+13
| * | | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-05-276-83/+46
| * | | sched, cgroup: reorganize threadgroup lockingTejun Heo2015-05-273-36/+69
| * | | cgroup: switch to unsigned long for bitmasksAleksa Sarai2015-05-181-19/+20
| * | | cgroup: reorganize include/linux/cgroup.hTejun Heo2015-05-181-281/+271
| * | | cgroup: separate out include/linux/cgroup-defs.hTejun Heo2015-05-182-453/+466
| * | | cgroup: fix some comment typosChen Hanxiao2015-04-231-2/+2