remarkable-linux/fs/ufs
Al Viro 8de5277879 vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}
New field of struct super_block - ->s_max_links.  Maximal allowed
value of ->i_nlink or 0; in the latter case all checks still need
to be done in ->link/->mkdir/->rename instances.  Note that this
limit applies both to directoris and to non-directories.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-03-20 21:29:32 -04:00
..
balloc.c ufs: fix truncated values handling 64 bit metadata 2011-05-26 17:12:33 -07:00
cylinder.c
dir.c
file.c
ialloc.c ufs: propagate umode_t 2012-01-03 22:54:59 -05:00
inode.c ufs: propagate umode_t 2012-01-03 22:54:59 -05:00
Kconfig
Makefile
namei.c vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} 2012-03-20 21:29:32 -04:00
super.c vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} 2012-03-20 21:29:32 -04:00
swab.h
symlink.c
truncate.c ufs: fix truncated values handling 64 bit metadata 2011-05-26 17:12:33 -07:00
ufs.h ufs: propagate umode_t 2012-01-03 22:54:59 -05:00
ufs_fs.h
util.c
util.h