Searched hist:"2 c5f648aa24a7c8f0668d8ce5722d69da5bef739" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | quota.h | diff 2c5f648aa24a7c8f0668d8ce5722d69da5bef739 Tue Sep 30 03:43:09 CDT 2014 Jan Kara <jack@suse.cz> quota: Allow each filesystem to specify which quota types it supports
Currently all filesystems supporting VFS quota support user and group quotas. With introduction of project quotas this is going to change so make sure filesystem isn't called for quota type it doesn't support by introduction of a bitmask determining which quota types each filesystem supports.
Acked-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz>
|
H A D | fs.h | diff 2c5f648aa24a7c8f0668d8ce5722d69da5bef739 Tue Sep 30 03:43:09 CDT 2014 Jan Kara <jack@suse.cz> quota: Allow each filesystem to specify which quota types it supports
Currently all filesystems supporting VFS quota support user and group quotas. With introduction of project quotas this is going to change so make sure filesystem isn't called for quota type it doesn't support by introduction of a bitmask determining which quota types each filesystem supports.
Acked-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz>
|
/openbmc/linux/fs/quota/ |
H A D | quota.c | diff 2c5f648aa24a7c8f0668d8ce5722d69da5bef739 Tue Sep 30 03:43:09 CDT 2014 Jan Kara <jack@suse.cz> quota: Allow each filesystem to specify which quota types it supports
Currently all filesystems supporting VFS quota support user and group quotas. With introduction of project quotas this is going to change so make sure filesystem isn't called for quota type it doesn't support by introduction of a bitmask determining which quota types each filesystem supports.
Acked-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz>
|
/openbmc/linux/fs/ |
H A D | super.c | diff 2c5f648aa24a7c8f0668d8ce5722d69da5bef739 Tue Sep 30 03:43:09 CDT 2014 Jan Kara <jack@suse.cz> quota: Allow each filesystem to specify which quota types it supports
Currently all filesystems supporting VFS quota support user and group quotas. With introduction of project quotas this is going to change so make sure filesystem isn't called for quota type it doesn't support by introduction of a bitmask determining which quota types each filesystem supports.
Acked-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz>
|