Whamcloud - gitweb
build: fix unused/uninitialized variable warnings
[tools/e2fsprogs.git] / lib / quota /
2014-07-26 Andreas Dilgerbuild: fix unused/uninitialized variable warnings
2014-07-05 Eric Sandeene2fsprogs: remove checker infrastructure
2014-05-13 Theodore Ts'oquota: support storing the quota file handles in the...
2014-05-13 Theodore Ts'oquota: integrate mkquota.h into quotaio.h
2014-05-13 Theodore Ts'oquota: fix memory leak in quota_compare_and_update()
2014-05-13 Theodore Ts'oquota: fix e2fsck to notice missing quota entries
2014-05-13 Theodore Ts'oquota: fix e2fsck so we update the quota file correctly
2014-05-13 Theodore Ts'oquota: add debugging code to print the dquot structure
2014-05-10 Niu Yaweilibquota: fix dict_uint_cmp()
2014-05-07 David MichaelAdd a make variable for the pkgconfig install dir
2014-01-30 Theodore Ts'oFix up the Makefiles dependencies in lib/ext2fs and...
2014-01-30 Theodore Ts'oquota: fix uninitiaized memory reference in mke2fs...
2014-01-07 Theodore Ts'olibquota: add error checking to quota_remove_inode
2014-01-07 Theodore Ts'olibquota: add error checking to quota_write_inode()
2014-01-06 Theodore Ts'oUse consistent e2fsprogs-standard types
2013-12-15 Darrick J. Wonglibext2fs: use ext2fs_punch() to truncate quota file
2013-12-12 Darrick J. Wonglibquota: fix memory leak (on error path)
2013-10-14 Niu Yaweiquota: fix disabling quota, add quota tests
2013-10-12 Darrick J. Wonge2fsprogs: add (optional) sparse checking to the build
2013-05-20 Theodore Ts'omisc: fix gcc -Wall warnings
2012-12-29 Andreas Dilgerlibquota: quiet log_err() bad format warnings
2012-12-29 Andreas Dilgerbuild: quiet some "gcc -Wall" compiler warnings
2012-12-29 Andreas Dilgermisc: cleanup unused variables on MacOS
2012-08-06 Theodore Ts'oPut ELF_OTHER_LIBS in the right place for the linker
2012-07-16 Aditya Kalilibquota: fix quota_inode_truncate()
2012-07-16 Aditya Kalitune2fs/quota: always create hidden quota files
2012-06-12 Theodore Ts'olibquota: remove unneeded #include of <sys/quota.h>
2012-06-04 Jan Karalibquota: remove unnecessary definitions
2012-05-28 Theodore Ts'olibquota: remove quota_is_on() which was the last user...
2012-05-28 Mike Frysingerlibquota: add missing time.h include
2012-05-14 Theodore Ts'oChange pkg-config files so that both <et/com_err.h...
2012-04-24 Aditya Kalie2fsck,libquota: Update quota only if its inconsistent
2012-02-27 Andreas Dilgerlibquota: don't include system quota.h header
2012-02-20 Theodore Ts'olibquota: fix invalid return in non-void function
2011-11-28 Theodore Ts'olibquota: remove use of PATH_MAX and replace it with...
2011-11-14 Theodore Ts'olibquota: log an error message if ext2fs_file_open...
2011-11-14 Niu Yaweilibquota: fix get_dq()
2011-11-14 Niulibquota: fix quota usage compute
2011-11-14 Niulibquota: quota file read support
2011-11-14 Aditya Kalilibquota: cleanup libquota code
2011-10-17 Theodore Ts'olibext2fs: ext2fs_[set_]file_acl_block needs to check...
2011-10-05 Theodore Ts'olibquota: remove flag argument to commit_dquot()
2011-10-04 Theodore Ts'olibquota: remove NLS support
2011-10-04 Theodore Ts'olibquota: use ext2_loff_t instead of loff_t
2011-10-04 Theodore Ts'olibquota: remove get_qf_name()
2011-10-04 Theodore Ts'olibquota: clean up some gcc -Wall warnings
2011-10-04 Theodore Ts'olibquota: remove get_qf_path()
2011-10-03 Theodore Ts'olibext2fs, libquota: fix some makefile dependency issues
2011-09-29 Theodore Ts'olibquota: use ext2fs byte swapping functions for portab...
2011-09-24 Andreas Dilgermisc: quiet minor compiler errors
2011-09-19 Theodore Ts'olibquota: only build a static library
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-09-16 Theodore Ts'olibquota: indicate in the ELF library image that it...
2011-09-14 Theodore Ts'olibquota: fix "make install" so it works in with a...
2011-08-31 Aditya Kalie2fsprogs: add quota library to e2fsprogs