Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4f0175dc13a57cb5d2abef44eb4394b0b964bdad
/
fs
/
nfs
/
file.c
54566b2
fs: symlink write_begin allocation context fix
by Nick Piggin
· 16 years ago
f200c11
nfs: remove an obsolete nfs_flock comment
by J. Bruce Fields
· 16 years ago
d5e6634
NFS: Fix nfs_file_llseek()
by Trond Myklebust
· 16 years ago
cadc723
Merge branch 'bkl-removal' into next
by Trond Myklebust
· 16 years ago
e89e896
Merge branch 'devel' into next
by Trond Myklebust
· 16 years ago
bba67e0
NFS: Remove BKL usage from open()
by Trond Myklebust
· 16 years ago
b6a2e56
NFS: Remove BKL usage from the write path
by Trond Myklebust
· 16 years ago
2fceef3
Merge commit 'v2.6.26' into bkl-removal
by Jonathan Corbet
· 16 years ago
46cb650
NFS: Remove the redundant file_open entry from struct nfs_rpc_ops
by Trond Myklebust
· 16 years ago
6da24bc
NFS: Use NFSDBG_FILE for all fops
by Chuck Lever
· 16 years ago
b7eaefa
NFS: Add debugging facility for NFS aops
by Chuck Lever
· 16 years ago
cc0dd2d
NFS: Make nfs_open methods consistent
by Chuck Lever
· 16 years ago
b84e06c
NFS: Make nfs_llseek methods consistent
by Chuck Lever
· 16 years ago
5491778
NFS: Make nfs_fsync methods consistent
by Chuck Lever
· 16 years ago
b541838
NFS: do_setlk(): don't flush caches when we have a delegation
by Trond Myklebust
· 16 years ago
efc91ed
NFS: Optimise append writes with holes
by Trond Myklebust
· 16 years ago
2116271
NFS: Add correct bounds checking to NFSv2 locks
by Trond Myklebust
· 16 years ago
9465efc
Remove BKL from remote_llseek v2
by Andi Kleen
· 16 years ago
3110ff8
nfs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
233607d
Merge branch 'devel'
by Trond Myklebust
· 17 years ago
c4d7c40
NFS: Remove the buggy lock-if-signalled case from do_setlk()
by Trond Myklebust
· 17 years ago
240ee83
fix bug - executing FDPIC ELF on NFS mount triggers BUG() at mm/nommu.c:862:/do_mmap_private()
by Bryan Wu
· 17 years ago
ecfc555a
NFS: Always enable NFS direct I/O
by Chuck Lever
· 17 years ago
3d509e5
NFS: nfs_write_end clean up
by Chuck Lever
· 17 years ago
8b1f9ee
NFS: Optimise nfs_vm_page_mkwrite()
by Trond Myklebust
· 17 years ago
a49c3c7
NFSv4: Ensure that we wait for the CLOSE request to complete
by Trond Myklebust
· 17 years ago
4899f9c
nfs: convert to new aops
by Nick Piggin
· 17 years ago
541010e
Merge branch 'locks' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 17 years ago
dfad944
NFS: clean up explicit check for mandatory locks
by Pavel Emelyanov
· 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
9cccef9
NFS: Clean up write code...
by Trond Myklebust
· 17 years ago
94387fb
NFS: Add the helper nfs_vm_page_mkwrite
by Trond Myklebust
· 17 years ago
1b3b4a1
NFS: Fix a write request leak in nfs_invalidate_page()
by Trond Myklebust
· 17 years ago
6d34ac1
locks: make posix_test_lock() interface more consistent
by J. Bruce Fields
· 18 years ago
370f659
nfs: disable leases over NFS
by J. Bruce Fields
· 17 years ago
f0930ff
sendfile: convert nfs to using splice_read()
by Jens Axboe
· 17 years ago
e8edc6e
Detach sched.h from mm.h
by Alexey Dobriyan
· 17 years ago
9d6a8c5
locks: give posix_test_lock same interface as ->lock
by Marc Eshel
· 18 years ago
92e1d5b
[PATCH] mark struct inode_operations const 2
by Arjan van de Ven
· 18 years ago
46bae1a
[PATCH] Remove warning: VFS is out of sync with lock manager
by Neil Brown
· 18 years ago
e3db769
[PATCH] NFS: Fix race in nfs_release_page()
by Trond Myklebust
· 18 years ago
01cce93
[PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
fa8d8c5
NFS: Fix nfs_release_page
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
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
1c75950
NFS: cleanup of nfs_sync_inode_wait()
by Trond Myklebust
· 18 years ago
027445c
[PATCH] Vectorize aio_read/aio_write fileop methods
by Badari Pulavarty
· 18 years ago
aec5e17
NFS: Use SEEK_END instead of hardcoded value
by Josef 'Jeff' Sipek
· 18 years ago
1f16341
NFS: Make better use of inode* dereferencing macros
by David Howells
· 18 years ago
ddeff52
NFS: Fix a potential deadlock in nfs_release_page
by Nikita Danilov
· 18 years ago
f5e54d6
[PATCH] mark address_space_operations const
by Christoph Hellwig
· 18 years ago
816724e
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
by Trond Myklebust
· 18 years ago
75e1fcc
[PATCH] vfs: add lock owner argument to flush operation
by Miklos Szeredi
· 18 years ago
d2ccddf
NFS: Flesh out nfs_invalidate_page()
by Trond Myklebust
· 18 years ago
44b1187
NFS: Separate metadata and page cache revalidation mechanisms
by Trond Myklebust
· 18 years ago
e99170f
NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unset
by Trond Myklebust
· 19 years ago
4b6f5d2
[PATCH] Make most file operations structs in fs/ const
by Arjan van de Ven
· 19 years ago
2ff28e2
[PATCH] Make address_space_operations->invalidatepage return void
by NeilBrown
· 19 years ago
a9a8017
NFS, NLM: Allow blocking locks to respect signals
by Trond Myklebust
· 19 years ago
e4cd038
NLM: Fix nlmclnt_test to not copy private part of locks
by Trond Myklebust
· 19 years ago
8dc7c31
locks,lockd: fix race in nlmsvc_testlock
by Andy Adamson
· 19 years ago
91d5b47
NFS: add I/O performance counters
by Chuck Lever
· 19 years ago
cd52ed3
NFS: Avoid races between writebacks and truncation
by Trond Myklebust
· 19 years ago
0800c5f
[PATCH] fix posix lock on NFS
by ASANO Masahiro
· 19 years ago
29884df
NFS: Fix another O_DIRECT race
by Trond Myklebust
· 19 years ago
3338c14
NFS: Optimise attribute revalidation on close().
by Trond Myklebust
· 19 years ago
039c4d7
NFS: Fix up a race in the NFS implementation of GETLK
by Trond Myklebust
· 19 years ago
b3c52da
[PATCH] NFS: Fix cache consistency races
by Trond Myklebust
· 19 years ago
5529680
[PATCH] NFS: split nfsi->flags into two fields
by Chuck Lever
· 19 years ago
fe51beec
[PATCH] NFS: Ensure that fstat() always returns the correct mtime
by Trond Myklebust
· 19 years ago
7d52e86
[PATCH] NFS: Cleanup of caching code, and slight optimization of writes.
by Trond Myklebust
· 19 years ago
b7fa055
[PATCH] NFS: Add support for NFSv3 ACLs
by Andreas Gruenbacher
· 19 years ago
980802e
[PATCH] NFS: Ensure that we revalidate the cached file length for llseek(SEEK_END)
by Trond Myklebust
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago