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