summaryrefslogtreecommitdiffstats
path: root/src/common/sync_filesystem.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* os/fs: move btrfs_ioctl.h to os/fsSage Weil2016-01-011-1/+1
* compat: include proper headers for FreeBSDYan, Zheng2015-09-111-6/+4
* common/syncfs: fall back to sync(2) if syncfs(2) not availableKefu Chai2015-07-291-5/+8
* sync_filesystem.h: fix unreachable codeDanny Al-Gaaf2015-03-121-2/+2
* common: Don't call ioctl(BTRFS_IOC_SYNC) in sync_filesystem.Jianpeng Ma2015-01-071-5/+0
* common: Directly return the result of syncfs().Jianpeng Ma2015-01-071-0/+6
* common: move #include syscall into ifndef DARWINJohn Spray2014-06-291-1/+1
* fix syncfs handling in error caseDanny Al-Gaaf2012-11-271-6/+2
* syncfs: check for __NR_syncfs tooSage Weil2012-11-251-0/+5
* Try using syscall() for syncfs if not supported directly by glibcDan Mick2012-11-221-0/+6
* Improve use of syncfs.Alexandre Oliva2011-11-091-3/+16
* Define _GNU_SOURCE in src/Makefile.amColin Patrick McCabe2011-08-231-3/+0
* sync_filesystem: er, fix #defineSage Weil2011-07-251-1/+3
* sync_files: #include _GNU_SOURCE for syncfs()Sage Weil2011-07-251-0/+1
* osd: Use syncfs when availableColin Patrick McCabe2011-04-131-0/+34