Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
54fb996ac15c4014fa4d6b0ec8e42da134204897
/
fs
/
nfs
/
write.c
01cce93
[PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
21b4e73
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus
by Trond Myklebust
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e6b4f8d
[PATCH] slab: remove SLAB_NOFS
by Christoph Lameter
· 18 years ago
a180304
NFS: Clean up calls to mark_inode_dirty() part 2
by Trond Myklebust
· 18 years ago
3925675
NFS: Fix up the dirty page accounting
by Trond Myklebust
· 18 years ago
e507d9e
NFS: Ensure the inode is marked as dirty if we break out of nfs_wb_all()
by Trond Myklebust
· 18 years ago
61822ab
NFS: Ensure we only call set_page_writeback() under the page lock
by Trond Myklebust
· 18 years ago
e261f51
NFS: Make nfs_updatepage() mark the page as dirty.
by Trond Myklebust
· 18 years ago
4d770cc
NFS: Ensure that nfs_wb_page() calls writepage when necessary.
by Trond Myklebust
· 18 years ago
1a54533
NFS: Add nfs_set_page_dirty()
by Trond Myklebust
· 18 years ago
200baa2
NFS: Remove nfs_writepage_sync()
by Trond Myklebust
· 18 years ago
e21195a
NFS: More cleanups of fs/nfs/write.c
by Trond Myklebust
· 18 years ago
87a4ce1
NFS: Remove call to igrab() from nfs_writepage()
by Trond Myklebust
· 18 years ago
49a70f2
NFS: Cleanup: add common helper nfs_page_length()
by Trond Myklebust
· 18 years ago
277459d
NFS: Store pointer to the nfs_page in page->private
by Trond Myklebust
· 18 years ago
1c75950
NFS: cleanup of nfs_sync_inode_wait()
by Trond Myklebust
· 18 years ago
3f44254
NFS: Clean up nfs_scan_dirty()
by Trond Myklebust
· 18 years ago
28c6925
NFS: Clean up nfs_flush_inode()
by Trond Myklebust
· 18 years ago
a99b71c
NFS: Remove use of the Big Kernel Lock around calls to rpc_execute.
by Frank Filz
· 18 years ago
e8e058e
NFS: Fix nfs_sync_inode_wait(FLUSH_INVALIDATE)
by Trond Myklebust
· 18 years ago
8aca67f
SUNRPC: Fix a potential race in rpc_wake_up_task()
by Trond Myklebust
· 18 years ago
b6dff26
[PATCH] NFS: Fix oops in nfs_cancel_commit_list
by Trond Myklebust
· 18 years ago
3fcfab1
[PATCH] separate bdi congestion functions from queue congestion functions
by Andrew Morton
· 18 years ago
4cb50dc
[PATCH] BLOCK: Remove no-longer necessary linux/mpage.h inclusions [try #6]
by David Howells
· 18 years ago
1a1d92c
[PATCH] Really ignore kmem_cache_destroy return value
by Alexey Dobriyan
· 18 years ago
f551e44
NFS: add comments clarifying the use of nfs_post_op_update()
by Chuck Lever
· 18 years ago
275a082
Add a real API for dealing with blk_congestion_wait()
by Trond Myklebust
· 18 years ago
54ceac4
NFS: Share NFS superblocks per-protocol per-server per-FSID
by David Howells
· 18 years ago
5c2d97c
NFS: Fix nfs_page use after free issues in fs/nfs/write.c
by Trond Myklebust
· 18 years ago
e9f7bee
[PATCH] NFS: large non-page-aligned direct I/O clobbers memory
by Trond Myklebust
· 18 years ago
e4e2051
NFS: make 2 functions static
by Adrian Bunk
· 18 years ago
83715ad
NFS: Fix NFS page_state usage
by Trond Myklebust
· 18 years ago
22a3e23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 18 years ago
fd39fc8
[PATCH] zoned vm counters: conversion of nr_unstable to per zone counter
by Christoph Lameter
· 18 years ago
b1e7a8f
[PATCH] zoned vm counters: conversion of nr_dirty to per zone counter
by Christoph Lameter
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
266bee8
[PATCH] fix static linking of NFS
by David Brownell
· 18 years ago
f7b422b
NFS: Split fs/nfs/inode.c
by David Howells
· 18 years ago
d2ccddf
NFS: Flesh out nfs_invalidate_page()
by Trond Myklebust
· 18 years ago
0d0b5cb
NFS: Optimize allocation of nfs_read/write_data structures
by Chuck Lever
· 18 years ago
93d2341
[PATCH] mempool: use mempool_create_slab_pool()
by Matthew Dobson
· 19 years ago
c42de9d
NFS: Fix a race in nfs_sync_inode()
by Trond Myklebust
· 19 years ago
7d46a49
NFS: Clean up nfs_flush_list()
by Trond Myklebust
· 19 years ago
deb7d63
NFS: Fix a race with PG_private and nfs_release_page()
by Trond Myklebust
· 19 years ago
3feb2d4
NFS: Uninline nfs_writedata_(alloc|free) and nfs_readdata_(alloc|free)
by Trond Myklebust
· 19 years ago
e17b1fc
NFS: Make nfs_commit_alloc() extern
by Trond Myklebust
· 19 years ago
462d5b3
NFS: make direct write path generate write requests concurrently
by Chuck Lever
· 19 years ago
788e7a8
NFS: Cleanup of NFS write code in preparation for asynchronous o_direct
by Trond Myklebust
· 19 years ago
91d5b47
NFS: add I/O performance counters
by Chuck Lever
· 19 years ago
bd64754
NFS: kzalloc conversion in fs/nfs
by Eric Sesterhenn
· 19 years ago
1dd594b
NFS: Fix buglet in fs/nfs/write.c
by Neil Brown
· 19 years ago
70b9ecb
NFS: Make stat() return updated mtimes after a write()
by Trond Myklebust
· 19 years ago
40859d7
NFS: support large reads and writes on the wire
by Chuck Lever
· 19 years ago
963d8fe
RPC: Clean up RPC task structure
by Trond Myklebust
· 19 years ago
abd3e64
NFS: Work correctly with single-page ->writepage() calls
by Trond Myklebust
· 19 years ago
bb713d6
NFS: use set_page_writeback() in the appropriate places
by Trond Myklebust
· 19 years ago
0bbacc4
NFS,SUNRPC,NLM: fix unused variable warnings when CONFIG_SYSCTL is disabled
by Chuck Lever
· 19 years ago
d530838
NFSv4: Fix problem with OPEN_DOWNGRADE
by Trond Myklebust
· 19 years ago
0e574af
NFS: Cleanup initialisation of struct nfs_fattr
by Trond Myklebust
· 19 years ago
3da28eb
[PATCH] NFS: Replace nfs_page insertion sort with a radix sort
by Trond Myklebust
· 19 years ago
c6a556b
[PATCH] NFS: Make searching and waiting on busy writeback requests more efficient.
by Trond Myklebust
· 19 years ago
ab0a3db
[PATCH] NFS: Write optimization for short files and small O_SYNC writes.
by Trond Myklebust
· 19 years ago
951a143
[PATCH] NFS: Fix the file size revalidation
by Trond Myklebust
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago