Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5c737cb29977896eb0f373d3adbcdea73b815808
5c737cb
Fix nfs_client refcounting if kmalloc fails in nfs4_proc_exchange_id and nfs4_proc_async_renew
by Dave Wysochanski
· 8 years ago
0048fdd
NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION
by Trond Myklebust
· 8 years ago
c296cfe
pNFS: Fix NULL dereference in pnfs_generic_alloc_ds_commits
by Fred Isaman
· 8 years ago
5f01148
pNFS: Fix a typo in pnfs_generic_alloc_ds_commits
by Trond Myklebust
· 8 years ago
61f454e
pNFS: Fix a deadlock when coalescing writes and returning the layout
by Trond Myklebust
· 8 years ago
5466d21
pNFS: Don't clear the layout return info if there are segments to return
by Trond Myklebust
· 8 years ago
1f18b82
pNFS: Ensure we commit the layout if it has been invalidated
by Trond Myklebust
· 8 years ago
722f0b8
pNFS: Don't send COMMITs to the DSes if the server invalidated our layout
by Trond Myklebust
· 8 years ago
37f8aa1
pNFS/flexfiles: Fix up the ff_layout_write_pagelist failure path
by Trond Myklebust
· 8 years ago
bdebfcc
pNFS: Ensure we check layout validity before marking it for return
by Trond Myklebust
· 8 years ago
88bd4f8
NFS4.1 handle interrupted slot reuse from ERR_DELAY
by Olga Kornievskaia
· 8 years ago
4edabfd
NFSv4: check return value of xdr_inline_decode
by Pan Bian
· 8 years ago
209aa23
nfs/filelayout: fix NULL pointer dereference in fl_pnfs_update_layout()
by Artem Savkov
· 8 years ago
c373fff
NFSv4: Don't special case "launder"
by Trond Myklebust
· 8 years ago
54551d8
NFS: Add a few more fatal I/O errors to nfs_error_is_fatal()
by Trond Myklebust
· 8 years ago
35a2442
Merge tag 'nfs-rdma-4.12-1' of git://git.linux-nfs.org/projects/anna/nfs-rdma
by Trond Myklebust
· 8 years ago
bb3393d
NFSv3: nfs3_nlm_alloc_call should be declared static
by Trond Myklebust
· 8 years ago
2be1fce
xprtrdma: Remove rpcrdma_buffer::rb_pool
by Chuck Lever
· 8 years ago
7ecce75
sunrpc: Fix xdr_init_decode_pages() documenting comment
by Chuck Lever
· 8 years ago
0031e47
xprtrdma: Squelch ENOBUFS warnings
by Chuck Lever
· 8 years ago
7d7fa9b
xprtrdma: Annotate receive workqueue
by Chuck Lever
· 8 years ago
56a6bd1
xprtrdma: Revert commit d0f36c46deea
by Chuck Lever
· 8 years ago
a9b0e38
xprtrdma: Restore transport after device removal
by Chuck Lever
· 8 years ago
1890896
xprtrdma: Refactor rpcrdma_ep_connect
by Chuck Lever
· 8 years ago
bebd031
xprtrdma: Support unplugging an HCA from under an NFS mount
by Chuck Lever
· 8 years ago
91a10c5
xprtrdma: Use same device when mapping or syncing DMA buffers
by Chuck Lever
· 8 years ago
fff0959
xprtrdma: Refactor rpcrdma_ia_open()
by Chuck Lever
· 8 years ago
3384979
xprtrdma: Detect unreachable NFS/RDMA servers more reliably
by Chuck Lever
· 8 years ago
e2a4f4f
sunrpc: Export xprt_force_disconnect()
by Chuck Lever
· 8 years ago
9378b27
xprtrdma: Cancel refresh worker during buffer shutdown
by Chuck Lever
· 8 years ago
a659881
NFS: Don't write back further requests if there is a pending write error
by Trond Myklebust
· 8 years ago
6aeafd0
pNFS: Fix use after free issues in pnfs_do_read()
by Trond Myklebust
· 8 years ago
b3230e8
pNFS: Ensure we check layout segment validity in the pg_init() callback
by Trond Myklebust
· 8 years ago
f30cb75
NFS: Always wait for I/O completion before unlock
by Benjamin Coddington
· 8 years ago
b1ece73
lockd: Introduce nlmclnt_operations
by Benjamin Coddington
· 8 years ago
7d6ddf8
NFS: Add an iocounter wait function for async RPC tasks
by Benjamin Coddington
· 8 years ago
50f2112
locks: Set FL_CLOSE when removing flock locks on close()
by Benjamin Coddington
· 8 years ago
e129372
NFS: Move the flock open mode check into nfs_flock()
by Benjamin Coddington
· 8 years ago
12a16d1
NFS4: remove a redundant lock range check
by Benjamin Coddington
· 8 years ago
675e508
pNFS: unexport nfs4_pnfs_v3_ds_connect_unload
by Trond Myklebust
· 8 years ago
b941968
pNFS: Unexport pnfs_put_lseg_locked and _pnfs_return_layout
by Trond Myklebust
· 8 years ago
7350474
pNFS: Remove unused layout driver callbacks
by Trond Myklebust
· 8 years ago
6d22323
nfs: remove the objlayout driver
by Christoph Hellwig
· 8 years ago
260f32a
pNFS/flexfiles: Check the result of nfs4_pnfs_ds_connect
by Trond Myklebust
· 8 years ago
56e0d71
NFSv4: Fix a hang in OPEN related to server reboot
by Trond Myklebust
· 8 years ago
fbe77c3
NFS: move rw_mode to nfs_pageio_header
by Benjamin Coddington
· 8 years ago
8ef9b0b
NFS: move nfs_pgarray_set() to open code
by Benjamin Coddington
· 8 years ago
ae97aa5
NFS: Use GFP_NOIO for two allocations in writeback
by Benjamin Coddington
· 8 years ago
1f84ccd
NFS: Fix use after free in write error path
by Fred Isaman
· 8 years ago
43b7d96
NFS: Fix missing pg_cleanup after nfs_pageio_cond_complete()
by Benjamin Coddington
· 8 years ago
62b2417
sunrpc: don't check for failure from mempool_alloc()
by NeilBrown
· 8 years ago
518662e
NFS: fix usage of mempools.
by NeilBrown
· 8 years ago
f614871
NFS: Clean up nfs4_proc_get_lease_time()
by Anna Schumaker
· 8 years ago
e917f0d
NFS: Clean up _nfs4_proc_exchange_id()
by Anna Schumaker
· 8 years ago
c7ae763
NFS: Clean up nfs4_proc_bind_one_conn_to_session()
by Anna Schumaker
· 8 years ago
3183783
NFS: Remove extra dprintk()s from nfs4namespace.c
by Anna Schumaker
· 8 years ago
539fd1d
NFS: Clean up nfs4_get_rootfh()
by Anna Schumaker
· 8 years ago
4fe6b36
NFS: Remove extra dprintk()s from nfs4client.c
by Anna Schumaker
· 8 years ago
1073d9b
NFS: Clean up nfs4_init_server()
by Anna Schumaker
· 8 years ago
2dc42c0
NFS: Clean up nfs4_set_client()
by Anna Schumaker
· 8 years ago
8da0f93
NFS: Clean up nfs4_check_server_scope()
by Anna Schumaker
· 8 years ago
ddfa0d4
NFS: Clean up nfs4_check_serverowner_major_id()
by Anna Schumaker
· 8 years ago
14d1bbb
NFS: Create a common nfs4_match_client() function
by Anna Schumaker
· 8 years ago
5b6d3ff
NFS: Clean up nfs4_check_serverowner_minor_id()
by Anna Schumaker
· 8 years ago
f251fd9
NFS: Clean up nfs4_match_clientids()
by Anna Schumaker
· 8 years ago
5be1810
NFS: Clean up nfs42_layoutstat_done()
by Anna Schumaker
· 8 years ago
e36d48e
NFS: Remove extra dprintk()s from namespace.c
by Anna Schumaker
· 8 years ago
fe4f844
NFS: Clean up nfs_direct_commit_complete()
by Anna Schumaker
· 8 years ago
beeb533
NFS: Remove nfs_direct_readpage_release()
by Anna Schumaker
· 8 years ago
4cbb976
NFS: Clean up extra dprintk()s in client.c
by Anna Schumaker
· 8 years ago
2844b6a
NFS: Clean up nfs_init_client()
by Anna Schumaker
· 8 years ago
36718a6
NFS: Remove extra dprintk()s from callback_xdr.c
by Anna Schumaker
· 8 years ago
3d0bfaa
NFS: Clean up encode_cb_sequence_res()
by Anna Schumaker
· 8 years ago
535ece2
NFS: Clean up decode_notify_lock_args()
by Anna Schumaker
· 8 years ago
1796549
NFS: Clean up decode_cb_sequence_args()
by Anna Schumaker
· 8 years ago
c79d56d
NFS: Clean up decode_layoutrecall_args()
by Anna Schumaker
· 8 years ago
135a4ea
NFS: Clean up decode_recall_args()
by Anna Schumaker
· 8 years ago
56938bb
NFS: Clean up decode_getattr_args()
by Anna Schumaker
· 8 years ago
be55f1b
NFS: Remove extra dprintk()s from callback_proc.c
by Anna Schumaker
· 8 years ago
5694a4f
NFS: Clean up nfs4_callback_layoutrecall()
by Anna Schumaker
· 8 years ago
1a916ce
NFS: Clean up do_callback_layoutrecall()
by Anna Schumaker
· 8 years ago
a7878ca
nfs: flexfilelayout: remove v3-only data server limitation
by Tigran Mkrtchyan
· 8 years ago
b044f64
NFS: switch back to to ->iterate()
by Benjamin Coddington
· 8 years ago
4f7d029
Linux 4.11-rc7
by Linus Torvalds
· 8 years ago
7395ca0
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 8 years ago
a86f106
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
e2647b6
Merge tag 'omap-for-v4.11/fixes-rc6-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
by Olof Johansson
· 8 years ago
11c994d
Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 8 years ago
032aaf3
Merge tag 'tty-4.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 8 years ago
4853886
Merge tag 'trace-v4.11-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
330c418
Revert "cgroup: avoid attaching a cgroup root to two different superblocks"
by Tejun Heo
· 8 years ago
d5ff081
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
403a39f
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
be84a46
Merge branch 'parisc-4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 8 years ago
1ec1688
orangefs: free superblock when mount fails
by Martin Brandenburg
· 8 years ago
c0eb027
vfs: don't do RCU lookup of empty pathnames
by Linus Torvalds
· 8 years ago
409c1b2
parisc: fix bugs in pa_memcpy
by Mikulas Patocka
· 8 years ago
1bf4b12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 8 years ago
7e703ec
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
9117439
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
Next »