aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2007-07-10SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust
2007-07-10SUNRPC: Convert rpc_clnt->cl_users to a krefTrond Myklebust
2007-07-10NFSv4: Convert struct nfs4_opendata to use struct krefTrond Myklebust
2007-07-10NFS: Convert struct nfs_open_context to use a krefTrond Myklebust
2007-07-10NFS: reduce latency by using conditional rescheduling in nfs_scan_listTrond Myklebust
2007-07-10NFS: Prevent integer overflow in nfs_scan_list()Trond Myklebust
2007-07-10NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inodeTrond Myklebust
2007-07-10NFS cleanup: speed up nfs_scan_commit using radix tree tagsTrond Myklebust
2007-07-10NFS cleanup: Rename NFS_PAGE_TAG_WRITEBACK to NFS_PAGE_TAG_LOCKEDTrond Myklebust
2007-07-10NFS: Convert struct nfs_page to use krefsTrond Myklebust
2007-07-10NFS: Fix an Oops in the nfs_access_cache_shrinker()Trond Myklebust
2007-07-10NFS: nfs3_proc_create() should use nfs_post_op_update_inode()Trond Myklebust
2007-07-10NFS4: on a O_EXCL OPEN make sure SETATTR sets the fields holding the verifierJeff Layton
2007-07-10NFS: Re-enable forced umountsTrond Myklebust
2007-07-10NFS: Use GFP_HIGHUSER for page allocation in nfs_symlink()Jeff Layton
2007-07-10NFS: Fix nfs_reval_fsid()Trond Myklebust
2007-07-10NFSv4: Clean up nfs4_call_async()Trond Myklebust
2007-07-10NFSv4: Ensure that nfs4_do_close() doesn't race with umountTrond Myklebust
2007-07-10NFSv4: Ensure asynchronous open() calls always pin the mountpointTrond Myklebust
2007-07-10NFSv4: Cleanup: pass the nfs_open_context to open recovery codeTrond Myklebust
2007-07-10NFS: Replace vfsmount and dentry in nfs_open_context with struct pathTrond Myklebust
2007-07-10NFS: Minor read optimisation...Trond Myklebust
2007-07-10NFS: Don't mark a written page as uptodate until it is on diskTrond Myklebust
2007-07-10NFS: Don't fail an O_DIRECT read/write if get_user_pages() returns pagesTrond Myklebust
2007-07-10NFS: Clean ups in fs/nfs/direct.cChuck Lever
2007-07-10Make common helpers for seq_files that work with list_headsPavel Emelianov
2007-07-10Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds
2007-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2007-07-10Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds
2007-07-10[GFS2] Accept old format NFS filehandlesSteven Whitehouse
2007-07-10[S390] fixed cdl-format detection.Stefan Haberland
2007-07-10pipe: add documentation and commentsJens Axboe
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe
2007-07-10Remove remnants of sendfile()Jens Axboe
2007-07-10xip sendfile removalCarsten Otte
2007-07-10splice: completely document external interface with kerneldocJens Axboe
2007-07-10sendfile: remove bad_sendfile() from bad_file_opsJens Axboe
2007-07-10pipe: allow passing around of ops private pointerJens Axboe
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe
2007-07-10sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe
2007-07-10sendfile: convert nfs to using splice_read()Jens Axboe
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe
2007-07-10sys_sendfile: switch to using ->splice_read, if availableJens Axboe
2007-07-10vmsplice: add vmsplice-to-user supportJens Axboe
2007-07-10splice: abstract out actor dataJens Axboe
2007-07-10unexport bio_{,un}map_userAdrian Bunk
2007-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds
2007-07-09sched: scheduler debugging, coreIngo Molnar
2007-07-09sched: update delay-accounting to use CFS's precise statsBalbir Singh
2007-07-09sched: make use of precise accounting for /proc task statsIngo Molnar