Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
5528e229f0f709e4f3d61dab73e553eea10758a9
/
fs
/
nfs
/
write.c
0522f6a
NFS: Fix another nfs_wb_page() deadlock
by Trond Myklebust
· 14 years ago
c5efa5f
NFS: Ensure that we mark the inode as dirty if we exit early from commit
by Trond Myklebust
· 14 years ago
ba8b06e
NFS: Ensure that nfs_wb_page() waits for Pg_writeback to clear
by Trond Myklebust
· 15 years ago
71d0a61
NFS: Fix an unstable write data integrity race
by Trond Myklebust
· 15 years ago
2c61be0
NFS: Ensure that the WRITE and COMMIT RPC calls are always uninterruptible
by Trond Myklebust
· 15 years ago
a6305dd
NFS: Fix a race with the new commit code
by Trond Myklebust
· 15 years ago
b80c3cb
NFS: Ensure that writeback_single_inode() calls write_inode() when syncing
by Trond Myklebust
· 15 years ago
7f2f12d
NFS: Simplify nfs_wb_page()
by Trond Myklebust
· 15 years ago
acdc53b
NFS: Replace __nfs_write_mapping with sync_inode()
by Trond Myklebust
· 15 years ago
c988950
NFS: Simplify nfs_wb_page_cancel()
by Trond Myklebust
· 15 years ago
2928db1
NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pages
by Trond Myklebust
· 15 years ago
5bad5ab
NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is set
by Trond Myklebust
· 15 years ago
420e364
NFS: Reduce the number of unnecessary COMMIT calls
by Trond Myklebust
· 15 years ago
ff778d0
NFS: Add a count of the number of unstable writes carried by an inode
by Trond Myklebust
· 15 years ago
8fc795f
NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c
by Trond Myklebust
· 15 years ago
7549ad5
NFS: Remove a redundant check for PageFsCache in nfs_migrate_page()
by Trond Myklebust
· 15 years ago
0aa0588
NFS: Make nfs_commitdata_release static
by H Hartley Sweeten
· 15 years ago
c9edda7
NFS: Fix a reference leak in nfs_wb_cancel_page()
by Trond Myklebust
· 15 years ago
52c9948
Merge branch 'nfs-for-2.6.33'
by Trond Myklebust
· 15 years ago
190f38e
NFS: Fix nfs_migrate_page()
by Trond Myklebust
· 15 years ago
6b2f3d1
vfs: Implement proper O_SYNC semantics
by Christoph Hellwig
· 15 years ago
0110ee1
NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configured
by Trond Myklebust
· 15 years ago
d61e612
NFSv41: Clean up slot table management
by Trond Myklebust
· 15 years ago
e608e79
nfs41: call free slot from nfs4_restart_rpc
by Andy Adamson
· 15 years ago
b17621f
writeback: introduce wbc.for_background
by Wu Fengguang
· 15 years ago
1fe06ad
writeback: get rid of wbc->for_writepages
by Jens Axboe
· 15 years ago
6a396f6
Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32
by Trond Myklebust
· 15 years ago
1ae88b2
NFS: Fix an O_DIRECT Oops...
by Trond Myklebust
· 15 years ago
074cc1d
NFS: Add a ->migratepage() aop for NFS
by Trond Myklebust
· 15 years ago
81e4e1b
Revert "fuse: Fix build error" as unnecessary
by Linus Torvalds
· 15 years ago
097041e
fuse: Fix build error
by Larry Finger
· 15 years ago
8aa7e84
Fix congestion_wait() sync/async vs read/write confusion
by Jens Axboe
· 15 years ago
eedc020
nfs41: use rpc prepare call state for session reset
by Andy Adamson
· 16 years ago
21d9a85
nfs41 commit sequence setup done support
by Andy Adamson
· 16 years ago
def6ed7
nfs41 write sequence setup done support
by Andy Adamson
· 16 years ago
5f7dbd5
nfs41: set up seq_res.sr_slotid
by Andy Adamson
· 16 years ago
47c6256
NFS: Fix up a mismerged patch
by Trond Myklebust
· 16 years ago
72cb77f
NFS: Throttle page dirtying while we're flushing to disk
by Trond Myklebust
· 16 years ago
fb8a1f1
NFS: cleanup - remove struct nfs_inode->ncommit
by Trond Myklebust
· 16 years ago
d7fb120
NFS: Don't use range_cyclic for data integrity syncs
by Trond Myklebust
· 16 years ago
a3d0145
NFS: Remove BKL requirement from attribute updates
by Trond Myklebust
· 16 years ago
e468bae
NFS: Allow redirtying of a completed unstable write.
by Trond Myklebust
· 16 years ago
e7d3906
NFS: Clean up nfs_update_request()
by Trond Myklebust
· 16 years ago
48186c7
NFS: Fix trace debugging nits in write.c
by Chuck Lever
· 16 years ago
7e5f614
NFS: Revert commit 44dd151d
by Trond Myklebust
· 16 years ago
efc91ed
NFS: Optimise append writes with holes
by Trond Myklebust
· 16 years ago
f3d47a3
NFS: Fix a preemption count leak in nfs_update_request
by Trond Myklebust
· 16 years ago
03fa9e8
NFS: nfs_updatepage(): don't mark page as dirty if an error occurred
by Trond Myklebust
· 16 years ago
38def50
nfs: fix race in nfs_dirty_request
by Fred Isaman
· 17 years ago
dbae4c7
NFS: Ensure that rpc_run_task() errors are propagated back to the caller
by Trond Myklebust
· 17 years ago
c9d8f89
NFS: Ensure that the write code cleans up properly when rpc_run_task() fails
by Trond Myklebust
· 17 years ago
73e3302
NFS: Fix nfs_wb_page() to always exit with an error or a clean page
by Trond Myklebust
· 17 years ago
6d884e8
nfs: nfs_redirty_request
by Fred
· 17 years ago
c7c350e
Merge branch 'hotfixes' into devel
by Trond Myklebust
· 17 years ago
f8512ad
nfs: don't ignore return value from nfs_pageio_add_request
by Fred Isaman
· 17 years ago
af1b8c2
NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.c
by Trond Myklebust
· 17 years ago
cdd0972
Merge branch 'cleanups' into next
by Trond Myklebust
· 17 years ago
5e4424a
SUNRPC: Remove now-redundant RCU-safe rpc_task free path
by Trond Myklebust
· 17 years ago
101070c
NFS: Ensure that the asynchronous RPC calls complete on nfsiod.
by Trond Myklebust
· 17 years ago
383ba71
NFS: Fix a deadlock with lazy umount
by Trond Myklebust
· 17 years ago
4b5621f
NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.c
by Trond Myklebust
· 17 years ago
2785259
nfs: use GFP_NOFS preloads for radix-tree insertion
by Nick Piggin
· 17 years ago
5d47a35
NFS: Fix a potential file corruption issue when writing
by Trond Myklebust
· 17 years ago
eebd2aa
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
by Christoph Lameter
· 17 years ago
75659ca
Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc
by Linus Torvalds
· 17 years ago
bf4285e
NFS: Fix minor mixed sign comparison in NFS client's write logic
by Chuck Lever
· 17 years ago
0773769
NFS/SUNRPC: Convert users of rpc_init_task+rpc_execute to rpc_run_task()
by Trond Myklebust
· 17 years ago
bdc7f02
NFS: Clean up the (commit|read|write)_setup() callback routines
by Trond Myklebust
· 17 years ago
3ff7576
SUNRPC: Clean up the initialisation of priority queue scheduling info.
by Trond Myklebust
· 17 years ago
84115e1
SUNRPC: Cleanup of rpc_task initialisation
by Trond Myklebust
· 17 years ago
acee478
NFS: Clean up the write request locking.
by Trond Myklebust
· 17 years ago
150030b
NFS: Switch from intr mount option to TASK_KILLABLE
by Matthew Wilcox
· 17 years ago
5334eb1
NFS: make nfs_wb_page_priority() static
by Adrian Bunk
· 17 years ago
61e930a
NFS: Fix a writeback race...
by Trond Myklebust
· 17 years ago
c9e51e4
mm: count reclaimable pages per BDI
by Peter Zijlstra
· 17 years ago
c4dc4be
nfs: remove congestion_end()
by Peter Zijlstra
· 17 years ago
60ccd4e
NFS: Remove nfs_begin_data_update/nfs_end_data_update
by Trond Myklebust
· 17 years ago
cd3758e
NFS: Replace file->private_data with calls to nfs_file_open_context()
by Trond Myklebust
· 17 years ago
7b159fc
NFS: Fall back to synchronous writes when a background write errors...
by Trond Myklebust
· 17 years ago
34901f7
NFS: Writeback optimisation
by Trond Myklebust
· 17 years ago
ed90ef5
NFS: Clean up NFS writeback flush code
by Trond Myklebust
· 17 years ago
f758c885
NFS: Clean up nfs_writepages()
by Trond Myklebust
· 17 years ago
9cccef9
NFS: Clean up write code...
by Trond Myklebust
· 17 years ago
1b3b4a1
NFS: Fix a write request leak in nfs_invalidate_page()
by Trond Myklebust
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
587142f
NFS: Replace NFS_I(inode)->req_lock with inode->i_lock
by Trond Myklebust
· 17 years ago
2aefa10
NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inode
by Trond Myklebust
· 17 years ago
5c36968
NFS cleanup: speed up nfs_scan_commit using radix tree tags
by Trond Myklebust
· 17 years ago
9fd367f
NFS cleanup: Rename NFS_PAGE_TAG_WRITEBACK to NFS_PAGE_TAG_LOCKED
by Trond Myklebust
· 17 years ago
c03b402
NFS: Convert struct nfs_page to use krefs
by Trond Myklebust
· 17 years ago
88be9f9
NFS: Replace vfsmount and dentry in nfs_open_context with struct path
by Trond Myklebust
· 17 years ago
44dd151
NFS: Don't mark a written page as uptodate until it is on disk
by Trond Myklebust
· 17 years ago
7fe7f84
NFS: Avoid a deadlock situation on write
by Trond Myklebust
· 17 years ago
10afec9
NFS: Fix some 'sparse' warnings...
by Trond Myklebust
· 17 years ago
60945cb
NFS: use zero_user_page
by Nate Diller
· 17 years ago
277866a
nfs: fix congestion control: use atomic_longs
by Peter Zijlstra
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
ca52fec
NFS: Use pgoff_t in structures and functions that pass page cache offsets
by Trond Myklebust
· 18 years ago
724c439
NFS: Clean up nfs_sync_mapping_wait()
by Trond Myklebust
· 18 years ago
8d5658c
NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedata
by Trond Myklebust
· 18 years ago
Next »