summaryrefslogtreecommitdiff
path: root/lib/modules/subdir.c
Commit message (Expand)AuthorAgeFilesLines
* Install a the configure_file (config.h) and use in headersBernd Schubert2023-01-281-1/+1
* Implement lseek operation (#457)Yuri Per2019-11-031-0/+14
* Introduce callback for loggingStefan Hajnoczi2019-09-041-4/+4
* Don't redefine FUSE_USE_VERSIONNikolaus Rath2017-07-061-2/+0
* Turn fuse_operations.nopath_flag into fuse_config.nullpath_okNikolaus Rath2016-10-201-2/+2
* Pass struct fuse_config to high-level init() handler.Nikolaus Rath2016-10-201-2/+3
* Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersNikolaus Rath2016-10-151-38/+15
* libfuse: add flags to ->rename()Miklos Szeredi2014-07-151-2/+2
* libfuse: implement readdirplus for high-level APIEric Wong2014-03-051-2/+3
* Print help on stdout instead of stderrMiklos Szeredi2013-07-261-1/+1
* libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pcMiklos Szeredi2013-07-241-0/+2
* Remove compatibility path handlingMiklos Szeredi2012-07-201-1/+0
* Start of 3.0 seriesMiklos Szeredi2012-07-191-1/+1
* libfuse: mark some data constantMiklos Szeredi2012-07-041-2/+2
* Add ->flock() operation to low and high level interfacesMiklos Szeredi2011-07-061-0/+13
* add read_buf method to high level APIMiklos Szeredi2010-11-101-4/+4
* add write_buf method to high level APIMiklos Szeredi2010-11-101-3/+3
* * Add a nopath option and flag, indicating that path argumentMiklos Szeredi2010-06-151-0/+1
* Support receiving file handle from kernel in GETATTR request; Allow operation...Miklos Szeredi2008-02-081-115/+133
* change indentingMiklos Szeredi2007-12-121-455/+458
* Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi2007-10-161-1/+1
* update flush changesMiklos Szeredi2007-05-111-1/+1
* docMiklos Szeredi2007-04-281-1/+8
* Add filesystem stacking support to high level APIMiklos Szeredi2007-02-031-0/+655