summaryrefslogtreecommitdiffstats
path: root/xlators/features
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Do not access a free'd lock while releasing all inodelks of transport.Pavan Sondur2009-11-191-6/+4
* Remove unnecessary log message. It also accesses a freed lock after an 'unlock'.Pavan Sondur2009-11-031-6/+0
* features/locks: Do not try to set value in dict when lookup has failed.v3.0.0pre1Vijay Bellur2009-11-011-35/+42
* Fix logic while granting blocked entrylks, which could run into an infinite l...Pavan Sondur2009-10-301-5/+6
* Remove unnecessary check of xattr_req in lookup.Pavan Sondur2009-10-291-1/+0
* Print inodelks in and out if option trace is on.Pavan Sondur2009-10-294-18/+96
* Print entrylks in and out if option trace is on.Pavan Sondur2009-10-291-4/+136
* Trace locks in and out with an option in normal log mode.Pavan Sondur2009-10-294-2/+281
* Implement lookup in locks to return lock count in a dict value.Pavan Sondur2009-10-285-0/+320
* locks: fix leak in inodelkAnand Avati2009-10-181-1/+2
* indentation fixes to conform to coding standards in locksAnand Avati2009-10-166-798/+798
* locks: keep ref on the inode while locks are heldAnand Avati2009-10-166-7/+66
* Add INIT_LIST_HEAD which was left out in the previous commitAnand Avati2009-10-091-0/+1
* features/locks: Fix insert_and_mergeCorentin Chary2009-10-091-4/+0
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-0711-11/+11
* features/locks: Change STACK_UNWIND to STACK_UNWIND_STRICT.Vikas Gorur2009-10-053-19/+22
* filter: NFS-friendly logic changesShehjar Tikoo2009-10-011-27/+84
* locks: NFS-friendly logic changesShehjar Tikoo2009-10-012-6/+9
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-015-74/+218
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-012-246/+68
* Changes to use this->name while using logging instead of explicitly mentionin...Pavan Sondur2009-10-015-20/+20
* Check if path is valid after call to inode_path before accessing it.Pavan Sondur2009-10-011-4/+8
* Implemented inodelks with support for domains.Pavan Vilas Sondur2009-09-236-75/+644
* Implemented entry locks and support for domains.Pavan Vilas Sondur2009-09-236-26/+681
* Removed internal.c and old domain definition in locks.Pavan Vilas Sondur2009-09-233-906/+7
* Dumop inodectx addedVijay Bellur2009-09-161-12/+14
* Changed prototype for inode_table_dump() and inode_dump().Vijay Bellur2009-09-161-2/+1
* TAKE2[PATCH BUG:213 1/1] Support for Process State DumpVijay Bellur2009-08-191-0/+55
* features/locks: Fix reverse logic in posix_lock_to_flockVikas Gorur2009-08-171-2/+2
* features/locks: Set the right log level in a few places.Vikas Gorur2009-08-172-13/+13
* filter: use O_ACCMODE for checking file access modes.Raghavendra G2009-07-071-3/+6
* Avoid accessing local unconditionally in trash_common_*_cbk functions.Vijay Bellur2009-06-221-0/+8
* Change errno to EAGAIN in readv/writevVikas Gorur2009-05-191-6/+7