NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientid
[pandora-kernel.git] / fs /
2012-05-26 Trond MyklebustNFSv4.1: Don't clobber the seqid if exchange_id returns...
2012-05-26 Trond MyklebustNFSv4.1: Add DESTROY_CLIENTID
2012-05-25 Trond MyklebustNFSv4.1: Ensure we use the correct credentials for...
2012-05-25 Trond MyklebustNFSv4.1: Ensure we use the correct credentials for...
2012-05-25 Trond MyklebustNFSv4.1: Move NFSPROC4_CLNT_BIND_CONN_TO_SESSION to...
2012-05-25 Trond MyklebustNFSv4.1: Handle NFS4ERR_SEQ_MISORDERED when confirming...
2012-05-25 Trond MyklebustNFSv4: When purging the lease, we must clear NFS4CLNT_L...
2012-05-25 Trond MyklebustNFSv4: Clean up the error handling for nfs4_reclaim_lease
2012-05-24 Trond MyklebustNFSv4.1: Exchange ID must use GFP_NOFS allocation mode
2012-05-24 Weston Andros Adamsonnfs41: Use BIND_CONN_TO_SESSION for CB_PATH_DOWN*
2012-05-24 Weston Andros Adamsonnfs4.1: add BIND_CONN_TO_SESSION operation
2012-05-24 Andy AdamsonNFSv4.1 test the mdsthreshold hint parameters
2012-05-24 Andy AdamsonNFSv4.1 add nfs_inode book keeping for mdsthreshold
2012-05-24 Andy AdamsonNFSv4.1 cache mdsthreshold values on OPEN
2012-05-24 Andy AdamsonNFSv4.1 mdsthreshold attribute xdr
2012-05-23 Trond MyklebustNFS: Add memory barriers to the nfs_client->cl_cons_sta...
2012-05-23 Trond MyklebustNFSv4: Fix a race in the net namespace mount notification
2012-05-23 Trond MyklebustNFSv4.1: Fix session initialisation races
2012-05-22 Chuck LeverNFS: EXCHANGE_ID should save the server major and minor ID
2012-05-22 Chuck LeverNFS: Add nfs_client behavior flags
2012-05-22 Chuck LeverNFS: Refactor nfs_get_client(): initialize nfs_client
2012-05-22 Chuck LeverNFS: Refactor nfs_get_client(): add nfs_found_client()
2012-05-22 Chuck LeverNFS: Always use the same SETCLIENTID boot verifier
2012-05-22 Chuck LeverNFS: Force server to drop NFSv4 state
2012-05-22 Chuck LeverNFS: Remove nfs_unique_id
2012-05-22 Chuck LeverNFS: Clean up return code checking in nfs4_proc_exchang...
2012-05-22 Chuck LeverNFS: Use proper naming conventions for the nfs_client...
2012-05-22 Chuck LeverNFS: Use proper naming conventions for nfs_client.impl_...
2012-05-22 Chuck LeverNFS: Use proper naming conventions for NFSv4.1 server...
2012-05-22 Chuck LeverNFS: Add NFSDBG_STATE
2012-05-22 Chuck LeverNFS: Don't swap bytes in nfs4_construct_boot_verifier()
2012-05-22 Bryan SchumakerNFS: Fix compiler warnings
2012-05-22 Andy AdamsonNFSv4.1 skip rpc_call_done only on disconnected DS...
2012-05-22 Andy AdamsonNFSv4.1 Just use nfs_put_client in filelayout release
2012-05-22 Andy AdamsonNFSv4.1 fix null state reference in filelayout_async_ha...
2012-05-22 Trond MyklebustNFSv4.1: Fix a bad reference count issue in the pNFS...
2012-05-21 Trond MyklebustMerge branch 'bugfixes' into nfs-for-next
2012-05-19 Andy AdamsonNFSv4.1 resend LAYOUTGET on data server invalid layout...
2012-05-19 Andy AdamsonNFSv4.1 dereference a disconnected data server client...
2012-05-19 Andy AdamsonNFSv4.1 ref count nfs_client across filelayout data...
2012-05-19 Andy AdamsonNFSv4.1 send layoutreturn to fence disconnected data...
2012-05-19 Andy AdamsonNFSv4.1 wake up all tasks on un-connected DS slot table...
2012-05-19 Andy AdamsonNFSv4.1 Check invalid deviceid upon slot table waitq...
2012-05-19 Andy AdamsonNFSv4.1 remove nfs4_reset_write and nfs4_reset_read
2012-05-19 Andy AdamsonNFSv4.1: mark deviceid invalid on filelayout DS connect...
2012-05-19 Andy AdamsonNFSv4.1 data server timeo and retrans module parameters
2012-05-19 Andy AdamsonNFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC...
2012-05-19 Andy AdamsonNFSv4.1 cleanup filelayout invalid layout handling
2012-05-19 Andy AdamsonNFSv4.1: cleanup filelayout invalid deviceid handling
2012-05-19 Matthew TreinishFixed goto readability in nfs_update_inode.
2012-05-16 Benny HalevyNFS: fix unsigned comparison in nfs4_create_sec_client
2012-05-16 Trond MyklebustNFS: Fix a compile issue when CONFIG_NFS_FSCACHE was...
2012-05-15 Dan CarpenterNFS: kmalloc() doesn't return an ERR_PTR()
2012-05-15 Bryan SchumakerNFS: Turn v3 on by default
2012-05-15 Bryan SchumakerNFS: Make v2 configurable
2012-05-15 Bryan SchumakerNFS: Create an NFS v3 stat_to_errno()
2012-05-15 Bryan SchumakerNFS: Pass mntfh as part of the nfs_mount_info structure
2012-05-15 Bryan SchumakerNFS: Allocate parsed mount data directly to the nfs_mou...
2012-05-15 Bryan SchumakerNFS: Create a single nfs_validate_mount_data() function
2012-05-15 Bryan SchumakerNFS: Create a single function for text mount data
2012-05-15 Bryan SchumakerNFS: Create a new nfs_try_mount()
2012-05-15 Bryan SchumakerNFS: Let mount data parsing set the NFS version
2012-05-15 Bryan SchumakerNFS: Use nfs_fs_mount_common() for remote referral...
2012-05-15 Bryan SchumakerNFS: Use nfs_fs_mount_common() for xdev mounts
2012-05-15 Bryan SchumakerNFS: Create a common xdev_mount() function
2012-05-15 Bryan SchumakerNFS: Create a common fs_mount() function
2012-05-15 Bryan SchumakerNFS: Remove NFS4_MOUNT_UNSHARED
2012-05-15 Bryan SchumakerNFS: Don't pass mount data to nfs_fscache_get_super_coo...
2012-05-15 Bryan SchumakerNFS: Create a single nfs_get_root()
2012-05-15 Bryan SchumakerNFS: Rename nfs4_proc_get_root()
2012-05-13 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git./linux/kernel...
2012-05-13 Linus TorvaldsMerge tag 'gpio-for-linus' of git://git.secretlab.ca...
2012-05-12 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2012-05-12 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2012-05-12 Linus TorvaldsMerge tag 'dm-3.4-fixes' of git://git./linux/kernel...
2012-05-11 Linus TorvaldsMerge tag 'gpio-for-linus' of git://git.secretlab.ca...
2012-05-11 Linus TorvaldsMerge branch '3.4-urgent' of git://git./linux/kernel...
2012-05-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-05-10 Linus TorvaldsMerge branch 'parisc' (PA-RISC compile fixes)
2012-05-10 Linus TorvaldsMerge branch 'akpm' (Andrew's patch-bomb)
2012-05-10 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc
2012-05-10 Konstantin Khlebnikovproc/pid/pagemap: correctly report non-present ptes...
2012-05-10 Linus TorvaldsMerge branch 'for-3.4-fixes' of git://git./linux/kernel...
2012-05-10 Linus TorvaldsMerge git://git.samba.org/sfrench/cifs-2.6
2012-05-10 Linus TorvaldsMerge tag 'nfs-for-3.4-5' of git://git.linux-nfs.org...
2012-05-10 Linus TorvaldsMerge tag 'sound-3.4' of git://git./linux/kernel/git...
2012-05-09 Dan Carpentercifs: fix revalidation test in cifs_llseek()
2012-05-09 Trond MyklebustNFS: Clean up - Simplify reference counting in fs/nfs...
2012-05-09 Trond MyklebustNFS: Clean up - Rename nfs_unlock_request and nfs_unloc...
2012-05-09 Trond MyklebustNFS: Clean up - simplify nfs_lock_request()
2012-05-09 Trond MyklebustNFS: nfs_set_page_writeback no longer needs to referenc...
2012-05-09 Trond MyklebustNFS: Prevent a deadlock in the new writeback code
2012-05-09 Linus TorvaldsMerge git://git.kernel.org/pub/scm/virt/kvm/kvm
2012-05-09 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2012-05-09 Olof JohanssonMerge tag 'omap-fixes-for-v3.4-rc6-take-2' of git:...
2012-05-08 David S. MillerMerge branch 'fixes' of git://git./linux/kernel/git...
2012-05-08 Linus TorvaldsMerge tag 'regulator-3.4' of git://git./linux/kernel...
2012-05-08 Linus TorvaldsMerge tag 'stable/for-linus-3.4-rc6-tag' of git://git...
2012-05-08 Linus TorvaldsMerge branch 'for-3.4-fixes' of git://git./linux/kernel...
2012-05-08 Linus TorvaldsMerge branch 'fixes' of git://git.linaro.org/people...
next