linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-23 04:54:33 to 2015-03-25 16:01:15 UTC [more...]

[PATCHSET 1/3 v2 block/for-4.1/core] writeback: cgroup writeback support
 2015-03-25 16:01 UTC  (31+ messages)
` [PATCH 04/48] memcg: add mem_cgroup_root_css
` [PATCH 22/48] writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writeback_congested
` [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 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 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 23/48] writeback: attribute stats to the matching per-cgroup bdi_writeback
  ` [PATCH 27/48] writeback, blkcg: propagate non-root blkcg congestion state
  ` [PATCH 43/48] writeback: restructure try_writeback_inodes_sb[_nr]()

[PATCH RFC v2] Support for write stream IDs
 2015-03-25 16:00 UTC  (9+ messages)
` [PATCH 1/7] block: add support for carrying a stream ID in a bio
` [PATCH 2/7] Add support for per-file stream ID
` [PATCH 3/7] direct-io: add support for write stream IDs
` [PATCH 4/7] Add stream ID support for buffered mpage/__block_write_full_page()
` [PATCH 5/7] btrfs: add support for write stream IDs
` [PATCH 6/7] xfs: add support for buffered writeback stream ID
` [PATCH 7/7] ext4: add support for write stream IDs

[PATCH 1/1] hfsplus: incorrect return value
 2015-03-25 15:34 UTC  (2+ messages)

[PATCH 0/3 v4] dax: some dax fixes and cleanups
 2015-03-25 15:13 UTC  (8+ messages)
` [PATCH 1/3] mm: New pfn_mkwrite same as page_mkwrite for VM_PFNMAP
` [PATCH 2/3] dax: pfn_mkwrite update c/mtime + freeze protection
` [PATCH 3/3] dax: Unify ext2/4_{dax,}_file_operations
` [FIXME] NOT-GOOD: dax: dax_prepare_freeze

[PATCH v2 0/7] CLONE_FD: Task exit notification via file descriptor
 2015-03-25 14:53 UTC  (12+ messages)
` [PATCH v2 3/7] Introduce a new clone4 syscall with more flag bits and extensible arguments
` [PATCH v2 7/7] clone4: Add a CLONE_FD flag to get task exit notification via fd

[PATCH RFC] Support for write stream IDs
 2015-03-25 14:26 UTC  (22+ messages)
` [PATCH 1/6] block: add support for carrying a stream ID in a bio
` [PATCH 2/6] Add support for per-file stream ID
` [PATCH 3/6] direct-io: add support for write stream IDs
` [PATCH 4/6] Add stream ID support for buffered writeback
` [PATCH 5/6] btrfs: add support for buffered writeback stream ID
` [PATCH 6/6] xfs: "

[patch 00/12] mm: page_alloc: improve OOM mechanism and policy
 2015-03-25 14:15 UTC  (14+ messages)
` [patch 01/12] mm: oom_kill: remove unnecessary locking in oom_enable()
` [patch 02/12] mm: oom_kill: clean up victim marking and exiting interfaces
` [patch 03/12] mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clear
` [patch 04/12] mm: oom_kill: remove unnecessary locking in exit_oom_victim()
` [patch 05/12] mm: oom_kill: generalize OOM progress waitqueue
` [patch 06/12] mm: oom_kill: simplify OOM killer locking
` [patch 07/12] mm: page_alloc: inline should_alloc_retry()
` [patch 08/12] mm: page_alloc: wait for OOM killer progress before retrying
` [patch 09/12] mm: page_alloc: private memory reserves for OOM-killing allocations
` [patch 10/12] mm: page_alloc: emergency reserve access for __GFP_NOFAIL allocations
` [patch 11/12] mm: page_alloc: do not lock up GFP_NOFS allocations upon OOM
` [patch 12/12] mm: page_alloc: do not lock up low-order "

[PATCH RFC] ubifs: introduce an ioctl to get UBIFS files compressed size
 2015-03-25 13:00 UTC 

[PATCH 0/9] Sync and VFS scalability improvements
 2015-03-25 11:18 UTC  (2+ messages)

[PATCH 0/3 v3] dax: Fix mmap-write not updating c/mtime
 2015-03-25 10:40 UTC  (17+ messages)
` [PATCH 1/3] mm: New pfn_mkwrite same as page_mkwrite for VM_PFNMAP
` [PATCH 2/3] dax: use pfn_mkwrite to update c/mtime + freeze protection
` [PATCH 3/3] RFC: dax: dax_prepare_freeze
` [PATCH v4] xfstest: generic/080 test that mmap-write updates c/mtime

[PATCH 0/3] Device mapper log writes patches
 2015-03-25 10:35 UTC  (5+ messages)
` [PATCH 1/3] dm: log writes target
  ` [dm-devel] "
