summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | NFS/flexfiles: Fix up sparse RCU annotationsTrond Myklebust2019-03-011-2/+2
| * | | | | | | NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE()Trond Myklebust2019-03-011-13/+19
| * | | | | | | NFS: Add missing encode / decode sequence_maxsz to v4.2 operationsAnna Schumaker2019-03-011-0/+10
| * | | | | | | NFSv4.1: Don't process the sequence op more than once.Trond Myklebust2019-03-011-1/+1
| * | | | | | | NFSv4.1: Reinitialise sequence results before retransmitting a requestTrond Myklebust2019-03-011-4/+8
| * | | | | | | Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-02-2512-695/+406Star
| |\ \ \ \ \ \ \
| | * | | | | | | NFS: Account for XDR pad of buf->pagesChuck Lever2019-02-143-15/+16
| | * | | | | | | SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever2019-02-143-73/+34Star
| | * | | | | | | NFS: Add trace events to report non-zero NFS status codesChuck Lever2019-02-136-4/+133
| | * | | | | | | NFS: Remove print_overflow_msg()Chuck Lever2019-02-138-600/+219Star
| | * | | | | | | SUNRPC: Add xdr_stream::rqst fieldChuck Lever2019-02-132-3/+4
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | NFS/pnfs: Bulk destroy of layouts needs to be safe w.r.t. umountTrond Myklebust2019-02-232-10/+24
| * | | | | | | NFS: Fix a soft lockup in the delegation recovery codeTrond Myklebust2019-02-212-8/+13
| * | | | | | | NFSv4.1: Avoid false retries when RPC calls are interruptedTrond Myklebust2019-02-213-60/+55Star
| * | | | | | | nfs: fix xfstest generic/099 failed on nfsv3ZhangXiaoxu2019-02-201-2/+0Star
| * | | | | | | pNFS: Avoid read/modify/write when it is not necessaryKazuo Ito2019-02-201-14/+26
| * | | | | | | pNFS: Fix potential corruption of page being writtenKazuo Ito2019-02-201-1/+1
| * | | | | | | NFS: Fix typo in comments of nfs_readdir_alloc_pages()zhangliguang2019-02-201-2/+2
| * | | | | | | NFS: Remove redundant semicolonzhangliguang2019-02-201-1/+1
| * | | | | | | NFS: readdirplus optimization by cache mechanismluanshi2019-02-202-7/+86
| * | | | | | | fs/nfs: Fix nfs_parse_devname to not modify it's argumentEric W. Biederman2019-02-201-1/+1
| * | | | | | | NFS: drop useless LIST_HEADJulia Lawall2019-02-201-1/+0Star
| * | | | | | | NFS: Fix sparse annotations for nfs_set_open_stateid_locked()Trond Myklebust2019-02-201-0/+4
| * | | | | | | NFS: Fix up documentation warningsTrond Myklebust2019-02-2015-62/+75
| * | | | | | | NFS: ENOMEM should also be a fatal error.Trond Myklebust2019-02-201-0/+1
| * | | | | | | NFS: EINTR is also a fatal error.Trond Myklebust2019-02-201-0/+1
| * | | | | | | NFS: Ensure NFS writeback allocations don't recurse back into NFS.Trond Myklebust2019-02-201-1/+6
| * | | | | | | NFS: Pass error information to the pgio error cleanup routineTrond Myklebust2019-02-204-7/+15
| * | | | | | | NFS: Clean up list moves of struct nfs_pageTrond Myklebust2019-02-202-10/+5Star
| * | | | | | | NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()Trond Myklebust2019-02-201-1/+1
| * | | | | | | NFS: Fix an I/O request leakage in nfs_do_recoalesceTrond Myklebust2019-02-201-1/+0Star
| * | | | | | | NFS: Fix I/O request leakagesTrond Myklebust2019-02-201-5/+21
* | | | | | | | Merge tag 'ovl-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-03-123-35/+81
|\ \ \ \ \ \ \ \
| * | | | | | | | ovl: Do not lose security.capability xattr over metadata file copy-upVivek Goyal2019-02-133-22/+63
| * | | | | | | | ovl: During copy up, first copy up data and then xattrsVivek Goyal2019-02-041-13/+18
* | | | | | | | | Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-128-259/+321
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fuse: cache readdir calls if filesystem opts out of opendirChad Austin2019-02-131-1/+2
| * | | | | | | | | fuse: support clients that don't implement 'opendir'Chad Austin2019-02-133-5/+12
| * | | | | | | | | fuse: lift bad inode checks into callersMiklos Szeredi2019-02-131-16/+10Star
| * | | | | | | | | fuse: multiplex cached/direct_io file operationsMiklos Szeredi2019-02-131-37/+34Star
| * | | | | | | | | fuse add copy_file_range to direct io fopsMiklos Szeredi2019-02-131-0/+1
| * | | | | | | | | fuse: use iov_iter based generic splice helpersMiklos Szeredi2019-02-131-1/+3
| * | | | | | | | | fuse: Switch to using async direct IO for FOPEN_DIRECT_IOMartin Raiber2019-02-131-4/+26
| * | | | | | | | | fuse: use atomic64_t for khctrMiklos Szeredi2019-02-133-5/+3Star
| * | | | | | | | | fuse: clean up abortedMiklos Szeredi2019-02-135-11/+12
| * | | | | | | | | fuse: Protect ff->reserved_req via corresponding fi->lockKirill Tkhai2019-02-132-5/+10
| * | | | | | | | | fuse: Protect fi->nlookup with fi->lockKirill Tkhai2019-02-133-6/+6
| * | | | | | | | | fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai2019-02-134-62/+70
| * | | | | | | | | fuse: Convert fc->attr_version into atomic64_tKirill Tkhai2019-02-134-26/+14Star
| * | | | | | | | | fuse: Add fuse_inode argument to fuse_prepare_release()Kirill Tkhai2019-02-134-8/+13