<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/exfat, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2020-03-10T11:30:34Z</updated>
<entry>
<title>staging: exfat: remove staging version of exfat filesystem</title>
<updated>2020-03-10T11:30:34Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2020-03-10T10:54:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=590a95e418d18894e34cd240b3e7ef278add05c7'/>
<id>urn:sha1:590a95e418d18894e34cd240b3e7ef278add05c7</id>
<content type='text'>
Now that there is a "real" solution for exfat in the vfs tree queued up
to be merged in 5.7-rc1 the "old" exfat code in staging can be removed.

Many thanks to Valdis for doing the work to get this into the tree in
the first place, it was greatly appreciated.

Acked-by: Valdis Kletnieks &lt;valdis.kletnieks@vt.edu&gt;
Cc: Pali Rohár &lt;pali@kernel.org&gt;
Cc: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;
Cc: Al Viro &lt;viro@ZenIV.linux.org.uk&gt;
Cc: Namjae Jeon &lt;namjae.jeon@samsung.com&gt;
Cc: Sungjong Seo &lt;sj1557.seo@samsung.com&gt;
Cc: Christoph Hellwig &lt;hch@lst.de&gt;
Link: https://lore.kernel.org/r/20200310105421.GA2810679@kroah.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: exfat: alignment should match open parenthesis</title>
<updated>2020-03-10T09:44:49Z</updated>
<author>
<name>Payal Kshirsagar</name>
<email>payalskshirsagar1234@gmail.com</email>
</author>
<published>2020-03-09T16:51:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1657f11c7ca109b6f7e7bec4e241bf6cbbe2d4b0'/>
<id>urn:sha1:1657f11c7ca109b6f7e7bec4e241bf6cbbe2d4b0</id>
<content type='text'>
Align code to match open parenthesis.

Signed-off-by: Payal Kshirsagar &lt;payalskshirsagar1234@gmail.com&gt;
Link: https://lore.kernel.org/r/20200309165138.5313-1-payalskshirsagar1234@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: exfat: exfat_super.c: remove commented out function</title>
<updated>2020-03-10T09:44:49Z</updated>
<author>
<name>Lourdes Pedrajas</name>
<email>lu@pplo.net</email>
</author>
<published>2020-03-09T16:58:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b92a047b2e5901dd6ab325ec35b762e98f1bd3ef'/>
<id>urn:sha1:b92a047b2e5901dd6ab325ec35b762e98f1bd3ef</id>
<content type='text'>
Remove function ffsSetAttr() which is unused.

Signed-off-by: Lourdes Pedrajas &lt;lu@pplo.net&gt;
Link: https://lore.kernel.org/r/20200309165801.4827-1-lu@pplo.net
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: exfat: remove redundant if statements</title>
<updated>2020-03-04T06:46:34Z</updated>
<author>
<name>Tetsuhiro Kohada</name>
<email>Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp</email>
</author>
<published>2020-03-02T09:57:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=580f57c2cf616fe09f0823bfcd1bfc26b2cb4fbe'/>
<id>urn:sha1:580f57c2cf616fe09f0823bfcd1bfc26b2cb4fbe</id>
<content type='text'>
If statement does not affect results when updating directory entry in
ffsMapCluster().

Signed-off-by: Tetsuhiro Kohada &lt;Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp&gt;
Link: https://lore.kernel.org/r/20200302095716.64155-2-Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: exfat: clean up d_entry rebuilding.</title>
<updated>2020-03-04T06:46:34Z</updated>
<author>
<name>Tetsuhiro Kohada</name>
<email>Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp</email>
</author>
<published>2020-03-02T09:57:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3eca76cc2d172737db53b1dbd0da21e45720e141'/>
<id>urn:sha1:3eca76cc2d172737db53b1dbd0da21e45720e141</id>
<content type='text'>
Clean up d_entry rebuilding in exfat_rename_file() and move_file().

-Replace memcpy of d_entry with structure copy.
-Change to use the value already stored in fid.

