Age | Commit message (Expand) | Author | Files | Lines |
2021-07-09 | Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 16 | -224/+347 |
2021-07-08 | Merge part 2 of branch 'sysfs-devel' | Trond Myklebust | 3 | -8/+44 |
2021-07-08 | NFSv4/pNFS: Return an error if _nfs4_pnfs_v3_ds_connect can't load NFSv3 | Trond Myklebust | 1 | -1/+1 |
2021-07-08 | NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple times | Trond Myklebust | 1 | -26/+26 |
2021-07-08 | NFSv4/pnfs: Clean up layout get on open | Trond Myklebust | 2 | -17/+17 |
2021-07-08 | NFSv4/pnfs: Fix layoutget behaviour after invalidation | Trond Myklebust | 1 | -5/+5 |
2021-07-08 | NFSv4/pnfs: Fix the layout barrier update | Trond Myklebust | 1 | -15/+15 |
2021-07-08 | NFS: Fix fscache read from NFS after cache error | Dave Wysochanski | 2 | -7/+16 |
2021-07-08 | NFS: Ensure nfs_readpage returns promptly when internal error occurs | Dave Wysochanski | 1 | -3/+3 |
2021-07-08 | NFSv4.1 identify and mark RPC tasks that can move between transports | Olga Kornievskaia | 3 | -8/+44 |
2021-07-03 | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -4/+0 |
2021-07-03 | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2 | -5/+5 |
2021-06-30 | treewide: Add missing semicolons to __assign_str uses | Joe Perches | 2 | -5/+5 |
2021-06-29 | Merge branch 'leases-devel' | Trond Myklebust | 6 | -23/+125 |
2021-06-29 | NFSv4: setlease should return EAGAIN if locks are not available | Trond Myklebust | 1 | -2/+2 |
2021-06-29 | NFS: nfs_find_open_context() may only select open files | Trond Myklebust | 1 | -0/+4 |
2021-06-28 | NFS: Remove unnecessary inode parameter from nfs_pageio_complete_read() | Dave Wysochanski | 1 | -6/+5 |
2021-06-28 | nfs: update has_sec_mnt_opts after cloning lsm options from parent | Scott Mayhew | 1 | -4/+8 |
2021-06-26 | NFS: Avoid duplicate resets of attribute cache timeouts | Trond Myklebust | 1 | -6/+1 |
2021-06-26 | NFSv4: Fix handling of non-atomic change attrbute updates | Trond Myklebust | 1 | -18/+15 |
2021-06-26 | NFS: Fix up inode attribute revalidation timeouts | Trond Myklebust | 1 | -34/+16 |
2021-06-21 | nfs: fix acl memory leak of posix_acl_create() | Gao Xiang | 1 | -2/+2 |
2021-06-13 | NFSv4: Fix an Oops in pnfs_mark_request_commit() when doing O_DIRECT | Trond Myklebust | 1 | -10/+7 |
2021-06-13 | NFSv4: Initialise connection to the server in nfs4_alloc_client() | Trond Myklebust | 1 | -40/+42 |
2021-06-13 | NFSv4: Add support for application leases underpinned by a delegation | Trond Myklebust | 3 | -2/+46 |
2021-06-13 | NFSv4: Add lease breakpoints in case of a delegation recall or return | Trond Myklebust | 1 | -6/+17 |
2021-06-13 | NFSv4: Fix delegation return in cases where we have to retry | Trond Myklebust | 3 | -15/+58 |
2021-06-03 | NFSv4: Fix second deadlock in nfs4_evict_inode() | Trond Myklebust | 1 | -2/+7 |
2021-06-03 | NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode() | Trond Myklebust | 2 | -1/+12 |
2021-06-03 | NFS: FMODE_READ and friends are C macros, not enum types | Chuck Lever | 1 | -4/+0 |
2021-06-03 | NFS: Fix a potential NULL dereference in nfs_get_client() | Dan Carpenter | 1 | -1/+1 |
2021-06-03 | NFS: Fix use-after-free in nfs4_init_client() | Anna Schumaker | 1 | -1/+1 |
2021-06-03 | NFS: Ensure the NFS_CAP_SECURITY_LABEL capability is set when appropriate | Scott Mayhew | 1 | -4/+4 |
2021-06-01 | NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error. | Dai Ngo | 1 | -0/+8 |
2021-05-27 | nfs: Remove trailing semicolon in macros | Huilong Deng | 2 | -2/+2 |
2021-05-27 | NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 config | Zhang Xiaoxu | 1 | -1/+1 |
2021-05-26 | NFS: Clean up reset of the mirror accounting variables | Trond Myklebust | 1 | -8/+1 |
2021-05-26 | NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce() | Trond Myklebust | 1 | -7/+5 |
2021-05-26 | NFS: Fix an Oopsable condition in __nfs_pageio_add_request() | Trond Myklebust | 1 | -4/+5 |
2021-05-20 | NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return() | Anna Schumaker | 1 | -8/+7 |
2021-05-20 | pNFS/NFSv4: Remove redundant initialization of 'rd_size' | Yang Li | 1 | -1/+1 |
2021-05-20 | NFS: fix an incorrect limit in filelayout_decode_layout() | Dan Carpenter | 1 | -1/+1 |
2021-05-20 | fs/nfs: Use fatal_signal_pending instead of signal_pending | zhouchuangao | 1 | -2/+2 |
2021-05-07 | Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 29 | -396/+732 |
2021-05-07 | treewide: remove editor modelines and cruft | Masahiro Yamada | 5 | -31/+0 |
2021-04-27 | Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -1/+9 |
2021-04-27 | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+3 |
2021-04-26 | NFSv4.2: Remove ifdef CONFIG_NFSD from NFSv4.2 client SSC code. | Dai Ngo | 2 | -8/+0 |
2021-04-18 | NFSv4.1: Simplify layout return in pnfs_layout_process() | Trond Myklebust | 1 | -3/+1 |
2021-04-18 | NFSv4: Don't discard segments marked for return in _pnfs_return_layout() | Trond Myklebust | 1 | -1/+1 |