lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1434495193-31182-1-git-send-email-tj@kernel.org> Date: Tue, 16 Jun 2015 18:53:11 -0400 From: Tejun Heo <tj@...nel.org> To: axboe@...nel.dk Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org, lizefan@...wei.com, cgroups@...r.kernel.org, hannes@...xchg.org, kernel-team@...com, tytso@....edu, adilger.kernel@...ger.ca, linux-ext4@...r.kernel.org Subject: [PATCHSET v2 block/for-4.2/writeback] ext4: implement cgroup writeback support Hello, This is v2. The only change from the last take[L] is * Updated to reflect the earlier MS_CGROUPWB -> SB_I_CGROUPWB change. This patchset implements cgroup writeback support for ext4, which is enabled for writeback and ordered data modes. This patchset contains the following two patches. 0001-ext4-replace-ext4_io_submit-io_op-with-io_wbc.patch 0002-ext4-implement-cgroup-writeback-support.patch 0001 is a prep patch which replaces io_submit->io_op w/ ->io_wbc. 0002 implements cgroup writeback support. This patchset is on top of [1] block/for-4.2/writeback +[2] [PATCHSET] cgroup, writeback: misc updates for cgroup writeback support and available on in the following git branch. git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-cgroup-writeback-ext4 diffstat follows. Thanks. fs/ext4/ext4.h | 2 +- fs/ext4/page-io.c | 8 ++++++-- fs/ext4/super.c | 2 ++ 3 files changed, 9 insertions(+), 3 deletions(-) -- tejun [L] http://lkml.kernel.org/g/1434146543-26358-1-git-send-email-tj@kernel.org [1] git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git for-4.2/writeback [2] http://lkml.kernel.org/g/1434494912-31043-1-git-send-email-tj@kernel.org -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists