linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-19 18:13:25 to 2015-03-23 05:07:44 UTC [more...]

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

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

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

[PATCHSET 1/3 v2 block/for-4.1/core] writeback: cgroup writeback support
 2015-03-23  4:54 UTC  (49+ 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 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 03/48] update !CONFIG_BLK_CGROUP dummies in include/linux/blk-cgroup.h
  ` [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 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] hfsplus: fix expand when not enough available space
 2015-03-23  2:53 UTC 

[PATCH 00/20] Support follow_link in RCU-walk - V3
 2015-03-23  2:37 UTC  (21+ messages)
` [PATCH 02/20] STAGING/lustre: limit follow_link recursion using stack space
` [PATCH 03/20] VFS: replace {, total_}link_count in task_struct with pointer to nameidata
` [PATCH 01/20] Documentation: remove outdated information from automount-support.txt
` [PATCH 10/20] security: make inode_follow_link RCU-walk aware
` [PATCH 04/20] ovl: rearrange ovl_follow_link to it doesn't need to call ->put_link
` [PATCH 07/20] VFS: remove nameidata args from ->follow_link
` [PATCH 06/20] SECURITY: remove nameidata arg from inode_follow_link
` [PATCH 05/20] VFS: replace nameidata arg to ->put_link with a char*
` [PATCH 09/20] security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags()
` [PATCH 11/20] VFS/namei: use terminate_walk when symlink lookup fails
` [PATCH 08/20] VFS: make all ->follow_link handlers aware for LOOKUP_RCU
` [PATCH 13/20] VFS/namei: abort RCU-walk on symlink if atime needs updating
` [PATCH 14/20] VFS/namei: add 'inode' arg to put_link()
` [PATCH 16/20] VFS/namei: enable RCU-walk when following symlinks
` [PATCH 19/20] XFS: allow follow_link to often succeed in RCU-walk
` [PATCH 20/20] NFS: support LOOKUP_RCU in nfs_follow_link
` [PATCH 18/20] xfs: use RCU to free 'struct xfs_mount'
` [PATCH 17/20] VFS/namei: handle LOOKUP_RCU in page_follow_link_light
` [PATCH 12/20] VFS/namei: new flag to support RCU symlinks: LOOKUP_LINK_RCU
` [PATCH 15/20] VFS/namei: enhance follow_link to support RCU-walk

[PATCH v2 1/2] f2fs: enable inline data by default
 2015-03-22 23:44 UTC  (2+ messages)
` [PATCH v2 2/2] f2fs: enable fast symlink by utilizing inline data

[PATCH v3] f2fs: add fast symlink support
 2015-03-22 23:10 UTC  (8+ messages)

[RFC PATCH 0/6] xfs: DAX support
 2015-03-22 23:02 UTC  (6+ messages)
` [PATCH 3/6] xfs: add DAX file operations support

XFS modifications for SMR drives
 2015-03-22 22:07 UTC  (2+ messages)

[RFC PATCH 0/7] evacuate struct page from the block layer
 2015-03-22 17:39 UTC  (26+ messages)
    ` [Linux-nvdimm] "

__free_pipe_info() NULL pointer dereference
 2015-03-22 10:31 UTC 

JFS readdir() issues in stable 3.2
 2015-03-21 22:08 UTC  (3+ messages)

[PATCH 0/3] Device mapper log writes patches
 2015-03-21 21:50 UTC  (8+ messages)
` [PATCH 1/3] dm: log writes target
    ` [PATCH 1/3] dm: log writes target V2
` [PATCH 2/3] fstests: add dm-log-writes test and supporting code
` [PATCH 3/3] fstests: btrfs balance with dm log writes test

[PATCH] afs: kstrdup() memory handling
 2015-03-21 21:02 UTC  (5+ messages)

[PATCH 1/1] fs/affs/file.c: unlock/release page on error
 2015-03-21 20:05 UTC  (3+ messages)

[PATCH] affs: kstrdup() memory handling
 2015-03-21 16:46 UTC 

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

[ANNOUNCE] xfs: Supporting Host Aware SMR Drives
 2015-03-21 14:48 UTC  (4+ messages)

