summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-03-26NFS/pNFS: Refactor pnfs_generic_commit_pagelist()Trond Myklebust
2020-03-26pNFS/flexfiles: Simplify allocation of the mirror arrayTrond Myklebust
2020-03-25NFS: Don't specify NFS version in "UDP not supported" errorPetr Vorel
2020-03-25nfsroot: set tcp as the default transport protocolLiwei Song
2020-03-22NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro
2020-03-17nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount()Trond Myklebust
2020-03-16nfs: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-16NFSv4.2: error out when relink swapfileMurphy Zhou
2020-03-16NFS:remove redundant call to nfs_do_accessZhouyi Zhou
2020-03-16NFSv4: Add support for CB_RECALL_ANY for flexfiles layoutsTrond Myklebust
2020-03-16NFSv4: Clean up nfs_delegation_reap_expired()Trond Myklebust
2020-03-16NFSv4: Clean up nfs_delegation_reap_unclaimed()Trond Myklebust
2020-03-16NFSv4: Clean up nfs_client_return_marked_delegations()Trond Myklebust
2020-03-16NFS: Add a helper nfs_client_for_each_server()Trond Myklebust
2020-03-16NFSv4/pnfs: Clean up nfs_layout_find_inode()Trond Myklebust
2020-03-16NFSv4: Ensure layout headers are RCU safeTrond Myklebust
2020-03-16NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid()Trond Myklebust
2020-03-16pNFS/flexfiles: Report DELAY and GRACE errors from the DS to the serverTrond Myklebust
2020-03-16NFS: Limit the size of the access cache by defaultTrond Myklebust
2020-03-16NFS: Avoid referencing the cred twice in async rename/unlinkTrond Myklebust
2020-03-16NFSv4: Avoid unnecessary credential references in layoutgetTrond Myklebust
2020-03-16NFSv4: Avoid referencing the cred unnecessarily during NFSv4 I/OTrond Myklebust
2020-03-16NFS: Assume cred is pinned by open context in I/O requestsTrond Myklebust
2020-03-16NFS: alloc_nfs_open_context() must use the file cred when availableTrond Myklebust
2020-03-16NFS: Ensure we time out if a delegreturn does not completeTrond Myklebust
2020-03-16NFSv4/pnfs: pnfs_set_layout_stateid() should update the layout credTrond Myklebust
2020-03-16NFSv4: nfs_update_inplace_delegation() should update delegation credTrond Myklebust
2020-03-16NFS: Use the 64-bit server readdir cookies when possibleTrond Myklebust
2020-03-15Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-13Merge tag 'nfs-for-5.6-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-03-13Merge tag 'fuse-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-03-13Merge tag 'ovl-fixes-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-03-13Merge tag 'io_uring-5.6-2020-03-13' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-13afs: Use kfree_rcu() instead of casting kfree() to rcu_callback_tJann Horn
2020-03-13ovl: fix lockdep warning for async writeMiklos Szeredi
2020-03-13ovl: fix some xino configurationsAmir Goldstein
2020-03-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-03-12cifs_atomic_open(): fix double-put on late allocation failureAl Viro
2020-03-12gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcacheAl Viro
2020-03-12ovl: fix lock in ovl_llseek()Amir Goldstein
2020-03-11Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2020-03-08io_uring: ensure RCU callback ordering with rcu_barrier()Jens Axboe
2020-03-08Merge tag 'driver-core-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-07fscrypt: don't evict dirty inodes after removing keyEric Biggers
2020-03-07Merge tag 'io_uring-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-07io_uring: fix lockup with timeoutsPavel Begunkov
2020-03-06Merge tag 'for-5.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-06Merge tag 'filelock-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-06io_uring: free fixed_file_data after RCU grace periodJens Axboe
2020-03-06locks: fix a potential use-after-free problem when wakeup a waiteryangerkun