summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2017-11-17fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova
2017-11-17fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_tElena Reshetova
2017-11-17fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_tElena Reshetova
2017-11-17fs, nfs: convert nfs_cache_defer_req.count from atomic_t to refcount_tElena Reshetova
2017-11-17fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_tElena Reshetova
2017-11-17fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_tElena Reshetova
2017-11-17fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_tElena Reshetova
2017-11-17fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_tElena Reshetova
2017-11-17NFSv4.1: Fix up replays of interrupted requestsTrond Myklebust
2017-10-16NFS: remove special-case revalidate in nfs_opendir()NeilBrown
2017-10-16NFS: revalidate "." etc correctly on "open".NeilBrown
2017-10-16NFS: Don't compare apples to elephants to determine access bitsAnna Schumaker
2017-10-16NFS: Create NFS_ACCESS_* flagsAnna Schumaker
2017-10-04NFSv4/pnfs: Fix an infinite layoutget loopTrond Myklebust
2017-10-01nfs/filelayout: fix oops when freeing filelayout segmentScott Mayhew
2017-10-01NFS: Fix uninitialized rpc_wait_queueBenjamin Coddington
2017-10-01NFS: Cleanup error handling in nfs_idmap_request_key()Dan Carpenter
2017-10-01nfs: RPC_MAX_AUTH_SIZE is in bytesJ. Bruce Fields
2017-09-14Merge tag 'nfs-for-4.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-11Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-09-11NFS: various changes relating to reporting IO errors.NeilBrown
2017-09-11NFS: Add static NFS I/O tracepointsChuck Lever
2017-09-11pNFS: Use the standard I/O stateid when calling LAYOUTGETTrond Myklebust
2017-09-09NFS: Count the bytes of skipped subrequests in nfs_lock_and_join_requests()Trond Myklebust
2017-09-09Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-09-09NFS: Don't hold the group lock when calling nfs_release_request()Trond Myklebust
2017-09-09NFS: Remove pnfs_generic_transfer_commit_list()Trond Myklebust
2017-09-09NFS: nfs_lock_and_join_requests and nfs_scan_commit_list can deadlockTrond Myklebust
2017-09-08NFS: Fix 2 use after free issues in the I/O codeTrond Myklebust
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-07NFS: Sync the correct byte range during synchronous writestarangg@amazon.com
2017-09-06fscache: remove unused ->now_uncached callbackJan Kara
2017-09-06NFS: remove jiffies field from access cacheNeilBrown
2017-09-06NFS: flush data when locking a file to ensure cache coherence for mmap.NeilBrown
2017-09-06NFS: don't expect errors from mempool_alloc().NeilBrown
2017-08-24sunrpc: Const-ify struct sv_serv_opsChuck Lever
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-20Merge branch 'bugfixes'Trond Myklebust
2017-08-20NFS: Fix NFSv2 security settingsChuck Lever
2017-08-20NFSv4.1: don't use machine credentials for CLOSE when using 'sec=sys'NeilBrown
2017-08-20NFS: Remove unused parameter gfp_flags from nfs_pageio_init()Trond Myklebust
2017-08-20NFSv4: Fix up mirror allocationTrond Myklebust
2017-08-18Merge branch 'writeback'Trond Myklebust
2017-08-15NFS: Wait for requests that are locked on the commit listTrond Myklebust
2017-08-15NFSv4/pnfs: Replace pnfs_put_lseg_locked() with pnfs_put_lseg()Trond Myklebust
2017-08-15NFS: Switch to using mapping->private_lock for page writeback lookups.Trond Myklebust
2017-08-15NFS: Use an atomic_long_t to count the number of commitsTrond Myklebust
2017-08-15NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust
2017-08-15NFSv4: Use a mutex to protect the per-inode commit listsTrond Myklebust