summaryrefslogtreecommitdiff
path: root/lib/quota
AgeCommit message (Expand)AuthorFilesLines
2011-11-27libquota: remove use of PATH_MAX and replace it with QUOTA_NAME_LENTheodore Ts'o3-7/+10
2011-11-14libquota: log an error message if ext2fs_file_open() failsTheodore Ts'o1-1/+1
2011-11-14libquota: fix get_dq()Niu Yawei1-0/+1
2011-11-14libquota: fix quota usage computeNiu1-2/+1
2011-11-14libquota: quota file read supportNiu7-18/+179
2011-11-14libquota: cleanup libquota codeAditya Kali9-209/+236
2011-10-16libext2fs: ext2fs_[set_]file_acl_block needs to check for 64-bit feature flagTheodore Ts'o1-1/+1
2011-10-05libquota: remove flag argument to commit_dquot()Theodore Ts'o3-11/+4
2011-10-04libquota: remove NLS supportTheodore Ts'o1-26/+4
2011-10-04libquota: use ext2_loff_t instead of loff_tTheodore Ts'o3-12/+16
2011-10-04libquota: remove get_qf_name()Theodore Ts'o3-19/+4
2011-10-04libquota: clean up some gcc -Wall warningsTheodore Ts'o5-60/+18
2011-10-04libquota: remove get_qf_path()Theodore Ts'o2-20/+0
2011-10-03libext2fs, libquota: fix some makefile dependency issuesTheodore Ts'o1-7/+8
2011-09-28libquota: use ext2fs byte swapping functions for portabilityTheodore Ts'o4-65/+69
2011-09-24misc: quiet minor compiler errorsAndreas Dilger1-1/+1
2011-09-19libquota: only build a static libraryTheodore Ts'o1-19/+19
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o6-17/+26
2011-09-16libquota: indicate in the ELF library image that it requires libext2fsTheodore Ts'o1-1/+1
2011-09-14libquota: fix "make install" so it works in with a VPATH build directoryTheodore Ts'o1-2/+2
2011-08-31e2fsprogs: add quota library to e2fsprogsAditya Kali14-0/+2585