summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/fd.c
Commit message (Expand)AuthorAgeFilesLines
* open-behind: rewrite of internal logicXavi Hernandez2020-06-041-0/+26
* core: fix deadlock between statedump and fd_anonymous()Xavi Hernandez2019-07-151-76/+61
* multiple files: another attempt to remove includesYaniv Kaul2019-06-141-3/+4
* Multiple files: reduce work while under lock.Yaniv Kaul2019-01-291-5/+5
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-5/+5
* libglusterfs multiple files: remove dead initilizationYaniv Kaul2018-11-111-0/+4
* all: fix the format string exceptionsAmar Tumballi2018-11-051-4/+5
* Land part 2 of clang-format changesGluster Ant2018-09-121-869/+824
* multiple files: remove unndeeded memset()Yaniv Kaul2018-08-291-2/+0
* All: remove memset() before sprintf()Yaniv Kaul2018-08-141-8/+0
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-2/+2
* gluster: Sometimes Brick process is crashed at the time of stopping brickMohit Agrawal2018-04-191-2/+2
* storage/posix: Add active-fd-count option in glusterPranith Kumar K2018-03-211-0/+2
* glusterfs: Use gcc builtin ATOMIC operator to increase/decreate refcount.Mohit Agrawal2017-12-121-20/+4
* libglusterfs: use rwlock for fdtableZhang Huan2017-11-301-24/+23
* Coverity Issue: PW.INCLUDE_RECURSION in several filesGirjesh Rajoria2017-11-091-1/+0
* fd: We should use dict_set_uint64 to store fd->pidZhou Zhengping2017-05-041-1/+1
* libglusterfs: Negate all but O_DIRECT flag if present on anon fdsKrutika Dhananjay2016-06-091-10/+4
* core, shard: Make shards inherit main file's O_DIRECT flag if presentKrutika Dhananjay2016-06-071-8/+33
* all: reduce "inline" usageJeff Darcy2015-09-011-2/+2
* fd: Do fd_bind on successful openPranith Kumar K2015-08-281-10/+17
* libglusterfs: Even anonymous fds must have fd->flags setRaghavendra Talur2015-07-201-2/+2
* libglusterfs removing strerror in logging Mohamed Ashiq Liyazudeen2015-07-091-3/+2
* libgfapi: Gracefully exit when glfd is invalidPrashanth Pai2015-07-071-1/+1
* fd,inode/libglusterfs : porting to a new logging frameworkMohamed Ashiq2015-06-181-30/+52
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* libglusterfs: wrong function definition of synclock_destory(). Humble Chirammal2014-08-061-1/+1
* build: MacOSX Porting fixesHarshavardhana2014-04-241-1/+1
* cluster/afr: Perform delayed changelog wakeups for anon fdPranith Kumar K2013-06-201-0/+17
* libglusterfs: Maintain open-fd-count in inode.Pranith Kumar K2013-02-061-0/+6
* fd: expose __fd_ctx_del symbolAnand Avati2013-01-281-1/+1
* fd: filter anonymous FD from fd_lookup() resultAnand Avati2013-01-281-0/+6
* NFS is picking up geo-rep's already open (read-only) file descriptorKaleb S. KEITHLEY2012-11-141-8/+28
* protocol/server: dump the ltable and fd table related inodes onlyRaghavendra Bhat2012-09-171-0/+7
* protocol/server: use pthread_mutex_trylock while dumping statedumpsRaghavendra Bhat2012-08-021-4/+8
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-3/+1
* libglusterfs/fd: while dumping the fd_ctx use fd->xl_countRaghavendra Bhat2012-05-171-5/+3
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-14/+5
* libglusterfs/fd: use reallocated memory for intializing new graphs contextsRaghavendra Bhat2012-05-011-1/+1
* libglusterfs/fd.c: Dynamically scale fd->_ctx when there are noRaghavendra G2012-04-271-7/+34
* libglusterfs/fd: ref fds while copying the fdentries.Raghavendra G2012-03-261-3/+6
* libglusterfs/fd: fixed fd_anonymous() leakAmar Tumballi2012-03-071-2/+6
* fuse-bridge: Handle graph-switch.Raghavendra G2012-02-211-2/+95
* NLM - Network Lock Manger V4Krishna Srinivas2012-02-201-6/+39
* protocol/client,server: fcntl lock self healing.Mohammed Junaid2012-02-201-5/+14
* cli: Extend "volume status" with statedump infoKaushal M2012-01-271-0/+92
* core: GFID filehandle based backend and anonymous FDsAnand Avati2012-01-201-34/+105
* glusterfs: An effort to fix all the spell mistakes and typoHarshavardhana2011-11-161-2/+2
* statedump: do not print the inode number in the statedumpRaghavendra Bhat2011-10-011-10/+3
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-4/+0