summaryrefslogtreecommitdiffstats
path: root/xlators/features
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables.Sachidananda2010-08-021-4/+0
* removed last few remaining 'ERR_ABORT's from codebaseAmar Tumballi2010-07-281-22/+58
* access-control: Fix O_CREATE determination checkShehjar Tikoo2010-07-281-1/+1
* encryption/ features/quota change STACK_UNWIND to STACK_UNWIND_STRICTshishir gowda2010-07-201-1/+3
* Remove dead assignment.Sachidananda2010-07-201-1/+1
* features/locks convert STACK_UNWIND to STACK_UNWIND_STRICTshishir gowda2010-07-201-1/+3
* features/trash convert STACK_UNWIND TO STACK_UNWIND STRICTshishir gowda2010-07-202-16/+16
* Remove dead assignment reported by clang.Sachidananda2010-07-191-2/+0
* NULL dereference fixes in code base after running with 'clang'Amar Tumballi2010-07-021-9/+21
* mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.amAnand Avati2010-06-084-3/+7
* features/locks: Use fuse supplied lock owner even for internal locks.Pavan Sondur2010-05-262-2/+2
* added features/mac-compatCsaba Henk2010-05-134-1/+264
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-037-24/+0
* 'features/locks': remove all reference to 'transport_t'Amar Tumballi2010-05-036-16/+15
* features/access-control: Memory accounting changesVijay Bellur2010-04-271-2/+2
* Memory accounting changesVijay Bellur2010-04-2314-148/+424
* access-control: Introduce new translatorShehjar Tikoo2010-03-315-1/+1916
* new 'features/read-only' module addedAmar Tumballi2010-03-244-1/+323
* fix warnings on 32 bitCsaba Henk2010-03-221-5/+7
* iatt: changes across the codebaseAnand V. Avati2010-03-166-202/+209
* iatt: configure.ac not to build filterAnand V. Avati2010-03-161-1/+1
* When option mandatory is given, print warning messages instead of Error.Sachidananda2010-03-121-1/+1
* features/quota: Remember '/' loc_t to initiate xattr calls.Pavan Sondur2010-03-021-31/+60
* features/quota: store the entire vector in local instead of just a pointer to...Raghavendra G2010-03-021-4/+13
* features/quota: Changes in arguments in STACK_UNWINDs for most FOPs.Pavan Sondur2010-02-221-21/+37
* features/quota: Fix memory leak while syncing disk usage.Pavan Sondur2010-02-221-4/+14
* features/locks: Set dummy fd ctx in all relevant places so that release callb...Pavan Sondur2010-02-183-3/+82
* features/locks: Fix broken interface grant_blocked_inode_locksPavan Sondur2010-01-142-22/+35
* features/locks: Do not call grant blocked locks in pl_forgetPavan Sondur2010-01-141-44/+85
* features/locks: Unwind if inode is NULL to prevent 'lost' frame.Pavan Sondur2009-12-211-6/+9
* Changed occurrences of Z Research to GlusterVijay Bellur2009-12-071-1/+1
* features/locks: Implement release xlator callback.Pavan Sondur2009-12-064-10/+48
* features/locks: Disable mandatory locks, until we can use lock-owner field wi...Pavan Sondur2009-12-061-9/+3
* features/locks: Correct the order of arguments and print a log message in pl_...Pavan Sondur2009-12-061-2/+12
* features/locks: Process State Dump support for locks.Pavan Sondur2009-12-041-0/+213
* fixing some warnings on 64bit machine.Amar Tumballi2009-12-031-1/+1
* features/locks: Fix inodelk leak when issued an UNLOCK.Pavan Sondur2009-12-031-4/+4
* features/locks: Release all locks of an fd when a client disconnects.Pavan Vilas Sondur2009-12-033-5/+65
* features/locks: Changes in log messages reflecting lk-owner.Pavan Sondur2009-12-034-26/+38
* protocol/server: Changes in protocol client to include lk_owner in protocol h...Pavan Vilas Sondur2009-12-032-9/+18
* features/locks: Use owner field in inodelks.Pavan Vilas Sondur2009-12-032-4/+20
* features/locks: Use owner field for entrylks.Pavan Vilas Sondur2009-12-032-15/+35
* features/locks: Use lock_owner from fuse in posix locks.Pavan Vilas Sondur2009-12-034-7/+20
* features/locks: Release blocked locks also when server requests to release al...Pavan Sondur2009-12-022-12/+46
* fixes to compile on MacOSX (no fuse client)Amar Tumballi2009-12-011-7/+7
* trash_ftruncate fop addedAmar Tumballi2009-12-011-0/+357
* trash_truncate fop addedAmar Tumballi2009-12-011-2/+443
* trash_rename fop addedAmar Tumballi2009-12-011-0/+258
* trash_unlink fop addedAmar Tumballi2009-12-012-1/+337
* features/trash initial cleanup commitAmar Tumballi2009-12-013-610/+194