summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/src
Commit message (Expand)AuthorAgeFilesLines
* features/marker: Use appropriate loc struct to do removexattr on newpath afte...Raghavendra G2011-09-201-1/+13
* features/quota: explicitly create xattrs in marker_create_cbkRaghavendra G2011-09-192-3/+10
* features/marker-quota: Perform xattr related operations with root permissions...Junaid2011-09-122-6/+39
* features/marker-quota: Prefix the function names with mq (marker-quota).Junaid2011-09-125-310/+310
* memleak fixes for markerRaghavendra Bhat2011-09-111-3/+5
* features/marker-quota: Fix invalid reads in readdir_cbk.Junaid2011-08-221-8/+24
* features/marker: avoid race conditions in marker-quota and avoid memory corru...v3.2.3qa4Raghavendra Bhat2011-08-202-50/+199
* features/marker: send the errno sent by posix to the upper xlators, instead o...Raghavendra Bhat2011-08-201-1/+2
* features/marker: Correct behavior of local_ref/unrefVijay Bellur2011-08-203-7/+4
* features/marker: do not unref the marker local twice to avoid memory corruptionRaghavendra Bhat2011-08-172-7/+16
* Change Copyright current yearPranith Kumar K2011-08-109-9/+9
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* features/marker-quota: Performance improvement.Junaid2011-08-053-11/+122
* features/marker-quota: Remove unused variable volname.Junaid2011-08-032-6/+1
* features/marker: log failures due to file not being presentRaghavendra G2011-08-031-33/+77
* features/marker-quota: Perform removexattr with frame uid and gid set to root.Junaid2011-07-292-0/+23
* features/marker-quota: Fix some random memory leaks.Junaid2011-07-282-12/+11
* features/marker: fix race-conditions, memory corruptions and fd-leaks.Raghavendra G2011-07-207-374/+1019
* features/marker-quota: call stack destroy when hardlink count is not greater 1.Junaid2011-07-011-0/+6
* marker: fill out the volume-mark properly in case of marking corruptionCsaba Henk2011-05-311-1/+1
* marker: fix NULL deref in loggingv3.2.0Anand Avati2011-04-291-2/+3
* features/marker-quota: handle creation of regular files using mknod.Raghavendra G2011-04-212-0/+7
* features/marker-quota: handle overflow of counter used to set frame->root->lk...Raghavendra G2011-04-214-13/+42
* features/marker-quota: Add the disk space used to parent sizes during creatio...Raghavendra G2011-04-213-3/+6
* features/marker: reduce the size corresponding to destination file if it is a...Raghavendra G2011-04-213-8/+18
* features/marker-quota: initialize dentry_child_count to total number of child...Raghavendra G2011-04-211-6/+17
* marker: fixes to bypass marker fops in case features are enabledAmar Tumballi2011-04-191-9/+22
* features/marker-quota: reduce contributions to parents during unlink only if ...Raghavendra G2011-04-182-4/+33
* features/marker-quota: remove contribution xattrs from oldloc in rename.Raghavendra G2011-04-181-6/+43
* marker/quota: use correct byte ordering when updating parent's size.Raghavendra G2011-04-161-1/+1
* marker: avoid memleak by unrefing dict, fd and localRaghavendra Bhat2011-04-162-0/+10
* features/marker-quota: fixes in self-healing of dirty inode code path.Raghavendra G2011-04-161-2/+2
* features/marker-quota: Use the actual disk-space consumed instead of ia_size ...Raghavendra G2011-04-151-3/+3
* use "geo-replication" all over as the official name of this featureCsaba Henk2011-04-152-49/+49
* features/marker: fix the excessive logs in markerAmar Tumballi2011-04-142-19/+27
* marker: pass cookie properly while filtering quota xattrs.v3.2.0qa12Raghavendra G2011-04-141-6/+9
* features/marker: Filter the quota xattr's on getxattr with NULL name argument.Junaid2011-04-133-2/+36
* features/marker: Call update txn when the directory size and its contribution...Junaid2011-04-131-1/+8
* features/marker: Adding NULL checks.Junaid2011-04-124-27/+35
* marker: check the return value being less than zero instead of -1Raghavendra Bhat2011-04-111-1/+3
* marker/quota: use correct byte order while storing xattr values in backend.Raghavendra G2011-04-101-1/+1
* features/marker: Synchronise the read and write of marker_local_ref.Junaid2011-04-081-2/+4
* features/marker: Perform quota updation on rmdir and unlink by holding inodel...Junaid2011-04-071-30/+134
* features/marker: Check for NULL before dereferencing pointers stored in local.Junaid2011-04-071-2/+5
* features/marker: Check if gsync is enabled in getxattr fop before performing ...Junaid2011-04-071-2/+8
* features/marker, cli: use appropriate conversion specifiers.Raghavendra G2011-04-061-5/+8
* features/marker: Fix memory corruption.Junaid2011-03-314-17/+22
* return after stack winding instead of destroying the frameMohammed Junaid Ahmed2011-03-301-6/+7
* assign local to frame->local before checking for error conditionsRaghavendra Bhat2011-03-301-2/+2
* features/marker: check for op_ret before doing any operations in lookup callbackMohammed Junaid Ahmed2011-03-291-10/+3