| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-28 | fs/nfs/read: fix double-unlock bug in nfs_return_empty_folio() | Max Kellermann | 1 | -1/+2 |
| 2024-09-23 | nfs: Remove unnecessary NULL check before kfree() | Thorsten Blum | 1 | -2/+1 |
| 2024-07-18 | Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -30/+48 |
| 2024-07-17 | nfs: split nfs_read_folio | Christoph Hellwig | 1 | -28/+41 |
| 2024-07-17 | nfs: pass explicit offset/count to trace events | Christoph Hellwig | 1 | -3/+5 |
| 2024-07-08 | nfs: remove dead code for the old swap over NFS implementation | Christoph Hellwig | 1 | -1/+1 |
| 2024-07-08 | NFSv4: Add support for delegated atime and mtime attributes | Trond Myklebust | 1 | -0/+3 |
| 2024-05-31 | nfs: Remove calls to folio_set_error | Matthew Wilcox (Oracle) | 1 | -2/+0 |
| 2024-03-09 | NFS: Read unlock folio on nfs_page_create_from_folio() error | Benjamin Coddington | 1 | -0/+2 |
| 2023-08-23 | NFSv4.2: Rework scratch handling for READ_PLUS (again) | Anna Schumaker | 1 | -0/+10 |
| 2023-04-11 | NFS: Convert buffered read paths to use netfs when fscache is enabled | Dave Wysochanski | 1 | -32/+29 |
| 2023-04-11 | NFS: Rename readpage_async_filler to nfs_read_add_folio | Dave Wysochanski | 1 | -27/+27 |
| 2023-03-14 | NFS: Fix /proc/PID/io read_bytes for buffered reads | Dave Wysochanski | 1 | -0/+3 |
| 2023-02-14 | NFS: Remove unnecessary check in nfs_read_folio() | Trond Myklebust | 1 | -7/+1 |
| 2023-02-14 | NFS: Convert buffered reads to use folios | Trond Myklebust | 1 | -44/+42 |
| 2022-06-29 | nfs: Leave pages in the pagecache if readpage failed | Matthew Wilcox (Oracle) | 1 | -4/+0 |
| 2022-05-09 | nfs: Convert nfs to read_folio | Matthew Wilcox (Oracle) | 1 | -1/+2 |
| 2022-03-13 | NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS | NeilBrown | 1 | -4/+0 |
| 2022-03-13 | NFS: Rename fscache read and write pages functions | Dave Wysochanski | 1 | -2/+2 |
| 2022-02-25 | Convert NFS from readpages to readahead | Matthew Wilcox (Oracle) | 1 | -8/+13 |
| 2022-01-10 | nfs: Implement cache I/O by accessing the cache directly | David Howells | 1 | -17/+8 |
| 2021-11-02 | NFS: Add offset to nfs_aop_readahead tracepoint | Dave Wysochanski | 1 | -1/+1 |
| 2021-10-20 | NFS: Replace dprintk callsites in nfs_readpage(s) | Chuck Lever | 1 | -6/+5 |
| 2021-08-30 | NFS: Always provide aligned buffers to the RPC read layers | Trond Myklebust | 1 | -2/+6 |
| 2021-07-08 | NFS: Fix fscache read from NFS after cache error | Dave Wysochanski | 1 | -2/+3 |
| 2021-07-08 | NFS: Ensure nfs_readpage returns promptly when internal error occurs | Dave Wysochanski | 1 | -3/+3 |
| 2021-06-28 | NFS: Remove unnecessary inode parameter from nfs_pageio_complete_read() | Dave Wysochanski | 1 | -6/+5 |
| 2021-02-01 | NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async() | Dave Wysochanski | 1 | -76/+61 |
| 2021-02-01 | NFS: Call readpage_async_filler() from nfs_readpage_async() | Dave Wysochanski | 1 | -17/+11 |
| 2021-02-01 | NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdesc | Dave Wysochanski | 1 | -32/+30 |
| 2021-02-01 | NFS: In nfs_readpage() only increment NFSIOS_READPAGES when read succeeds | Dave Wysochanski | 1 | -1/+1 |
| 2021-02-01 | NFS: Clean up nfs_readpage() and nfs_readpages() | Dave Wysochanski | 1 | -22/+23 |
| 2020-06-11 | NFS: Trace short NFS READs | Chuck Lever | 1 | -0/+2 |
| 2020-04-06 | NFS: Clean up process of marking inode stale. | Trond Myklebust | 1 | -1/+1 |
| 2020-01-15 | NFS: When resending after a short write, reset the reply count to zero | Trond Myklebust | 1 | -0/+2 |
| 2020-01-15 | NFS: Clean up generic file read tracepoints | Trond Myklebust | 1 | -3/+2 |
| 2019-08-26 | NFS: Fix spurious EIO read errors | Trond Myklebust | 1 | -9/+26 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-04-25 | NFS: Add a helper to return a pointer to the open context of a struct nfs_page | Trond Myklebust | 1 | -1/+1 |
| 2019-04-25 | NFS: Remove unused argument from nfs_create_request() | Trond Myklebust | 1 | -2/+2 |
| 2019-02-20 | NFS: Pass error information to the pgio error cleanup routine | Trond Myklebust | 1 | -1/+1 |
| 2018-09-30 | NFS: Remove private spinlock in struct nfs_pgio_header | Trond Myklebust | 1 | -6/+4 |
| 2017-09-11 | NFS: Add static NFS I/O tracepoints | Chuck Lever | 1 | -0/+4 |
| 2017-08-20 | NFS: Remove unused parameter gfp_flags from nfs_pageio_init() | Trond Myklebust | 1 | -1/+1 |
| 2017-04-20 | NFS: move rw_mode to nfs_pageio_header | Benjamin Coddington | 1 | -3/+6 |
| 2016-10-07 | mm: remove page_file_index | Huang Ying | 1 | -1/+1 |
| 2016-06-24 | NFS: Fix a double page unlock | Trond Myklebust | 1 | -2/+2 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -8/+8 |
| 2015-12-28 | nfs: handle request add failure properly | Peng Tao | 1 | -18/+23 |
| 2015-12-28 | NFS41: pop some layoutget errors to application | Peng Tao | 1 | -1/+1 |
| 2015-10-21 | NFSv4.1/pnfs: Retry through MDS when getting bad length of data | Kinglong Mee | 1 | -1/+8 |
| 2015-09-20 | NFS: Do cleanup before resetting pageio read/write to mds | Kinglong Mee | 1 | -0/+3 |
| 2015-04-26 | Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -1/+1 |
| 2015-04-23 | Revert "nfs: replace nfs_add_stats with nfs_inc_stats when add one" | Nicolas Iooss | 1 | -1/+1 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -1/+1 |
| 2015-04-15 | NFS: Don't use d_inode as a variable name | David Howells | 1 | -4/+4 |
| 2015-02-03 | nfs: add mirroring support to pgio layer | Weston Andros Adamson | 1 | -5/+25 |
| 2015-02-03 | pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio | Tom Haynes | 1 | -1/+2 |
| 2014-11-24 | nfs: replace nfs_add_stats with nfs_inc_stats when add one | Li RongQing | 1 | -1/+1 |
| 2014-06-25 | nfs: get rid of duplicate dprintk | Weston Andros Adamson | 1 | -6/+0 |
| 2014-06-24 | nfs: merge nfs_pgio_data into _header | Weston Andros Adamson | 1 | -20/+22 |
| 2014-06-24 | nfs: move nfs_pgio_data and remove nfs_rw_header | Weston Andros Adamson | 1 | -3/+3 |
| 2014-05-29 | nfs: support page groups in nfs_read_completion | Weston Andros Adamson | 1 | -7/+17 |
| 2014-05-29 | nfs: page group syncing in read path | Weston Andros Adamson | 1 | -5/+17 |
| 2014-05-29 | nfs: add support for multiple nfs reqs per page | Weston Andros Adamson | 1 | -2/+2 |
| 2014-05-29 | nfs: remove unused arg from nfs_create_request | Weston Andros Adamson | 1 | -3/+2 |
| 2014-05-29 | NFS: Create a common nfs_pageio_ops struct | Anna Schumaker | 1 | -8/+2 |
| 2014-05-29 | NFS: Create a common generic_pg_pgios() | Anna Schumaker | 1 | -24/+1 |
| 2014-05-29 | NFS: Create a common multiple_pgios() function | Anna Schumaker | 1 | -30/+2 |
| 2014-05-29 | NFS: Create a common initiate_pgio() function | Anna Schumaker | 1 | -36/+6 |
| 2014-05-28 | NFS: Create a generic_pgio function | Anna Schumaker | 1 | -80/+1 |
| 2014-05-28 | NFS: Create a common pgio_error function | Anna Schumaker | 1 | -21/+4 |
| 2014-05-28 | NFS: Create a common rpcsetup function for reads and writes | Anna Schumaker | 1 | -24/+2 |
| 2014-05-28 | NFS: Create a common rpc_call_ops struct | Anna Schumaker | 1 | -9/+2 |
| 2014-05-28 | NFS: Create a common nfs_pgio_result_common function | Anna Schumaker | 1 | -17/+8 |
| 2014-05-28 | NFS: Create a common pgio_rpc_prepare function | Anna Schumaker | 1 | -16/+3 |
| 2014-05-28 | NFS: Create a common rw_header_alloc and rw_header_free function | Anna Schumaker | 1 | -21/+13 |
| 2014-05-28 | NFS: Create a common pgio_alloc and pgio_release function | Anna Schumaker | 1 | -50/+4 |
| 2014-05-28 | NFS: Create a common read and write header struct | Anna Schumaker | 1 | -7/+7 |
| 2014-05-28 | NFS: Create a common read and write data struct | Anna Schumaker | 1 | -16/+16 |
| 2014-05-28 | NFS: Create a common results structure for reads and writes | Anna Schumaker | 1 | -1/+1 |
| 2014-05-28 | NFS: Create a common argument structure for reads and writes | Anna Schumaker | 1 | -1/+1 |
| 2014-05-28 | nfs: remove ->read_pageio_init from rpc ops | Christoph Hellwig | 1 | -5/+14 |
| 2014-01-05 | NFS: dprintk() should not print negative fileids and inode numbers | Niels de Vos | 1 | -6/+6 |
| 2013-09-04 | NFSv4: Don't try to recover NFSv4 locks when they are lost. | NeilBrown | 1 | -3/+4 |
| 2013-03-25 | NFS: Don't accept more reads/writes if the open context recovery failed | Trond Myklebust | 1 | -0/+2 |
| 2013-01-04 | NFS: Ensure that we free the rpc_task after read and write cleanups are done | Trond Myklebust | 1 | -3/+7 |
| 2012-07-31 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -3/+3 |
| 2012-07-31 | nfs: teach the NFS client how to treat PG_swapcache pages | Mel Gorman | 1 | -3/+3 |
| 2012-07-30 | NFS: Convert v4 into a module | Bryan Schumaker | 1 | -0/+4 |
| 2012-07-30 | NFS: Convert v2 into a module | Bryan Schumaker | 1 | -0/+1 |
| 2012-06-29 | NFS: Create an read_pageio_init() function | Bryan Schumaker | 1 | -13/+3 |
| 2012-05-24 | NFSv4.1 add nfs_inode book keeping for mdsthreshold | Andy Adamson | 1 | -0/+2 |
| 2012-05-19 | NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC calls | Andy Adamson | 1 | -3/+3 |
| 2012-05-04 | NFS: Fix sparse warnings | Trond Myklebust | 1 | -1/+1 |
| 2012-05-01 | NFS: Simplify the nfs_read_completion functions | Trond Myklebust | 1 | -26/+18 |
| 2012-05-01 | NFS: Clean up nfs read and write error paths | Trond Myklebust | 1 | -17/+21 |
| 2012-05-01 | NFS: Read cleanups | Trond Myklebust | 1 | -9/+4 |
| 2012-04-27 | NFS: rewrite directio read to use async coalesce code | Fred Isaman | 1 | -5/+5 |
| 2012-04-27 | NFS: create completion structure to pass into page_init functions | Fred Isaman | 1 | -14/+22 |
| 2012-04-27 | NFS: merge _full and _partial read rpc_ops | Fred Isaman | 1 | -181/+157 |
| 2012-04-27 | NFS: create struct nfs_page_array | Fred Isaman | 1 | -14/+8 |
| 2012-04-27 | NFS: create common nfs_pgio_header for both read and write | Fred Isaman | 1 | -38/+51 |
| 2012-04-27 | NFS: reverse arg order in nfs_initiate_[read|write] | Fred Isaman | 1 | -2/+3 |
| 2012-04-20 | NFS: put open context on error in nfs_pagein_multi | Fred Isaman | 1 | -1/+1 |
| 2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 1 | -1/+0 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
| 2012-03-21 | NFS: Remove nfs4_setup_sequence from generic read code | Bryan Schumaker | 1 | -12/+1 |
| 2012-03-17 | NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit code | Trond Myklebust | 1 | -1/+0 |
| 2012-01-31 | NFSv41: Add a new helper nfs4_init_sequence() | Trond Myklebust | 1 | -1/+1 |
| 2011-11-10 | NFS: Revert pnfs ugliness from the generic NFS read code path | Trond Myklebust | 1 | -12/+2 |
| 2011-10-19 | NFS: Get rid of the nfs_rdata_mempool | Trond Myklebust | 1 | -13/+4 |
| 2011-10-19 | NFS: Don't rely on PageError in nfs_readpage_release_partial | Trond Myklebust | 1 | -5/+2 |
| 2011-10-19 | NFS: Get rid of unnecessary calls to ClearPageError() in read code | Trond Myklebust | 1 | -2/+0 |
| 2011-10-19 | NFS: Get rid of nfs_restart_rpc() | Trond Myklebust | 1 | -1/+1 |
| 2011-10-18 | pnfs: recoalesce when ld read pagelist fails | Peng Tao | 1 | -1/+11 |
| 2011-07-25 | Merge branch 'master' into devel and apply fixup from Stephen Rothwell: | Stephen Rothwell | 1 | -5/+5 |
| 2011-07-20 | nfs_open_context doesn't need struct path either | Al Viro | 1 | -4/+4 |
| 2011-07-15 | NFS: Clean up - simplify the switch to read/write-through-MDS | Trond Myklebust | 1 | -2/+2 |
| 2011-07-15 | NFS: Move the pnfs read code into pnfs.c | Trond Myklebust | 1 | -26/+20 |
| 2011-07-15 | NFS: Use the nfs_pageio_descriptor->pg_bsize in the read/write request | Trond Myklebust | 1 | -1/+1 |
| 2011-07-15 | NFS: Cache rpc_ops in struct nfs_pageio_descriptor | Trond Myklebust | 1 | -11/+8 |
| 2011-07-15 | NFS: Clean up: split out the RPC transmission from nfs_pagein_multi/one | Trond Myklebust | 1 | -42/+50 |
| 2011-07-15 | NFS: fix return value of nfs_pagein_one/nfs_flush_one | Peng Tao | 1 | -1/+2 |
| 2011-07-12 | NFS: Clean up nfs_read_rpcsetup and nfs_write_rpcsetup | Trond Myklebust | 1 | -17/+25 |
| 2011-07-12 | NFSv4.1: File layout only supports whole file layouts | Andy Adamson | 1 | -0/+1 |
| 2011-07-12 | NFSv4.1: Fall back to ordinary i/o through the mds if we have no layout segment | Trond Myklebust | 1 | -1/+1 |
| 2011-07-12 | NFSv4.1: Add an initialisation callback for pNFS | Trond Myklebust | 1 | -12/+4 |
| 2011-07-12 | NFS: Cleanup of the nfs_pageio code in preparation for a pnfs bugfix | Trond Myklebust | 1 | -11/+32 |
| 2011-05-29 | NFSv4.1: unify pnfs_pageio_init functions | Benny Halevy | 1 | -1/+0 |
| 2011-05-29 | pnfs: Use byte-range for layoutget | Benny Halevy | 1 | -2/+6 |
| 2011-05-11 | NFSv4.1: Ensure that layoutget uses the correct gfp modes | Trond Myklebust | 1 | -2/+2 |
| 2011-03-15 | nfs: BKL is no longer needed, so remove the include | Stephen Rothwell | 1 | -1/+0 |
| 2011-03-11 | NFSv4.1: Clear lseg pointer in ->doio function | Fred Isaman | 1 | -0/+2 |
| 2011-03-11 | NFSv4.1: rearrange ->doio args | Fred Isaman | 1 | -17/+25 |
| 2011-03-11 | NFSv4.1: filelayout async error handler | Andy Adamson | 1 | -0/+1 |
| 2011-03-11 | NFSv4.1: filelayout read | Andy Adamson | 1 | -1/+2 |
| 2011-03-11 | NFSv4.1: generic read | Andy Adamson | 1 | -25/+40 |
| 2011-03-11 | NFSv4.1: shift pnfs_update_layout locations | Fred Isaman | 1 | -16/+24 |
| 2011-03-11 | NFSv4.1: coelesce across layout stripes | Fred Isaman | 1 | -0/+1 |
| 2010-12-07 | nfs: remove extraneous and problematic calls to nfs_clear_request | Trond Myklebust | 1 | -1/+0 |
| 2010-10-24 | NFS: create and destroy inode's layout cache | Benny Halevy | 1 | -0/+3 |
| 2010-09-24 | NFSv4.1: keep seq_res.sr_slot as pointer rather than an index | Benny Halevy | 1 | -1/+0 |
| 2010-07-30 | NFSv4: Ensure that we track the NFSv4 lock state in read/write requests. | Trond Myklebust | 1 | -0/+1 |
| 2010-06-22 | NFSv4.1: Make nfs4_setup_sequence take a nfs_server argument | Trond Myklebust | 1 | -1/+1 |
| 2010-05-14 | NFS: Read requests can use GFP_KERNEL. | Trond Myklebust | 1 | -2/+2 |
| 2009-12-07 | NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configured | Trond Myklebust | 1 | -1/+1 |
| 2009-12-05 | NFSv41: Clean up slot table management | Trond Myklebust | 1 | -10/+3 |
| 2009-12-04 | nfs41: call free slot from nfs4_restart_rpc | Andy Adamson | 1 | -1/+2 |
| 2009-08-12 | NFS: Fix an O_DIRECT Oops... | Trond Myklebust | 1 | -4/+2 |
| 2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -1/+0 |
| 2009-06-17 | nfs41: use rpc prepare call state for session reset | Andy Adamson | 1 | -1/+1 |
| 2009-06-17 | nfs41: read sequence setup/done support | Andy Adamson | 1 | -2/+28 |
| 2009-06-17 | nfs41: set up seq_res.sr_slotid | Andy Adamson | 1 | -0/+1 |
| 2009-04-03 | NFS: Store pages from an NFS inode into a local cache | David Howells | 1 | -0/+5 |
| 2009-04-03 | NFS: Read pages from FS-Cache into an NFS inode | David Howells | 1 | -0/+18 |
| 2009-04-03 | NFS: nfs_readpage_async() needs to be accessible as a fallback for local caching | David Howells | 1 | -2/+2 |
| 2008-12-23 | nfs: remove redundant tests on reading new pages | Wu Fengguang | 1 | -6/+0 |
| 2008-05-16 | nfs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -1/+1 |
| 2008-04-19 | NFS: Ensure that rpc_run_task() errors are propagated back to the caller | Trond Myklebust | 1 | -8/+15 |
| 2008-04-19 | NFS: Ensure that the read code cleans up properly when rpc_run_task() fails | Trond Myklebust | 1 | -20/+33 |
| 2008-03-19 | nfs: remove duplicate initializations of nfs_read_data field | Fred Isaman | 1 | -2/+0 |
| 2008-03-19 | Merge branch 'hotfixes' into devel | Trond Myklebust | 1 | -1/+4 |
| 2008-03-19 | nfs: don't ignore return value from nfs_pageio_add_request | Fred Isaman | 1 | -1/+4 |
| 2008-02-28 | SUNRPC: Remove now-redundant RCU-safe rpc_task free path | Trond Myklebust | 1 | -7/+1 |
| 2008-02-25 | NFS: Ensure that the asynchronous RPC calls complete on nfsiod. | Trond Myklebust | 1 | -0/+1 |
| 2008-02-25 | NFS: Fix a deadlock with lazy umount | Trond Myklebust | 1 | -2/+5 |
| 2008-02-05 | Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user | Christoph Lameter | 1 | -5/+5 |
| 2008-01-30 | nfs: obliterate NFS_FLAGS macro | Benny Halevy | 1 | -1/+1 |
| 2008-01-30 | NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task() | Trond Myklebust | 1 | -12/+5 |
| 2008-01-30 | NFS: Clean up the (commit|read|write)_setup() callback routines | Trond Myklebust | 1 | -18/+20 |
| 2008-01-30 | SUNRPC: Clean up the initialisation of priority queue scheduling info. | Trond Myklebust | 1 | -2/+0 |
| 2008-01-30 | SUNRPC: Cleanup of rpc_task initialisation | Trond Myklebust | 1 | -5/+10 |
| 2007-10-09 | NFS: Fix atime revalidation in read() | Trond Myklebust | 1 | -3/+0 |
| 2007-10-09 | NFS: Replace file->private_data with calls to nfs_file_open_context() | Trond Myklebust | 1 | -4/+2 |
| 2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -1/+1 |
| 2007-07-10 | NFS: Replace vfsmount and dentry in nfs_open_context with struct path | Trond Myklebust | 1 | -3/+3 |
| 2007-07-10 | NFS: Minor read optimisation... | Trond Myklebust | 1 | -11/+23 |
| 2007-05-14 | NFS: use zero_user_page | Nate Diller | 1 | -5/+5 |
| 2007-04-30 | NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedata | Trond Myklebust | 1 | -10/+9 |
| 2007-04-30 | NFS: Cleanup for nfs_readpages() | Trond Myklebust | 1 | -32/+15 |
| 2007-04-30 | NFS: Another cleanup of the read/write request coalescing code | Trond Myklebust | 1 | -35/+27 |
| 2007-04-30 | NFS: Cleanup the coalescing code | Trond Myklebust | 1 | -11/+13 |
| 2007-02-03 | NFS: fix print format for tk_pid | Chuck Lever | 1 | -2/+2 |
| 2007-02-03 | NFS: Remove nfs_readpage_sync() | Trond Myklebust | 1 | -103/+2 |
| 2006-12-07 | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus | Trond Myklebust | 1 | -2/+2 |
| 2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 1 | -1/+1 |
| 2006-12-07 | [PATCH] slab: remove SLAB_NOFS | Christoph Lameter | 1 | -1/+1 |
| 2006-12-06 | NFS: Cleanup: add common helper nfs_page_length() | Trond Myklebust | 1 | -18/+3 |
| 2006-12-06 | NFS: Remove use of the Big Kernel Lock around calls to rpc_execute. | Frank Filz | 1 | -2/+0 |
| 2006-12-06 | NFS: Fix missing page_unlock() in nfs_readpage | Trond Myklebust | 1 | -4/+6 |
| 2006-12-06 | NFS: Fix asynchronous read error handling | Trond Myklebust | 1 | -71/+69 |
| 2006-12-06 | SUNRPC: Fix a potential race in rpc_wake_up_task() | Trond Myklebust | 1 | -1/+7 |
| 2006-09-27 | [PATCH] Really ignore kmem_cache_destroy return value | Alexey Dobriyan | 1 | -2/+1 |
| 2006-09-22 | NFS: Make read() return an ESTALE if the file has been deleted | Trond Myklebust | 1 | -3/+16 |
| 2006-09-22 | NFS: Share NFS superblocks per-protocol per-server per-FSID | David Howells | 1 | -1/+1 |
| 2006-09-19 | NFS: Fix Oopsable condition in nfs_readpage_sync() | Trond Myklebust | 1 | -2/+4 |
| 2006-09-08 | [PATCH] NFS: large non-page-aligned direct I/O clobbers memory | Trond Myklebust | 1 | -11/+13 |
| 2006-08-24 | NFS: Fix issue with EIO on NFS read | Trond Myklebust | 1 | -8/+15 |
| 2006-08-03 | NFS: make 2 functions static | Adrian Bunk | 1 | -1/+1 |