05 Mar, 2010

1 commit


10 Dec, 2009

1 commit

  • So far the maximum quota space limit was 4TB. Apparently this isn't enough
    for Lustre guys anymore. So implement new quota format which raises block
    limits to 2^64 bytes. Also store number of inodes and inode limits in
    64-bit variables as 2^32 files isn't that insanely high anymore.

    The first version of the patch has been developed by Andrew Perepechko
    .

    CC: Andrew.Perepechko@Sun.COM
    Signed-off-by: Jan Kara

    Jan Kara
     

03 Dec, 2009

1 commit

  • Sending a message to userspace in a generic format to warn
    of events (e.g. quota exceeded) in the quota subsystem is
    a generically useful feature. This patch makes some minor
    changes to the send_message function from dquot.c renaming
    it quota_send_message, moving it to quota.c and exporting it
    for use by filesystems which do not use the dquot code.

    Signed-off-by: Steven Whitehouse

    Steven Whitehouse
     

26 Mar, 2009

2 commits