summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/src/marker.c
Commit message (Expand)AuthorAgeFilesLines
* features/marker-quota: Use stack_wind_cookie in place of stack_wind to preser...v3.2.5qa9v3.2.5Junaid2011-11-111-11/+12
* check the return value of inode_path for less than or equal to zeroRaghavendra Bhat2011-10-281-1/+1
* 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-191-3/+3
* features/marker-quota: Perform xattr related operations with root permissions...Junaid2011-09-121-5/+24
* features/marker-quota: Prefix the function names with mq (marker-quota).Junaid2011-09-121-18/+18
* memleak fixes for markerRaghavendra Bhat2011-09-111-3/+5
* features/marker: send the errno sent by posix to the upper xlators, instead o...Raghavendra Bhat2011-08-201-1/+2
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* features/marker-quota: Perform removexattr with frame uid and gid set to root.Junaid2011-07-291-0/+10
* features/marker-quota: Fix some random memory leaks.Junaid2011-07-281-1/+3
* features/marker: fix race-conditions, memory corruptions and fd-leaks.Raghavendra G2011-07-201-132/+511
* 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-211-0/+6
* features/marker-quota: handle overflow of counter used to set frame->root->lk...Raghavendra G2011-04-211-0/+4
* features/marker-quota: Add the disk space used to parent sizes during creatio...Raghavendra G2011-04-211-2/+2
* features/marker: reduce the size corresponding to destination file if it is a...Raghavendra G2011-04-211-2/+15
* 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-181-3/+32
* features/marker-quota: remove contribution xattrs from oldloc in rename.Raghavendra G2011-04-181-6/+43
* use "geo-replication" all over as the official name of this featureCsaba Henk2011-04-151-48/+48
* features/marker: fix the excessive logs in markerAmar Tumballi2011-04-141-6/+8
* 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-131-1/+17
* marker: check the return value being less than zero instead of -1Raghavendra Bhat2011-04-111-1/+3
* features/marker: Synchronise the read and write of marker_local_ref.Junaid2011-04-081-2/+4
* features/marker: Check if gsync is enabled in getxattr fop before performing ...Junaid2011-04-071-2/+8
* features/marker: Fix memory corruption.Junaid2011-03-311-2/+8
* features/marker: check for op_ret before doing any operations in lookup callbackMohammed Junaid Ahmed2011-03-291-10/+3
* check the local for NULL before accessing itv3.2.0qa5Raghavendra Bhat2011-03-271-3/+3
* features/marker: Handle fop's gracefully when none of the feaures are enabled.Junaid2011-03-261-109/+228
* features/marker: Donot fail init when both gsync and quota are not enabled.Mohammed Junaid Ahmed2011-03-221-35/+76
* features/marker: Invalid option "marker", use "gsync" instead.Mohammed Junaid Ahmed2011-03-161-2/+9
* features/marker: QUOTA related changes in marker translator.Mohammed Junaid Ahmed2011-03-161-89/+428
* features/marker: open the timestamp file with O_TRUNC to update the ctimeKaushik BV2011-03-141-6/+3
* Revert "features/marker: Use touch TimeStamp file instead of futimens, to avo...Kaushik BV2011-03-141-14/+19
* features/marker: Use touch TimeStamp file instead of futimens, to avoid the d...Kaushik BV2011-02-101-19/+14
* marker: Updating the xtime marks on both the paths in rename fop.Mohammed Junaid Ahmed2011-02-041-3/+25
* adding marker translatorJunaid2011-01-271-0/+1420