Age | Commit message (Expand) | Author | Files | Lines |
2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -3/+3 |
2022-01-16 | Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 2 | -24/+10 |
2022-01-13 | Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 12 | -642/+262 |
2022-01-12 | 9p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki... | David Howells | 1 | -1/+2 |
2022-01-10 | nfs: Implement cache I/O by accessing the cache directly | David Howells | 4 | -83/+127 |
2022-01-10 | nfs: Convert to new fscache volume/cookie API | Dave Wysochanski | 12 | -595/+170 |
2022-01-08 | nfs: block notification on fs with its own ->lock | J. Bruce Fields | 1 | -1/+1 |
2022-01-07 | fscache, cachefiles: Disable configuration | David Howells | 1 | -1/+1 |
2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski | 2 | -0/+2 |
2021-12-13 | NFS: switch the callback service back to non-pooled. | NeilBrown | 1 | -1/+1 |
2021-12-13 | SUNRPC: discard svo_setup and rename svc_set_num_threads_sync() | NeilBrown | 1 | -5/+3 |
2021-12-13 | SUNRPC: stop using ->sv_nrthreads as a refcount | NeilBrown | 1 | -1/+1 |
2021-12-13 | SUNRPC/NFSD: clean up get/put functions. | NeilBrown | 1 | -12/+2 |
2021-12-13 | SUNRPC: change svc_get() to return the svc. | NeilBrown | 1 | -4/+2 |
2021-12-13 | exit: Rename module_put_and_exit to module_put_and_kthread_exit | Eric W. Biederman | 2 | -3/+3 |
2021-11-27 | Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 5 | -3/+10 |
2021-11-18 | NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSION | Olga Kornievskaia | 1 | -0/+4 |
2021-11-17 | NFSv42: Fix pagecache invalidation after COPY/CLONE | Benjamin Coddington | 1 | -1/+3 |
2021-11-17 | NFS: Add a tracepoint to show the results of nfs_set_cache_invalid() | Benjamin Coddington | 2 | -0/+2 |
2021-11-17 | NFSv42: Don't fail clone() unless the OP_CLONE operation failed | Trond Myklebust | 1 | -2/+1 |
2021-11-11 | Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -2/+2 |
2021-11-11 | Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 34 | -1234/+1170 |
2021-11-07 | NFSv4: Sanity check the parameters in nfs41_update_target_slotid() | Trond Myklebust | 2 | -4/+9 |
2021-11-05 | NFS: Remove the nfs4_label argument from decode_getattr_*() functions | Anna Schumaker | 1 | -26/+17 |
2021-11-05 | NFS: Remove the nfs4_label argument from nfs_setsecurity | Anna Schumaker | 4 | -20/+16 |
2021-11-05 | NFS: Remove the nfs4_label argument from nfs_fhget() | Anna Schumaker | 6 | -11/+10 |
2021-11-05 | NFS: Remove the nfs4_label argument from nfs_add_or_obtain() | Anna Schumaker | 2 | -5/+4 |
2021-11-05 | NFS: Remove the nfs4_label argument from nfs_instantiate() | Anna Schumaker | 3 | -8/+7 |
2021-11-05 | NFS: Remove the nfs4_label from the nfs_setattrres | Anna Schumaker | 3 | -42/+18 |
2021-11-05 | NFS: Remove the nfs4_label from the nfs4_getattr_res | Anna Schumaker | 10 | -53/+27 |
2021-11-05 | NFS: Remove the f_label from the nfs4_opendata and nfs_openres | Anna Schumaker | 3 | -26/+12 |
2021-11-05 | NFS: Remove the nfs4_label from the nfs4_lookupp_res struct | Anna Schumaker | 4 | -27/+13 |
2021-11-05 | NFS: Remove the label from the nfs4_lookup_res struct | Anna Schumaker | 6 | -39/+24 |
2021-11-05 | NFS: Remove the nfs4_label from the nfs4_link_res struct | Anna Schumaker | 2 | -14/+4 |
2021-11-05 | NFS: Remove the nfs4_label from the nfs4_create_res struct | Anna Schumaker | 2 | -8/+6 |
2021-11-05 | NFS: Remove the nfs4_label from the nfs_entry struct | Anna Schumaker | 2 | -15/+8 |
2021-11-05 | NFS: Create a new nfs_alloc_fattr_with_label() function | Anna Schumaker | 3 | -20/+23 |
2021-11-05 | NFS: Always initialise fattr->label in nfs_fattr_alloc() | Trond Myklebust | 1 | -1/+3 |
2021-11-05 | NFSv4.2: alloc_file_pseudo() takes an open flag, not an f_mode | Trond Myklebust | 1 | -2/+1 |
2021-11-05 | NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open() | Trond Myklebust | 1 | -4/+6 |
2021-11-05 | NFSv4: Remove unnecessary 'minor version' check | Trond Myklebust | 1 | -6/+2 |
2021-11-05 | NFSv4: Fix potential Oops in decode_op_map() | Trond Myklebust | 1 | -13/+2 |
2021-11-05 | NFSv4: Ensure decode_compound_hdr() sanity checks the tag | Trond Myklebust | 1 | -10/+13 |
2021-11-05 | NFS: Don't trace an uninitialised value | Trond Myklebust | 1 | -1/+1 |
2021-11-05 | NFSv4.2 add tracepoint to OFFLOAD_CANCEL | Olga Kornievskaia | 2 | -0/+34 |
2021-11-05 | NFSv4.2 add tracepoint to COPY_NOTIFY | Olga Kornievskaia | 2 | -1/+58 |
2021-11-05 | NFSv4.2 add tracepoint to CB_OFFLOAD | Olga Kornievskaia | 2 | -0/+47 |
2021-11-05 | NFSv4.2 add tracepoint to CLONE | Olga Kornievskaia | 2 | -0/+74 |
2021-11-05 | NFSv4.2 add tracepoint to COPY | Olga Kornievskaia | 2 | -0/+108 |
2021-11-05 | NFSv4.2 add tracepoints to FALLOCATE and DEALLOCATE | Olga Kornievskaia | 2 | -0/+60 |