Messages in this thread |  | | Date | Fri, 8 Feb 2013 08:01:48 +0000 | From | Al Viro <> | Subject | Re: [GIT PULL] f2fs fixes for v3.8-rc7 |
| |
On Fri, Feb 08, 2013 at 01:20:31PM +0900, Jaegeuk Kim wrote:
> Hi Al, > > Could you send the patches to me? > I'll merge them in my tree and submit them in the next merge window. > Is it OK?
Feel free to fetch/cherry-pick or simply pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git f2fs
- that branchlet grows directly off the mainline and it's not going to be rebased...
Shortlog: Al Viro (4): f2fs: init_dent_inode() should take qstr f2fs: switch new_inode_page() from dentry to qstr f2fs: switch init_inode_metadata() to passing parent and name separately f2fs: get rid of fake on-stack dentries
Diffstat: fs/f2fs/dir.c | 29 +++++++++++++---------------- fs/f2fs/f2fs.h | 12 +++++++++--- fs/f2fs/node.c | 4 ++-- fs/f2fs/recovery.c | 12 +++++------- 4 files changed, 29 insertions(+), 28 deletions(-)
|  |