Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-14NFS: Ensure that we always drop inodes that have been marked as staleTrond Myklebust
2012-12-13nfs: Remove duplicate function declaration in internal.hYanchuan Nian
2012-12-06NFSv4: Simplify the NFSv4/v4.1 synchronous call switchTrond Myklebust
2012-12-06NFSv4.1: Move slot table and session struct definitions to nfs4session.hTrond Myklebust
2012-12-06NFSv4.1: Cleanup move session slot management to fs/nfs/nfs4session.cTrond Myklebust
2012-11-01NFS: add nfs_sb_deactive_async to avoid deadlockWeston Andros Adamson
2012-11-01nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings
2012-10-09NFS41: send real write size in layoutgetPeng Tao
2012-10-02NFS: Discover NFSv4 server trunking when mountingChuck Lever
2012-10-02NFS: nfs_parsed_mount_options can use unsigned intChuck Lever
2012-08-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-08-01nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman
2012-07-31NFS: Convert v4 into a moduleBryan Schumaker
2012-07-31NFS: Convert v3 into a moduleBryan Schumaker
2012-07-31NFS: Split out remaining NFS v4 inode functionsBryan Schumaker
2012-07-31NFS: Pass super operations and xattr handlers in the nfs_subversionBryan Schumaker
2012-07-31NFS: Only initialize the ACL client in the v3 caseBryan Schumaker
2012-07-31NFS: Create a try_mount rpc opBryan Schumaker
2012-07-31NFS: Add version registering frameworkBryan Schumaker
2012-07-17NFS: Split out the NFS v4 filesystem typesBryan Schumaker
2012-07-17NFS: Split out NFS v4 server creating codeBryan Schumaker
2012-07-17NFS: Initialize the NFS v4 client from init_nfs_v4()Bryan Schumaker
2012-07-17NFS: Split out NFS v4 file operationsBryan Schumaker
2012-07-17NFS: Split out NFS v2 inode operationsBryan Schumaker
2012-06-29NFS: Create an write_pageio_init() functionBryan Schumaker
2012-06-29NFS: Create an read_pageio_init() functionBryan Schumaker
2012-06-29NFS: Create an alloc_client rpc_opBryan Schumaker
2012-06-29NFS: Create a free_client rpc_opBryan Schumaker
2012-05-31NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust
2012-05-23NFSv4: Fix a race in the net namespace mount notificationTrond Myklebust
2012-05-23NFSv4.1: Fix session initialisation racesTrond Myklebust
2012-05-23NFS: Add nfs_client behavior flagsChuck Lever
2012-05-23NFS: Refactor nfs_get_client(): initialize nfs_clientChuck Lever
2012-05-20NFSv4.1 remove nfs4_reset_write and nfs4_reset_readAndy Adamson
2012-05-20NFSv4.1 data server timeo and retrans module parametersAndy Adamson
2012-05-20NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC callsAndy Adamson
2012-05-15NFS: Create an NFS v3 stat_to_errno()Bryan Schumaker
2012-05-15NFS: Create a single function for text mount dataBryan Schumaker
2012-05-01NFSv2/v3: Simulate the change attributeTrond Myklebust
2012-04-27NFS: Create a submount rpc_opBryan Schumaker
2012-04-27NFS: Remove secinfo knowledge out of the generic clientBryan Schumaker
2012-04-27NFS: rewrite directio write to use async coalesce codeFred Isaman
2012-04-27NFS: create nfs_commit_completion_opsFred Isaman
2012-04-27NFS: create struct nfs_commit_infoFred Isaman
2012-04-27NFS: rewrite directio read to use async coalesce codeFred Isaman
2012-04-27NFS: create completion structure to pass into page_init functionsFred Isaman
2012-04-27NFS: merge _full and _partial write rpc_opsFred Isaman
2012-04-27NFS: merge _full and _partial read rpc_opsFred Isaman
2012-04-27NFS: create struct nfs_page_arrayFred Isaman
2012-04-27NFS: create common nfs_pgio_header for both read and writeFred Isaman