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
/
storage
/
posix
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes for spurious entry self-heal in afr
Pranith Kumar K
2010-08-13
1
-0
/
+8
*
Set op_ret to -1 when open fails in posix_open
Raghavendra Bhat
2010-05-26
1
-0
/
+1
*
storage/posix: Use off_t for return value from lseek()
Vijay Bellur
2010-05-08
1
-4
/
+8
*
Set op_ret to -1 when open fails in posix create
Raghavendra Bhat
2010-04-27
1
-0
/
+1
*
fix posix_utimes
Raghavendra Bhat
2010-03-25
1
-1
/
+4
*
posix: gen number fixes on non-Linux systems
Vijay Bellur
2010-03-03
1
-2
/
+17
*
storage/posix: Don't use FTW_CONTINUE
Vikas Gorur
2010-02-23
1
-1
/
+1
*
storage/posix: Check for path before logging it in case of an error in xattro...
Pavan Sondur
2010-02-22
1
-13
/
+32
*
storage/posix: Fix device number handling.
Vikas Gorur
2010-02-07
1
-6
/
+23
*
Revert "Server backend storage hang should not cause the mount point to hang."
Harshavardhana Ranganath
2010-01-26
2
-147
/
+5
*
storage/posix: Fix an access-after-free bug in release() and releasedir().
v3.0.1
Vikas Gorur
2010-01-25
1
-17
/
+15
*
Server backend storage hang should not cause the mount point to hang.
Anand Avati
2010-01-23
2
-5
/
+147
*
storage/posix: Make the janitor sleep duration configurable.
Vikas Gorur
2010-01-21
2
-12
/
+35
*
storage/posix: Hand off calling close() and closedir() to the janitor thread.
Vikas Gorur
2010-01-19
2
-33
/
+81
*
storage/posix: Zero out the checksum array in rchecksum.
Vikas Gorur
2009-12-28
1
-0
/
+2
*
fix typo in posix
Csaba Henk
2009-12-14
1
-1
/
+1
*
posix_rchecksum() - fix leak of read buffer
Anand Avati
2009-12-04
1
-0
/
+2
*
storage/posix: Fix Leak in posix_getxattr while filtering gen-number xattr.
Pavan Sondur
2009-12-03
1
-0
/
+2
*
storage/posix: Change janitor sleep duration to 10 minutes.
Vikas Gorur
2009-12-03
1
-1
/
+1
*
storage/posix: Filter out generation number xattr.
Vikas Gorur
2009-12-03
1
-1
/
+6
*
storage/posix: Added janitor thread.
Vikas Gorur
2009-12-02
2
-1
/
+119
*
storage/posix: Fix condition typo.
Vikas Gorur
2009-11-20
1
-1
/
+1
*
fixing a crash in posix (on 32bit)
Amar Tumballi
2009-11-16
1
-1
/
+3
*
Wrong variable is checked after stat call.
Sachidananda
2009-11-03
1
-2
/
+2
*
storage/posix: Changed error message displayed for option background-unlink.
Vijay Bellur
2009-11-02
1
-1
/
+1
*
storage/posix: Serialize do_xattrop.
Vikas Gorur
2009-10-29
1
-45
/
+58
*
storage/posix: Refactor xattrop
Vikas Gorur
2009-10-29
1
-122
/
+64
*
posix: posix_[f]setattr() handle valid=0 case by performing {f, l}chown (-1, -1)
Anand Avati
2009-10-28
1
-0
/
+24
*
storage/posix: Ensure time(2) is stored in a 64-bit variable.
Vikas Gorur
2009-10-26
1
-1
/
+3
*
storage/posix: Set right the op_ret value from posix_readlink()
Vijay Bellur
2009-10-18
1
-4
/
+6
*
posix: posix_{f, l}stat_with_gen to return 0 on success (instead of >= 0)
Anand V. Avati
2009-10-16
1
-0
/
+2
*
posix - generation number support
Anand V. Avati
2009-10-16
2
-294
/
+229
*
posix - use lchown and lchmod in setattr
Anand V. Avati
2009-10-16
1
-2
/
+2
*
storage/posix: Use the right macro to set nsec of mtime in posix_do_utimes
Vijay Bellur
2009-10-15
1
-1
/
+1
*
storage/posix: Initialize op_errno to 0 in posix_create.
Vijay Bellur
2009-10-15
1
-1
/
+1
*
posix/client/server: Send postparent in lookup even if lookup fails on the en...
Vikas Gorur
2009-10-13
1
-2
/
+6
*
posix: Ensure ENOTEMPTY return on rmdir
Shehjar Tikoo
2009-10-09
1
-1
/
+4
*
Changed occurrences of Z Research to Gluster.
Vijay Bellur
2009-10-07
2
-2
/
+2
*
posix: Support readdirp fop
Shehjar Tikoo
2009-10-06
1
-16
/
+38
*
storage/posix: Process "glusterfs.content" key in lookup only for regular files.
Vikas Gorur
2009-10-06
1
-1
/
+3
*
storage/posix: Change STACK_UNWIND to STACK_UNWIND_STRICT.
Vikas Gorur
2009-10-05
1
-49
/
+59
*
posix: NFS-friendly logic changes
Shehjar Tikoo
2009-10-01
2
-26
/
+394
*
Global: NFS-friendly prototype changes
Shehjar Tikoo
2009-10-01
1
-1
/
+1
*
Global: Introduce setattr and fsetattr fops
Shehjar Tikoo
2009-10-01
1
-331
/
+265
*
storage/posix: Implement rchecksum.
Vikas Gorur
2009-09-22
1
-0
/
+66
*
storage/posix: Update nr_files after system call succeeds.
Vikas Gorur
2009-09-22
1
-12
/
+12
*
storage/posix: transform inode number in stat structure
Raghavendra G
2009-09-15
1
-133
/
+446
*
storage/posix: Synchronize access to this->private.
Vikas Gorur
2009-09-08
2
-23
/
+52
*
storage/posix: Handle setgid bit on directories correctly
Vikas Gorur
2009-09-08
1
-10
/
+108
*
storage/posix: handle dentries from different mount points in readdir
Raghavendra G
2009-09-08
1
-34
/
+51
[next]