| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-30 | nfs/localio: add tracepoints for misaligned DIO READ and WRITE support | Mike Snitzer | 1 | -0/+10 |
| 2025-09-06 | NFS: Serialise O_DIRECT i/o and truncate() | Trond Myklebust | 1 | -0/+10 |
| 2025-09-06 | NFS: Protect against 'eof page pollution' | Trond Myklebust | 1 | -0/+2 |
| 2025-08-09 | Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -5/+7 |
| 2025-08-04 | NFS: Fix the setting of capabilities when automounting a new filesystem | Trond Myklebust | 1 | -1/+1 |
| 2025-07-28 | NFS: Fixup allocation flags for nfsiod's __GFP_NORETRY | Benjamin Coddington | 1 | -3/+6 |
| 2025-07-14 | NFS: Remove unused function nfs_umount | Dr. David Alan Gilbert | 1 | -1/+0 |
| 2025-06-19 | fs: convert most other generic_file_*mmap() users to .mmap_prepare() | Lorenzo Stoakes | 1 | -1/+1 |
| 2025-05-28 | NFS: always probe for LOCALIO support asynchronously | Mike Snitzer | 1 | -1/+0 |
| 2025-04-19 | Merge tag 'nfsd-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 1 | -7/+0 |
| 2025-04-13 | nfs: add missing selections of CONFIG_CRC32 | Eric Biggers | 1 | -7/+0 |
| 2025-04-02 | Merge tag 'nfs-for-6.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -0/+5 |
| 2025-03-28 | NFS: Don't allow waiting for exiting tasks | Trond Myklebust | 1 | -0/+5 |
| 2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -2/+2 |
| 2025-01-14 | nfs: probe for LOCALIO when v4 client reconnects to server | Mike Snitzer | 1 | -0/+3 |
| 2025-01-14 | nfs/localio: remove redundant code and simplify LOCALIO enablement | Mike Snitzer | 1 | -2/+0 |
| 2025-01-14 | nfs: cache all open LOCALIO nfsd_file(s) in client | Mike Snitzer | 1 | -1/+3 |
| 2024-11-28 | fs/nfs/io: make nfs_start_io_*() killable | Max Kellermann | 1 | -3/+4 |
| 2024-11-28 | nfs: ignore SB_RDONLY when mounting nfs | Li Lingfeng | 1 | -1/+1 |
| 2024-09-23 | nfs/localio: use dedicated workqueues for filesystem read and write | Trond Myklebust | 1 | -0/+1 |
| 2024-09-23 | nfs: add LOCALIO support | Weston Andros Adamson | 1 | -0/+45 |
| 2024-09-23 | nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commit | Mike Snitzer | 1 | -2/+5 |
| 2024-09-23 | nfs: Remove obsoleted declaration for nfs_read_prepare | Gaosheng Cui | 1 | -1/+0 |
| 2024-07-10 | nfs: remove nfs_page_length | Christoph Hellwig | 1 | -19/+0 |
| 2024-07-08 | nfs: remove dead code for the old swap over NFS implementation | Christoph Hellwig | 1 | -4/+4 |
| 2024-05-21 | nfs: fix undefined behavior in nfs_block_bits() | Sergey Shtylyov | 1 | -2/+2 |
| 2024-05-20 | NFS: make sure lock/nolock overriding local_lock mount option | Chen Hanxiao | 1 | -0/+7 |
| 2024-03-09 | nfs: make the rpc_stat per net namespace | Josef Bacik | 1 | -2/+0 |
| 2024-01-04 | NFS: drop unused nfs_direct_req bytes_left | Benjamin Coddington | 1 | -1/+0 |
| 2024-01-04 | pNFS: Fix the pnfs block driver's calculation of layoutget size | Trond Myklebust | 1 | -1/+1 |
| 2023-08-24 | NFS/pNFS: Set the connect timeout for the pNFS flexfiles driver | Trond Myklebust | 1 | -0/+2 |
| 2023-08-23 | NFSv4.2: Rework scratch handling for READ_PLUS (again) | Anna Schumaker | 1 | -0/+1 |
| 2023-07-01 | Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -0/+2 |
| 2023-06-19 | NFS: Add an "xprtsec=" NFS mount option | Chuck Lever | 1 | -0/+1 |
| 2023-06-19 | NFS: Have struct nfs_client carry a TLS policy field | Chuck Lever | 1 | -0/+1 |
| 2023-05-24 | nfs: Provide a splice-read wrapper | David Howells | 1 | -0/+2 |
| 2023-04-29 | Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -15/+0 |
| 2023-04-26 | nfs: move nfs_fhandle_hash to common include file | Jeff Layton | 1 | -15/+0 |
| 2023-04-11 | NFS: Convert buffered read paths to use netfs when fscache is enabled | Dave Wysochanski | 1 | -0/+9 |
| 2023-02-22 | Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -10/+28 |
| 2023-02-14 | NFS: Convert buffered writes to use folios | Trond Myklebust | 1 | -6/+7 |
| 2023-02-14 | NFS: Convert buffered reads to use folios | Trond Myklebust | 1 | -0/+18 |
| 2023-02-14 | NFS: Support folios in nfs_generic_pgio() | Trond Myklebust | 1 | -4/+3 |
| 2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2022-12-06 | NFS: Allow very small rsize & wsize again | Anna Schumaker | 1 | -4/+2 |
| 2022-10-27 | NFS: Avoid memcpy() run-time warning for struct sockaddr overflows | Kees Cook | 1 | -7/+7 |
| 2022-10-05 | nfs: remove nfs_wait_atomic_killable() and nfs_write_prepare() declaration | Gaosheng Cui | 1 | -2/+0 |
| 2022-09-12 | Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -0/+25 |
| 2022-09-08 | NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE | Anna Schumaker | 1 | -0/+25 |
| 2022-08-10 | Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -0/+51 |
| 2022-08-02 | nfs: Convert to migrate_folio | Matthew Wilcox (Oracle) | 1 | -2/+4 |
| 2022-07-23 | nfs: add new nfs_direct_req tracepoint events | Jeff Layton | 1 | -0/+33 |
| 2022-07-12 | NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZE | Anna Schumaker | 1 | -0/+18 |
| 2022-05-17 | NFS: Memory allocation failures are not server fatal errors | Trond Myklebust | 1 | -0/+1 |
| 2022-03-29 | NFSv4: fix open failure with O_ACCMODE flag | ChenXiaoSong | 1 | -0/+10 |
| 2022-03-22 | NFS: nfsiod should not block forever in mempool_alloc() | Trond Myklebust | 1 | -0/+7 |
| 2022-03-02 | NFS: Improve heuristic for readdirplus | Trond Myklebust | 1 | -2/+2 |
| 2022-02-25 | NFS: Clean up NFSv4.2 xattrs | Trond Myklebust | 1 | -0/+14 |
| 2022-01-06 | NFS: Add a helper to remove case-insensitive aliases | Trond Myklebust | 1 | -0/+1 |
| 2021-11-05 | NFS: Create a new nfs_alloc_fattr_with_label() function | Anna Schumaker | 1 | -9/+0 |
| 2021-10-20 | NFS: Unexport nfs_probe_fsinfo() | Anna Schumaker | 1 | -1/+0 |
| 2021-10-20 | NFS: Move nfs_probe_destination() into the generic client | Anna Schumaker | 1 | -0/+1 |
| 2021-10-20 | NFS: Create an nfs4_server_set_init_caps() function | Anna Schumaker | 1 | -0/+1 |
| 2021-08-27 | NFSv4 introduce max_connect mount options | Olga Kornievskaia | 1 | -0/+2 |
| 2021-05-07 | Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -1/+1 |
| 2021-04-27 | Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+1 |
| 2021-04-05 | nfs: hornor timeo and retrans option when mounting NFSv3 | Eryu Guan | 1 | -1/+1 |
| 2021-03-22 | nfs: account for selinux security context when deciding to share superblock | Olga Kornievskaia | 1 | -0/+1 |
| 2021-03-08 | NFS: Clean up function nfs_mark_dir_for_revalidate() | Trond Myklebust | 1 | -1/+2 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -5/+9 |
| 2021-01-10 | NFS: nfs_igrab_and_active must first reference the superblock | Trond Myklebust | 1 | -5/+7 |
| 2021-01-10 | NFS: Adjust fs_context error logging | Scott Mayhew | 1 | -3/+23 |
| 2020-12-02 | NFS: Support larger readdir buffers | Trond Myklebust | 1 | -6/+0 |
| 2020-06-02 | mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead | NeilBrown | 1 | -3/+7 |
| 2020-04-01 | NFS: Remove the redundant function nfs_pgio_has_mirroring() | Trond Myklebust | 1 | -6/+0 |
| 2020-03-27 | NFS: Remove bucket array from struct pnfs_ds_commit_info | Trond Myklebust | 1 | -3/+0 |
| 2020-03-27 | pNFS: Add infrastructure for cleaning up per-layout commit structures | Trond Myklebust | 1 | -1/+3 |
| 2020-03-27 | NFS/pNFS: Support commit arrays in nfs_clear_pnfs_ds_commit_verifiers() | Trond Myklebust | 1 | -3/+16 |
| 2020-03-27 | NFS: Fix O_DIRECT commit verifier handling | Trond Myklebust | 1 | -0/+8 |
| 2020-03-16 | NFS: Add a helper nfs_client_for_each_server() | Trond Myklebust | 1 | -1/+3 |
| 2020-01-24 | NFS: Add softreval behaviour to nfs_lookup_revalidate() | Trond Myklebust | 1 | -0/+9 |
| 2020-01-15 | nfs: use timespec64 in nfs_fattr | Arnd Bergmann | 1 | -2/+2 |
| 2020-01-15 | NFS: Attach supplementary error information to fs_context. | Scott Mayhew | 1 | -0/+4 |
| 2020-01-15 | NFS: Additional refactoring for fs_context conversion | Scott Mayhew | 1 | -37/+16 |
| 2020-01-15 | NFS: Add fs_context support. | David Howells | 1 | -41/+33 |
| 2020-01-15 | NFS: Do some tidying of the parsing code | David Howells | 1 | -5/+11 |
| 2020-01-15 | NFS: Add a small buffer in nfs_fs_context to avoid string dup | David Howells | 1 | -0/+2 |
| 2020-01-15 | NFS: Split nfs_parse_mount_options() | David Howells | 1 | -0/+3 |
| 2020-01-15 | NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context | David Howells | 1 | -7/+7 |
| 2020-01-15 | NFS: Move mount parameterisation bits into their own file | David Howells | 1 | -0/+30 |
| 2020-01-15 | nfs: get rid of ->set_security() | Al Viro | 1 | -3/+0 |
| 2020-01-15 | nfs: get rid of mount_info ->fill_super() | Al Viro | 1 | -3/+1 |
| 2020-01-15 | nfs: don't pass nfs_subversion to ->create_server() | Al Viro | 1 | -5/+2 |
| 2020-01-15 | nfs: unexport nfs_fs_mount_common() | Al Viro | 1 | -3/+0 |
| 2020-01-15 | nfs: merge xdev and remote file_system_type | Al Viro | 1 | -1/+1 |
| 2020-01-15 | nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_co... | Al Viro | 1 | -4/+2 |
| 2020-01-15 | nfs: stash nfs_subversion reference into nfs_mount_info | Al Viro | 1 | -0/+1 |
| 2020-01-15 | nfs: lift setting mount_info from nfs_xdev_mount() | Al Viro | 1 | -2/+1 |
| 2020-01-15 | nfs: stash server into struct nfs_mount_info | Al Viro | 1 | -1/+2 |
| 2019-11-03 | NFS: Convert struct nfs_fattr to use struct timespec64 | Trond Myklebust | 1 | -1/+1 |
| 2019-09-26 | Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -8/+0 |
| 2019-09-24 | NFS: Optimise the default readahead size | Trond Myklebust | 1 | -8/+0 |
| 2019-08-26 | NFS: Fix spurious EIO read errors | Trond Myklebust | 1 | -0/+10 |
| 2019-07-12 | Revert "NFS: readdirplus optimization by cache mechanism" (memleak) | Max Kellermann | 1 | -2/+1 |
| 2019-07-06 | Merge branch 'multipath_tcp' | Trond Myklebust | 1 | -0/+2 |
| 2019-07-06 | NFSv4: Allow multiple connections to NFSv4.x (x>0) servers | Trond Myklebust | 1 | -0/+1 |
| 2019-07-06 | NFS: Add a mount option to specify number of TCP connections to use | Trond Myklebust | 1 | -0/+1 |
| 2019-07-06 | NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_init | Trond Myklebust | 1 | -1/+1 |
| 2019-05-09 | Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -6/+2 |
| 2019-05-01 | nfs{,4}: switch to ->free_inode() | Al Viro | 1 | -1/+1 |
| 2019-04-26 | NFS: Store the credential of the mount process in the nfs_server | Trond Myklebust | 1 | -0/+1 |
| 2019-04-25 | NFS: Replace custom error reporting mechanism with generic one | Trond Myklebust | 1 | -6/+0 |
| 2019-04-25 | NFS: Consider ETIMEDOUT to be a fatal error | Trond Myklebust | 1 | -0/+1 |
| 2019-02-20 | NFS: readdirplus optimization by cache mechanism | luanshi | 1 | -1/+2 |
| 2019-02-20 | NFS: ENOMEM should also be a fatal error. | Trond Myklebust | 1 | -0/+1 |
| 2019-02-20 | NFS: EINTR is also a fatal error. | Trond Myklebust | 1 | -0/+1 |
| 2019-01-05 | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -1/+1 |
| 2019-01-02 | sunrpc: Add xprt after nfs4_test_session_trunk() | Santosh kumar pradhan | 1 | -3/+3 |
| 2018-12-21 | LSM: hide struct security_mnt_opts from any generic code | Al Viro | 1 | -1/+1 |
| 2018-12-19 | NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. | NeilBrown | 1 | -4/+4 |
| 2018-12-19 | NFSv4: cleanup remove unused nfs4_xdev_fs_type | Olga Kornievskaia | 1 | -1/+0 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -1/+1 |
| 2017-11-13 | Pass mode to wait_on_atomic_t() action funcs and provide default actions | David Howells | 1 | -1/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-09-11 | NFS: various changes relating to reporting IO errors. | NeilBrown | 1 | -0/+7 |
| 2017-09-08 | NFS: Fix 2 use after free issues in the I/O code | Trond Myklebust | 1 | -1/+0 |
| 2017-07-13 | Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -3/+5 |
| 2017-07-13 | nfs: add export operations | Peng Tao | 1 | -0/+2 |
| 2017-07-13 | Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -5/+5 |
| 2017-07-13 | NFS: convert flags to bool | Benjamin Coddington | 1 | -3/+3 |
| 2017-07-13 | sunrpc: mark all struct svc_version instances as const | Christoph Hellwig | 1 | -2/+2 |
| 2017-07-13 | sunrpc: mark all struct rpc_procinfo instances as const | Christoph Hellwig | 1 | -3/+3 |
| 2017-06-28 | Merge tag 'v4.12-rc5' into nfsd tree | J. Bruce Fields | 1 | -2/+0 |
| 2017-06-20 | sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa... | Ingo Molnar | 1 | -0/+1 |
| 2017-06-03 | nfs: Mark unnecessarily extern functions as static | Jan Kara | 1 | -2/+0 |
| 2017-05-15 | sunrpc: mark all struct svc_version instances as const | Christoph Hellwig | 1 | -2/+2 |
| 2017-05-15 | sunrpc: mark all struct rpc_procinfo instances as const | Christoph Hellwig | 1 | -3/+3 |
| 2017-05-08 | NFS append COMMIT after synchronous COPY | Olga Kornievskaia | 1 | -1/+0 |
| 2017-04-26 | NFS: Add a few more fatal I/O errors to nfs_error_is_fatal() | Trond Myklebust | 1 | -0/+4 |
| 2017-03-17 | pNFS: return status from nfs4_pnfs_ds_connect | Weston Andros Adamson | 1 | -0/+2 |
| 2016-12-19 | NFS: Clean up cache validity checking | Trond Myklebust | 1 | -0/+1 |
| 2016-12-02 | NFS: Allow getattr to also report readdirplus cache hits | Trond Myklebust | 1 | -0/+1 |
| 2016-12-01 | NFS: Remove unused authflavour parameter from nfs_get_client() | Anna Schumaker | 1 | -5/+3 |
| 2016-10-13 | Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -4/+3 |
| 2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+2 |
| 2016-10-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+3 |
| 2016-10-07 | mm: remove page_file_index | Huang Ying | 1 | -3/+3 |
| 2016-10-05 | switch generic_file_splice_read() to use of ->read_iter() | Al Viro | 1 | -2/+0 |
| 2016-09-27 | pNFS: Fix atime updates on pNFS clients | Trond Myklebust | 1 | -1/+0 |
| 2016-09-27 | fs: make remaining filesystems use .rename2 | Miklos Szeredi | 1 | -1/+2 |
| 2016-09-20 | nfs: cover ->migratepage with CONFIG_MIGRATION | Chao Yu | 1 | -3/+0 |
| 2016-09-19 | NFS pnfs data server multipath session trunking | Andy Adamson | 1 | -0/+3 |
| 2016-08-16 | NFS: Allow the mount option retrans=0 | Trond Myklebust | 1 | -1/+4 |
| 2016-07-30 | Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -11/+51 |
| 2016-07-28 | mm: move most file-based accounting to the node | Mel Gorman | 1 | -1/+1 |
| 2016-07-24 | Merge branch 'writeback' | Trond Myklebust | 1 | -0/+40 |
| 2016-07-19 | nfs4: flexfiles: respect noresvport when establishing connections to DSes | Tigran Mkrtchyan | 1 | -1/+1 |
| 2016-07-19 | nfs4: clnt: respect noresvport when establishing connections to DSes | Tigran Mkrtchyan | 1 | -1/+1 |
| 2016-07-19 | sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags | Scott Mayhew | 1 | -1/+1 |
| 2016-07-05 | NFSv4.2: Fix writeback races in nfs4_copy_file_range | Trond Myklebust | 1 | -0/+3 |
| 2016-07-05 | NFS: Do not aggressively cache file attributes in the case of O_DIRECT | Trond Myklebust | 1 | -0/+5 |
| 2016-07-05 | NFS: Do not serialise O_DIRECT reads and writes | Trond Myklebust | 1 | -0/+8 |
| 2016-07-05 | NFS: Ensure we reset the write verifier 'committed' value on resend. | Trond Myklebust | 1 | -0/+17 |
| 2016-07-05 | NFS: Fix O_DIRECT verifier problems | Trond Myklebust | 1 | -0/+7 |
| 2016-06-30 | NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DS | Trond Myklebust | 1 | -8/+8 |
| 2016-05-17 | NFS: Add nfs_commit_file() | Anna Schumaker | 1 | -0/+1 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -3/+3 |
| 2016-03-16 | nfs: remove nfs_inode_dio_wait | Christoph Hellwig | 1 | -4/+0 |
| 2016-03-16 | nfs: remove nfs4_file_fsync | Christoph Hellwig | 1 | -1/+1 |
| 2016-01-21 | NFS: Simplify nfs_request_add_commit_list() arguments | Anna Schumaker | 1 | -1/+1 |
| 2016-01-07 | NFS: Use wait_on_atomic_t() for unlock after readahead | Benjamin Coddington | 1 | -7/+2 |
| 2016-01-04 | Merge branch 'pnfs_generic' | Trond Myklebust | 1 | -1/+6 |
| 2015-12-31 | NFS: Relax requirements in nfs_flush_incompatible | Trond Myklebust | 1 | -0/+6 |
| 2015-12-31 | NFS/pNFS: Fix up pNFS write reschedule layering violations and bugs | Trond Myklebust | 1 | -1/+0 |
| 2015-12-28 | nfs: handle request add failure properly | Peng Tao | 1 | -0/+14 |
| 2015-12-28 | Adding stateid information to tracepoints | Olga Kornievskaia | 1 | -0/+9 |
| 2015-12-13 | sched/wait: Fix the signal handling fix | Peter Zijlstra | 1 | -1/+1 |
| 2015-09-07 | NFSv4: Respect the server imposed limit on how many changes we may cache | Trond Myklebust | 1 | -1/+0 |
| 2015-08-17 | NFS: Use RPC functions for matching sockaddrs | Anna Schumaker | 1 | -4/+0 |
| 2015-08-10 | NFSv4.1/pnfs: Fix atomicity of commit list updates | Trond Myklebust | 1 | -5/+10 |
| 2015-07-28 | Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -0/+21 |
| 2015-07-28 | nfs: Fix an oops caused by using other thread's stack space in ASYNC mode | Kinglong Mee | 1 | -0/+21 |
| 2015-06-02 | writeback: move backing_dev_info->bdi_stat[] into bdi_writeback | Tejun Heo | 1 | -1/+1 |
| 2015-03-01 | NFS: Add attribute update barriers to NFS writebacks | Trond Myklebust | 1 | -0/+1 |
| 2015-02-13 | nfs: Provide and use helper functions for marking a page as unstable | Tom Haynes | 1 | -0/+13 |
| 2015-02-12 | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+0 |
| 2015-02-05 | NFSv4: Ensure we reference the inode for return-on-close in delegreturn | Trond Myklebust | 1 | -1/+21 |
| 2015-02-03 | Merge branch 'flexfiles' | Trond Myklebust | 1 | -5/+26 |
| 2015-02-03 | nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writes | Peng Tao | 1 | -0/+1 |
| 2015-02-03 | nfs: add nfs_pgio_current_mirror helper | Peng Tao | 1 | -0/+2 |
| 2015-02-03 | nfs: only reset desc->pg_mirror_idx when mirroring is supported | Peng Tao | 1 | -0/+7 |
| 2015-02-03 | nfs: add mirroring support to pgio layer | Weston Andros Adamson | 1 | -0/+1 |
| 2015-02-03 | pnfs: pass ds_commit_idx through the commit path | Weston Andros Adamson | 1 | -2/+4 |
| 2015-02-03 | nfs: allow to specify cred in nfs_initiate_pgio | Peng Tao | 1 | -3/+3 |
| 2015-02-03 | nfs: allow different protocol in nfs_initiate_commit | Peng Tao | 1 | -0/+1 |
| 2015-02-03 | pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio | Tom Haynes | 1 | -0/+1 |