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
/
nfs
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfs: after resolving the entry use the linked inode instead of old inode
Raghavendra Bhat
2012-11-19
1
-1
/
+2
*
nfs: do not change root inode if enable-ino32 is set
Rajesh Amaravathi
2012-11-18
1
-0
/
+3
*
build: fix missing include (from missing backslash)
Jeff Darcy
2012-11-14
1
-1
/
+1
*
ACLv3 - Access Control Lists V3
Krishna Srinivas
2012-11-13
9
-2
/
+799
*
nfs: resolve parent inode during inode_loc_fill
Rajesh Amaravathi
2012-11-12
1
-0
/
+2
*
nfs: do lookup on getattr after brick-status change
Jeff Darcy
2012-10-19
8
-40
/
+171
*
build: split CPPFLAGS from CFLAGS
Jeff Darcy
2012-10-03
1
-2
/
+4
*
build: move -L arguments out of CFLAGS
Jeff Darcy
2012-10-03
1
-1
/
+3
*
build: remove useless explicit -fPIC -shared from
Jeff Darcy
2012-10-03
1
-2
/
+2
*
build: remove -nostartfiles flag
Jeff Darcy
2012-10-02
1
-1
/
+1
*
build: consolidate common compilation flags into one variable
Jeff Darcy
2012-10-01
1
-1
/
+1
*
Clean up of typepunning errors ( Strict aliasing warnings )
Varun Shastry
2012-09-17
1
-20
/
+15
*
rpcsvc: remove .vector_actor and related changes
Anand Avati
2012-08-20
3
-62
/
+56
*
core: reduce the usage of global variables
Amar Tumballi
2012-08-03
1
-17
/
+17
*
libglusterfs,mount/fuse: implement gidcache mechanism in fuse-bridge
Brian Foster
2012-07-17
3
-117
/
+32
*
remove useless if-before-free (and free-like) functions
Jim Meyering
2012-07-13
5
-18
/
+9
*
nfs-common: don't let 0-length path cause buf[-1] access
Jim Meyering
2012-07-11
1
-2
/
+2
*
nfs: make NFS filehandles deterministic
Anand Avati
2012-07-04
2
-151
/
+6
*
xlators/nfs: don't test/set dirpath[-1] for a zero-length name
Jim Meyering
2012-07-02
1
-2
/
+2
*
nfs/nlm: when setting nlmclnt->rpc_clnt, do not overwrite old rpc_clnt
Krishna Srinivas
2012-06-01
1
-18
/
+5
*
Add server-side aux-GID resolution.
Jeff Darcy
2012-06-01
5
-8
/
+216
*
nfs/nlm: statedump of locks
Rajesh Amaravathi
2012-05-28
2
-0
/
+53
*
nfs/mount: Support MOUNT protocol on UDP. Needed for NLM on solaris clients.
Krishna Srinivas
2012-05-27
8
-6
/
+341
*
nfs/nlm: avoid duplicate replies for nlm procedures
Rajesh Amaravathi
2012-05-24
1
-102
/
+76
*
rpc: fix the vecsizer issue
Amar Tumballi
2012-05-24
1
-5
/
+6
*
nlm: do not use killall command to kill rpc.statd
Raghavendra Bhat
2012-05-21
2
-2
/
+24
*
nfs/nlm: nlm-unlock call should reply success in case it is not able to find ...
Krishna Srinivas
2012-05-21
1
-3
/
+6
*
nfs/nlm: procedures for PC clients
Rajesh Amaravathi
2012-05-17
5
-35
/
+605
*
nfs/mount: avoid duplicate reply on ENOENT
Rajesh Amaravathi
2012-05-15
1
-0
/
+1
*
libglusterfs/inode.c: do not link the inode in the dentry cache for "." and ".."
Krishna Srinivas
2012-05-05
1
-6
/
+2
*
nfs: use hostname without port numbers
Krishna Srinivas
2012-04-27
1
-24
/
+16
*
nlm: use correct subvolume when opening the file
v3.3.0qa39
Krishna Srinivas
2012-04-26
1
-2
/
+2
*
nfs/nlm: remove /var/run/rpc.statd.pid before starting rpc.statd.
Krishna Srinivas
2012-04-23
1
-1
/
+8
*
nlm: register client name with statd for blocking, nonblocking and reclaim lo...
Krishna Srinivas
2012-04-20
2
-9
/
+39
*
nfs/nlm: disable NLM if rpc.statd is not found.
Krishna Srinivas
2012-04-18
1
-3
/
+10
*
nlm: send sm-notify to clients whenever the nfs server is restarted so that c...
v3.3.0qa35
Krishna Srinivas
2012-04-17
1
-0
/
+20
*
nfs: option to disable NLM
Rajesh Amaravathi
2012-04-17
2
-5
/
+32
*
nfs/server: hard resolve fh on restart
Rajesh Amaravathi
2012-04-16
1
-1
/
+2
*
xlator/server,xlator/nfs : Fix authentication for address lists
Kaushal M
2012-04-13
1
-5
/
+18
*
nfs/nlm: dummy actor for FREE_ALL procedure
Rajesh Amaravathi
2012-04-05
1
-17
/
+29
*
Replace GPLV3 MD5 with OpenSSL MD5
Kaleb KEITHLEY
2012-04-04
1
-4
/
+6
*
nlm: print the reason of failure when clnt_create fails to create the client ...
Raghavendra Bhat
2012-04-02
1
-1
/
+2
*
glusterd: Include port in nfs status
Kaushal M
2012-04-02
1
-1
/
+0
*
nlm: do not destroy the NULL client object
Raghavendra Bhat
2012-03-30
1
-1
/
+2
*
core: fix all the iobuf related refs and unrefs
Amar Tumballi
2012-03-29
1
-2
/
+10
*
core: adding extra data for fops
Amar Tumballi
2012-03-22
7
-129
/
+160
*
rpc-clnt: separate out connection_cleanup() from destroy()
v3.3.0qa30
Amar Tumballi
2012-03-19
1
-2
/
+12
*
mgmt/glusterd : volume set validation fixes
Kaushal M
2012-03-18
1
-5
/
+9
*
remove code that was part of hard resolution which is not needed anymore.
v3.3.0qa28
krishna
2012-03-14
1
-236
/
+0
*
nfs: do not call inode_path on the newly created inode
Raghavendra Bhat
2012-03-14
1
-5
/
+18
[next]