summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-07-31NFS: Split out remaining NFS v4 inode functionsBryan Schumaker5-48/+41
2012-07-31NFS: Pass super operations and xattr handlers in the nfs_subversionBryan Schumaker6-25/+13
2012-07-31NFS: Only initialize the ACL client in the v3 caseBryan Schumaker10-69/+96
2012-07-31NFS: Create a try_mount rpc opBryan Schumaker7-12/+12
2012-07-31NFS: Remove the NFS v4 xdev mount functionBryan Schumaker3-58/+10
2012-07-31NFS: Add version registering frameworkBryan Schumaker11-61/+282
2012-07-31NFS: Fix a number of bugs in the idmapperDavid Howells1-6/+20
2012-07-31nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton1-2/+5
2012-07-31pnfsblock: bail out partial page IOPeng Tao1-3/+36
2012-07-31nfs: fix fl_type tests in NFSv4 codeJeff Layton2-2/+2
2012-07-31NFS: fix pnfs regression with directio writesFred Isaman1-2/+2
2012-07-31NFS: fix pnfs regression with directio readsFred Isaman1-1/+1
2012-07-31nfs: fix stub return type warningsRandy Dunlap1-1/+1
2012-07-31Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds46-2415/+2457
2012-07-30ceph: clean up useless d_parent checksSage Weil2-15/+3
2012-07-30xfs: wait for the write the superblock on unmountMark Tinguely2-0/+18
2012-07-30xfs: re-enable xfsaild idle mode and fix associated racesBrian Foster2-3/+33
2012-07-30xfs: remove iolock lock classesChristoph Hellwig3-33/+2
2012-07-30xfs: avoid the iolock in xfs_free_eofblocks for evicted inodesChristoph Hellwig1-14/+10
2012-07-30xfs: do not take the iolock in xfs_inactiveChristoph Hellwig2-18/+15
2012-07-30xfs: remove xfs_inactive_attrsChristoph Hellwig1-61/+36
2012-07-30xfs: clean up xfs_inactiveChristoph Hellwig1-128/+43
2012-07-30xfs: do not read the AGI buffer in xfs_dialloc until nessecaryChristoph Hellwig1-58/+69
2012-07-30xfs: refactor xfs_ialloc_ag_selectChristoph Hellwig1-51/+44
2012-07-30xfs: add a short cut to xfs_dialloc for the non-NULL agbp caseChristoph Hellwig1-21/+26
2012-07-30xfs: remove the alloc_done argument to xfs_diallocChristoph Hellwig5-19/+10
2012-07-30xfs: split xfs_diallocChristoph Hellwig1-175/+174
2012-07-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds14-196/+563
2012-07-28NFSd: make boot_time variable per network namespaceStanislav Kinsbursky3-16/+25
2012-07-28NFSd: make grace end flag per network namespaceStanislav Kinsbursky2-5/+4
2012-07-28Lockd: move grace period management from lockd() to per-net functionsStanislav Kinsbursky1-6/+3
2012-07-28LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky8-54/+62
2012-07-28LockD: manage grace list per network namespaceStanislav Kinsbursky3-3/+13
2012-07-28SUNRPC: service request network namespace helper introducedStanislav Kinsbursky4-7/+7
2012-07-28NFSd: make nfsd4_manager allocated per network namespace context.Stanislav Kinsbursky2-13/+21
2012-07-28LockD: make lockd manager allocated per network namespaceStanislav Kinsbursky2-8/+12
2012-07-28LockD: manage grace period per network namespaceStanislav Kinsbursky2-6/+13
2012-07-28Lockd: add more debug to host shutdown functionsStanislav Kinsbursky1-2/+2
2012-07-28Lockd: host complaining function introducedStanislav Kinsbursky1-27/+30
2012-07-28LockD: manage used host count per networks namespaceStanislav Kinsbursky2-0/+19
2012-07-28LockD: manage garbage collection timeout per networks namespaceStanislav Kinsbursky2-3/+10
2012-07-28LockD: make garbage collector network namespace aware.Stanislav Kinsbursky1-9/+13
2012-07-28LockD: mark host per network namespace on garbage collectStanislav Kinsbursky2-7/+15
2012-07-28nfsd4: fix missing fault_inject.h includeJ. Bruce Fields1-0/+1
2012-07-28locks: move lease-specific code out of locks_delete_lockJ. Bruce Fields1-6/+5
2012-07-27Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2-3/+3
2012-07-27locks: prevent side-effects of locks_release_private before file_lock is init...Filipe Brandenburger1-11/+6
2012-07-27Btrfs: using vmalloc and friends needs vmalloc.hStephen Rothwell1-0/+1
2012-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds35-631/+8689
2012-07-27Merge tag 'dlm-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds14-668/+1600