summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2011-10-21GFS2: Use cached rgrp in gfs2_rlist_add()Steven Whitehouse
2011-10-21GFS2: Call do_strip() directly from recursive_scan()Steven Whitehouse
2011-10-21GFS2: Remove obsolete assertSteven Whitehouse
2011-10-21GFS2: Cache the most recently used resource group in the inodeSteven Whitehouse
2011-10-21GFS2: Make resource groups "append only" during life of fsSteven Whitehouse
2011-10-21GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count schemeBob Peterson
2011-10-21GFS2: Fix lseek after SEEK_DATA, SEEK_HOLE have been addedSteven Whitehouse
2011-10-21GFS2: Clean up gfs2_createSteven Whitehouse
2011-10-21GFS2: Use ->dirty_inode()Steven Whitehouse
2011-10-21GFS2: Fix bug trap and journaled data fsyncSteven Whitehouse
2011-10-21GFS2: Fix inode allocation error pathSteven Whitehouse
2011-10-21GFS2: Make atime checks more efficientSteven Whitehouse
2011-10-21GFS2: Fix bug-trap in ail flush codeSteven Whitehouse
2011-10-21GFS2: Split data write & wait in fsyncSteven Whitehouse
2011-10-21GFS2: Clean up dir hash table readingSteven Whitehouse
2011-10-20Check validity of cl_rpcclient in nfs_server_list_showMalahal Naineni
2011-10-20Merge branch 'cifs-3.2' of git://git.samba.org/jlayton/linux into temp-3.2-jeffSteve French
2011-10-20[CIFS] Show nostrictsync and noperm mount options in /proc/mountsSteve French
2011-10-19sysfs: Reject with a warning invalid uses of tagged directories.Eric W. Biederman
2011-10-19sysfs: Remove support for tagged directories with untagged members.Eric W. Biederman
2011-10-19sysfs: Implement support for tagged files in sysfs.Eric W. Biederman
2011-10-19NFS: Get rid of the nfs_rdata_mempoolTrond Myklebust
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