index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-25
NFSv4.1 probe offline transports for trunking on session creation
Olga Kornievskaia
1
-0
/
+8
2022-07-25
SUNRPC create a function that probes only offline transports
Olga Kornievskaia
2
-0
/
+67
2022-07-25
SUNRPC export xprt_iter_rewind function
Olga Kornievskaia
2
-1
/
+2
2022-07-25
SUNRPC restructure rpc_clnt_setup_test_and_add_xprt
Olga Kornievskaia
1
-21
/
+31
2022-07-25
NFSv4.1 remove xprt from xprt_switch if session trunking test fails
Olga Kornievskaia
1
-0
/
+3
2022-07-25
SUNRPC create an rpc function that allows xprt removal from rpc_clnt
Olga Kornievskaia
5
-8
/
+24
2022-07-25
SUNRPC enable back offline transports in trunking discovery
Olga Kornievskaia
2
-0
/
+15
2022-07-25
SUNRPC create an iterator to list only OFFLINE xprts
Olga Kornievskaia
3
-12
/
+101
2022-07-25
NFSv4.1 offline trunkable transports on DESTROY_SESSION
Olga Kornievskaia
1
-0
/
+1
2022-07-25
SUNRPC add function to offline remove trunkable transports
Olga Kornievskaia
2
-0
/
+47
2022-07-25
SUNRPC expose functions for offline remote xprt functionality
Olga Kornievskaia
3
-23
/
+40
2022-07-23
SUNRPC: Remove xdr_align_data() and xdr_expand_hole()
Anna Schumaker
2
-68
/
+0
2022-07-23
NFS: Replace the READ_PLUS decoding code
Anna Schumaker
1
-80
/
+86
2022-07-23
SUNRPC: Add a function for zeroing out a portion of an xdr_stream
Anna Schumaker
2
-0
/
+25
2022-07-23
SUNRPC: Add a function for directly setting the xdr page len
Anna Schumaker
2
-0
/
+31
2022-07-23
SUNRPC: Introduce xdr_stream_move_subsegment()
Anna Schumaker
2
-0
/
+61
2022-07-23
NFS: Replace fs_context-related dprintk() call sites with tracepoints
Chuck Lever
2
-10
/
+73
2022-07-23
SUNRPC: Replace dprintk() call site in xs_data_ready
Chuck Lever
2
-2
/
+24
2022-07-23
SUNRPC: Fail faster on bad verifier
Chuck Lever
1
-1
/
+1
2022-07-23
nfs: only issue commit in DIO codepath if we have uncommitted data
Jeff Layton
3
-19
/
+32
2022-07-23
nfs: always check dreq->error after a commit
Jeff Layton
1
-1
/
+2
2022-07-23
nfs: add new nfs_direct_req tracepoint events
Jeff Layton
3
-33
/
+114
2022-07-23
SUNRPC: Shrink size of struct rpc_task
Trond Myklebust
1
-2
/
+2
2022-07-13
NFSv4: Fix races in the legacy idmapper upcall
Trond Myklebust
1
-22
/
+24
2022-07-12
NFS: Allow setting rsize / wsize to a multiple of PAGE_SIZE
Anna Schumaker
4
-10
/
+31
2022-07-12
sunrpc: fix expiry of auth creds
Dan Aloni
1
-1
/
+1
2022-07-12
nfs: fix port value parsing
Ian Kent
1
-1
/
+1
2022-07-12
nfs: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
1
-2
/
+2
2022-07-12
NFS: remove redundant code in nfs_file_write()
ChenXiaoSong
1
-2
/
+0
2022-07-12
nfs/blocklayout: refactor block device opening
Christoph Hellwig
1
-31
/
+11
2022-07-12
NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctly
Trond Myklebust
1
-1
/
+0
2022-07-12
NFSv4.1: Don't decrease the value of seq_nr_highest_sent
Trond Myklebust
1
-3
/
+2
2022-07-10
NFS: Fix case insensitive renames
Trond Myklebust
1
-0
/
+4
2022-07-10
pNFS/files: Handle RDMA connection errors correctly
Trond Myklebust
1
-0
/
+2
2022-07-10
pNFS/flexfiles: Report RDMA connection errors to the server
Trond Myklebust
1
-0
/
+4
2022-07-10
Revert "pNFS: nfs3_set_ds_client should set NFS_CS_NOPING"
Trond Myklebust
1
-1
/
+0
2022-07-10
SUNRPC: Fix an RPC/RDMA performance regression
Trond Myklebust
3
-12
/
+6
2022-07-10
Linux 5.19-rc6
Linus Torvalds
1
-1
/
+1
2022-07-10
Merge branch 'hot-fixes' (fixes for rc6)
Linus Torvalds
3
-13
/
+18
2022-07-10
ida: don't use BUG_ON() for debugging
Linus Torvalds
1
-1
/
+2
2022-07-10
Merge tag 'dmaengine-fix-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine
Linus Torvalds
11
-56
/
+43
2022-07-10
Merge tag 'staging-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
1
-1
/
+1
2022-07-10
Merge tag 'char-misc-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
3
-24
/
+31
2022-07-10
Merge tag 'io_uring-5.19-2022-07-09' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+3
2022-07-10
Merge tag 'kbuild-fixes-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2
-6
/
+3
2022-07-10
Merge tag 'irq_urgent_for_v5.19_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-12
/
+33
2022-07-10
Merge tag 'x86_urgent_for_v5.19_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
8
-16
/
+29
2022-07-10
kbuild: remove unused cmd_none in scripts/Makefile.modinst
Masahiro Yamada
1
-3
/
+0
2022-07-10
x86/boot: Fix the setup data types max limit
Borislav Petkov
1
-1
/
+1
2022-07-09
Merge tag 'i2c-for-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
2
-9
/
+8
[next]