summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-10-2116-396/+451
|\
| * ceph: comment cleanups and clarificationsJeff Layton2020-10-123-2/+19
| * ceph: break up send_cap_msgJeff Layton2020-10-121-32/+28
| * ceph: drop separate mdsc argument from __send_capJeff Layton2020-10-121-6/+5
| * ceph: promote to unsigned long long before shiftingMatthew Wilcox (Oracle)2020-10-121-1/+1
| * ceph: don't SetPageError on readpage errorsJeff Layton2020-10-121-1/+0
| * ceph: mark ceph_fmt_xattr() as printf-like for better type checkingIlya Dryomov2020-10-121-1/+2
| * ceph: fold ceph_update_writeable_page into ceph_write_beginJeff Layton2020-10-121-83/+63
| * ceph: fold ceph_sync_writepages into writepage_nounlockJeff Layton2020-10-121-58/+35
| * ceph: fold ceph_sync_readpages into ceph_readpageJeff Layton2020-10-121-53/+25
| * ceph: don't call ceph_update_writeable_page from page_mkwriteJeff Layton2020-10-121-6/+21
| * ceph: break out writeback of incompatible snap context to separate functionJeff Layton2020-10-121-45/+67
| * ceph: add a note explaining session reject error stringIlya Dryomov2020-10-121-0/+4
| * libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov2020-10-125-26/+26
| * ceph: have ceph_writepages_start call pagevec_lookup_range_tagJeff Layton2020-10-121-3/+2
| * ceph: use kill_anon_super helperJeff Layton2020-10-121-3/+1
| * ceph: metrics for opened files, pinned caps and opened inodesXiubo Li2020-10-125-3/+74
| * ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li2020-10-128-30/+26
| * ceph: drop special-casing for ITER_PIPE in ceph_sync_readJeff Layton2020-10-121-47/+24
| * ceph: add column 'mds' to show caps in more user friendlyYanhu Cao2020-10-121-3/+4
| * ceph: remove unnecessary return in switch statementLuis Henriques2020-10-121-2/+0
| * ceph: encode inodes' parent/d_name in cap reconnect messageYan, Zheng2020-10-121-28/+61
* | Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-10-2016-115/+397
|\ \
| * | NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flagOlga Kornievskaia2020-10-161-3/+6
| * | NFSv4: Fix up RCU annotations for struct nfs_netns_clientTrond Myklebust2020-10-152-4/+9
| * | NFS: Only reference user namespace from nfs4idmap struct instead of credSargun Dhillon2020-10-131-7/+8
| * | nfs: add missing "posix" local_lock constant table definitionScott Mayhew2020-10-121-0/+1
| * | NFSv4: Use the net namespace uniquifier if it is setTrond Myklebust2020-10-091-4/+17
| * | NFSv4: Clean up initialisation of uniquified client id stringsTrond Myklebust2020-10-091-41/+34
| * | NFS: Decode a full READ_PLUS replyAnna Schumaker2020-10-071-17/+19
| * | NFS: Add READ_PLUS hole segment decodingAnna Schumaker2020-10-071-1/+25
| * | NFS: Add READ_PLUS data segment supportAnna Schumaker2020-10-074-3/+184
| * | NFS: Use xdr_page_pos() in NFSv4 decode_getacl()Anna Schumaker2020-10-071-5/+1
| * | NFS: fix nfs_path in case of a rename retryAshish Sangwan2020-10-061-4/+8
| * | fs: nfs: return per memcg count for xattr shrinkersYang Shi2020-10-021-2/+2
| * | NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADEBenjamin Coddington2020-10-023-34/+56
| * | nfs: remove incorrect fallthrough labelNick Desaulniers2020-10-021-1/+1
| * | NFSv4: make cache consistency bitmask dynamicOlga Kornievskaia2020-09-241-3/+42
| * | nfs: fix spellint typo in pnfs.cWang Qing2020-09-241-1/+1
| * | pNFS/flexfiles: Be consistent about mirror index typesTrond Myklebust2020-09-211-17/+17
| * | pNFS/flexfiles: Ensure we initialise the mirror bsizes correctly on readTrond Myklebust2020-09-211-5/+6
| * | NFSv4.2: xattr cache: remove unused cache struct fieldFrank van der Linden2020-09-211-1/+0
| * | nfs: Convert to use the preferred fallthrough macroMiaohe Lin2020-09-211-1/+1
| * | NFS4: Fix oops when copy_file_range is attempted with NFS4.0 sourceDave Wysochanski2020-09-211-1/+2
| * | Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clientsAlexander A. Klimov2020-09-211-1/+1
| * | nfs4: strengthen error check to avoid unexpected resultChengguang Xu2020-09-211-1/+1
| * | NFS: remove redundant pointer clntColin Ian King2020-09-211-3/+1
* | | Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-204-289/+432
|\ \ \
| * | | io_uring: use blk_queue_nowait() to check if NOWAIT supportedJeffle Xu2020-10-191-1/+1
| * | | io_uring: fix double poll mask initPavel Begunkov2020-10-171-1/+3