summaryrefslogtreecommitdiffstats
path: root/xlators/features
Commit message (Expand)AuthorAgeFilesLines
* core: add @xdata parameter to syncop_[f]removexattr()Anand Avati2014-02-131-1/+1
* build: CFLAGS was being polluted by python flagsLuis Pabon2014-02-121-3/+3
* features/quota: Fix NULL dereference error reported by coverity.Poornima2014-02-101-0/+4
* features/marker-quota: more stringent error handling in rename.Raghavendra G2014-02-081-10/+15
* features/quota: fix crash in error handling after building ancestry.Raghavendra G2014-02-081-1/+1
* features/index: Close directories left open on error.Christopher R. Hertel2014-02-071-3/+17
* changelog: When connection is unsuccessful, close socket too.Raghavendra Talur2014-02-071-0/+1
* changelog: Restrict length of unix socket files to UNIX_PATH_MAX.Raghavendra Talur2014-02-054-4/+4
* features/index: Loop exit without freeing in-use memory.Christopher R. Hertel2014-02-041-1/+3
* quota: Fixing a possibility of GF_FREE on an array pointerLalatendu Mohanty2014-02-031-1/+4
* cluster/afr: Add gfid to index in wind un-conditionallyPranith Kumar K2014-01-291-9/+25
* features/qemu-block: Remove unref of freed iobufPoornima2014-01-291-1/+0
* features/quota: Correct the statfs calculation when set limit is beyond ...Varun Shastry2014-01-281-4/+2
* features/gfid-access: populating inode during virtual_lookup_cbk.Ajeet Jha2014-01-282-5/+6
* features/gfid-access: fix lookup on .gfid/<parent>/bnameVenky Shankar2014-01-271-0/+17
* mgmt/glusterd: make sure quota enforcer has established connection with quota...Raghavendra G2014-01-252-6/+48
* features/quota: maintain correct link_count in ancestry buildingRaghavendra G2014-01-251-53/+68
* features/quota: remove in-memory accounting of files in enforcerRaghavendra G2014-01-252-221/+210
* features/quota: use STACK_WIND_TAIL when quota is turned off.Raghavendra G2014-01-241-168/+207
* gfid-access: fix the issue of entry creation with wrong gfidAmar Tumballi2014-01-231-6/+39
* quota: filter glusterfs quota xattrsSusant Palai2014-01-221-34/+22
* locks: set @lock->frame = NULL when lock is grantedAnand Avati2014-01-222-3/+5
* quota: get directory size before enforcing quota on renameKrishnan Parthasarathi2014-01-202-12/+72
* syncop: Change return value of syncopPranith Kumar K2014-01-193-17/+16
* build: Start using library versioning for various librariesHarshavardhana2014-01-181-1/+1
* features/quota: Handle the corner case in statfs callVarun Shastry2014-01-171-3/+3
* quota: fix recording of last alert log messageKrishnan Parthasarathi2014-01-161-6/+12
* features/quota: Metadata cleanupVarun Shastry2014-01-161-4/+139
* consolidate code for #ifdef HAVE_LINKAT usageVijay Bellur2014-01-141-25/+7
* locks: various fixesAnand Avati2014-01-137-626/+383
* Use linkat() instead of link() for portability sakeEmmanuel Dreyfus2014-01-021-1/+2
* Use linkat() instead of link() for portability sakeEmmanuel Dreyfus2014-01-021-0/+20
* features/index: Minor improvement in log message.Vijay Bellur2013-12-271-1/+1
* features/quota: log usage only if hard limit not exceeded.Raghavendra G2013-12-151-4/+9
* features/changelog: more changelog fixes.Ajeet Jha2013-12-128-38/+212
* gfid-access: do chown() after creating the new entriesAmar Tumballi2013-12-102-8/+73
* index: fix the order of initializationAnand Avati2013-12-041-3/+5
* features/marker: Filter quota xattrs on file as wellPranith Kumar K2013-12-012-3/+70
* cli, glusterd: More quota fixes ...Krutika Dhananjay2013-11-301-2/+0
* features/index : Creation of indices directory as soon as brick is up.Anuradha2013-11-281-0/+5
* cluster/dht: instruct marker whenever it shouldn't do accountingRaghavendra G2013-11-261-40/+2
* features/marker-quota: exclude dht-linkfiles from being accounted.Raghavendra G2013-11-261-2/+2
* features/quota: make writes short when the entire write cannot fit into avail...Raghavendra G2013-11-262-10/+57
* features/quota: Improvements to quotaRaghavendra G2013-11-2610-984/+2947
* features/marker: quota friendly changesRaghavendra G2013-11-266-90/+387
* NetBSD missing backtrace(3) portability fixEmmanuel Dreyfus2013-11-191-0/+2
* zerofill: Change the type of len argument of glfs_zerofill() to off_tBharata B Rao2013-11-141-1/+1
* features/compress: Compression/DeCompression translatorPrashanth Pai2013-11-117-1/+1039
* features/qemu-block: simplify coroutine model to use single synctask, ucontextBrian Foster2013-11-107-248/+72
* features/qemu-block: add qemu backing image support (clone)Brian Foster2013-11-104-23/+166