summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-07-10NFSv4: Fix a credential reference leak in nfs4_get_state_owner()Trond Myklebust1-4/+2
2007-07-10NFS: Replace NFS_I(inode)->req_lock with inode->i_lockTrond Myklebust3-50/+46
2007-07-10NFSv4: Clean up _nfs4_proc_lookup() vs _nfs4_proc_lookupfh()Trond Myklebust1-26/+9
2007-07-10SUNRPC: Remove the tk_auth macro...Trond Myklebust3-12/+12
2007-07-10SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down()Trond Myklebust4-31/+3
2007-07-10SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust2-3/+3
2007-07-10SUNRPC: Convert rpc_clnt->cl_users to a krefTrond Myklebust1-9/+3
2007-07-10NFSv4: Convert struct nfs4_opendata to use struct krefTrond Myklebust1-23/+30
2007-07-10NFS: Convert struct nfs_open_context to use a krefTrond Myklebust1-17/+23
2007-07-10NFS: reduce latency by using conditional rescheduling in nfs_scan_listTrond Myklebust1-1/+2
2007-07-10NFS: Prevent integer overflow in nfs_scan_list()Trond Myklebust1-0/+2
2007-07-10NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inodeTrond Myklebust2-6/+0
2007-07-10NFS cleanup: speed up nfs_scan_commit using radix tree tagsTrond Myklebust2-8/+12
2007-07-10NFS cleanup: Rename NFS_PAGE_TAG_WRITEBACK to NFS_PAGE_TAG_LOCKEDTrond Myklebust2-15/+15
2007-07-10NFS: Convert struct nfs_page to use krefsTrond Myklebust2-9/+11
2007-07-10NFS: Fix an Oops in the nfs_access_cache_shrinker()Trond Myklebust1-1/+2
2007-07-10NFS: nfs3_proc_create() should use nfs_post_op_update_inode()Trond Myklebust1-3/+1
2007-07-10NFS4: on a O_EXCL OPEN make sure SETATTR sets the fields holding the verifierJeff Layton2-2/+27
2007-07-10NFS: Re-enable forced umountsTrond Myklebust1-0/+13
2007-07-10NFS: Use GFP_HIGHUSER for page allocation in nfs_symlink()Jeff Layton1-1/+1
2007-07-10NFS: Fix nfs_reval_fsid()Trond Myklebust2-7/+6
2007-07-10NFSv4: Clean up nfs4_call_async()Trond Myklebust2-21/+14
2007-07-10NFSv4: Ensure that nfs4_do_close() doesn't race with umountTrond Myklebust4-38/+26
2007-07-10NFSv4: Ensure asynchronous open() calls always pin the mountpointTrond Myklebust2-18/+32
2007-07-10NFSv4: Cleanup: pass the nfs_open_context to open recovery codeTrond Myklebust3-21/+21
2007-07-10NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust7-27/+27
2007-07-10NFS: Minor read optimisation...Trond Myklebust1-11/+23
2007-07-10NFS: Don't mark a written page as uptodate until it is on diskTrond Myklebust1-3/+11
2007-07-10NFS: Don't fail an O_DIRECT read/write if get_user_pages() returns pagesTrond Myklebust1-6/+16
2007-07-10NFS: Clean ups in fs/nfs/direct.cChuck Lever1-5/+3
2007-07-10Make common helpers for seq_files that work with list_headsPavel Emelianov1-0/+34
2007-07-10Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-70/+97
2007-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds57-965/+2156
2007-07-10Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds43-276/+488
2007-07-10[GFS2] Accept old format NFS filehandlesSteven Whitehouse1-0/+2
2007-07-10[S390] fixed cdl-format detection.Stefan Haberland1-70/+97
2007-07-10pipe: add documentation and commentsJens Axboe2-1/+64
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe4-14/+15
2007-07-10Remove remnants of sendfile()Jens Axboe1-15/+11
2007-07-10xip sendfile removalCarsten Otte1-1/+0
2007-07-10splice: completely document external interface with kerneldocJens Axboe1-24/+85
2007-07-10sendfile: remove bad_sendfile() from bad_file_opsJens Axboe1-7/+0
2007-07-10pipe: allow passing around of ops private pointerJens Axboe1-0/+1
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe4-24/+8
2007-07-10sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe1-16/+31
2007-07-10sendfile: convert nfs to using splice_read()Jens Axboe1-6/+9
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe37-131/+43
2007-07-10sys_sendfile: switch to using ->splice_read, if availableJens Axboe1-4/+20
2007-07-10vmsplice: add vmsplice-to-user supportJens Axboe2-29/+151
2007-07-10splice: abstract out actor dataJens Axboe2-32/+78