summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-10-19NFS: Don't rely on PageError in nfs_readpage_release_partialTrond Myklebust
2011-10-19NFS: Get rid of unnecessary calls to ClearPageError() in read codeTrond Myklebust
2011-10-19NFS: Get rid of nfs_restart_rpc()Trond Myklebust
2011-10-19cifs, freezer: add wait_event_freezekillable and have cifs use itJeff Layton
2011-10-19cifs: allow cifs_max_pending to be readable under /sys/module/cifs/parametersJeff Layton
2011-10-19cifs: tune bdi.ra_pages in accordance with the rsizeJeff Layton
2011-10-19cifs: allow for larger rsize= options and change defaultsJeff Layton
2011-10-19cifs: convert cifs_readpages to use async readsJeff Layton
2011-10-19cifs: add cifs_async_readvJeff Layton
2011-10-19cifs: fix protocol definition for READ_RSPJeff Layton
2011-10-19cifs: add a callback function to receive the rest of the frameJeff Layton
2011-10-19cifs: break out 3rd receive phase into separate functionJeff Layton
2011-10-19cifs: find mid earlier in receive codepathJeff Layton
2011-10-19cifs: move buffer pointers into TCP_Server_InfoJeff Layton
2011-10-19cifs: eliminate is_multi_rsp parm to find_cifs_midJeff Layton
2011-10-19cifs: move mid finding into separate routineJeff Layton
2011-10-19cifs: add a third receive phase to cifs_demultiplex_threadJeff Layton
2011-10-19cifs: keep a reusable kvec array for receivesJeff Layton
2011-10-19cifs: turn read_from_socket into a wrapper around a vectorized versionJeff Layton
2011-10-19nfsd4: implement new 4.1 open reclaim typesJ. Bruce Fields
2011-10-19nfsd4: remove unneeded CLAIM_DELEGATE_CUR workaroundJ. Bruce Fields
2011-10-18NFSv4: Translate NFS4ERR_BADNAME into ENOENT when applied to a lookupTrond Myklebust
2011-10-18NFS: Remove the unused "lookupfh()" version of nfs4_proc_lookup()Trond Myklebust
2011-10-18xfs: add AIL pushing tracepointsChristoph Hellwig
2011-10-18xfs: put in missed fix for merge problemAlex Elder
2011-10-18NFS: Use the inode->i_version to cache NFSv4 change attribute informationTrond Myklebust
2011-10-18nfs/super.c: local functions should be staticH Hartley Sweeten
2011-10-18pnfsblock: fix writeback deadlockPeng Tao
2011-10-18pnfsblock: fix NULL pointer dereferencePeng Tao
2011-10-18pnfs: recoalesce when ld read pagelist failsPeng Tao
2011-10-18pnfs: recoalesce when ld write pagelist failsPeng Tao
2011-10-18pnfs: make _set_lo_fail genericPeng Tao
2011-10-18pnfsblock: add missing rpc_put_mount and path_putPeng Tao
2011-10-18SUNRPC/NFS: make rpc pipe upcall genericPeng Tao
2011-10-18pnfsblock: fix size of upcall messageJim Rees
2011-10-18pnfsblock: fix return code confusionJim Rees
2011-10-18nfs: don't try to migrate pages with active requestsJeff Layton
2011-10-18nfs: fix bug about IPv6 address scope checkingMi Jinlong
2011-10-18nfs: don't redirty inode when ncommit == 0 in nfs_commit_unstable_pagesJeff Layton
2011-10-18Revert "NFS: Ensure that writeback_single_inode() calls write_inode() when sy...Trond Myklebust
2011-10-18CIFS: fix automount for DFS sharesGerlando Falauto
2011-10-18CIFS: cleanup min_t() cast in cifs_read()Dan Carpenter
2011-10-17nfsd4: warn on open failure after createJ. Bruce Fields
2011-10-17nfsd4: preallocate open stateid in process_open1()J. Bruce Fields
2011-10-17nfsd4: do idr preallocation with stateid allocationJ. Bruce Fields
2011-10-17nfsd4: preallocate nfs4_file in process_open1()J. Bruce Fields
2011-10-17nfsd4: clean up open owners on OPEN failureJ. Bruce Fields
2011-10-17nfsd4: simplify process_open1 logicJ. Bruce Fields
2011-10-17nfsd4: make is_open_owner booleanJ. Bruce Fields
2011-10-17nfsd4: centralize renew_client() callsJ. Bruce Fields