aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_lowlevel.c
AgeCommit message (Expand)AuthorLines
2016-10-08Removed ``-o big_writes`` optionNikolaus Rath-8/+4
2016-10-05Remove pointless aliasing of fuse_session *se to *fNikolaus Rath-34/+9
2016-10-04Merge fuse_ll into fuse_session (part 8)Nikolaus Rath-6/+6
2016-10-04Merge fuse_ll into fuse_session (part 7)Nikolaus Rath-34/+30
2016-10-04Merge fuse_ll into fuse_session (part 5)Nikolaus Rath-13/+3
2016-10-04Merge fuse_ll into fuse_session (part 4)Nikolaus Rath-9/+3
2016-10-04Merge fuse_ll into fuse_session (part 3)Nikolaus Rath-13/+12
2016-10-04Merge fuse_ll into fuse_session (part 2)Nikolaus Rath-115/+115
2016-10-04Merge fuse_ll into fuse_session (part 1)Nikolaus Rath-57/+57
2016-10-03Merge master fuse_chan into fuse_session.Nikolaus Rath-138/+42
2016-10-03fuse_lowlevel_notify_poll(): use master channelNikolaus Rath-5/+4
2016-10-03Store struct fuse_session* in struct fuse_reqNikolaus Rath-4/+5
2016-10-02Added fuse_session_fd()Nikolaus Rath-0/+5
2016-10-02Merged fuse_session.c into fuse_lowlevel.cNikolaus Rath-0/+94
2016-10-02Extended per-file comments.Nikolaus Rath-0/+3
2016-10-02Don't handle --help and --version in fuse_session_new().Nikolaus Rath-40/+27
2016-10-02fuse_mount_opts: don't keep max_read= option.Nikolaus Rath-1/+0
2016-10-02Add section headings for --help outputNikolaus Rath-2/+2
2016-10-02Turn struct fuse_chan into an implementation detailNikolaus Rath-24/+48
2016-10-02Renamed fuse_lowlevel_new() to fuse_session_new().Nikolaus Rath-3/+3
2016-10-02Introduce separate mount/umount functions for low-level API.Nikolaus Rath-0/+36
2016-10-02Turned fuse_session_{process,receive}_buf into wrapper functions.Nikolaus Rath-1/+14
2016-10-02Inlined fuse_session_new()Nikolaus Rath-4/+5
2016-10-01Improve documentation of argument parsing.Nikolaus Rath-0/+1
2016-09-27fuse_lowlevel_notify_*: take struct fuse_session instead of struct fuse_chanNikolaus Rath-20/+20
2016-06-05Inlined calculate_dirent*_size functionsNikolaus Rath-22/+7
2016-06-05Don't use IFTODT macro.Nikolaus Rath-7/+2
2016-06-05Inlined fuse_add_direntNikolaus Rath-45/+39
2016-06-04Merge branch 'add-dirent-strlen3' of git://github.com/trapexit/libfuse into t...Nikolaus Rath-27/+64
2016-05-12remove double calculation of filename length and dirent sizeAntonio SJ Musumeci-27/+64
2016-05-11lib/fuse_lowlevel.c: fix small typo in fuse_ll_help (#44)David Sheets-1/+1
2016-03-29Whitespace cleanup.Nikolaus Rath-3/+3
2016-03-29Inlined fuse_chan_fdNikolaus Rath-6/+6
2016-03-29Inlined fuse_chan_{send, recv}Nikolaus Rath-81/+60
2016-01-14Initialize padding to zero.Nikolaus Rath-0/+1
2015-09-29Merge branch 'clone_fd'Miklos Szeredi-3/+6
2015-06-29libfuse: fix possible memory leakMiklos Szeredi-1/+1
2015-05-18libfuse: add "clone_fd" optionMiklos Szeredi-0/+2
2015-05-18libfuse: get ref for reqMiklos Szeredi-1/+3
2015-05-18libfuse: refcount fuse_chan objectsMiklos Szeredi-2/+1
2015-04-23libfuse: add FUSE_CAP_NO_OPEN_SUPPORT flag to ->init()Miklos Szeredi-0/+2
2014-07-15libfuse: add flags to ->rename()Miklos Szeredi-1/+16
2014-07-15libfuse: allow setting ctime in ->setattr()Miklos Szeredi-1/+4
2014-07-15libfuse: add "time_gran" optionMiklos Szeredi-1/+12
2014-02-27Allocate buffer when splicing from the fuse deviceMiklos Szeredi-6/+21
2014-01-29libfuse: Add "async_dio" and "writeback_cache" optionsMiklos Szeredi-5/+28
2013-11-29Fix fuse_add_direntry_plus()Miklos Szeredi-15/+10
2013-08-26Merge remote-tracking branch 'origin/fuse_2_9_bugfix'Miklos Szeredi-0/+1
2013-08-26Add missing includesDaniel Thau-0/+1
2013-08-26Don't close -1 fd in fuse_chan_destroy()Miklos Szeredi-1/+3