aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/pagelist.c
AgeCommit message (Expand)Author
2017-09-13NFS: Fix 2 use after free issues in the I/O codeTrond Myklebust
2017-05-25NFS: Use GFP_NOIO for two allocations in writebackBenjamin Coddington
2016-10-07mm: remove page_file_indexHuang Ying
2016-05-17NFS: Add nfs_commit_file()Anna Schumaker
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-08NFS: Fix a compile warning about unused variable in nfs_generic_pg_pgios()Trond Myklebust
2016-01-07NFS: Use wait_on_atomic_t() for unlock after readaheadBenjamin Coddington
2016-01-04Merge branch 'pnfs_generic'Trond Myklebust
2015-12-31NFS: Relax requirements in nfs_flush_incompatibleTrond Myklebust
2015-12-28nfs: centralize pgio error cleanupPeng Tao
2015-12-28nfs: clean up rest of reqs when failing to add onePeng Tao
2015-12-28NFS41: pop some layoutget errors to applicationPeng Tao
2015-12-13sched/wait: Fix the signal handling fixPeter Zijlstra
2015-09-17nfs: fix pg_test page count calculationPeng Tao
2015-08-17NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust
2015-07-27NFS: Don't clear desc->pg_moreio in nfs_do_recoalesce()Trond Myklebust
2015-07-27NFS: Fix a memory leak in nfs_do_recoalesceTrond Myklebust
2015-07-01nfs: Remove invalid tk_pid from debug messageKinglong Mee
2015-06-18nfs: Fix comment for nfs_pageio_init() and nfs_pageio_complete_mirror()Yijing Wang
2015-06-10NFS: Remove unused nfs_rw_ops->rw_release() functionAnna Schumaker
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-02-11Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-02-03nfs: add nfs_pgio_current_mirror helperPeng Tao
2015-02-03nfs: only reset desc->pg_mirror_idx when mirroring is supportedPeng Tao
2015-02-03nfs: add mirroring support to pgio layerWeston Andros Adamson
2015-02-03nfs: introduce pg_cleanup op for pgio descriptorsWeston Andros Adamson
2015-02-03nfs: allow to specify cred in nfs_initiate_pgioPeng Tao
2015-02-03pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgioTom Haynes
2015-01-16locks: convert posix locks to file_lock_contextJeff Layton
2015-01-16locks: move flock locks to file_lock_contextJeff Layton
2014-11-24NFS: fix subtle change in COMMIT behaviorWeston Andros Adamson
2014-10-13NFS: Fix a bogus warning in nfs_generic_pgioTrond Myklebust
2014-10-13NFS: Fix an uninitialised pointer Oops in the writeback error pathTrond Myklebust
2014-09-10nfs: cap request size to fit a kmalloced page arrayChristoph Hellwig
2014-08-22nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery
2014-08-22nfs: can_coalesce_requests must enforce contiguityWeston Andros Adamson
2014-08-22nfs: disallow duplicate pages in pgio page vectorsWeston Andros Adamson
2014-08-22nfs: don't sleep with inode lock in lock_and_join_requestsWeston Andros Adamson
2014-08-22nfs: use blocking page_group_lock in add_requestWeston Andros Adamson
2014-08-22nfs: fix nonblocking calls to nfs_page_group_lockWeston Andros Adamson
2014-08-22nfs: change nfs_page_group_lock argumentWeston Andros Adamson
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-08-03nfs: check wait_on_bit_lock err in page_group_lockWeston Andros Adamson
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-07-13Merge branch 'bugfixes' into linux-nextTrond Myklebust
2014-07-13NFS: Don't reset pg_moreio in __nfs_pageio_add_requestTrond Myklebust
2014-07-12nfs: handle multiple reqs in nfs_page_async_flushWeston Andros Adamson
2014-07-12nfs: nfs_page should take a ref on the head reqWeston Andros Adamson