linux/fs/ufs
Al Viro c596961d1b ufs: fix s_size/s_dsize users
For UFS2 we need 64bit variants; we even store them in uspi, but
use 32bit ones instead.  One wrinkle is in handling of reserved
space - recalculating it every time had been stupid all along, but
now it would become really ugly.  Just calculate it once...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2017-06-14 16:43:03 -04:00
..
balloc.c ufs: fix s_size/s_dsize users 2017-06-14 16:43:03 -04:00
cylinder.c drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h 2008-02-08 09:22:39 -08:00
dir.c fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps 2016-09-27 21:06:22 -04:00
file.c make new_sync_{read,write}() static 2015-04-11 22:29:40 -04:00
ialloc.c fs: ufs: use ktime_get_real_ts64() for birthtime 2017-05-08 17:15:15 -07:00
inode.c ufs: we need to sync inode before freeing it 2017-06-10 12:02:28 -04:00
Kconfig fs/ufs: remove depends on CONFIG_EXPERIMENTAL 2013-01-21 14:39:06 -08:00
Makefile ufs: get rid of ->setattr() for symlinks 2015-12-06 20:43:26 -05:00
namei.c Merge remote-tracking branch 'ovl/rename2' into for-linus 2016-10-10 23:02:51 -04:00
super.c ufs: fix s_size/s_dsize users 2017-06-14 16:43:03 -04:00
swab.h ufs: replace __inline with inline 2008-04-28 08:58:45 -07:00
ufs_fs.h ufs: fix s_size/s_dsize users 2017-06-14 16:43:03 -04:00
ufs.h ufs: get rid of ->setattr() for symlinks 2015-12-06 20:43:26 -05:00
util.c fs: have submit_bh users pass in op and flags separately 2016-06-07 13:41:38 -06:00
util.h ufs: fix s_size/s_dsize users 2017-06-14 16:43:03 -04:00