aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | ceph: return -EIO if read/write against filp that lost file locksYan, Zheng2019-09-16
| * | | | | | | | | | | | | | ceph: add helper function that forcibly reconnects to ceph cluster.Yan, Zheng2019-09-16
| * | | | | | | | | | | | | | ceph: pass filp to ceph_get_caps()Yan, Zheng2019-09-16
| * | | | | | | | | | | | | | ceph: track and report error of async metadata operationYan, Zheng2019-09-16
| * | | | | | | | | | | | | | ceph: allow closing session in restarting/reconnect stateYan, Zheng2019-09-16
| * | | | | | | | | | | | | | ceph: don't list vxattrs in listxattr()Jeff Layton2019-09-16
| * | | | | | | | | | | | | | ceph: allow copy_file_range when src and dst inode are sameJeff Layton2019-09-16
| * | | | | | | | | | | | | | ceph: fix directories inode i_blkbits initializationLuis Henriques2019-09-16
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | fuse: Make fuse_args_to_req staticYueHaibing2019-09-24
| * | | | | | | | | | | | | | fuse: fix memleak in cuse_channel_openzhengbin2019-09-24
| * | | | | | | | | | | | | | fuse: fix beyond-end-of-page access in fuse_parse_cache()Tejun Heo2019-09-24
| * | | | | | | | | | | | | | fuse: unexport fuse_put_requestArnd Bergmann2019-09-24
| * | | | | | | | | | | | | | fuse: kmemcg account fs dataKhazhismel Kumykov2019-09-24
| * | | | | | | | | | | | | | fuse: on 64-bit store time in d_fsdata directlyKhazhismel Kumykov2019-09-24
| * | | | | | | | | | | | | | fuse: fix missing unlock_page in fuse_writepage()Vasily Averin2019-09-24
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | fuse: allow skipping control interface and forced unmountVivek Goyal2019-09-12
| * | | | | | | | | | | | | fuse: dissociate DESTROY from fuseblkMiklos Szeredi2019-09-12
| * | | | | | | | | | | | | fuse: delete dentry if timeout is zeroMiklos Szeredi2019-09-12
| * | | | | | | | | | | | | fuse: separate fuse device allocation and installation in fuse_connVivek Goyal2019-09-12
| * | | | | | | | | | | | | fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi2019-09-12
| * | | | | | | | | | | | | fuse: extract fuse_fill_super_common()Stefan Hajnoczi2019-09-12
| * | | | | | | | | | | | | fuse: export fuse_dequeue_forget() functionVivek Goyal2019-09-12
| * | | | | | | | | | | | | fuse: export fuse_get_unique()Stefan Hajnoczi2019-09-12
| * | | | | | | | | | | | | fuse: export fuse_send_init_request()Vivek Goyal2019-09-12
| * | | | | | | | | | | | | fuse: export fuse_len_args()Stefan Hajnoczi2019-09-12
| * | | | | | | | | | | | | fuse: export fuse_end_request()Stefan Hajnoczi2019-09-12
| * | | | | | | | | | | | | fuse: fix request limitMiklos Szeredi2019-09-12
| * | | | | | | | | | | | | fuse: stop copying pages to fuse_reqMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: stop copying args to fuse_reqMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: clean up fuse_reqMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: simplify request allocationMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: unexport request opsMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: convert retrieve to simple apiMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: convert release to simple apiMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | cuse: convert init to simple apiMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: convert init to simple apiMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: convert writepages to simple apiMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: convert readdir to simple apiMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: convert readpages to simple apiMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: convert direct_io to simple apiMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: add simple background helperMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: convert sync write to simple apiMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: covert readpage to simple apiMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: fuse_short_read(): don't take fuse_req as argumentMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: convert ioctl to simple apiMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: move page allocMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: convert readlink to simple apiMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: add pages to fuse_argsMiklos Szeredi2019-09-10
| * | | | | | | | | | | | | fuse: convert destroy to simple apiMiklos Szeredi2019-09-10