Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
2a3f5fd45938bd86ce8faf4cb26be4f7e9ae2941
/
fs
2a3f5fd
NFS: nfs_refresh_inode should clear cache_validity flags on success
by Trond Myklebust
· 17 years ago
40d2470
NFS: Fix a connectathon regression in NFSv3 and NFSv4
by Trond Myklebust
· 17 years ago
9e08a3c
NFS: Use nfs_refresh_inode() in ops that aren't expected to change the inode
by Trond Myklebust
· 17 years ago
c7c2097
NFS: Get rid of some obsolete macros
by Trond Myklebust
· 17 years ago
4f48af4
NFS: Simplify filehandle revalidation
by Trond Myklebust
· 17 years ago
9697d23
NFS: Ensure that nfs_link() returns a hashed dentry
by Trond Myklebust
· 17 years ago
a12802c
NFS: Be strict about dentry revalidation when doing exclusive create
by Trond Myklebust
· 17 years ago
b050aa7
NFS: Don't zap the readdir caches upon error
by Trond Myklebust
· 17 years ago
efbb06b
NFS: Remove the redundant nfs_reval_fsid()
by Trond Myklebust
· 17 years ago
81c7688
NFSv3: Always use directory post-op attributes in nfs3_proc_lookup
by Trond Myklebust
· 17 years ago
d75340c
NFSv4: Fix nfs_atomic_open() to set the verifier on negative dentries too
by Trond Myklebust
· 17 years ago
216d5d0
NFSv4: Use NFSv2/v3 rules for negative dentries in nfs_open_revalidate
by Trond Myklebust
· 17 years ago
0a5ebc1
NFSv4: Don't revalidate the directory in nfs_atomic_lookup()
by Trond Myklebust
· 17 years ago
f2c77f4
NFS: Optimise nfs_lookup_revalidate()
by Trond Myklebust
· 17 years ago
6d2b296
NFS: Reset nfsi->last_updated only if the attribute changed
by Trond Myklebust
· 17 years ago
60ccd4e
NFS: Remove nfs_begin_data_update/nfs_end_data_update
by Trond Myklebust
· 17 years ago
80eb209
NFS: Remove NFS_I(inode)->data_updates
by Trond Myklebust
· 17 years ago
a1643a9
NFS: NFS_CACHEINV() should not test for nfs_caches_unstable()
by Trond Myklebust
· 17 years ago
3258b4f
NFS: Remove bogus nfs_mark_for_revalidate() in nfs_lookup
by Trond Myklebust
· 17 years ago
cf8ba45
NFS: don't cache the verifer across ->lookup() calls
by Trond Myklebust
· 17 years ago
7668fdb
NFS: nfs_post_op_update_inode don't update cache_change_attribute
by Trond Myklebust
· 17 years ago
12b373e
NFS: Don't revalidate dentries on directory size or ctime changes
by Trond Myklebust
· 17 years ago
2f78e43
NFS: Don't set cache_change_attribute in nfs_revalidate_mapping
by Trond Myklebust
· 17 years ago
446e534
NFS: Fix a bug in nfs_open_revalidate()
by Trond Myklebust
· 17 years ago
d4d9cdc
NFS: Don't hash the negative dentry when optimising for an O_EXCL open
by Trond Myklebust
· 17 years ago
5724ab3
NFS: nfs_instantiate() should set the dentry verifier
by Trond Myklebust
· 17 years ago
fab728e
NFS: Ensure nfs_instantiate() invalidates the parent dir on error
by Trond Myklebust
· 17 years ago
4b84173
NFS: Fix nfs_verify_change_attribute()
by Trond Myklebust
· 17 years ago
70ca885
NFS: Fake up 'wcc' attributes to prevent cache invalidation after write
by Trond Myklebust
· 17 years ago
b64e8a5
NFS: Remove bogus check of cache_change_attribute in nfs_update_inode
by Trond Myklebust
· 17 years ago
7fdc49c
NFS: Fix the ESTALE "revalidation" in _nfs_revalidate_inode()
by Trond Myklebust
· 17 years ago
8850df9
NFS: Fix atime revalidation in read()
by Trond Myklebust
· 17 years ago
c481299
NFS: Fix atime revalidation in readdir()
by Trond Myklebust
· 17 years ago
57fa76f
NFS: Don't use readdirplus data if the page cache is invalid
by Trond Myklebust
· 17 years ago
47aabaa
NFSv4: Don't use ctime/mtime for determining when to invalidate the caches
by Trond Myklebust
· 17 years ago
17cadc9
NFS: Don't force a dcache revalidation if nfs_wcc_update_inode succeeds
by Trond Myklebust
· 17 years ago
e323ea4
NFS: nfs_wcc_update_inode: directory caches are always invalidated
by Trond Myklebust
· 17 years ago
6ecc5e8
NFS: Fix dcache revalidation bugs
by Trond Myklebust
· 17 years ago
7957c14
NFS: fix nfs_verify_change_attribute
by Trond Myklebust
· 17 years ago
68e8a70
NFS: nfs_post_op_update_inode() should call nfs_refresh_inode()
by Trond Myklebust
· 17 years ago
f2115dc
NFS: Fix over-conservative attribute invalidation in nfs_update_inode()
by Trond Myklebust
· 17 years ago
76b3299
NFSv4: Make NFSv4 ACCESS calls return attributes too...
by Trond Myklebust
· 17 years ago
af22f94
NFSv4: Simplify _nfs4_do_access()
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
8fb559f
NFS: Eliminate nfs_refresh_verifier()
by Chuck Lever
· 17 years ago
77a55a1
NFS: Eliminate nfs_renew_times()
by Chuck Lever
· 17 years ago
92f6c17
NFS: Don't call nfs_renew_times() in nfs_dentry_iput()
by Chuck Lever
· 17 years ago
bcf3561
NFS: Show "nointr" mount option
by Chuck Lever
· 17 years ago
6e88e06
NFS: Verify server address before invoking in-kernel mount client
by Chuck Lever
· 17 years ago
113632d
SUNRPC: Add RDMA dependency to SUNRPC_XPRT_RDMA
by \"Talpey, Thomas\
· 17 years ago
2cf7ff7
NFS: support RDMA mounts
by \"Talpey, Thomas\
· 17 years ago
c3a57ed
RPCRDMA: Kconfig and header file with rpcrdma protocol definitions
by \"Talpey, Thomas\
· 17 years ago
56928ed
NFS - print accurate transport protocol
by \"Talpey, Thomas\
· 17 years ago
0896a72
NFS/SUNRPC: use transport protocol naming
by \"Talpey, Thomas\
· 17 years ago
4f22ccc
SUNRPC: mark bulk read/write data in xdrbuf
by \"Talpey, Thomas\
· 17 years ago
20c71f5
NFSv4: Fix a bug in nfs4_validate_mount_data()
by Trond Myklebust
· 17 years ago
91ea40b
NFS: use in-kernel mount argument structure for nfsv4 mounts
by \"Talpey, Thomas\
· 17 years ago
2283f8d
NFS: use in-kernel mount argument structure for nfsv[23] mounts
by \"Talpey, Thomas\
· 17 years ago
6b18eaa
NFS: move nfs_parsed_mount_data structure definition
by \"Talpey, Thomas\
· 17 years ago
817cb9d
NFSD: Convert printk's to dprintk's in NFSD's nfs4xdr
by Chuck Lever
· 17 years ago
e159a08
LOCKD: Convert printk's to dprintk's in lockd XDR routines
by Chuck Lever
· 17 years ago
fe82a18
NFS: Convert printk's to dprintk's in fs/nfs/nfs?xdr.c
by Chuck Lever
· 17 years ago
0ac8377
NFS: Add new 'mountaddr=' mount option
by Chuck Lever
· 17 years ago
aad7000
[NFS] [PATCH] NFS: initialize default port in kernel mount client
by James Lentini
· 17 years ago
efd8340
NFS: Kernel mount client should use async bind
by Chuck Lever
· 17 years ago
ddc01c0
[NFS] [PATCH] NFS: show addr=ipaddr in /proc/mounts rather than
by Jeff Layton
· 18 years ago
f8cf367
[NFS] [PATCH] nfs: tiny makefile cleanup
by Christoph Hellwig
· 18 years ago
c7e1596
Re: [NFS] [PATCH] Attribute timeout handling and wrapping u32 jiffies
by Fabio Olive Leite
· 18 years ago
4e769b9
64 bit ino support for NFS client
by Peter Staubach
· 18 years ago
7b159fc
NFS: Fall back to synchronous writes when a background write errors...
by Trond Myklebust
· 18 years ago
34901f7
NFS: Writeback optimisation
by Trond Myklebust
· 18 years ago
ed90ef5
NFS: Clean up NFS writeback flush code
by Trond Myklebust
· 18 years ago
f758c885
NFS: Clean up nfs_writepages()
by Trond Myklebust
· 18 years ago
9cccef9
NFS: Clean up write code...
by Trond Myklebust
· 18 years ago
94387fb
NFS: Add the helper nfs_vm_page_mkwrite
by Trond Myklebust
· 18 years ago
a6d8543
NLM: Fix a memory leak in nlmsvc_testlock
by Trond Myklebust
· 17 years ago
87e2831
AIO: fix cleanup in io_submit_one(...)
by Yan Zheng
· 17 years ago
66b1f1a
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6
by Linus Torvalds
· 17 years ago
bda0233
ocfs2: Unlock mutex in local alloc failure case
by Sunil Mushran
· 17 years ago
7572395
Fix possible splice() mmap_sem deadlock
by Linus Torvalds
· 17 years ago
564256c
Revert "[XFS] Avoid replaying inode buffer initialisation log items if on-disk version is newer."
by Tim Shimmin
· 17 years ago
54af3bb
NFS: Fix an Oops in encode_lookup()
by Trond Myklebust
· 17 years ago
255129d
NLM: Fix a circular lock dependency in lockd
by Trond Myklebust
· 17 years ago
e4b42be
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 17 years ago
2aee619
Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes
by Jeff Garzik
· 17 years ago
f9b7cba
ufs: fix sun state
by Evgeniy Dushistov
· 17 years ago
6110e02
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
by Linus Torvalds
· 17 years ago
576bb9c
binfmt_flat: checkpatch fixing minimum support for the blackfin relocations
by Andrew Morton
· 17 years ago
f972020
Binfmt_flat: Add minimum support for the Blackfin relocations
by Bernd Schmidt
· 17 years ago
73e83dc
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2
by Linus Torvalds
· 17 years ago
d59952d
[PATCH] WE : Add missing auth compat-ioctl
by Jean Tourrilhes
· 17 years ago
813d974
ocfs2: Pack vote message and response structures
by Sunil Mushran
· 17 years ago
5c26a7b
ocfs2: Don't double set write parameters
by Mark Fasheh
· 17 years ago
db56246
ocfs2: Fix pos/len passed to ocfs2_write_cluster
by Mark Fasheh
· 17 years ago
415cb80
ocfs2: Allow smaller allocations during large writes
by Mark Fasheh
· 17 years ago
b8fceee
signalfd simplification
by Davide Libenzi
· 17 years ago
1bc5858
[XFS] fix valid but harmless sparse warning
by Christoph Hellwig
· 17 years ago
bcc7b44
[XFS] fix filestreams on 32-bit boxes
by Eric Sandeen
· 17 years ago
a78feb7
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
by Linus Torvalds
· 17 years ago
ef2b02d
ext34: ensure do_split leaves enough free space in both blocks
by Eric Sandeen
· 17 years ago
Next »