index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
write.c
Commit message (
Expand
)
Author
Age
*
nfs: use %p[dD] instead of open-coded (and often racy) equivalents
Al Viro
2013-10-24
*
NFS: Don't check lock owner compatibility in writes unless file is locked
Trond Myklebust
2013-09-05
*
nfs4.1: Add SP4_MACH_CRED write and commit support
Weston Andros Adamson
2013-09-05
*
NFSv4: Don't try to recover NFSv4 locks when they are lost.
NeilBrown
2013-09-04
*
NFS avoid expired credential keys for buffered writes
Andy Adamson
2013-09-03
*
NFS: Add event tracing for generic NFS events
Trond Myklebust
2013-08-22
*
NFS: Allow nfs_updatepage to extend a write under additional circumstances
Scott Mayhew
2013-07-09
*
NFS: Don't accept more reads/writes if the open context recovery failed
Trond Myklebust
2013-03-25
*
NFS: Ensure that we free the rpc_task after read and write cleanups are done
Trond Myklebust
2013-01-04
*
NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a page
David Howells
2012-12-20
*
NFS: Don't use SetPageError in the NFS writeback code
Trond Myklebust
2012-12-15
*
Merge branch 'bugfixes' into nfs-for-next
Trond Myklebust
2012-12-11
|
\
|
*
nfs: don't extend writes to cover entire page if pagecache is invalid
Jeff Layton
2012-12-11
|
*
nfs: Fix wrong slab cache in nfs_commit_mempool
Yanchuan Nian
2012-11-25
*
|
NFS: Remove BUG_ON() calls from the generic writeback code
Trond Myklebust
2012-11-04
|
/
*
NFS: Fix fdatasync/fsync() when confronted with a server reboot
Trond Myklebust
2012-09-28
*
NFS: Clean up helper function nfs4_select_rw_stateid()
Trond Myklebust
2012-09-28
*
nfs: tear down caches in nfs_init_writepagecache when allocation fails
Jeff Layton
2012-08-02
*
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-07-31
|
\
|
*
nfs: prevent page allocator recursions with swap over NFS.
Mel Gorman
2012-07-31
|
*
nfs: disable data cache revalidation for swapfiles
Mel Gorman
2012-07-31
|
*
nfs: teach the NFS client how to treat PG_swapcache pages
Mel Gorman
2012-07-31
*
|
NFS: Convert v4 into a module
Bryan Schumaker
2012-07-30
*
|
NFS: Convert v3 into a module
Bryan Schumaker
2012-07-30
*
|
NFS: Convert v2 into a module
Bryan Schumaker
2012-07-30
*
|
NFS: Split out remaining NFS v4 inode functions
Bryan Schumaker
2012-07-30
|
/
*
NFS: Create custom NFS v4 write_inode() function
Bryan Schumaker
2012-06-29
*
NFS: Create an write_pageio_init() function
Bryan Schumaker
2012-06-29
*
NFS: Create a have_delegation rpc_op
Bryan Schumaker
2012-06-29
*
NFS: Cleanup - only store the write verifier in struct nfs_page
Trond Myklebust
2012-06-28
*
NFS: Fix a commit bug
Trond Myklebust
2012-06-05
*
NFSv4.1 set RPC_TASK_SOFTCONN for filelayout DS RPC calls
Andy Adamson
2012-05-19
*
NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_release
Trond Myklebust
2012-05-09
*
NFS: Clean up - simplify nfs_lock_request()
Trond Myklebust
2012-05-09
*
NFS: nfs_set_page_writeback no longer needs to reference the page
Trond Myklebust
2012-05-09
*
NFS: Prevent a deadlock in the new writeback code
Trond Myklebust
2012-05-09
*
NFS: Always trust the PageUptodate flag when we have a delegation
Trond Myklebust
2012-05-01
*
NFS: Clean up nfs read and write error paths
Trond Myklebust
2012-05-01
*
NFS: Define dummy nfs_init_cinfo() and nfs_init_cinfo_from_inode()
Bryan Schumaker
2012-04-30
*
NFS: Fix a use-before-initialised warning in fs/nfs/write.c and fs/nfs/pnfs.c
Trond Myklebust
2012-04-27
*
NFS: rewrite directio write to use async coalesce code
Fred Isaman
2012-04-27
*
NFS: avoid some stat gathering for direct io
Fred Isaman
2012-04-27
*
NFS: add dreq to nfs_commit_info
Fred Isaman
2012-04-27
*
NFS: create nfs_commit_completion_ops
Fred Isaman
2012-04-27
*
NFS: create struct nfs_commit_info
Fred Isaman
2012-04-27
*
NFS: create nfs_generic_commit_list
Fred Isaman
2012-04-27
*
NFS: remove unused wb_complete field from struct nfs_page
Fred Isaman
2012-04-27
*
NFS: create completion structure to pass into page_init functions
Fred Isaman
2012-04-27
*
NFS: merge _full and _partial write rpc_ops
Fred Isaman
2012-04-27
*
NFS: create struct nfs_page_array
Fred Isaman
2012-04-27
[next]