aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse.c
Commit message (Expand)AuthorAgeFilesLines
* Changed off_t to loff_tstaging/cm-12.1stable/cm-12.1-YOG7Dstable/cm-12.1-YOG4Pstable/cm-12.1-YOG3Cstable/cm-12.0-YNG4Nstable/cm-12.0-YNG3Cstable/cm-12.0-YNG1TAstable/cm-12.0-YNG1Tstable/cm-12.0-YNG1Icm-12.1cm-12.0Spegelius2014-11-231-17/+17
* fuse: Reduce code size and allow static compilationcm-11.0-XNPH44S-bacon-5fa8c79c0bcm-11.0-XNPH33R-bacon-3628510d76cm-11.0-XNPH30O-bacon-4f280f505acm-11.0-XNPH25R-bacon-d22b777afacm-11.0-XNPH22R-bacon-03d77315eacm-11.0-XNPH05Q-tomato-9828f8e9cccm-11.0-XNPH05Q-bacon-5229c4ef56cm-10.2.1cm-10.2.0cm-10.2-M1staging/cm-12.0-cafstable/cm-11.0-XNG3Cstable/cm-11.0-XNG2Sstable/cm-11.0-XNF9Xstable/cm-11.0-XNF8Ystable/cm-11.0stable/cm-10.2shipping/cm-11.0cm-11.0cm-10.2Steve Kondik2013-08-191-2/+19
* Support for building on AndroidSteve Kondik2013-07-071-5/+28
* Add "nopath" to help.Miklos Szeredi2013-02-181-0/+1
* libfuse: fix the 'remember' optionMadan Valluri2013-02-041-0/+4
* libfuse: fix crash in unlock_path()Ratna_Bolla@dell.com2013-02-041-0/+2
* Fix deadlock in libfuseMiklos Szeredi2012-10-011-118/+167
* Fix missing config.h in buffer.cMiklos Szeredi2012-08-241-0/+1
* Zero out node when allocating from a slab.Miklos Szeredi2012-08-141-10/+4
* Fix "fuse internal error: node NNN not found"Miklos Szeredi2012-08-141-4/+12
* Fix crash caused by freeing a stack addressMiklos Szeredi2012-07-191-1/+1
* Add FALLOCATE operationAnatol Pomozov2012-06-181-0/+36
* Add 'flag_utime_omit_ok' flag to fuse_operationsMiklos Szeredi2012-04-101-0/+27
* Don't unhash name in FORGETMiklos Szeredi2011-12-091-2/+1
* Fix hang in wait_on_path()Miklos Szeredi2011-12-091-3/+31
* FUSE_NODE_SLAB buildfixEmmanuel Dreyfus2011-12-081-11/+11
* add lru for remember optiontherealneworld@gmail.com2011-08-241-41/+89
* Add ->flock() operation to low and high level interfacesMiklos Szeredi2011-07-061-0/+44
* add "remember" optiontherealneworld@gmail.com2011-06-021-8/+177
* Add ->forget_multi() operationMiklos Szeredi2011-05-191-4/+22
* Initialize an allocated, but uninitialized memoryLaszlo Papp2011-03-301-1/+1
* Remove unnecessary variable assignmentMiklos Szeredi2011-03-301-1/+0
* Fix use after free if fuse_reply...() returned ENOENTMiklos Szeredi2011-03-301-6/+0
* Fix a potential resource leakLaszlo Papp2011-03-301-1/+3
* Use the return value for error checkLaszlo Papp2011-03-301-3/+2
* Add -onoforget to help outputMiklos Szeredi2011-02-171-0/+1
* Fix warning in hash calculationMiklos Szeredi2011-01-311-1/+1
* Highlevel lib: add slab allocation for node cacheMiklos Szeredi2010-12-201-9/+180
* inline short namesMiklos Szeredi2010-12-201-13/+16
* Highlevel lib: allow hash tables to shrinkMiklos Szeredi2010-12-201-1/+77
* Highlevel lib: use dynamically resized hash tableMiklos Szeredi2010-12-131-43/+153
* add read_buf method to high level APIMiklos Szeredi2010-11-101-23/+73
* add write_buf method to high level APIMiklos Szeredi2010-11-101-10/+55
* Fix st_nlink for unlinked but still open filesMiklos Szeredi2010-11-081-5/+9
* Add NetBSD supportMiklos Szeredi2010-08-271-6/+6
* * Add a nopath option and flag, indicating that path argumentMiklos Szeredi2010-06-151-26/+70
* Fix missing versioned symbol fuse_get_context@FUSE_2.2Miklos Szeredi2009-08-251-0/+12
* * The context is extended with a 'umask' field. The umask is sentMiklos Szeredi2009-07-021-5/+10
* Add fuse_getgroups (high level lib) and fuse_req_getgroups (lowMiklos Szeredi2009-06-191-0/+6
* CUSE patches from Tejun Heo (add new files)Miklos Szeredi2009-06-181-3/+51
* CUSE patches from Tejun HeoMiklos Szeredi2009-06-181-17/+11
* Don't call forget_node() if the lookup was negative and write()Miklos Szeredi2009-05-271-2/+5
* Fix missing newlines in some printfsMiklos Szeredi2009-05-081-5/+5
* * Implement poll support. Patch by Tejun HeoMiklos Szeredi2008-12-081-0/+51
* * Implement ioctl support. On high level interface onlyMiklos Szeredi2008-12-051-0/+67
* Pass current file flags to read and write operationsMiklos Szeredi2008-10-141-4/+8
* Clean up debug output in highlevel libMiklos Szeredi2008-07-241-136/+332
* Fix theoretical infinite loops in libfuseMiklos Szeredi2008-06-101-4/+12
* Highlevel lib: don't limit paths to 4095 charactersMiklos Szeredi2008-04-061-31/+55
* Fix missing pthread_mutex_destroy...Miklos Szeredi2008-03-191-0/+1