Commit Graph

17 Commits

Author SHA1 Message Date
TBK ff21be6701
fs: sdfat: Fix indentation 2019-07-16 14:48:22 +02:00
TBK 188e653a3c
fs: sdfat: Add MODULE_VERSION 2019-07-14 19:50:10 +02:00
TBK 6eeef3390c fs: sdfat: Fix compilation on Linux >= 5.0.0
current_kernel_time64() was removed with 5.0.0 - e4b92b108c
2019-03-13 03:52:30 +01:00
TBK 479f8dc1cc fs: sdfat: Add MODULE_ALIAS_FS for autoload
https://lwn.net/Articles/47412/
2019-03-13 03:48:23 +01:00
KNnut 4f65bdd301 fs: sdfat: Fix compilation on Linux >= 4.16 2019-01-23 17:00:31 +01:00
derfelot 46b831137b fs: sdfat: Update to version 2.1.8
Taken from SM-G965F_PP_Opensource kernel (G965FXXU2CRLI)
2019-01-11 14:02:25 +01:00
Adek Maulana aa8183ffbd sdfat: push rcu_barrier() from deactivate_locked_super() to filesystems
* This was introduce in:
  https://github.com/torvalds/linux/commit/8c0a853

Change-Id: Ia2488bac7937b35509a547ea387c2fed5303ffac
Signed-off-by: Adek Maulana <adekzmaulana@gmail.com>
2018-05-22 07:47:58 +02:00
GrayJack ac2599d1e3 fs: sdfat: Use clean_bdev_bh_alias instead of unmap_underlying_metadata for >=4.10
.readlink should be left uninitialised if no special .readlink is
required
Fixed a mistake of using __sdfat_writepage_end_io() instead of
__mpage_write_end_io() on mpage.c
2018-05-16 09:42:50 +02:00
GrayJack a4c7e654d7 fs: sdfat: Stop using CURRENT_TIME_SEC for Linux >= 4.9
CURRENT_TIME_SEC was removed from >= 4.12 plus it isn't y2038 safe.
Use current_time and ktime_get_real_ts where appropriate.
2018-05-16 09:42:50 +02:00
GrayJack df99e52a45 fs: sdfat: 4.14 replaced bi_bdev with a gendisk pointer and partitions index
Plus I did a better job changing bi_error to bi_status than last commit
2018-05-16 09:42:50 +02:00
GrayJack fd1891ed9e fs: sdfat: bio->bi_error got renamed to bio->bi_status on >= 4.13
(Partial)
2018-05-16 09:42:50 +02:00
Paul Keith 07d63cd2c7 Update to version 2.0.6 2018-03-22 18:02:48 +01:00
Paul Keith 7c92f49abf fs: sdfat: Add config option to register sdFAT for VFAT
Change-Id: I72ba7a14b56175535884390e8601960b5d8ed1cf
Signed-off-by: Paul Keith <javelinanddart@gmail.com>
2018-03-22 18:00:28 +01:00
Paul Keith 2df38135b5 fs: sdfat: Add config option to register sdFAT for exFAT
Change-Id: Id57abf0a4bd0b433fecc622eecb383cd4ea29d17
Signed-off-by: Paul Keith <javelinanddart@gmail.com>
2018-03-22 18:00:28 +01:00
Paul Keith 54be288ec7 sdfat: Fix compilation on Linux 3.4 2018-02-19 18:14:11 +01:00
Andreas Schneider 0490ece85e Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
Andreas Schneider 8e7bcf4240 The big bang!
Imported from G955FXXU1AQDD sources.
2018-02-12 18:51:19 +01:00