summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | NFS: Fix O_DIRECT commit verifier handlingTrond Myklebust2020-03-273-124/+22
| * | NFS: commit errors should be fatalTrond Myklebust2020-03-271-2/+30
| * | NFS/pNFS: Allow O_DIRECT to release the DS commitinfoTrond Myklebust2020-03-272-0/+17
| * | pNFS: Support per-layout segment commits in pnfs_generic_commit_pagelist()Trond Myklebust2020-03-271-0/+16
| * | pNFS: Support per-layout segment commits in pnfs_generic_recover_commit_reqs()Trond Myklebust2020-03-271-8/+33
| * | NFSv4/pNFS: Scan the full list of commit arrays when committingTrond Myklebust2020-03-271-12/+40
| * | NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_infoTrond Myklebust2020-03-274-1/+17
| * | pNFS: Add a helper to allocate the array of bucketsTrond Myklebust2020-03-262-0/+34
| * | NFS/pNFS: Refactor pnfs_generic_commit_pagelist()Trond Myklebust2020-03-262-101/+76
| * | pNFS/flexfiles: Simplify allocation of the mirror arrayTrond Myklebust2020-03-262-17/+6
| * | NFS: Don't specify NFS version in "UDP not supported" errorPetr Vorel2020-03-251-2/+2
| * | nfsroot: set tcp as the default transport protocolLiwei Song2020-03-251-1/+1
| * | NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro2020-03-221-0/+2
| * | nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount()Trond Myklebust2020-03-172-5/+2
| * | nfs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-162-2/+2
| * | NFSv4.2: error out when relink swapfileMurphy Zhou2020-03-161-0/+3
| * | NFS:remove redundant call to nfs_do_accessZhouyi Zhou2020-03-161-8/+1
| * | NFSv4: Add support for CB_RECALL_ANY for flexfiles layoutsTrond Myklebust2020-03-167-18/+186
| * | NFSv4: Clean up nfs_delegation_reap_expired()Trond Myklebust2020-03-161-43/+40
| * | NFSv4: Clean up nfs_delegation_reap_unclaimed()Trond Myklebust2020-03-161-39/+37
| * | NFSv4: Clean up nfs_client_return_marked_delegations()Trond Myklebust2020-03-161-69/+60
| * | NFS: Add a helper nfs_client_for_each_server()Trond Myklebust2020-03-162-1/+38
| * | NFSv4/pnfs: Clean up nfs_layout_find_inode()Trond Myklebust2020-03-161-31/+21
| * | NFSv4: Ensure layout headers are RCU safeTrond Myklebust2020-03-165-11/+13
| * | NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()Trond Myklebust2020-03-161-0/+2
| * | pNFS/flexfiles: Report DELAY and GRACE errors from the DS to the serverTrond Myklebust2020-03-161-9/+11
| * | NFS: Limit the size of the access cache by defaultTrond Myklebust2020-03-161-1/+1
| * | NFS: Avoid referencing the cred twice in async rename/unlinkTrond Myklebust2020-03-161-2/+2
| * | NFSv4: Avoid unnecessary credential references in layoutgetTrond Myklebust2020-03-162-3/+2
| * | NFSv4: Avoid referencing the cred unnecessarily during NFSv4 I/OTrond Myklebust2020-03-161-5/+5
| * | NFS: Assume cred is pinned by open context in I/O requestsTrond Myklebust2020-03-162-2/+2
| * | NFS: alloc_nfs_open_context() must use the file cred when availableTrond Myklebust2020-03-161-5/+5
| * | NFS: Ensure we time out if a delegreturn does not completeTrond Myklebust2020-03-161-1/+2
| * | NFSv4/pnfs: pnfs_set_layout_stateid() should update the layout credTrond Myklebust2020-03-163-5/+18
| * | NFSv4: nfs_update_inplace_delegation() should update delegation credTrond Myklebust2020-03-161-1/+19
| * | NFS: Use the 64-bit server readdir cookies when possibleTrond Myklebust2020-03-161-17/+44
* | | Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-0720-425/+810
|\ \ \
| * | | f2fs: keep inline_data when compression conversionChao Yu2020-04-031-5/+0
| * | | f2fs: fix to disable compression on directoryChao Yu2020-04-032-5/+7
| * | | f2fs: add missing CONFIG_F2FS_FS_COMPRESSIONChao Yu2020-04-031-0/+4
| * | | f2fs: switch discard_policy.timeout to bool typeChao Yu2020-04-032-9/+9
| * | | f2fs: fix to verify tpage before releasing in f2fs_free_dic()Chao Yu2020-04-031-0/+2
| * | | f2fs: show compression in statxChao Yu2020-04-031-1/+4
| * | | f2fs: clean up dic->tpages assignmentChao Yu2020-04-031-7/+3
| * | | f2fs: compress: support zstd compress algorithmChao Yu2020-04-034-0/+186
| * | | f2fs: compress: add .{init,destroy}_decompress_ctx callbackChao Yu2020-03-311-6/+21
| * | | f2fs: compress: fix to call missing destroy_compress_ctx()Chao Yu2020-03-311-0/+2
| * | | f2fs: change default compression algorithmChao Yu2020-03-311-1/+1
| * | | f2fs: clean up {cic,dic}.ref handlingChao Yu2020-03-311-10/+6
| * | | f2fs: fix to use f2fs_readpage_limit() in f2fs_read_multi_pages()Chao Yu2020-03-311-1/+2