index
:
glusterfs-afrv1.git
development
master
release-2.0
release-3.0
release-3.1
release-3.2
release-3.3
release-3.4
release-3.5
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
xlators
/
features
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead assignment reported by clang.
Sachidananda
2010-07-19
1
-2
/
+0
*
NULL dereference fixes in code base after running with 'clang'
Amar Tumballi
2010-07-02
1
-9
/
+21
*
mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.am
Anand Avati
2010-06-08
4
-3
/
+7
*
features/locks: Use fuse supplied lock owner even for internal locks.
Pavan Sondur
2010-05-26
2
-2
/
+2
*
added features/mac-compat
Csaba Henk
2010-05-13
4
-1
/
+264
*
frame's 'op', 'type' restructured
Amar Tumballi
2010-05-03
7
-24
/
+0
*
'features/locks': remove all reference to 'transport_t'
Amar Tumballi
2010-05-03
6
-16
/
+15
*
features/access-control: Memory accounting changes
Vijay Bellur
2010-04-27
1
-2
/
+2
*
Memory accounting changes
Vijay Bellur
2010-04-23
14
-148
/
+424
*
access-control: Introduce new translator
Shehjar Tikoo
2010-03-31
5
-1
/
+1916
*
new 'features/read-only' module added
Amar Tumballi
2010-03-24
4
-1
/
+323
*
fix warnings on 32 bit
Csaba Henk
2010-03-22
1
-5
/
+7
*
iatt: changes across the codebase
Anand V. Avati
2010-03-16
6
-202
/
+209
*
iatt: configure.ac not to build filter
Anand V. Avati
2010-03-16
1
-1
/
+1
*
When option mandatory is given, print warning messages instead of Error.
Sachidananda
2010-03-12
1
-1
/
+1
*
features/quota: Remember '/' loc_t to initiate xattr calls.
Pavan Sondur
2010-03-02
1
-31
/
+60
*
features/quota: store the entire vector in local instead of just a pointer to...
Raghavendra G
2010-03-02
1
-4
/
+13
*
features/quota: Changes in arguments in STACK_UNWINDs for most FOPs.
Pavan Sondur
2010-02-22
1
-21
/
+37
*
features/quota: Fix memory leak while syncing disk usage.
Pavan Sondur
2010-02-22
1
-4
/
+14
*
features/locks: Set dummy fd ctx in all relevant places so that release callb...
Pavan Sondur
2010-02-18
3
-3
/
+82
*
features/locks: Fix broken interface grant_blocked_inode_locks
Pavan Sondur
2010-01-14
2
-22
/
+35
*
features/locks: Do not call grant blocked locks in pl_forget
Pavan Sondur
2010-01-14
1
-44
/
+85
*
features/locks: Unwind if inode is NULL to prevent 'lost' frame.
Pavan Sondur
2009-12-21
1
-6
/
+9
*
Changed occurrences of Z Research to Gluster
Vijay Bellur
2009-12-07
1
-1
/
+1
*
features/locks: Implement release xlator callback.
Pavan Sondur
2009-12-06
4
-10
/
+48
*
features/locks: Disable mandatory locks, until we can use lock-owner field wi...
Pavan Sondur
2009-12-06
1
-9
/
+3
*
features/locks: Correct the order of arguments and print a log message in pl_...
Pavan Sondur
2009-12-06
1
-2
/
+12
*
features/locks: Process State Dump support for locks.
Pavan Sondur
2009-12-04
1
-0
/
+213
*
fixing some warnings on 64bit machine.
Amar Tumballi
2009-12-03
1
-1
/
+1
*
features/locks: Fix inodelk leak when issued an UNLOCK.
Pavan Sondur
2009-12-03
1
-4
/
+4
*
features/locks: Release all locks of an fd when a client disconnects.
Pavan Vilas Sondur
2009-12-03
3
-5
/
+65
*
features/locks: Changes in log messages reflecting lk-owner.
Pavan Sondur
2009-12-03
4
-26
/
+38
*
protocol/server: Changes in protocol client to include lk_owner in protocol h...
Pavan Vilas Sondur
2009-12-03
2
-9
/
+18
*
features/locks: Use owner field in inodelks.
Pavan Vilas Sondur
2009-12-03
2
-4
/
+20
*
features/locks: Use owner field for entrylks.
Pavan Vilas Sondur
2009-12-03
2
-15
/
+35
*
features/locks: Use lock_owner from fuse in posix locks.
Pavan Vilas Sondur
2009-12-03
4
-7
/
+20
*
features/locks: Release blocked locks also when server requests to release al...
Pavan Sondur
2009-12-02
2
-12
/
+46
*
fixes to compile on MacOSX (no fuse client)
Amar Tumballi
2009-12-01
1
-7
/
+7
*
trash_ftruncate fop added
Amar Tumballi
2009-12-01
1
-0
/
+357
*
trash_truncate fop added
Amar Tumballi
2009-12-01
1
-2
/
+443
*
trash_rename fop added
Amar Tumballi
2009-12-01
1
-0
/
+258
*
trash_unlink fop added
Amar Tumballi
2009-12-01
2
-1
/
+337
*
features/trash initial cleanup commit
Amar Tumballi
2009-12-01
3
-610
/
+194
*
Do not access a free'd lock while releasing all inodelks of transport.
Pavan Sondur
2009-11-19
1
-6
/
+4
*
Remove unnecessary log message. It also accesses a freed lock after an 'unlock'.
Pavan Sondur
2009-11-03
1
-6
/
+0
*
features/locks: Do not try to set value in dict when lookup has failed.
Vijay Bellur
2009-11-01
1
-35
/
+42
*
Fix logic while granting blocked entrylks, which could run into an infinite l...
Pavan Sondur
2009-10-30
1
-5
/
+6
*
Remove unnecessary check of xattr_req in lookup.
Pavan Sondur
2009-10-29
1
-1
/
+0
*
Print inodelks in and out if option trace is on.
Pavan Sondur
2009-10-29
4
-18
/
+96
*
Print entrylks in and out if option trace is on.
Pavan Sondur
2009-10-29
1
-4
/
+136
[next]