index
:
glusterfs.git
bug-deprecated
dht-stale-layout-fixes
exp
experimental
heal-info
master
release-2.0
release-3.0
release-3.1
release-3.10
release-3.11
release-3.12
release-3.13
release-3.2
release-3.3
release-3.4
release-3.5
release-3.6
release-3.7
release-3.8
release-3.8-fb
release-3.9
release-4.0
release-4.1
release-5
release-6
release-7
release-8
round-robin2
testing-regression-job
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libglusterfs
/
src
/
syncop.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
user servicable snapshots
Raghavendra Bhat
2014-05-29
1
-1
/
+16
*
syncops: add support for custom PID
Anand Avati
2014-02-13
1
-0
/
+40
*
core: add @xdata parameter to syncop_[f]removexattr()
Anand Avati
2014-02-13
1
-4
/
+4
*
syncop: Change return value of syncop
Pranith Kumar K
2014-01-19
1
-39
/
+78
*
syncops: expose @flags in syncop_rmdir()
Anand Avati
2013-11-21
1
-2
/
+2
*
zerofill: Change the type of len argument of glfs_zerofill() to off_t
Bharata B Rao
2013-11-14
1
-1
/
+1
*
glusterfs: zerofill support
M. Mohan Kumar
2013-11-10
1
-0
/
+29
*
gfapi: object handle based API extensions
R.Shyamsundar
2013-10-11
1
-0
/
+154
*
core: block unused signals in created threads
Anand Avati
2013-09-25
1
-4
/
+4
*
synctask: minor enhancements
Anand Avati
2013-08-28
1
-30
/
+73
*
glusterfs: discard (hole punch) support
Brian Foster
2013-06-13
1
-0
/
+30
*
gluster: add fallocate fop support
Brian Foster
2013-06-13
1
-0
/
+31
*
gfapi: link inodes in relevant entry FOPs
Anand Avati
2013-05-25
1
-4
/
+28
*
syncop: copy inode pointer in readdirplus
Anand Avati
2013-05-25
1
-0
/
+2
*
syncop: synctask shouldn't yawn, it could miss a 'wake'
Krishnan Parthasarathi
2013-05-21
1
-17
/
+0
*
syncop: Remove task from syncbarrier's waitq before 'wake'
Krishnan Parthasarathi
2013-05-20
1
-7
/
+5
*
syncop: Update synctask state appropriately
Krishnan Parthasarathi
2013-05-20
1
-0
/
+5
*
syncop: Remove task from synclock's waitq before 'wake'
Krishnan Parthasarathi
2013-05-15
1
-6
/
+6
*
synctask: implement barriers around yield, not the other way
Anand Avati
2013-05-04
1
-22
/
+120
*
Fix uninitialized mutex usage in synctask_destroy
Emmanuel Dreyfus
2013-04-30
1
-3
/
+4
*
gfapi: POSIX locking support
Anand Avati
2013-04-24
1
-0
/
+34
*
syncenv: be robust against spurious wake()s
Anand Avati
2013-04-09
1
-6
/
+6
*
synctask: introduce synclocks for co-operative locking
Anand Avati
2013-04-02
1
-1
/
+149
*
synctask: support for (assymetric) counted barriers
Anand Avati
2013-02-21
1
-4
/
+37
*
syncop: Fixed indentation and whitespaces.
Krishnan Parthasarathi
2013-02-20
1
-113
/
+113
*
synctask: implement setuid-like SYNCTASK_SETID()
Anand Avati
2013-02-13
1
-0
/
+20
*
libglusterfs/syncop: do not hold ref on the fd in cbk
Raghavendra Bhat
2013-01-30
1
-6
/
+0
*
core: fixes for gcc's '-pedantic' flag build
Avra Sengupta
2013-01-21
1
-1
/
+1
*
syncop: save and restore THIS from the time of context switch
Anand Avati
2012-10-16
1
-0
/
+4
*
syncop: fix symlink param
Anand Avati
2012-10-03
1
-1
/
+1
*
syncop: Implement some missing operations
Anand Avati
2012-10-03
1
-2
/
+100
*
core: make sure there are processors for just-queued tasks
Jeff Darcy
2012-10-03
1
-0
/
+5
*
syncop: Implement access fop
Pranith Kumar K
2012-09-19
1
-0
/
+27
*
libglusterfs: Implementation of syncop_fsyncdir
Pranith Kumar K
2012-09-06
1
-0
/
+28
*
syncop: Added scaling down logic
Pranith Kumar K
2012-08-20
1
-5
/
+34
*
syncop: handle 'dataonly' flag in syncop_fsync()
Amar Tumballi
2012-08-20
1
-3
/
+8
*
NetBSD swapcontext() portability fix
Emmanuel Dreyfus
2012-08-13
1
-0
/
+10
*
core: moved back the pthread_key_t specific variables as global
Amar Tumballi
2012-08-06
1
-1
/
+1
*
core: reduce the usage of global variables
Amar Tumballi
2012-08-03
1
-1
/
+1
*
syncop: accomodate non-syncenv calls
Anand Avati
2012-07-13
1
-2
/
+3
*
remove useless if-before-free (and free-like) functions
Jim Meyering
2012-07-13
1
-8
/
+4
*
libglusterfs: syncop for flush ()
Rajesh Amaravathi
2012-07-13
1
-0
/
+31
*
license: dual license under GPLV2 and LGPLV3+
Kaleb KEITHLEY
2012-05-10
1
-14
/
+5
*
libgluster: Fix counting, synctask state errors
Pranith Kumar K
2012-05-03
1
-0
/
+2
*
libglusterfs: Never block syncproc
Pranith Kumar K
2012-04-23
1
-2
/
+0
*
libglusterfs: Syncop procs should not exceed SYNCENV_PROC_MAX
Pranith Kumar K
2012-04-13
1
-1
/
+1
*
core: adding extra data for fops
Amar Tumballi
2012-03-22
1
-60
/
+62
*
syncop: Make syntask scalable
Pranith Kumar K
2012-03-09
1
-18
/
+13
*
cluster/afr: Self-heald, Index integration
Pranith Kumar K
2012-02-20
1
-0
/
+59
*
syncop: Multi-processor support in syncenv
Anand Avati
2012-02-20
1
-48
/
+184
[prev]
[next]