` [PATCH 3/3] fstests: btrfs balance with dm log writes test

[PATCH 0/8 v2] xfs: DAX support
 2015-03-25  9:14 UTC  (16+ messages)
` [PATCH 1/8] xfs: mmap lock needs to be inside freeze protection
` [PATCH 2/8] dax: don't abuse get_block mapping for endio callbacks
` [PATCH 3/8] dax: expose __dax_fault for filesystems with locking constraints
` [PATCH 4/8] xfs: add DAX block zeroing support
` [PATCH 5/8] xfs: add DAX file operations support
` [PATCH 6/8] xfs: add DAX truncate support
` [PATCH 7/8] xfs: add DAX IO path support
` [PATCH 8/8] xfs: add initial DAX support

[PATCH v10 0/12] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate
 2015-03-25  6:05 UTC  (3+ messages)
` [PATCH v10 1/12] fs: Add support "

[PATCH v11 00/21] Add support for NV-DIMMs to ext4
 2015-03-25  3:25 UTC  (4+ messages)
` [PATCH v11 21/21] brd: Rename XIP to DAX

[PATCH 1/1] hfs: incorrect return values
 2015-03-25  0:37 UTC 

mmotm 2015-03-24-17-02 uploaded
 2015-03-25  0:03 UTC 

[PATCH-v3 0/2] lazytime fixes for 4.0
 2015-03-24 23:12 UTC  (2+ messages)

[PATCH] mm/x86: AMD Bulldozer ASLR fix
 2015-03-24 19:15 UTC  (2+ messages)

[PATCH] f2fs: fix sparse warnings
 2015-03-24 19:07 UTC 

[RFC PATCH 0/7] evacuate struct page from the block layer
 2015-03-24 16:57 UTC  (9+ messages)

[PATCH 1/3] dm: log writes target
 2015-03-24 15:33 UTC  (3+ messages)
` [PATCH 1/3] dm: log writes target V2

missing MS_RDONLY check in fsync
 2015-03-24 15:14 UTC 

[PATCH] btrfs: Fix implicit inclusion of linux/uio.h
 2015-03-24 13:43 UTC  (2+ messages)

[PATCH v3 net-next 0/3] Add support for async socket operations
 2015-03-24 11:29 UTC  (4+ messages)

[PATCH v2] hfsplus: fix expand when not enough available space
 2015-03-24  9:09 UTC  (2+ messages)

[RFC PATCH 0/6] xfs: DAX support
 2015-03-24  8:13 UTC  (9+ messages)
` [PATCH 3/6] xfs: add DAX file operations support

[PATCH v3 1/2] f2fs: enable inline data by default
 2015-03-24  7:43 UTC  (4+ messages)
` [PATCH v3 2/2] f2fs: enable fast symlink by utilizing inline data

backing_dev_info cleanups & lifetime rule fixes V2
 2015-03-24  6:53 UTC  (5+ messages)
` [PATCH 11/12] fs: don't reassign dirty inodes to default_backing_dev_info

missing MS_RDONLY check in fsync
 2015-03-23 22:32 UTC 

[PATCH] hfsplus: fix expand when not enough available space
 2015-03-23 18:16 UTC 

[PATCH] hfsplus: fix expand when not enough available space
 2015-03-23 17:28 UTC  (2+ messages)

[PATCH] hfsplus: hfsplus_file_fsync() does not check for return value of sync_inode_metadata()
 2015-03-23 17:16 UTC  (2+ messages)

[GIT PULL] FS-Cache: Fixes for dead objects handling and operation cancellation
 2015-03-23 16:56 UTC 

[PATCH v2 1/2] f2fs: enable inline data by default
 2015-03-23  8:36 UTC  (5+ messages)

[PATCHSET 2/3 block/for-4.1/core] writeback: cgroup writeback backpressure propagation
 2015-03-23  5:27 UTC  (20+ 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

[PATCHSET 3/3 block/for-4.1/core] writeback: implement foreign cgroup inode bdi_writeback switching
 2015-03-23  5:25 UTC  (9+ messages)
` [PATCH 1/8] writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()
` [PATCH 2/8] writeback: make writeback_control track the inode being written back
` [PATCH 3/8] writeback: implement foreign cgroup inode detection
` [PATCH 4/8] truncate: swap the order of conditionals in cancel_dirty_page()
` [PATCH 5/8] writeback: implement [locked_]inode_to_wb_and_lock_list()
` [PATCH 6/8] writeback: implement I_WB_SWITCH and bdi_writeback stat update transaction
` [PATCH 7/8] writeback: add lockdep annotation to inode_to_wb()
` [PATCH 8/8] writeback: implement foreign cgroup inode bdi_writeback switching

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).