Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
721ccfb79b6f74f4052de70236d24047e73682d4
721ccfb
NFSv4: Warn once about servers that incorrectly apply open mode to setattr
by Trond Myklebust
· 12 years ago
ee3ae84
NFSv4: Servers should only check SETATTR stateid open mode on size change
by Trond Myklebust
· 12 years ago
b0212b8
Merge branch 'bugfixes' into linux-next
by Trond Myklebust
· 12 years ago
bd1d421
Merge branch 'rpcsec_gss-from_cel' into linux-next
by Trond Myklebust
· 12 years ago
bdeca1b
NFSv4: Don't recheck permissions on open in case of recovery cached open
by Trond Myklebust
· 12 years ago
cd4c9be
NFSv4.1: Don't do a delegated open for NFS4_OPEN_CLAIM_DELEG_CUR_FH modes
by Trond Myklebust
· 12 years ago
8188df1
NFSv4.1: Use the more efficient open_noattr call for open-by-filehandle
by Trond Myklebust
· 12 years ago
79d852b
NFS: Retry SETCLIENTID with AUTH_SYS instead of AUTH_NONE
by Chuck Lever
· 12 years ago
fd068b2
NFSv4: Ensure that we clear the NFS_OPEN_STATE flag when appropriate
by Trond Myklebust
· 12 years ago
1dfd89a
LOCKD: Ensure that nlmclnt_block resets block->b_status after a server reboot
by Trond Myklebust
· 12 years ago
8e472f3
NFSv4: Ensure the LOCK call cannot use the delegation stateid
by Trond Myklebust
· 12 years ago
92b40e9
NFSv4: Use the open stateid if the delegation has the wrong mode
by Trond Myklebust
· 12 years ago
042ad0b
nfs: Send atime and mtime as a 64bit value
by Bryan Schumaker
· 12 years ago
549b19c
NFSv4: Record the OPEN create mode used in the nfs4_opendata structure
by Trond Myklebust
· 12 years ago
98f98cf
NFSv4.1: Set the RPC_CLNT_CREATE_INFINITE_SLOTS flag for NFSv4.1 transports
by Trond Myklebust
· 12 years ago
b7993ce
SUNRPC: Allow rpc_create() to request that TCP slots be unlimited
by Trond Myklebust
· 12 years ago
ba60eb2
SUNRPC: Fix a livelock problem in the xprt->backlog queue
by Trond Myklebust
· 12 years ago
b570a97
NFSv4: Fix handling of revoked delegations by setattr
by Trond Myklebust
· 12 years ago
b9536ad
NFSv4 release the sequence id in the return on close case
by Andy Adamson
· 12 years ago
314d7cc
nfs: remove unnecessary check for NULL inode->i_flock from nfs_delegation_claim_locks
by Jeff Layton
· 12 years ago
eb04e0a
NFSv4: Doh! Typo in the fix to nfs41_walk_client_list
by Trond Myklebust
· 12 years ago
fa33294
NFSv4: Fix another potential state manager deadlock
by Trond Myklebust
· 12 years ago
7a8203d
NFS: Ensure that NFS file unlock waits for readahead to complete
by Trond Myklebust
· 12 years ago
577b423
NFS: Add functionality to allow waiting on all outstanding reads to complete
by Trond Myklebust
· 12 years ago
bc7a05c
NFSv4: Handle timeouts correctly when probing for lease validity
by Trond Myklebust
· 12 years ago
826e001
NFSv4: Fix CB_RECALL_ANY to only return delegations that are not in use
by Trond Myklebust
· 12 years ago
b02ba0b
NFSv4: Clean up nfs_expire_all_delegations
by Trond Myklebust
· 12 years ago
5c31e23
NFSv4: Fix nfs_server_return_all_delegations
by Trond Myklebust
· 12 years ago
b757144
NFSv4: Be less aggressive about returning delegations for open files
by Trond Myklebust
· 12 years ago
db4f2e63
NFSv4: Clean up delegation recall error handling
by Trond Myklebust
· 12 years ago
be76b5b
NFSv4: Clean up nfs4_open_delegation_recall
by Trond Myklebust
· 12 years ago
4a706fa
NFSv4: Clean up nfs4_lock_delegation_recall
by Trond Myklebust
· 12 years ago
8b6cc4d
NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_open_delegation_recall
by Trond Myklebust
· 12 years ago
dbb21c2
NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_lock_delegation_recall
by Trond Myklebust
· 12 years ago
cb60718
sunrpc: drop "select NETVM"
by Paul Bolle
· 12 years ago
25d280a
nfs: allow the v4.1 callback thread to freeze
by Jeff Layton
· 12 years ago
f05c124
SUNRPC: Fix a potential memory leak in rpc_new_client
by Trond Myklebust
· 12 years ago
7b1f1fd
NFSv4/4.1: Fix bugs in nfs4[01]_walk_client_list
by Trond Myklebust
· 12 years ago
b193d59
NFSv4: Fix a memory leak in nfs4_discover_server_trunking
by Trond Myklebust
· 12 years ago
a58e0be
SUNRPC: Remove extra xprt_put()
by Chuck Lever
· 12 years ago
845cbce
NFSv4: Don't clear the machine cred when client establish returns EACCES
by Trond Myklebust
· 12 years ago
ea33e6c
NFSv4: Fix issues in nfs4_discover_server_trunking
by Trond Myklebust
· 12 years ago
2363122
NFSv4: Fix the fallback to AUTH_NULL if krb5i is not available
by Trond Myklebust
· 12 years ago
4580a92
NFS: Use server-recommended security flavor by default (NFSv3)
by Chuck Lever
· 12 years ago
1c74a24
SUNRPC: Don't recognize RPC_AUTH_MAXFLAVOR
by Chuck Lever
· 12 years ago
4edaa30
NFS: Use "krb5i" to establish NFSv4 state whenever possible
by Chuck Lever
· 12 years ago
c4eafe1
NFS: Try AUTH_UNIX when PUTROOTFH gets NFS4ERR_WRONGSEC
by Chuck Lever
· 12 years ago
9a744ba
NFS: Use static list of security flavors during root FH lookup recovery
by Chuck Lever
· 12 years ago
83ca7f5
NFS: Avoid PUTROOTFH when managing leases
by Chuck Lever
· 12 years ago
2ed4b95b
NFS: Clean up nfs4_proc_get_rootfh
by Chuck Lever
· 12 years ago
75bc882
NFS: Handle missing rpc.gssd when looking up root FH
by Chuck Lever
· 12 years ago
5007220
SUNRPC: Remove EXPORT_SYMBOL_GPL() from GSS mech switch
by Chuck Lever
· 12 years ago
6599c0a
SUNRPC: Make gss_mech_get() static
by Chuck Lever
· 12 years ago
a77c806
SUNRPC: Refactor nfsd4_do_encode_secinfo()
by Chuck Lever
· 12 years ago
83523d0
SUNRPC: Consider qop when looking up pseudoflavors
by Chuck Lever
· 12 years ago
f783288
SUNRPC: Load GSS kernel module by OID
by Chuck Lever
· 12 years ago
9568c5e
SUNRPC: Introduce rpcauth_get_pseudoflavor()
by Chuck Lever
· 12 years ago
fb15b26
SUNRPC: Define rpcsec_gss_info structure
by Chuck Lever
· 12 years ago
72f4dc1
NFS: Remove unneeded forward declaration
by Chuck Lever
· 12 years ago
71afa85
SUNRPC: Missing module alias for auth_rpcgss.ko
by Chuck Lever
· 12 years ago
809b426
NFSv4: Fix Oopses in the fs_locations code
by Trond Myklebust
· 12 years ago
91876b1
NFSv4: Fix another reboot recovery race
by Trond Myklebust
· 12 years ago
6e3cf24
NFSv4: Add a mapping for NFS4ERR_FILE_OPEN in nfs4_map_errors
by Trond Myklebust
· 12 years ago
ccb46e2
NFSv4.1: Use CLAIM_DELEG_CUR_FH opens when available
by Trond Myklebust
· 12 years ago
49f9a0f
NFSv4.1: Enable open-by-filehandle
by Trond Myklebust
· 12 years ago
d9fc661
NFSv4.1: Add xdr support for CLAIM_FH and CLAIM_DELEG_CUR_FH opens
by Trond Myklebust
· 12 years ago
4a1c089
NFSv4: Clean up nfs4_opendata_alloc in preparation for NFSv4.1 open modes
by Trond Myklebust
· 12 years ago
3b66486
NFSv4.1: Select the "most recent locking state" for read/write/setattr stateids
by Trond Myklebust
· 12 years ago
39c6daa
NFSv4: Prepare for minorversion-specific nfs_server capabilities
by Trond Myklebust
· 12 years ago
5521abf
NFSv4: Resend the READ/WRITE RPC call if a stateid change causes an error
by Trond Myklebust
· 12 years ago
9b20614
NFSv4: The stateid must remain the same for replayed RPC calls
by Trond Myklebust
· 12 years ago
8c86899
NFS: __nfs_find_lock_context needs to check ctx->lock_context for a match too
by Trond Myklebust
· 12 years ago
c58c844
NFS: Don't accept more reads/writes if the open context recovery failed
by Trond Myklebust
· 12 years ago
5d42230
NFSv4: Fail I/O if the state recovery fails irrevocably
by Trond Myklebust
· 12 years ago
3ed5e2a
SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks
by Trond Myklebust
· 12 years ago
1166fde6
SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_locked
by Trond Myklebust
· 12 years ago
2402867
NFSv4.1: Add a helper pnfs_commit_and_return_layout
by Trond Myklebust
· 12 years ago
2495680
NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturn
by Trond Myklebust
· 12 years ago
a073dbf
NFSv4.1: Fix a race in pNFS layoutcommit
by Trond Myklebust
· 12 years ago
4376c94
pnfs-block: removing DM device maybe cause oops when call dev_remove
by fanchaoting
· 12 years ago
cf4ab53
NFSv4: Fix the string length returned by the idmapper
by Trond Myklebust
· 12 years ago
6dbe51c
Linux 3.9-rc1
by Linus Torvalds
· 12 years ago
ea882c2
Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhowells/linux-headers
by Linus Torvalds
· 12 years ago
8e8b180
Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 12 years ago
56a79b7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
1c82315
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
530ede1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 12 years ago
6977c6f
Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 12 years ago
8fd5e7a
Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag
by Linus Torvalds
· 12 years ago
529e5fb
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 12 years ago
686c094
Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 12 years ago
bc2e4a9
Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
68b86a2
Merge git://www.linux-watchdog.org/linux-watchdog
by Linus Torvalds
· 12 years ago
527c680
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 12 years ago
23caaee
Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86
by Linus Torvalds
· 12 years ago
d7011f5
btrfs/raid56: Add missing #include <linux/vmalloc.h>
by Geert Uytterhoeven
· 12 years ago
a7c1120
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
6ec40b4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
db61ec2
fix compat_sys_rt_sigprocmask()
by Al Viro
· 12 years ago
8d05b37
Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
Next »