Home
last modified time | relevance | path

Searched hist:"6 d19c42b7cf81c39632b6d4dbc514e8449bcd346" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dextents.cdiff 6d19c42b7cf81c39632b6d4dbc514e8449bcd346 Sun May 16 13:00:00 CDT 2010 Nikanth Karthikesan <knikanth@suse.de> ext4: Prevent creation of files larger than RLIMIT_FSIZE using fallocate

Currently using posix_fallocate one can bypass an RLIMIT_FSIZE limit
and create a file larger than the limit. Add a check for that.

Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>
Signed-off-by: Amit Arora <aarora@in.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>