summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fuse-update-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-318-428/+1114
|\
| * fuse: enable caching of symlinksDan Schatzberg2018-10-153-26/+89
| * fuse: only invalidate atime in direct readMiklos Szeredi2018-10-151-1/+1
| * fuse: don't need GETATTR after every READMiklos Szeredi2018-10-151-1/+3
| * fuse: allow fine grained attr cache invaldationMiklos Szeredi2018-10-153-5/+18
| * fuse: realloc page arrayMiklos Szeredi2018-10-013-5/+56
| * fuse: add max_pages to init_outConstantine Shulyupin2018-10-014-34/+48
| * fuse: allocate page array more efficientlyMiklos Szeredi2018-10-011-26/+18
| * fuse: reduce size of struct fuse_inodeMiklos Szeredi2018-10-014-41/+58
| * fuse: use iversion for readdir cache verificationMiklos Szeredi2018-10-013-8/+21
| * fuse: use mtime for readdir cache verificationMiklos Szeredi2018-10-012-4/+37
| * fuse: add readdir cache versionMiklos Szeredi2018-10-013-1/+52
| * fuse: allow using readdir cacheMiklos Szeredi2018-10-013-4/+161
| * fuse: allow caching readdirMiklos Szeredi2018-10-013-1/+109
| * fuse: extract fuse_emit() helperMiklos Szeredi2018-09-281-4/+9
| * fuse: split out readdir.cMiklos Szeredi2018-09-284-258/+274
| * fuse: Use hash table to link processing requestKirill Tkhai2018-09-283-14/+41
| * fuse: kill req->intr_uniqueKirill Tkhai2018-09-282-9/+5
| * fuse: change interrupt requests allocation algorithmKirill Tkhai2018-09-281-2/+7
| * fuse: do not take fc->lock in fuse_request_send_background()Kirill Tkhai2018-09-283-28/+28
| * fuse: introduce fc->bg_lockKirill Tkhai2018-09-285-15/+26
| * fuse: add locking to max_background and congestion_threshold changesKirill Tkhai2018-09-281-6/+24
| * fuse: use READ_ONCE on congestion_threshold and max_backgroundKirill Tkhai2018-09-281-2/+2
| * fuse: use list_first_entry() in flush_bg_queue()Kirill Tkhai2018-09-281-2/+3
| * fuse: add support for copy_file_range()Niels de Vos2018-09-282-0/+80
| * fuse: fix blocked_waitq wakeupMiklos Szeredi2018-09-281-4/+11
| * fuse: set FR_SENT while lockedMiklos Szeredi2018-09-281-1/+1
| * fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai2018-09-281-1/+5
| * fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai2018-09-281-0/+2
* | Merge tag 'ceph-for-4.20-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-10-319-185/+465
|\ \
| * | ceph: new mount option to disable usage of copy-from opLuis Henriques2018-10-223-0/+17
| * | ceph: support copy_file_range file operationLuis Henriques2018-10-221-1/+293
| * | ceph: add non-blocking parameter to ceph_try_get_caps()Luis Henriques2018-10-223-5/+6
| * | libceph: preallocate message data itemsIlya Dryomov2018-10-221-2/+2
| * | libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov2018-10-221-5/+5
| * | ceph: num_ops is off by one in ceph_aio_retry_work()Ilya Dryomov2018-10-221-1/+1
| * | ceph: set timeout conditionally in __cap_delay_requeueXuehan Xu2018-10-221-6/+8
| * | libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist()Ilya Dryomov2018-10-221-1/+1
| * | libceph: introduce ceph_pagelist_alloc()Ilya Dryomov2018-10-223-6/+3
| * | ceph: only allow punch hole mode in fallocateLuis Henriques2018-10-221-36/+9
| * | ceph: refactor ceph_sync_read()Yan, Zheng2018-10-221-113/+106
| * | ceph: check if LOOKUPNAME request was aborted when filling traceYan, Zheng2018-10-221-1/+3
| * | ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng2018-10-221-1/+0
| * | Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng2018-10-221-2/+6
| * | ceph: check snap first in ceph_set_acl()Chengguang Xu2018-10-221-5/+5
| * | ceph: reset cap hold timeout only for requeued inodeChengguang Xu2018-10-221-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-3129-80/+279
|\ \ \
| * | | mm: remove include/linux/bootmem.hMike Rapoport2018-10-316-6/+6
| * | | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0
| * | | fat: truncate inode timestamp updates in setattrFrank Sorenson2018-10-311-0/+12