Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1391150
| From | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 00/11] nilfs2 updates |
| Date | 2016-04-29 15:40 +0200 |
| Message-ID | <rtgOd-6Lx-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Andrew,
Please queue the following changes for the next merge window:
Ryusuke Konishi (11):
nilfs2: fix white space issue in nilfs_mount()
nilfs2: remove space before comma
nilfs2: remove FSF mailing address from GPL notices
nilfs2: clean up old e-mail addresses
MAINTAINERS: add web link for nilfs project
nilfs2: clarify permission to replicate the design
nilfs2: get rid of nilfs_mdt_mark_block_dirty()
nilfs2: move cleanup code of metadata file from inode routines
nilfs2: replace __attribute__((packed)) with __packed
nilfs2: add missing line spacing
nilfs2: clean trailing semicolons in macros
* Brief summary
These are mostly for cleanup.
> nilfs2: fix white space issue in nilfs_mount()
> nilfs2: remove space before comma
> nilfs2: remove FSF mailing address from GPL notices
These fix style issues that checkpatch.pl reported as error.
> nilfs2: clean up old e-mail addresses
> MAINTAINERS: add web link for nilfs project
These remove obsolete e-mail addresses and update project
information in MAINTAINERS file.
> nilfs2: clarify permission to replicate the design
This clarifies, in response to a developer's request, that
reimplementing nilfs2 is permitted.
> nilfs2: get rid of nilfs_mdt_mark_block_dirty()
> nilfs2: move cleanup code of metadata file from inode routines
These are for refactoring.
> nilfs2: replace __attribute__((packed)) with __packed
> nilfs2: add missing line spacing
> nilfs2: clean trailing semicolons in macros
These fix style issues that checkpatch.pl reported as warning.
Thanks,
Ryusuke Konishi
--
Documentation/filesystems/nilfs2.txt | 5 +++
MAINTAINERS | 1 +
fs/nilfs2/alloc.c | 9 ++----
fs/nilfs2/alloc.h | 9 ++----
fs/nilfs2/bmap.c | 6 +---
fs/nilfs2/bmap.h | 6 +---
fs/nilfs2/btnode.c | 9 ++----
fs/nilfs2/btnode.h | 8 ++---
fs/nilfs2/btree.c | 6 +---
fs/nilfs2/btree.h | 6 +---
fs/nilfs2/cpfile.c | 8 ++---
fs/nilfs2/cpfile.h | 6 +---
fs/nilfs2/dat.c | 6 +---
fs/nilfs2/dat.h | 6 +---
fs/nilfs2/dir.c | 8 ++---
fs/nilfs2/direct.c | 6 +---
fs/nilfs2/direct.h | 6 +---
fs/nilfs2/export.h | 2 +-
fs/nilfs2/file.c | 7 +----
fs/nilfs2/gcinode.c | 9 ++----
fs/nilfs2/ifile.c | 8 ++---
fs/nilfs2/ifile.h | 9 ++----
fs/nilfs2/inode.c | 12 +++-----
fs/nilfs2/ioctl.c | 17 ++++++-----
fs/nilfs2/mdt.c | 59 ++++++++++++++++--------------------
fs/nilfs2/mdt.h | 15 +++++----
fs/nilfs2/namei.c | 8 ++---
fs/nilfs2/nilfs.h | 7 +----
fs/nilfs2/page.c | 7 +----
fs/nilfs2/page.h | 7 +----
fs/nilfs2/recovery.c | 7 ++---
fs/nilfs2/segbuf.c | 6 +---
fs/nilfs2/segbuf.h | 6 +---
fs/nilfs2/segment.c | 7 ++---
fs/nilfs2/segment.h | 6 +---
fs/nilfs2/sufile.c | 14 ++++-----
fs/nilfs2/sufile.h | 10 ++----
fs/nilfs2/super.c | 17 ++++-------
fs/nilfs2/sysfs.h | 6 ++--
fs/nilfs2/the_nilfs.c | 6 +---
fs/nilfs2/the_nilfs.h | 8 ++---
include/linux/nilfs2_fs.h | 7 +----
42 files changed, 121 insertions(+), 257 deletions(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 00/11] nilfs2 updates Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> - 2016-04-29 15:40 +0200 [PATCH 09/11] nilfs2: replace __attribute__((packed)) with __packed Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> - 2016-04-29 15:40 +0200 [PATCH 07/11] nilfs2: get rid of nilfs_mdt_mark_block_dirty() Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> - 2016-04-29 15:40 +0200 [PATCH 06/11] nilfs2: clarify permission to replicate the design Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> - 2016-04-29 15:40 +0200 [PATCH 08/11] nilfs2: move cleanup code of metadata file from inode routines Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> - 2016-04-29 15:40 +0200 [PATCH 02/11] nilfs2: remove space before comma Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> - 2016-04-29 15:40 +0200
csiph-web