summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | cgroup: remove cgroup_pidlist->use_countTejun Heo2013-11-291-21/+7
| * | | | | cgroup: load and release pidlists from seq_file start and stop respectivelyTejun Heo2013-11-291-29/+34
| * | | | | cgroup: remove cgroup_pidlist->rwsemTejun Heo2013-11-291-11/+4
| * | | | | cgroup: refactor cgroup_pidlist_find()Tejun Heo2013-11-291-27/+38
| * | | | | cgroup: introduce struct cgroup_pidlist_open_fileTejun Heo2013-11-291-12/+27
| * | | | | cgroup: implement delayed destruction for cgroup_pidlistTejun Heo2013-11-291-25/+77
| * | | | | cgroup: remove cftype->release()Tejun Heo2013-11-292-5/+0
| * | | | | cgroup: don't skip seq_open on write only opens on pidlist filesTejun Heo2013-11-291-12/+1
| * | | | | cgroup: Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo2013-11-272-3/+10
| |\ \ \ \ \
| * \ \ \ \ \ cgroup: Merge branch 'memcg_event' into for-3.14Tejun Heo2013-11-227-359/+334
| |\ \ \ \ \ \
| | * | | | | | cgroup: unexport cgroup_css() and remove __file_cft()Tejun Heo2013-11-222-17/+2
| | * | | | | | memcg: rename cgroup_event to mem_cgroup_eventTejun Heo2013-11-222-40/+37
| | * | | | | | memcg: make cgroup_event deal with mem_cgroup instead of cgroup_subsys_stateTejun Heo2013-11-223-40/+30
| | * | | | | | memcg: remove cgroup_event->cftTejun Heo2013-11-223-43/+38
| | * | | | | | cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcgTejun Heo2013-11-224-53/+61
| | * | | | | | memcg: cgroup_write_event_control() now knows @css is for memcgTejun Heo2013-11-221-16/+11
| | * | | | | | cgroup, memcg: move cgroup_event implementation to memcgTejun Heo2013-11-224-252/+257
* | | | | | | | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-01-212-2/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | percpu: use VMALLOC_TOTAL instead of VMALLOC_END - VMALLOC_STARTLaura Abbott2014-01-211-2/+2
| * | | | | | | | percpu-refcount: Add a WARN() for ref going negativeKent Overstreet2014-01-211-0/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-01-211-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | workqueue: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()Chuansheng Liu2014-01-111-0/+2
| |/ / / / / / /
* | | | | | | | Merge tag 'dlm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2014-01-211-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | dlm: set zero linger time on sctp socketDongmao Zhang2013-12-161-0/+8
* | | | | | | | | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-2118-359/+550
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | GFS2: revert "GFS2: d_splice_alias() can't return error"J. Bruce Fields2014-01-181-0/+8
| * | | | | | | | | GFS2: Small cleanupBob Peterson2014-01-161-1/+1
| * | | | | | | | | GFS2: Don't use ENOBUFS when ENOMEM is the correct error codeSteven Whitehouse2014-01-168-31/+19
| * | | | | | | | | GFS2: Fix kbuild test robot reported warningSteven Whitehouse2014-01-151-0/+1
| * | | | | | | | | GFS2: Move quota bitmap operations under their own lockSteven Whitehouse2014-01-143-8/+10
| * | | | | | | | | GFS2: Clean up quota slot allocationSteven Whitehouse2014-01-142-73/+30
| * | | | | | | | | GFS2: Only run logd and quota when mounted read/writeSteven Whitehouse2014-01-143-68/+41
| * | | | | | | | | GFS2: Use RCU/hlist_bl based hash for quotasSteven Whitehouse2014-01-144-48/+126
| * | | | | | | | | GFS2: No need to invalidate pages for a dio readSteven Whitehouse2014-01-141-2/+3
| * | | | | | | | | GFS2: Add initialization for address space in super blockSteven Whitehouse2014-01-091-0/+1
| * | | | | | | | | GFS2: Add hints to directory leaf blocksSteven Whitehouse2014-01-082-4/+47
| * | | | | | | | | GFS2: For exhash conversion, only one block is neededSteven Whitehouse2014-01-081-0/+5
| * | | | | | | | | GFS2: Increase i_writecount during gfs2_setattr_chownBob Peterson2014-01-071-1/+15
| * | | | | | | | | GFS2: Remember directory insert pointSteven Whitehouse2014-01-063-16/+42
| * | | | | | | | | GFS2: Consolidate transaction blocks calculation for dir addSteven Whitehouse2014-01-061-12/+26
| * | | | | | | | | GFS2: Add directory addition info structureSteven Whitehouse2014-01-063-33/+43
| * | | | | | | | | GFS2: Use only a single address space for rgrpsSteven Whitehouse2014-01-035-8/+31
| * | | | | | | | | GFS2: Use range based functions for rgrp sync/invalidationSteven Whitehouse2014-01-033-4/+15
| * | | | | | | | | GFS2: Remove test which is always trueSteven Whitehouse2014-01-031-1/+1
| * | | | | | | | | GFS2: Remove gfs2_quota_change_host structureSteven Whitehouse2014-01-031-25/+12
| * | | | | | | | | GFS2: Clean up releasepageSteven Whitehouse2014-01-031-13/+5
| * | | | | | | | | GFS2: Implement a "rgrp has no extents longer than X" schemeBob Peterson2014-01-033-6/+28
| * | | | | | | | | GFS2: Drop inadequate rgrps from the reservation treeBob Peterson2014-01-031-3/+4
| * | | | | | | | | GFS2: If requested is too large, use the largest extent in the rgrpBob Peterson2014-01-031-15/+49
* | | | | | | | | | Merge tag 'for-v3.14' of git://git.infradead.org/battery-2.6Linus Torvalds2014-01-2120-132/+1043
|\ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud