All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-03-23 04:32:56 to 2015-03-23 05:19:10 UTC [more...]

[PATCHSET 1/3 v2 block/for-4.1/core] writeback: cgroup writeback support
 2015-03-23  4:54 UTC  (98+ messages)
` [PATCH 01/48] memcg: add per cgroup dirty page accounting
` [PATCH 02/48] blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h
` [PATCH 03/48] update !CONFIG_BLK_CGROUP dummies in include/linux/blk-cgroup.h
` [PATCH 04/48] memcg: add mem_cgroup_root_css
` [PATCH 05/48] blkcg: add blkcg_root_css
` [PATCH 06/48] cgroup, block: implement task_get_css() and use it in bio_associate_current()
` [PATCH 07/48] blkcg: implement task_get_blkcg_css()
` [PATCH 08/48] blkcg: implement bio_associate_blkcg()
` [PATCH 09/48] memcg: implement mem_cgroup_css_from_page()
` [PATCH 10/48] writeback: move backing_dev_info->state into bdi_writeback
` [PATCH 11/48] writeback: move backing_dev_info->bdi_stat[] "
` [PATCH 12/48] writeback: move bandwidth related fields from backing_dev_info "
` [PATCH 13/48] writeback: s/bdi/wb/ in mm/page-writeback.c
` [PATCH 14/48] writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writeback
` [PATCH 15/48] writeback: reorganize mm/backing-dev.c
` [PATCH 16/48] writeback: separate out include/linux/backing-dev-defs.h
` [PATCH 17/48] bdi: make inode_to_bdi() inline
` [PATCH 18/48] writeback: add @gfp to wb_init()
` [PATCH 19/48] bdi: separate out congested state into a separate struct
` [PATCH 20/48] writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
` [PATCH 21/48] writeback: make backing_dev_info host cgroup-specific bdi_writebacks
` [PATCH 22/48] writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writeback_congested
` [PATCH 23/48] writeback: attribute stats to the matching per-cgroup bdi_writeback
` [PATCH 24/48] writeback: let balance_dirty_pages() work on the matching cgroup bdi_writeback
` [PATCH 25/48] writeback: make congestion functions per bdi_writeback
` [PATCH 26/48] writeback, blkcg: restructure blk_{set|clear}_queue_congested()
` [PATCH 27/48] writeback, blkcg: propagate non-root blkcg congestion state
` [PATCH 28/48] writeback: implement and use mapping_congested()
` [PATCH 29/48] writeback: implement WB_has_dirty_io wb_state flag
` [PATCH 30/48] writeback: implement backing_dev_info->tot_write_bandwidth
` [PATCH 31/48] writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
` [PATCH 32/48] writeback: don't issue wb_writeback_work if clean
` [PATCH 33/48] writeback: make bdi->min/max_ratio handling cgroup writeback aware
` [PATCH 34/48] writeback: implement bdi_for_each_wb()
` [PATCH 35/48] writeback: remove bdi_start_writeback()
` [PATCH 36/48] writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's
` [PATCH 37/48] writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_info
` [PATCH 38/48] writeback: make bdi_start_background_writeback() "
` [PATCH 39/48] writeback: make wakeup_flusher_threads() handle multiple bdi_writeback's
` [PATCH 40/48] writeback: add wb_writeback_work->auto_free
` [PATCH 41/48] writeback: implement bdi_wait_for_completion()
` [PATCH 42/48] writeback: implement wb_wait_for_single_work()
` [PATCH 43/48] writeback: restructure try_writeback_inodes_sb[_nr]()
` [PATCH 44/48] writeback: make writeback initiation functions handle multiple bdi_writeback's
` [PATCH 45/48] writeback: dirty inodes against their matching cgroup bdi_writeback's
` [PATCH 46/48] buffer, writeback: make __block_write_full_page() honor cgroup writeback
` [PATCH 47/48] mpage: make __mpage_writepage() "
` [PATCH 48/48] ext2: enable cgroup writeback support

[PATCH 0/1] yocto-bsp updates for 1.8
 2015-03-23  5:17 UTC  (3+ messages)

[PATCH] mremap: add MREMAP_NOHOLE flag --resend
 2015-03-23  5:17 UTC  (5+ messages)

[PATCHSET 2/3 block/for-4.1/core] writeback: cgroup writeback backpressure propagation
 2015-03-23  5:07 UTC  (41+ messages)
` [PATCH 01/18] memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of online
` [PATCH 02/18] writeback: reorganize [__]wb_update_bandwidth()
` [PATCH 03/18] writeback: implement wb_domain
` [PATCH 04/18] writeback: move global_dirty_limit into wb_domain
` [PATCH 05/18] writeback: consolidate dirty throttle parameters into dirty_throttle_control
` [PATCH 06/18] writeback: add dirty_throttle_control->wb_bg_thresh
` [PATCH 07/18] writeback: make __wb_dirty_limit() take dirty_throttle_control
` [PATCH 08/18] writeback: add dirty_throttle_control->pos_ratio
` [PATCH 09/18] writeback: add dirty_throttle_control->wb_completions
` [PATCH 10/18] writeback: add dirty_throttle_control->dom
` [PATCH 11/18] writeback: make __wb_writeout_inc() and hard_dirty_limit() take wb_domaas a parameter
` [PATCH 12/18] writeback: separate out domain_dirty_limits()
` [PATCH 13/18] writeback: move over_bground_thresh() to mm/page-writeback.c
` [PATCH 14/18] writeback: update wb_over_bg_thresh() to use wb_domain aware operations
` [PATCH 15/18] writeback: implement memcg wb_domain
` [PATCH 16/18] writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changes
` [PATCH 17/18] writeback: implement memcg writeback domain based throttling
` [PATCH 18/18] mm: vmscan: remove memcg stalling on writeback pages during direct reclaim

[PATCH 1/5] Add a new option 'merges' to revision.c
 2015-03-23  5:14 UTC  (7+ messages)
` [PATCH 4/5] Add tests for git-log --merges=show|hide|only

[PATCH v3] omap-rng: Change RNG_CONFIG_REG to RNG_CONTROL_REG when, checking and disabling TRNG
 2015-03-23  5:12 UTC  (3+ messages)

[PATCH] ubifs: return err value than 0
 2015-03-23  5:11 UTC  (2+ messages)

[PATCH v3 0/2] EEH Error Injection Support for VFIO Devices
 2015-03-23  5:10 UTC  (9+ messages)
` [PATCH v3 2/2] drivers/vfio: Support EEH error injection

[PATCH] Fix crash during register_notify after service_changed_event
 2015-03-23  5:08 UTC 

[Qemu-devel] [PATCH v2 1/3] VFIO: Clear stale MSIx table during EEH reset
 2015-03-23  5:06 UTC  (7+ messages)
  ` [Qemu-devel] [Qemu-ppc] "

[PATCH] xfs: use GFP_NOFS argument in radix_tree_preload
 2015-03-23  5:06 UTC  (2+ messages)

Recursive subvolume snapshots and deletion?
 2015-03-23  4:57 UTC 

[PATCH 0/7] power: enable cpufreq-dt support for i.MX23/i.MX28
 2015-03-22 16:14 UTC  (3+ messages)
` [PATCH 4/7] regulator: add mxs regulator driver

[PATCH 00/10 v3] ASoC: Renesas adds DPCM based sampling rate convert
 2015-03-22 18:20 UTC  (15+ messages)
` [PATCH 01/10 v3] ASoC: core: add snd_soc_get_dai_drv() to get DAI driver
` [PATCH 04/10 v3] ASoC: rsnd: no more SSI restart when unusual situation
` [PATCH 05/10 v3] ASoC: rsnd: no more SRC "
` [PATCH 06/10 v3] ASoC: rsnd: tidyup error message format
` [PATCH 07/10 v3] ASoC: rsnd: show debug info for sampling rate convert
` [PATCH 08/10 v3] ASoC: rsnd: don't call clk_prepare_enable/unprepare() from inside spin lock
` [PATCH 09/10 v3] ASoC: rsnd: add dai_link stream name

[PATCH 0/5 v4] ASoC: rsnd: tidyup .remove method
 2015-03-22 18:50 UTC  (9+ messages)
` [PATCH 2/5 v4] ASoC: soc-core: deactivate pins in snd_soc_instantiate_card()
` [PATCH 3/5 v4] ASoC: soc-core: call soc_cleanup_card_debugfs() from snd_soc_unregister_card()
` [PATCH 4/5 v4] ASoC: soc-core: call snd_soc_remove_card() when component del
` [PATCH 5/5 v4] ASoC: soc-core: indicate warning for unbind/bind issue

[PATCH 0/2] spi: Add driver for Routerboard RB4xx boards
 2015-03-22 16:17 UTC  (5+ messages)
` [PATCH 1/2] spi: Add SPI driver for Mikrotik RB4xx series boards

next-20150320 build: 2 failures 25 warnings (next-20150320)
 2015-03-22 16:46 UTC 

[PATCH] ASoC: Intel: remove misleading DMA error messages on Baytrail platforms
 2015-03-22 16:30 UTC  (2+ messages)

[systemd-devel] systemd and nested Btrfs subvolumes
 2015-03-23  4:53 UTC  (3+ messages)

simplify simple-card
 2015-03-22 18:45 UTC  (6+ messages)

[PATCH 0/7] OPP: Introduce OPP bindings V2 and supporting code
 2015-03-22 18:56 UTC  (6+ messages)

Draft of Git Rev News edition 1
 2015-03-23  5:00 UTC  (5+ messages)

[PATCH] btrfs: Fix implicit inclusion of linux/uio.h
 2015-03-22 16:46 UTC 

[Qemu-devel] [PATCH v5 00/45] Postcopy implementation
 2015-03-23  5:00 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 32/45] Page request: Add MIG_RP_CMD_REQ_PAGES reverse command
` [Qemu-devel] [PATCH v5 45/45] Inhibit ballooning during postcopy

dummy codec and the dummy platform use the same name: snd-soc-dummy
 2015-03-22 16:15 UTC 

[PATCH v9 tip 0/9] tracing: attach eBPF programs to kprobes
 2015-03-23  4:57 UTC  (8+ messages)
` [PATCH v9 tip 3/9] tracing: attach BPF "
      `  "
            ` bpf+tracing next steps. Was: "

[PATCH v2 0/4] pci: fix unhandled interrupt on shutdown
 2015-03-23  4:54 UTC  (2+ messages)

[PATCH v7 0/6] wlcore: add device-tree support
 2015-03-23  4:51 UTC  (12+ messages)
` [PATCH v7 5/6] ARM: dts: add wl12xx/wl18xx bindings

pull request: iwlwifi 2015-03-22
 2015-03-23  4:49 UTC  (2+ messages)

[nightly] Core TISDK 2015.03 build 2015-03-22_22-00-51
 2015-03-23  4:46 UTC 

[PATCH] drm/i915/skl: Enabling PSR2 SU with frame sync
 2015-03-23  4:38 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] block: Fix unaligned zero write
 2015-03-23  4:46 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] "
` [Qemu-devel] [PATCH 2/2] qemu-iotests: Test unaligned 4k "

[PATCH 0/3] 96boards: add thermal senor support to hikey board
 2015-03-23  4:46 UTC  (9+ messages)
` [PATCH 1/3] thermal: hisilicon: add new hisilicon thermal sensor driver

[PATCH RT 0/4] Linux 3.10.70-rt75-rc2
 2015-03-23  4:42 UTC  (8+ messages)
` [PATCH RT 2/4] Revert "timers: do not raise softirq unconditionally"

[PATCH v3 1/2] PCI: One more parameter to pci_set_pcie_reset_state()
 2015-03-23  4:40 UTC  (6+ messages)

[PATCH 0/7] introduce strbuf_read_cmd to avoid deadlocks
 2015-03-23  4:40 UTC  (7+ messages)
` [PATCH 3/7] strbuf: introduce strbuf_read_cmd helper
        ` [PATCH v2 0/7] introduce capture_command to avoid deadlocks

[PATCH 00/24] huge tmpfs: an alternative approach to THPageCache
 2015-03-23  4:40 UTC  (5+ messages)
` [PATCH 11/24] huge tmpfs: shrinker to migrate and free underused holes


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.