index
:
libfuse
master
reference implementation of the Linux FUSE (Filesystem in Userspace) interface
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
fuse_lowlevel.c
Commit message (
Expand
)
Author
Age
...
*
Added fuse_session_fd()
Nikolaus Rath
2016-10-02
*
Merged fuse_session.c into fuse_lowlevel.c
Nikolaus Rath
2016-10-02
*
Extended per-file comments.
Nikolaus Rath
2016-10-02
*
Don't handle --help and --version in fuse_session_new().
Nikolaus Rath
2016-10-02
*
fuse_mount_opts: don't keep max_read= option.
Nikolaus Rath
2016-10-02
*
Add section headings for --help output
Nikolaus Rath
2016-10-02
*
Turn struct fuse_chan into an implementation detail
Nikolaus Rath
2016-10-02
*
Renamed fuse_lowlevel_new() to fuse_session_new().
Nikolaus Rath
2016-10-02
*
Introduce separate mount/umount functions for low-level API.
Nikolaus Rath
2016-10-02
*
Turned fuse_session_{process,receive}_buf into wrapper functions.
Nikolaus Rath
2016-10-02
*
Inlined fuse_session_new()
Nikolaus Rath
2016-10-02
*
Improve documentation of argument parsing.
Nikolaus Rath
2016-10-01
*
fuse_lowlevel_notify_*: take struct fuse_session instead of struct fuse_chan
Nikolaus Rath
2016-09-27
*
Inlined calculate_dirent*_size functions
Nikolaus Rath
2016-06-05
*
Don't use IFTODT macro.
Nikolaus Rath
2016-06-05
*
Inlined fuse_add_dirent
Nikolaus Rath
2016-06-05
*
Merge branch 'add-dirent-strlen3' of git://github.com/trapexit/libfuse into t...
Nikolaus Rath
2016-06-04
|
\
|
*
remove double calculation of filename length and dirent size
Antonio SJ Musumeci
2016-05-12
*
|
lib/fuse_lowlevel.c: fix small typo in fuse_ll_help (#44)
David Sheets
2016-05-11
*
|
Whitespace cleanup.
Nikolaus Rath
2016-03-29
*
|
Inlined fuse_chan_fd
Nikolaus Rath
2016-03-29
*
|
Inlined fuse_chan_{send, recv}
Nikolaus Rath
2016-03-29
|
/
*
Initialize padding to zero.
Nikolaus Rath
2016-01-14
*
Merge branch 'clone_fd'
Miklos Szeredi
2015-09-29
|
\
*
|
libfuse: fix possible memory leak
Miklos Szeredi
2015-06-29
|
*
libfuse: add "clone_fd" option
Miklos Szeredi
2015-05-18
|
*
libfuse: get ref for req
Miklos Szeredi
2015-05-18
|
*
libfuse: refcount fuse_chan objects
Miklos Szeredi
2015-05-18
|
/
*
libfuse: add FUSE_CAP_NO_OPEN_SUPPORT flag to ->init()
Miklos Szeredi
2015-04-23
*
libfuse: add flags to ->rename()
Miklos Szeredi
2014-07-15
*
libfuse: allow setting ctime in ->setattr()
Miklos Szeredi
2014-07-15
*
libfuse: add "time_gran" option
Miklos Szeredi
2014-07-15
*
Allocate buffer when splicing from the fuse device
Miklos Szeredi
2014-02-27
*
libfuse: Add "async_dio" and "writeback_cache" options
Miklos Szeredi
2014-01-29
*
Fix fuse_add_direntry_plus()
Miklos Szeredi
2013-11-29
*
Merge remote-tracking branch 'origin/fuse_2_9_bugfix'
Miklos Szeredi
2013-08-26
|
\
|
*
Add missing includes
Daniel Thau
2013-08-26
*
|
Don't close -1 fd in fuse_chan_destroy()
Miklos Szeredi
2013-08-26
*
|
Print help on stdout instead of stderr
Miklos Szeredi
2013-07-26
*
|
libfuse: clean up struct fuse_file_info
Miklos Szeredi
2013-07-18
*
|
Merge https://github.com/qknight/fuse-fuse
Miklos Szeredi
2013-07-17
|
\
\
|
*
|
rewrote c++ style comments to c style coments mentioned by Miklos Szeredi
Joachim Schiele
2013-07-02
*
|
|
libfuse: remove session and chan abstractions
Miklos Szeredi
2013-06-21
*
|
|
libfuse: remove fuse_chan_bufsize()
Miklos Szeredi
2013-06-21
*
|
|
libfuse: remove fuse_chan_(send|receive)
Miklos Szeredi
2013-06-21
*
|
|
libfuse: clean up fuse_session
Miklos Szeredi
2013-06-21
|
/
/
*
|
Fix nodeid format strings
Miklos Szeredi
2013-02-21
*
|
libfuse: remove deprecated fuse_lowlevel_is_lib_option()
Miklos Szeredi
2013-02-08
*
|
libfuse: allow disabling adaptive readdirplus
Eric Wong
2013-02-07
*
|
libfuse: add poll_events to fuse_file_info
Enke Chen
2013-02-07
[prev]
[next]