summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src/posix.c
Commit message (Expand)AuthorAgeFilesLines
* posix: Reorganize posix xlator to prepare for reuse with rioShyamsundarR2017-12-021-8233/+9
* storage/posix : options to override umaskSubha sree Mohankumar2017-12-021-12/+130
* posix: Convert posix_fs_health_check asynchrnously to save timestampMohit Agrawal2017-12-011-0/+15
* posix: Change GD_OP_VERSION to 3_13_0 from 3_12_0 for storage.reserveMohit Agrawal2017-11-301-1/+1
* posix: Fix coverity issues in several posix functionsMohit Agrawal2017-11-291-63/+107
* storage/posix: Update xlator options tableKaushal M2017-11-241-13/+41
* libglusterfs: Handle FS errors gracefullyPranith Kumar K2017-11-221-0/+4
* Disable gfid2path by default on NetBSDEmmanuel Dreyfus2017-11-211-0/+11
* posix: Ignore disk space reserve check for internal FOPSMohit Agrawal2017-10-301-24/+24
* storage/posix: Adding implementation for posix_do_futimeskarthik-us2017-10-051-8/+37
* Posix: Unused valueSanju Rakonde2017-09-261-1/+0
* Fix the type of len, a warning is triggeredMichael Scherer2017-09-081-1/+1
* feature/posix: Enabled gfid2path by defaultKotresh HR2017-08-291-13/+3
* posix: add null gfid checksRavishankar N2017-08-081-0/+8
* cluster/dht: Check for open fd only on EBADFN Balachandran2017-08-081-1/+3
* posix: add sanity checks for removing the gfid symlink for directoriesRavishankar N2017-08-041-14/+56
* storage/posix: Add virtual xattr to fetch path from gfidKotresh HR2017-07-281-0/+51
* posix: Needs to reserve disk space to prevent the brick from getting fullMohit Agrawal2017-07-251-5/+72
* storage/posix: Use the ret value of posix_gfid_heal()Krutika Dhananjay2017-07-251-1/+6
* posix: option to handle the shared bricks for statvfs()Amar Tumballi2017-07-241-1/+33
* posix/gfid2path: Block access to gfid2path xattr via mountKotresh HR2017-07-241-0/+17
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-191-1/+2
* storage/posix: Don't allow gfid/volume-id xattr to be removedPranith Kumar K2017-07-181-122/+122
* posix: brick process crash after stop the volume while brick mux is onMohit Agrawal2017-07-131-1/+3
* storage/posix: Handle [f]xattrop xdataPranith Kumar K2017-07-131-10/+36
* storage/posix: New gfid2path infraKotresh HR2017-07-101-0/+79
* posix: Avoid one extra call of l(get|list)xattr call after use buffer in posi...Mohit Agrawal2017-07-031-167/+279
* dht/hardlink : Remove stale linkto file incase of failureJiffin Tony Thottan2017-06-221-0/+3
* glusterfsd: Deletion of brick dir throw emerg msgs after stop volumeMohit Agrawal2017-06-091-0/+1
* glusterfs: Not able to mount running volume after enable brick mux and stoppe...Mohit Agrawal2017-05-311-0/+20
* posix: use the correct op_errnoRavishankar N2017-05-311-3/+1
* cluster/ec: Implement FALLOCATE FOP for ECSunil Kumar Acharya2017-05-231-5/+5
* cluster/dht: Make rebalance honor min-free-diskSusant Palai2017-04-131-1/+1
* geo-rep: filter out xtime attribute during getxattrSaravanakumar Arumugam2017-04-111-6/+7
* storage/posix: Use granular mutex locks for pgfid update syscallsKrutika Dhananjay2017-03-121-11/+51
* posix: use nanosecond accuracy when availableNiklas Hambüchen2017-03-071-7/+30
* storage/posix: Use more granular mutex locks for atomic writesKrutika Dhananjay2017-03-031-8/+30
* storage/posix: Execute syscalls in xattrop under different locksKrutika Dhananjay2017-02-271-13/+23
* posix: Fix creation of files with S_ISVTX on FreeBSDXavier Hernandez2017-02-181-3/+3
* dht : file rename operation is successful but log has error File existsMohit Agrawal2017-01-091-2/+7
* posix: make sure atime and mtime are set when calling lutimes()Niels de Vos2017-01-061-6/+20
* storage/posix: log the error when locking the export directory failsRaghavendra Bhat2017-01-031-2/+6
* storage/posix: Do not create a directory which already existAshish Pandey2016-12-211-1/+8
* storage/posix: Integrate important events with gf_eventPranith Kumar K2016-09-141-26/+50
* posix: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-08-291-13/+9
* storage/posix: Log EEXIST failures at DEBUG log-levelKrutika Dhananjay2016-08-161-3/+6
* posix: Do not move and recreate .glusterfs/unlink directoryAshish Pandey2016-08-081-11/+58
* posix: honour fsync flags in posix_do_zerofillRavishankar N2016-08-051-2/+2
* posix: leverage FALLOC_FL_ZERO_RANGE in zerofill fopRavishankar N2016-07-291-0/+10
* core: use readdir(3) with glibc, and associated cleanupKaleb S. KEITHLEY2016-07-181-125/+119