aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/pagelist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-11NFS: various changes relating to reporting IO errors.NeilBrown1-2/+2
2017-09-08NFS: Fix 2 use after free issues in the I/O codeTrond Myklebust1-14/+12
2017-08-20Merge branch 'bugfixes'Trond Myklebust1-37/+40
2017-08-20NFS: Remove unused parameter gfp_flags from nfs_pageio_init()Trond Myklebust1-3/+1
2017-08-20NFSv4: Fix up mirror allocationTrond Myklebust1-34/+39
2017-08-15NFS: Wait for requests that are locked on the commit listTrond Myklebust1-0/+2
2017-08-15NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust1-3/+1
2017-08-15NFS: Remove unused parameter from nfs_page_group_lock()Trond Myklebust1-20/+11
2017-08-15NFS: Remove unuse function nfs_page_group_lock_wait()Trond Myklebust1-21/+0
2017-08-15NFS: Ensure we always dereference the page head lastTrond Myklebust1-5/+6
2017-07-13NFS: Don't run wake_up_bit() when nobody is waiting...Trond Myklebust1-1/+16
2017-07-13NFS: Fix initialization of nfs_page_array->npagesBenjamin Coddington1-0/+1
2017-07-13NFS: Ensure we commit after writeback is completeTrond Myklebust1-0/+3
2017-07-13NFS: Remove unused fields in the page I/O structuresTrond Myklebust1-2/+0
2017-04-21NFS: Add an iocounter wait function for async RPC tasksBenjamin Coddington1-1/+33
2017-04-20NFS: move rw_mode to nfs_pageio_headerBenjamin Coddington1-5/+3
2017-04-20NFS: move nfs_pgarray_set() to open codeBenjamin Coddington1-20/+14
2017-04-20NFS: Use GFP_NOIO for two allocations in writebackBenjamin Coddington1-4/+11
2017-04-20NFS: Fix missing pg_cleanup after nfs_pageio_cond_complete()Benjamin Coddington1-2/+4
2016-12-01NFS: discard nfs_lockowner structure.NeilBrown1-1/+1
2016-12-01NFS: remove l_pid field from nfs_lockownerNeilBrown1-2/+1
2016-10-07mm: remove page_file_indexHuang Ying1-1/+1
2016-05-17NFS: Add nfs_commit_file()Anna Schumaker1-2/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-3/+3
2016-01-08NFS: Fix a compile warning about unused variable in nfs_generic_pg_pgios()Trond Myklebust1-3/+0
2016-01-07NFS: Use wait_on_atomic_t() for unlock after readaheadBenjamin Coddington1-41/+7
2016-01-04Merge branch 'pnfs_generic'Trond Myklebust1-6/+0
2015-12-31NFS: Relax requirements in nfs_flush_incompatibleTrond Myklebust1-6/+0
2015-12-28nfs: centralize pgio error cleanupPeng Tao1-24/+29
2015-12-28nfs: clean up rest of reqs when failing to add onePeng Tao1-3/+14
2015-12-28NFS41: pop some layoutget errors to applicationPeng Tao1-1/+8
2015-12-13sched/wait: Fix the signal handling fixPeter Zijlstra1-1/+1
2015-09-17nfs: fix pg_test page count calculationPeng Tao1-1/+1
2015-08-17NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust1-2/+2
2015-07-27NFS: Don't clear desc->pg_moreio in nfs_do_recoalesce()Trond Myklebust1-2/+0
2015-07-27NFS: Fix a memory leak in nfs_do_recoalesceTrond Myklebust1-1/+4
2015-07-01nfs: Remove invalid tk_pid from debug messageKinglong Mee1-2/+1
2015-06-18nfs: Fix comment for nfs_pageio_init() and nfs_pageio_complete_mirror()Yijing Wang1-1/+4
2015-06-10NFS: Remove unused nfs_rw_ops->rw_release() functionAnna Schumaker1-2/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-02-11Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-49/+245
2015-02-03nfs: add nfs_pgio_current_mirror helperPeng Tao1-8/+17
2015-02-03nfs: only reset desc->pg_mirror_idx when mirroring is supportedPeng Tao1-4/+4
2015-02-03nfs: add mirroring support to pgio layerWeston Andros Adamson1-45/+225
2015-02-03nfs: introduce pg_cleanup op for pgio descriptorsWeston Andros Adamson1-1/+4
2015-02-03nfs: allow to specify cred in nfs_initiate_pgioPeng Tao1-3/+5
2015-02-03pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgioTom Haynes1-2/+4
2015-01-16locks: convert posix locks to file_lock_contextJeff Layton1-5/+3
2015-01-16locks: move flock locks to file_lock_contextJeff Layton1-0/+6
2014-11-24NFS: fix subtle change in COMMIT behaviorWeston Andros Adamson1-3/+8