aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/pagelist.c
AgeCommit message (Expand)Author
2021-06-03NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce()Trond Myklebust
2020-10-01NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests()Trond Myklebust
2020-04-24NFS: Fix memory leaks in nfs_pageio_stop_mirroring()Trond Myklebust
2019-09-21NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupTrond Myklebust
2019-09-06NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Trond Myklebust
2019-09-06NFS: Pass error information to the pgio error cleanup routineTrond Myklebust
2019-09-06NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()Trond Myklebust
2019-09-06NFS: Clean up list moves of struct nfs_pageTrond Myklebust
2019-03-23NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()Trond Myklebust
2019-03-23NFS: Fix an I/O request leakage in nfs_do_recoalesceTrond Myklebust
2019-03-23NFS: Fix I/O request leakagesTrond Myklebust
2018-11-13nfs: Fix a missed page unlock after pg_doio()Benjamin Coddington
2017-09-11NFS: various changes relating to reporting IO errors.NeilBrown
2017-09-08NFS: Fix 2 use after free issues in the I/O codeTrond Myklebust
2017-08-20Merge branch 'bugfixes'Trond Myklebust
2017-08-20NFS: Remove unused parameter gfp_flags from nfs_pageio_init()Trond Myklebust
2017-08-20NFSv4: Fix up mirror allocationTrond Myklebust
2017-08-15NFS: Wait for requests that are locked on the commit listTrond Myklebust
2017-08-15NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust
2017-08-15NFS: Remove unused parameter from nfs_page_group_lock()Trond Myklebust
2017-08-15NFS: Remove unuse function nfs_page_group_lock_wait()Trond Myklebust
2017-08-15NFS: Ensure we always dereference the page head lastTrond Myklebust
2017-07-13NFS: Don't run wake_up_bit() when nobody is waiting...Trond Myklebust
2017-07-13NFS: Fix initialization of nfs_page_array->npagesBenjamin Coddington
2017-07-13NFS: Ensure we commit after writeback is completeTrond Myklebust
2017-07-13NFS: Remove unused fields in the page I/O structuresTrond Myklebust
2017-04-21NFS: Add an iocounter wait function for async RPC tasksBenjamin Coddington
2017-04-20NFS: move rw_mode to nfs_pageio_headerBenjamin Coddington
2017-04-20NFS: move nfs_pgarray_set() to open codeBenjamin Coddington
2017-04-20NFS: Use GFP_NOIO for two allocations in writebackBenjamin Coddington
2017-04-20NFS: Fix missing pg_cleanup after nfs_pageio_cond_complete()Benjamin Coddington
2016-12-01NFS: discard nfs_lockowner structure.NeilBrown
2016-12-01NFS: remove l_pid field from nfs_lockownerNeilBrown
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