summaryrefslogtreecommitdiffstats
path: root/src/os/fs/FS.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* mon: Build ceph-mon without using namespace declarations in headersAdam C. Emerson2020-03-221-1/+1
* cleanup: Replace always-false assertions with abortAdam C. Emerson2018-08-271-1/+1
* os: Use ceph_assert for assertsAdam C. Emerson2018-08-271-1/+1
* filestore: include <linux/falloc.h>wumingqiao2018-02-221-3/+2
* os,common: check __APPLE__ for osx not DARWINKefu Chai2017-09-161-2/+2
* common/aio: move aio out of its wierd home in os/fs/FS.hSage Weil2017-04-281-44/+0
* os/fs/FS.cc: remove the redundant code.Jianpeng Ma2017-04-071-3/+0
* Merge pull request #11913 from wjwithagen/wip-wjw-freebsd-aio-inlineKefu Chai2016-11-251-0/+2
|\
| * os/fs/FS.cc: condition on WITH_AIO for FreeBSDWillem Jan Withagen2016-11-111-0/+2
* | os/filestore: handle EINTR returned by io_getevents()Pan Liu2016-11-141-1/+6
|/
* os/fs: uninline aio methodsSage Weil2016-11-071-0/+43
* misc: using move construct to avoid extra atomic inc/decHaomai Wang2016-02-021-3/+1
* os/fs/FS: fix zero()'s PUNCH_HOLE incancationSage Weil2015-11-161-3/+36
* os/fs/FS: fix zero() return value on fallbackSage Weil2015-11-161-1/+1
* compat: include proper headers for FreeBSDYan, Zheng2015-09-111-1/+1
* make: do not compile XFS.cc if --without-libxfsKefu Chai2015-08-311-1/+4
* os/fs: include <sys/mount.h> on osxKefu Chai2015-08-311-1/+6
* os/fs: fix open_handle when name_to_handle not presentSage Weil2015-08-191-1/+1
* os/fs: add zero / hole punch supportSage Weil2015-08-191-0/+40
* os/fs: add simple FS abstraction layerSage Weil2015-08-191-0/+105