[PATCH 1/1] reiserfs:Adding tmpfile support (v2)

2013-12-27 Thread Fabian Frederick
New function reiserfs_tmpfile: -Duplicate reiserfs_create -Remove dquot_initialize (cf ext2/tmpfile) -Remove add_entry code -Add d_tmpfile generic call -Add add_save_link (cf ext3/orphan_add) reiserfs_link function: -Add remove_save_link (cf ext3/orphan_del) Saved link is removed in normal u

Re: [PATCH 1/1] reiserfs:Adding tmpfile support

2013-12-26 Thread Christoph Hellwig
On Wed, Dec 25, 2013 at 02:39:48PM +0100, Richard Weinberger wrote: > On Wed, Dec 25, 2013 at 2:23 PM, Fabian Frederick wrote: > > This patch is largely based on reiserfs_create function. > > -Removing dquot_initialize (cf ext2/tmpfile) > > -Removing add_entry code. > > -Adding d_tmpfile generic c

Re: [PATCH 1/1] reiserfs:Adding tmpfile support

2013-12-25 Thread Richard Weinberger
On Wed, Dec 25, 2013 at 2:23 PM, Fabian Frederick wrote: > This patch is largely based on reiserfs_create function. > -Removing dquot_initialize (cf ext2/tmpfile) > -Removing add_entry code. > -Adding d_tmpfile generic call. > > It was not extensively tested; other solutions would > be to work wit

[PATCH 1/1] reiserfs:Adding tmpfile support

2013-12-25 Thread Fabian Frederick
This patch is largely based on reiserfs_create function. -Removing dquot_initialize (cf ext2/tmpfile) -Removing add_entry code. -Adding d_tmpfile generic call. It was not extensively tested; other solutions would be to work with hidden entries or merge creation - tmpfile process. Signed-off-by: F

[PATCH 1/1] reiserfs:Adding tmpfile support

2013-12-11 Thread Fabian Frederick
This patch is largely based on reiserfs_create function. -Removing dquot_initialize (cf ext2/tmpfile) -Removing add_entry code. -Adding d_tmpfile generic call. It was not extensively tested; other solutions would be to work with invisible entries or merge creation - tmpfile process. Signed-off-by