[PATCH] vfs: avoid recopying filename in getname_flags
 2015-03-21  4:22 UTC  (5+ messages)

inconsistent timestamp update in rename() of xfs/fat/gfs2/ramfs/jffs2
 2015-03-20 22:28 UTC  (2+ messages)

[PATCH 1/1] fs/affs/file.c: unlock/release page on error
 2015-03-20 21:13 UTC  (2+ messages)

[PATCH v2 0/7] CLONE_FD: Task exit notification via file descriptor
 2015-03-20 21:10 UTC  (10+ messages)
` [PATCH v2 5/7] clone4: Add a CLONE_AUTOREAP flag to automatically reap the child process

[PATCH] f2fs: enable inline data by default
 2015-03-20 20:41 UTC  (3+ messages)

[PATCH] [RFC] Fix deadlock on regular nonseekable files
 2015-03-20 19:35 UTC  (8+ messages)

[PATCH 0/8] Sync and VFS scalability improvements V2
 2015-03-20 18:49 UTC  (10+ messages)
` [PATCH 1/8] writeback: plug writeback at a high level
` [PATCH 2/8] inode: add hlist_fake to avoid the inode hash lock in evict
` [PATCH 3/8] inode: convert inode_sb_list_lock to per-sb
` [PATCH 4/8] sync: serialise per-superblock sync operations
` [PATCH 5/8] inode: rename i_wb_list to i_io_list
` [PATCH 6/8] bdi: add a new writeback list for sync
` [PATCH 7/8] writeback: periodically trim the writeback list
  ` [PATCH 7/8] bdi: add a new writeback list for sync V3
` [PATCH 8/8] inode: don't softlockup when evicting inodes

[v11 0/5] ext4: add project quota support
 2015-03-20 18:41 UTC  (6+ messages)
  ` [v11 1/5] vfs: adds general codes to enforces project quota limits
  ` [v11 2/5] ext4: adds project ID support
  ` [v11 3/5] ext4: adds project quota support
` [v11 4/5] ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support
` [v11 5/5] ext4: cleanup inode flag definitions

[v11 0/5] ext4: add project quota support
 2015-03-20 18:37 UTC  (4+ messages)
  ` [v5 1/5] vfs: adds general codes to enforces project quota limits
` [v5 2/5] ext4: adds project ID support
` [v5 3/5] ext4: adds project quota support

[PATCH] NFS: fix BUG() crash in notify_change() with patch to chown_common()
 2015-03-20 15:13 UTC  (6+ messages)

[v10 0/5] ext4: add project quota support
 2015-03-20 13:24 UTC  (7+ messages)
` [v10 3/5] ext4: adds "
` [v10 4/5] ext4: adds FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR interface support

[PATCH v3 net-next 0/3] Add support for async socket operations
 2015-03-20  6:45 UTC  (6+ messages)
` [PATCH v3 net-next 1/3] net: socket: add support for async operations
` [PATCH v3 net-next 2/3] crypto: af_alg - Allow to link sgl
` [PATCH v3 net-next 3/3] crypto: algif - change algif_skcipher to be asynchronous

[PATCH 00/13] Support follow_link in RCU-walk. - V2
 2015-03-20  5:12 UTC  (9+ messages)
` [PATCH 04/13] security/selinux: check for LOOKUP_RCU in _follow_link
` [PATCH 10/13] VFS/namei: handle LOOKUP_RCU in page_follow_link_light

mmotm 2015-03-19-16-38 uploaded
 2015-03-19 23:38 UTC 

[PATCH-v3 0/2] lazytime fixes for 4.0
 2015-03-19  0:08 UTC  (3+ messages)
` [PATCH-v3 1/2] fs: make sure the timestamps for lazytime inodes eventually get written
` [PATCH-v3 2/2] fs: add dirtytime_expire_seconds sysctl

[PATCH v2 net-next 0/4] Add support for async socket operations
 2015-03-19 18:13 UTC  (5+ messages)
` [PATCH v2 net-next 1/4] net: socket: add support for async operations


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).