linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] dtype handling cleanup for v5.1-rc1
@ 2019-03-01 15:01 Jan Kara
  2019-03-07 17:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kara @ 2019-03-01 15:01 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-fsdevel, LKML

  Hello Linus,

  could you please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git dtype_for_v5.1-rc1

to get a reworked version of the dtype cleanup patches based on your
feedback to the previous version of these. Again the series includes only
the generic code and ext2 cleanup as a sample. The plan is to push cleanups
for other filesystems separately through respective trees once the generic
code lands to reduce number of conflicts.

I'm sending this a bit earlier since I'll be on vacation next week.

Top of the tree is e10892189428. The full shortlog is:

Phillip Potter (2):
      fs: common implementation of file type
      ext2: use common file type conversion

The diffstat is

 MAINTAINERS              |   1 +
 fs/Makefile              |   3 +-
 fs/ext2/dir.c            |  35 +++-------------
 fs/ext2/ext2.h           |  16 --------
 fs/fs_types.c            | 105 +++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/fs.h       |  17 +-------
 include/linux/fs_types.h |  75 +++++++++++++++++++++++++++++++++
 7 files changed, 190 insertions(+), 62 deletions(-)
 create mode 100644 fs/fs_types.c
 create mode 100644 include/linux/fs_types.h

							Thanks
								Honza


-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] dtype handling cleanup for v5.1-rc1
  2019-03-01 15:01 [GIT PULL] dtype handling cleanup for v5.1-rc1 Jan Kara
@ 2019-03-07 17:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-03-07 17:50 UTC (permalink / raw)
  To: Jan Kara; +Cc: Linus Torvalds, linux-fsdevel, LKML

The pull request you sent on Fri, 1 Mar 2019 16:01:22 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git dtype_for_v5.1-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b39a07a5e073ba783cd86b60c77044587ddbf8a1

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-07 17:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-01 15:01 [GIT PULL] dtype handling cleanup for v5.1-rc1 Jan Kara
2019-03-07 17:50 ` pr-tracker-bot

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