* [ANNOUNCE] xfs-linux: iomap-for-next updated to 36a7347de097
@ 2019-07-01 16:06 Darrick J. Wong
2019-07-04 15:02 ` [ANNOUNCE] xfs-linux: vfs-for-next updated to 7e328e5930ad Darrick J. Wong
0 siblings, 1 reply; 2+ messages in thread
From: Darrick J. Wong @ 2019-07-01 16:06 UTC (permalink / raw)
To: xfs, linux-fsdevel
Hi folks,
The iomap-for-next branch of the xfs-linux repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
has just been updated.
Patches often get missed, so please check if your outstanding patches
were in this update. If they have not been in this update, please
resubmit them to linux-fsdevel@vger.kernel.org so they can be picked up
in the next update.
The new head of the iomap-for-next branch is commit:
36a7347de097 iomap: fix page_done callback for short writes
New Commits:
Andreas Gruenbacher (2):
[8d3e72a180b4] iomap: don't mark the inode dirty in iomap_write_end
[36a7347de097] iomap: fix page_done callback for short writes
Christoph Hellwig (1):
[8af54f291e5c] fs: fold __generic_write_end back into generic_write_end
Code Diffstat:
fs/buffer.c | 62 ++++++++++++++++++++++++---------------------------
fs/gfs2/bmap.c | 2 ++
fs/internal.h | 2 --
fs/iomap.c | 17 ++++++++++++--
include/linux/iomap.h | 1 +
5 files changed, 47 insertions(+), 37 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread* [ANNOUNCE] xfs-linux: vfs-for-next updated to 7e328e5930ad
2019-07-01 16:06 [ANNOUNCE] xfs-linux: iomap-for-next updated to 36a7347de097 Darrick J. Wong
@ 2019-07-04 15:02 ` Darrick J. Wong
0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2019-07-04 15:02 UTC (permalink / raw)
To: xfs, linux-fsdevel, linux-ext4
Hi folks,
The vfs-for-next branch of the xfs-linux repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
has just been updated.
Patches often get missed, so please check if your outstanding patches
were in this update. If they have not been in this update, please
resubmit them to linux-xfs@vger.kernel.org so they can be picked up in
the next update. This is a resend of an earlier announcement about the
SETFLAGS and FSSETXATTR refactoring that I've started for 5.3 and will
continue for 5.4 so that these ioctls will have more consistent
behavior with the filesystems that originally created them.
The new head of the vfs-for-next branch is commit:
7e328e5930ad mm/fs: don't allow writes to immutable files
New Commits:
Darrick J. Wong (6):
[5aca284210ce] vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
[7b0e492e6b80] vfs: create a generic checking function for FS_IOC_FSSETXATTR
[f991492ed110] vfs: teach vfs_ioc_fssetxattr_check to check project id info
[ca29be753445] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
[dbc77f31e58b] vfs: only allow FSSETXATTR to set DAX flag on files and dirs
[7e328e5930ad] mm/fs: don't allow writes to immutable files
Code Diffstat:
fs/attr.c | 13 ++---
fs/btrfs/ioctl.c | 30 ++++------
fs/efivarfs/file.c | 26 ++++++---
fs/ext2/ioctl.c | 16 ++----
fs/ext4/ioctl.c | 51 +++++------------
fs/gfs2/file.c | 42 +++++++++-----
fs/hfsplus/ioctl.c | 21 ++++---
fs/inode.c | 86 +++++++++++++++++++++++++++++
fs/jfs/ioctl.c | 22 +++-----
fs/nilfs2/ioctl.c | 9 +--
fs/ocfs2/ioctl.c | 13 +----
fs/orangefs/file.c | 37 ++++++++++---
fs/reiserfs/ioctl.c | 10 ++--
fs/ubifs/ioctl.c | 13 +----
fs/xfs/xfs_ioctl.c | 154 +++++++++++++++++++++++-----------------------------
include/linux/fs.h | 12 ++++
mm/filemap.c | 3 +
mm/memory.c | 4 ++
mm/mmap.c | 8 ++-
19 files changed, 319 insertions(+), 251 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-07-04 15:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-01 16:06 [ANNOUNCE] xfs-linux: iomap-for-next updated to 36a7347de097 Darrick J. Wong
2019-07-04 15:02 ` [ANNOUNCE] xfs-linux: vfs-for-next updated to 7e328e5930ad Darrick J. Wong
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).