]> rtime.felk.cvut.cz Git - linux-imx.git/shortlog
linux-imx.git
2013-05-08 Andy AdamsonNFS4.1 Fix data server connection race
2013-05-06 Weston Andros... NFSv3: match sec= flavor against server list
2013-05-06 Trond MyklebustNFSv4.1: Ensure that we free the lock stateid on the...
2013-05-06 Trond MyklebustNFSv4: Convert nfs41_free_stateid to use an asynchronou...
2013-05-03 Trond MyklebustSUNRPC: Don't spam syslog with "Pseudoflavor not found...
2013-05-03 Trond MyklebustNFSv4.x: Fix handling of partially delegated locks
2013-04-29 Trond MyklebustNFSv4: Warn once about servers that incorrectly apply...
2013-04-29 Trond MyklebustNFSv4: Servers should only check SETATTR stateid open...
2013-04-23 Trond MyklebustMerge branch 'bugfixes' into linux-next
2013-04-23 Trond MyklebustMerge branch 'rpcsec_gss-from_cel' into linux-next
2013-04-23 Trond MyklebustNFSv4: Don't recheck permissions on open in case of...
2013-04-23 Trond MyklebustNFSv4.1: Don't do a delegated open for NFS4_OPEN_CLAIM_...
2013-04-23 Trond MyklebustNFSv4.1: Use the more efficient open_noattr call for...
2013-04-22 Chuck LeverNFS: Retry SETCLIENTID with AUTH_SYS instead of AUTH_NONE
2013-04-22 Trond MyklebustNFSv4: Ensure that we clear the NFS_OPEN_STATE flag...
2013-04-21 Trond MyklebustLOCKD: Ensure that nlmclnt_block resets block->b_status...
2013-04-20 Trond MyklebustNFSv4: Ensure the LOCK call cannot use the delegation...
2013-04-20 Trond MyklebustNFSv4: Use the open stateid if the delegation has the...
2013-04-19 Bryan Schumakernfs: Send atime and mtime as a 64bit value
2013-04-16 Trond MyklebustNFSv4: Record the OPEN create mode used in the nfs4_ope...
2013-04-14 Trond MyklebustNFSv4.1: Set the RPC_CLNT_CREATE_INFINITE_SLOTS flag...
2013-04-14 Trond MyklebustSUNRPC: Allow rpc_create() to request that TCP slots...
2013-04-14 Trond MyklebustSUNRPC: Fix a livelock problem in the xprt->backlog...
2013-04-12 Trond MyklebustNFSv4: Fix handling of revoked delegations by setattr
2013-04-11 Andy AdamsonNFSv4 release the sequence id in the return on close...
2013-04-10 Jeff Laytonnfs: remove unnecessary check for NULL inode->i_flock...
2013-04-10 Trond MyklebustNFSv4: Doh! Typo in the fix to nfs41_walk_client_list
2013-04-09 Trond MyklebustNFSv4: Fix another potential state manager deadlock
2013-04-09 Trond MyklebustNFS: Ensure that NFS file unlock waits for readahead...
2013-04-09 Trond MyklebustNFS: Add functionality to allow waiting on all outstand...
2013-04-08 Trond MyklebustNFSv4: Handle timeouts correctly when probing for lease...
2013-04-05 Trond MyklebustNFSv4: Fix CB_RECALL_ANY to only return delegations...
2013-04-05 Trond MyklebustNFSv4: Clean up nfs_expire_all_delegations
2013-04-05 Trond MyklebustNFSv4: Fix nfs_server_return_all_delegations
2013-04-05 Trond MyklebustNFSv4: Be less aggressive about returning delegations...
2013-04-05 Trond MyklebustNFSv4: Clean up delegation recall error handling
2013-04-05 Trond MyklebustNFSv4: Clean up nfs4_open_delegation_recall
2013-04-05 Trond MyklebustNFSv4: Clean up nfs4_lock_delegation_recall
2013-04-05 Trond MyklebustNFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_o...
2013-04-05 Trond MyklebustNFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_l...
2013-04-05 Paul Bollesunrpc: drop "select NETVM"
2013-04-05 Jeff Laytonnfs: allow the v4.1 callback thread to freeze
2013-04-05 Trond MyklebustSUNRPC: Fix a potential memory leak in rpc_new_client
2013-04-05 Trond MyklebustNFSv4/4.1: Fix bugs in nfs4[01]_walk_client_list
2013-04-05 Trond MyklebustNFSv4: Fix a memory leak in nfs4_discover_server_trunking
2013-04-05 Chuck LeverSUNRPC: Remove extra xprt_put()
2013-04-05 Trond MyklebustNFSv4: Don't clear the machine cred when client establi...
2013-04-05 Trond MyklebustNFSv4: Fix issues in nfs4_discover_server_trunking
2013-04-04 Trond MyklebustNFSv4: Fix the fallback to AUTH_NULL if krb5i is not...
2013-04-04 Chuck LeverNFS: Use server-recommended security flavor by default...
2013-04-04 Chuck LeverSUNRPC: Don't recognize RPC_AUTH_MAXFLAVOR
2013-03-29 Chuck LeverNFS: Use "krb5i" to establish NFSv4 state whenever...
2013-03-29 Chuck LeverNFS: Try AUTH_UNIX when PUTROOTFH gets NFS4ERR_WRONGSEC
2013-03-29 Chuck LeverNFS: Use static list of security flavors during root...
2013-03-29 Chuck LeverNFS: Avoid PUTROOTFH when managing leases
2013-03-29 Chuck LeverNFS: Clean up nfs4_proc_get_rootfh
2013-03-29 Chuck LeverNFS: Handle missing rpc.gssd when looking up root FH
2013-03-29 Chuck LeverSUNRPC: Remove EXPORT_SYMBOL_GPL() from GSS mech switch
2013-03-29 Chuck LeverSUNRPC: Make gss_mech_get() static
2013-03-29 Chuck LeverSUNRPC: Refactor nfsd4_do_encode_secinfo()
2013-03-29 Chuck LeverSUNRPC: Consider qop when looking up pseudoflavors
2013-03-29 Chuck LeverSUNRPC: Load GSS kernel module by OID
2013-03-29 Chuck LeverSUNRPC: Introduce rpcauth_get_pseudoflavor()
2013-03-29 Chuck LeverSUNRPC: Define rpcsec_gss_info structure
2013-03-29 Chuck LeverNFS: Remove unneeded forward declaration
2013-03-29 Chuck LeverSUNRPC: Missing module alias for auth_rpcgss.ko
2013-03-28 Trond MyklebustNFSv4: Fix Oopses in the fs_locations code
2013-03-28 Trond MyklebustNFSv4: Fix another reboot recovery race
2013-03-27 Trond MyklebustNFSv4: Add a mapping for NFS4ERR_FILE_OPEN in nfs4_map_...
2013-03-25 Trond MyklebustNFSv4.1: Use CLAIM_DELEG_CUR_FH opens when available
2013-03-25 Trond MyklebustNFSv4.1: Enable open-by-filehandle
2013-03-25 Trond MyklebustNFSv4.1: Add xdr support for CLAIM_FH and CLAIM_DELEG_C...
2013-03-25 Trond MyklebustNFSv4: Clean up nfs4_opendata_alloc in preparation...
2013-03-25 Trond MyklebustNFSv4.1: Select the "most recent locking state" for...
2013-03-25 Trond MyklebustNFSv4: Prepare for minorversion-specific nfs_server...
2013-03-25 Trond MyklebustNFSv4: Resend the READ/WRITE RPC call if a stateid...
2013-03-25 Trond MyklebustNFSv4: The stateid must remain the same for replayed...
2013-03-25 Trond MyklebustNFS: __nfs_find_lock_context needs to check ctx->lock_c...
2013-03-25 Trond MyklebustNFS: Don't accept more reads/writes if the open context...
2013-03-25 Trond MyklebustNFSv4: Fail I/O if the state recovery fails irrevocably
2013-03-25 Trond MyklebustSUNRPC: Report network/connection errors correctly...
2013-03-25 Trond MyklebustSUNRPC: Add barriers to ensure read ordering in rpc_wak...
2013-03-21 Trond MyklebustNFSv4.1: Add a helper pnfs_commit_and_return_layout
2013-03-21 Trond MyklebustNFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layou...
2013-03-21 Trond MyklebustNFSv4.1: Fix a race in pNFS layoutcommit
2013-03-21 fanchaotingpnfs-block: removing DM device maybe cause oops when...
2013-03-20 Trond MyklebustNFSv4: Fix the string length returned by the idmapper
2013-03-03 Linus TorvaldsLinux 3.9-rc1
2013-03-03 Linus TorvaldsMerge tag 'disintegrate-fbdev-20121220' of git://git...
2013-03-03 Linus TorvaldsMerge tag 'stable/for-linus-3.9-rc1-tag' of git://git...
2013-03-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-03-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-03-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-03-03 Linus TorvaldsMerge branch 'fixes-for-3.9-latest' of git://git.kernel...
2013-03-03 Linus TorvaldsMerge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org...
2013-03-03 Linus TorvaldsMerge branch 'for-linus' of git://git.linaro.org/people...
2013-03-03 Linus TorvaldsMerge tag 'char-misc-3.9-rc1' of git://git.kernel.org...
2013-03-03 Linus TorvaldsMerge tag 'usb-3.9-rc1' of git://git.kernel.org/pub...
2013-03-03 Linus TorvaldsMerge git://www.linux-watchdog.org/linux-watchdog
2013-03-03 Linus TorvaldsMerge branch 'next' of git://git.infradead.org/users...
next