Signed-off-by: Tetsuhiro Kohada &lt;Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp&gt;
Acked-by: Valdis Kletnieks &lt;valdis.kletnieks@vt.edu&gt;
Link: https://lore.kernel.org/r/20200302095716.64155-1-Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: exfat: remove 'file creation modes'</title>
<updated>2020-03-04T06:46:34Z</updated>
<author>
<name>Tetsuhiro Kohada</name>
<email>Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp</email>
</author>
<published>2020-02-28T08:40:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=dbcf85e2728f1d2b36543ae1ed81217b5542589a'/>
<id>urn:sha1:dbcf85e2728f1d2b36543ae1ed81217b5542589a</id>
<content type='text'>
The mode parameter in ffsCreateFile() and create_file() is redundant.
Remove it and definition.

Signed-off-by: Tetsuhiro Kohada &lt;Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp&gt;
Link: https://lore.kernel.org/r/20200228084037.15123-1-Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: exfat: fixed a long line coding style issue</title>
<updated>2020-03-04T06:46:33Z</updated>
<author>
<name>vivek m</name>
<email>bitu.kv@gmail.com</email>
</author>
<published>2020-02-27T21:11:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2777313cf23451136f440d51fa80a6bb66133c63'/>
<id>urn:sha1:2777313cf23451136f440d51fa80a6bb66133c63</id>
<content type='text'>
Fixed a coding style issue

Signed-off-by: Vivek M &lt;bitu.kv@gmail.com&gt;
Link: https://lore.kernel.org/r/1582837865-2219-1-git-send-email-bitu.kv@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: exfat: rename buf_cache_t's 'flag' to 'locked'</title>
<updated>2020-03-04T06:46:33Z</updated>
<author>
<name>Tetsuhiro Kohada</name>
<email>Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp</email>
</author>
<published>2020-02-27T10:40:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ece19f3ec8de1d116c8ede9569f8b4a0f8b45939'/>
<id>urn:sha1:ece19f3ec8de1d116c8ede9569f8b4a0f8b45939</id>
<content type='text'>
buf_cache_t.flag is used only for lock.
Change the variable name from 'flag' to 'locked' and remove unused definitions.

Reviewed-by: Takahiro Mori &lt;Mori.Takahiro@ab.MitsubishiElectric.co.jp&gt;
Signed-off-by: Tetsuhiro Kohada &lt;Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp&gt;
Link: https://lore.kernel.org/r/20200227104043.11503-1-Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: exfat: remove symlink feature</title>
<updated>2020-03-04T06:46:33Z</updated>
<author>
<name>Tetsuhiro Kohada</name>
<email>Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp</email>
</author>
<published>2020-02-27T06:15:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a89af1e1b970302b85b9df4c8b38bfdb8f960609'/>
<id>urn:sha1:a89af1e1b970302b85b9df4c8b38bfdb8f960609</id>
<content type='text'>
Completely remove symlink codes and definitions.
In the previous patch, it was not completely removed.

Reviewed-by: Takahiro Mori &lt;Mori.Takahiro@ab.MitsubishiElectric.co.jp&gt;
Signed-off-by: Tetsuhiro Kohada &lt;Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp&gt;
Link: https://lore.kernel.org/r/20200227061559.4481-1-Kohada.Tetsuhiro@dc.MitsubishiElectric.co.jp
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: exfat: remove exfat_buf_sync()</title>
<updated>2020-02-23T19:29:05Z</updated>
<author>
<name>Kaaira Gupta</name>
<email>kgupta@es.iitr.ac.in</email>
</author>
<published>2020-02-23T19:16:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f2409865c23ff83e08e07be8fa5d5d9b96f61487'/>
<id>urn:sha1:f2409865c23ff83e08e07be8fa5d5d9b96f61487</id>
<content type='text'>
exfat_buf_sync() is not called anywhere, hence remove it from
exfat_cache.c and exfat.h

Signed-off-by: Kaaira Gupta &lt;kgupta@es.iitr.ac.in&gt;
Link: https://lore.kernel.org/r/20200223191623.GA20122@kaaira-HP-Pavilion-Notebook
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
