Commit Graph

72 Commits (64fb98fc40738ae1a98bcea9ca3145b89fb71524)

Author SHA1 Message Date
Trond Myklebust 88be9f990f NFS: Replace vfsmount and dentry in nfs_open_context with struct path 18 years ago
Trond Myklebust d9df8d6b38 NFS: Don't fail an O_DIRECT read/write if get_user_pages() returns pages 18 years ago
Chuck Lever 070ea60214 NFS: Clean ups in fs/nfs/direct.c 18 years ago
Trond Myklebust b4946ffb18 NFS: Fix a refcount leakage in O_DIRECT 18 years ago
Trond Myklebust d4a8f3677f NFS: Fix nfs_direct_dirty_pages() 18 years ago
Chuck Lever 749e146e01 NFS: Fix handful of compiler warnings in direct.c 18 years ago
Randy Dunlap e63340ae6b header cleaning: don't include smp_lock.h when not used 18 years ago
Trond Myklebust 8d5658c949 NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedata 18 years ago
Trond Myklebust 60fa3f769f NFS: Fix two bugs in the O_DIRECT write code 18 years ago
Chuck Lever a3f565b1e5 NFS: fix print format for tk_pid 18 years ago
Josef "Jeff" Sipek 01cce933d8 [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_path 18 years ago
Christoph Lameter e18b890bb0 [PATCH] slab: remove kmem_cache_t 18 years ago
Christoph Lameter e94b176609 [PATCH] slab: remove SLAB_KERNEL 18 years ago
Frank Filz a99b71c9c4 NFS: Remove use of the Big Kernel Lock around calls to rpc_execute. 18 years ago
Trond Myklebust cd9ae2b6a7 [PATCH] NFS: Deal with failure of invalidate_inode_pages2() 19 years ago
Trond Myklebust eda3cef8dd [PATCH] NFS: Fix error handling in nfs_direct_write_result() 19 years ago
Badari Pulavarty 027445c372 [PATCH] Vectorize aio_read/aio_write fileop methods 19 years ago
Alexey Dobriyan 1a1d92c10d [PATCH] Really ignore kmem_cache_destroy return value 19 years ago
Trond Myklebust e9f7bee1df [PATCH] NFS: large non-page-aligned direct I/O clobbers memory 19 years ago
Jörn Engel 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
Trond Myklebust 607f31e80b Revert "Merge branch 'odirect'" 19 years ago
David Brownell 266bee8869 [PATCH] fix static linking of NFS 19 years ago
Trond Myklebust ccf01ef7aa Merge branch 'odirect' 19 years ago
Chuck Lever 82b145c5a5 NFS: alloc nfs_read/write_data as direct I/O is scheduled 19 years ago
Chuck Lever 06cf6f2ed0 NFS: Eliminate nfs_get_user_pages() 19 years ago
Chuck Lever 9c93ab7dff NFS: refactor nfs_direct_free_user_pages 19 years ago
Chuck Lever 51a7bc6cae NFS: remove user_addr, user_count, and pos from nfs_direct_req 19 years ago
Chuck Lever fedb595c66 NFS: "open code" the NFS direct write rescheduler 19 years ago
Chuck Lever b1c5921c5b NFS: Separate functions for counting outstanding NFS direct I/Os 19 years ago
David Howells f7b422b17e NFS: Split fs/nfs/inode.c 19 years ago
Trond Myklebust e99170ff3b NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unset 19 years ago
Paul Jackson fffb60f93c [PATCH] cpuset memory spread: slab cache format 19 years ago
Paul Jackson 4b6a9316fa [PATCH] cpuset memory spread: slab cache filesystems 19 years ago
Trond Myklebust d72b7a6b26 NFS: O_DIRECT needs to use a completion 19 years ago
Trond Myklebust 6b45d858ed NFS: Clean up nfs_get_user_pages 19 years ago
Chuck Lever 606bbba06b NFS: fix compiler warnings on 64-bit platforms 19 years ago
Trond Myklebust 5db3a7b2ca NFS: Debugging code for nfs_direct_(read|write)_schedule() 19 years ago
Trond Myklebust a8881f5a5c NFS: O_DIRECT async IO may lose context 19 years ago
Trond Myklebust fad6149041 nfs: Use UNSTABLE + COMMIT for NFS O_DIRECT writes 19 years ago
Chuck Lever a37ec012d7 NFS: fix data_update accounting in NFS direct I/O path 19 years ago
Chuck Lever 15ce4a0c1c NFS: Replace atomic_t variables in nfs_direct_req with a single spin lock 19 years ago
Chuck Lever 88467055f7 NFS: clean up comments and tab damage in direct.c 19 years ago
Chuck Lever 9eafa8cc52 NFS: support EIOCBQUEUED return in direct write path 19 years ago
Chuck Lever c89f2ee5f9 NFS: make iocb available everywhere in direct write path 19 years ago
Chuck Lever 47989d7454 NFS: remove support for multi-segment iovs in the direct write path 19 years ago
Chuck Lever 462d5b3296 NFS: make direct write path generate write requests concurrently 19 years ago
Chuck Lever 63ab46abc7 NFS: create common routine for handling direct I/O completion 19 years ago
Chuck Lever 93619e5989 NFS: create common routine for allocating nfs_direct_req 19 years ago
Chuck Lever bc0fb201b3 NFS: create common routine for waiting for direct I/O to complete 19 years ago
Chuck Lever 487b83723e NFS: support EIOCBQUEUED return in direct read path 19 years ago