summaryrefslogtreecommitdiffstats
path: root/xlators/features/quota/src/quota.c
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-10/+0
* xlator options: revamp xlator option validation/reconfigure codeAnand Avati2011-08-181-65/+11
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* quota: changes in volume_options to assist volume set help/help-xmlKaushik BV2011-07-121-8/+25
* quota: update limit stored in inode-ctx when limit is removed on a directory.Raghavendra G2011-07-111-2/+7
* features/quota: Print a log when reconfigure fails.Junaid2011-06-201-5/+8
* features/quota: after validation on a path, reset variable just_validated to ...Raghavendra G2011-06-161-6/+11
* prevent few excessive logsAmar Tumballi2011-04-211-4/+6
* quota: do not assign frame->local to NULL which leads to memleakRaghavendra Bhat2011-04-161-1/+0
* quota: assign local to frame local to prevent memleakRaghavendra Bhat2011-04-161-0/+6
* features/quota: set 'frame->local' to local in fsyncAmar Tumballi2011-04-161-0/+2
* features/quota: use disk usage instead of file-sizes.Raghavendra G2011-04-151-15/+15
* quota: resume the stub when its not NULLRaghavendra Bhat2011-04-141-1/+1
* quota/(f)truncate: pass correct delta for updating parent sizes after success...Raghavendra G2011-04-141-4/+4
* features/quota: update quota-limit stored in directory contexts after reconfi...Raghavendra G2011-04-131-0/+4
* features/quota: check for proper return value in case failure of dict_get_binRaghavendra G2011-04-121-1/+1
* features/quota: add error checks for failure of quota_inode_loc_fill.Raghavendra G2011-04-121-8/+34
* quota: assign frame->local to local before checking op_retRaghavendra Bhat2011-04-121-1/+2
* features/quota: Validate the quota options. and donot include into the client...Junaid2011-04-121-0/+28
* features/quota: Adding the option "timeout" to quota.Junaid2011-04-111-0/+22
* features/quota: handle failed fops gracefully.Raghavendra G2011-04-111-11/+39
* features/quota: Add checks for any of the parents of file being NULL while ch...Raghavendra G2011-04-111-0/+11
* features/quota: use signed type to store delta.Raghavendra G2011-04-111-8/+8
* buf and statpost should be checked for NULL before accessing itRaghavendra Bhat2011-04-111-3/+6
* features/quota: Fix race-condition while resuming stub.Raghavendra G2011-04-101-37/+86
* features/quota: Add checks for any of the parents of file being NULL while ch...Raghavendra G2011-04-081-9/+19
* do not access the empty loc inodev3.2.0qa9Raghavendra Bhat2011-04-071-2/+2
* do not change the arguments of a functionRaghavendra Bhat2011-04-071-9/+8
* check buf for NULL before accessing itv3.2.0qa8Raghavendra Bhat2011-04-061-1/+2
* features/quota: use a double pointer to uint64_t as an argument to dict_get_b...Raghavendra G2011-04-051-2/+2
* features/quota: add NULL check before doing strcasecmpRaghavendra G2011-04-051-1/+1
* features/quota: Use appropriate inodes while logging and create contexts in i...Junaid2011-03-311-123/+144
* access the proper loc structure when inode ctx get fails in quotaRaghavendra Bhat2011-03-301-2/+2
* features/quota: Return dynamically allocated address of local.Junaid2011-03-261-7/+3
* features/quota: Client side quota.Raghavendra G2011-03-221-0/+2582
* features/quota: removed quota.c and quota-mem-types.h files.Raghavendra G2011-03-221-1207/+0
* features/quota: fix warnings due to format string mismatches during invocatio...Raghavendra G2010-12-141-1/+1
* Copyright changesVijay Bellur2010-10-111-1/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* rmdir: introduce extra flags parameter in FOP prototypeAnand V. Avati2010-10-021-3/+5
* Glusterd: gluster volume set <volume> <option> <value>Kaushik BV2010-09-181-0/+53
* features/quota remove dead variables.Sachidananda2010-09-131-8/+2
* gfid: changes in symlink() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-2/+2
* gfid: changes in mkdir() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-2/+3
* gfid: changes in mknod() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-2/+2
* gfid: change in create() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-2/+2
* encryption/ features/quota change STACK_UNWIND to STACK_UNWIND_STRICTshishir gowda2010-07-201-1/+3
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-031-3/+0
* Memory accounting changesVijay Bellur2010-04-231-7/+33