Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3eeab61aa3ddd3c0bedb7449ada1599de22fdb5a
/
include
/
linux
/
nfs_fs.h
7f1cbe5
[PATCH] headers_check: reduce user-visible noise in <linux/nfs_fs.h>
by David Woodhouse
· 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
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
f5e54d6
[PATCH] mark address_space_operations const
by Christoph Hellwig
· 18 years ago
d75d541
git-nfs-build-fixes
by Andrew Morton
· 18 years ago
6b97fd3
NFSv4: Follow a referral
by Manoj Naik
· 18 years ago
9cdb388
NFSv4: Ensure client submounts when following a referral
by Manoj Naik
· 18 years ago
51d8fa6
NFS: Add timeout to submounts
by Trond Myklebust
· 18 years ago
55a9759
NFS: Ensure the client submounts, when it crosses a server mountpoint.
by Trond Myklebust
· 18 years ago
8b4bdcf
NFS: Store the file system "fsid" value in the NFS super block.
by Trond Myklebust
· 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
38478b2
NFS: More page cache revalidation fixups
by Trond Myklebust
· 18 years ago
4b6f5d2
[PATCH] Make most file operations structs in fs/ const
by Arjan van de Ven
· 19 years ago
c42de9d
NFS: Fix a race in nfs_sync_inode()
by Trond Myklebust
· 19 years ago
3feb2d4
NFS: Uninline nfs_writedata_(alloc|free) and nfs_readdata_(alloc|free)
by Trond Myklebust
· 19 years ago
fad6149
nfs: Use UNSTABLE + COMMIT for NFS O_DIRECT writes
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
ec06c09
NFS: Cleanup of NFS read code
by Trond Myklebust
· 19 years ago
788e7a8
NFS: Cleanup of NFS write code in preparation for asynchronous o_direct
by Trond Myklebust
· 19 years ago
24bd68f
NFS: Code comments update in NFS
by Goldwyn Rodrigues
· 19 years ago
b92dccf
NFS: Fix a busy inodes issue...
by Trond Myklebust
· 19 years ago
7fd105e
[PATCH] Fix compile for CONFIG_SYSVIPC=n or CONFIG_SYSCTL=n
by Stephen Rothwell
· 19 years ago
a72b442
NFSv4: Allow user to set the port used by the NFSv4 callback channel
by Trond Myklebust
· 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
29884df
NFS: Fix another O_DIRECT race
by Trond Myklebust
· 19 years ago
d530838
NFSv4: Fix problem with OPEN_DOWNGRADE
by Trond Myklebust
· 19 years ago
decf491
NFS: Don't let nfs_end_data_update() clobber attribute update information
by Trond Myklebust
· 19 years ago
3380114
NFS: Optimise inode attribute cache updates
by Trond Myklebust
· 19 years ago
913a70f
NFS: Convert cache_change_attribute into a jiffy-based value
by Trond Myklebust
· 19 years ago
0e574af
NFS: Cleanup initialisation of struct nfs_fattr
by Trond Myklebust
· 19 years ago
03bf4b7
[PATCH] RPC: parametrize various transport connect timeouts
by Chuck Lever
· 19 years ago
dc59250
[PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsi
by Chuck Lever
· 19 years ago
412d582
[PATCH] NFS: use atomic bitops to manipulate flags in nfsi->flags
by Chuck Lever
· 19 years ago
5529680
[PATCH] NFS: split nfsi->flags into two fields
by Chuck Lever
· 19 years ago
65e4308
[PATCH] NFS: Ensure we always update inode->i_mode when doing O_EXCL creates
by Trond Myklebust
· 19 years ago
3da28eb
[PATCH] NFS: Replace nfs_page insertion sort with a radix sort
by Trond Myklebust
· 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
951a143
[PATCH] NFS: Fix the file size revalidation
by Trond Myklebust
· 19 years ago
f0dd213
[PATCH] NFS: Clean up readdir changes.
by Trond Myklebust
· 19 years ago
00a9264
[PATCH] NFS: Hide NFS server-generated readdir cookies from userland
by Olivier Galibert
· 19 years ago
5c6a9f7
[PATCH] NFS: Cache the NFSv3 acls.
by Andreas Gruenbacher
· 19 years ago
055ffbe
[PATCH] NFS: Fix handling of the umask when an NFSv3 default acl is present.
by Andreas Gruenbacher
· 19 years ago
b7fa055
[PATCH] NFS: Add support for NFSv3 ACLs
by Andreas Gruenbacher
· 19 years ago
e50a1c2
[PATCH] NFSv4: client-side caching NFSv4 ACLs
by J. Bruce Fields
· 19 years ago
ada70d9
[PATCH] NFS: Add hooks to allow common NFS attribute code to clear cached acls
by Trond Myklebust
· 19 years ago
464a98b
[PATCH] NFS: cleanup: shrink struct nfs_open_context
by Trond Myklebust
· 19 years ago
a656db9
[PATCH] NFS: Remove unused NFS inode field readdir_timestamp.
by Trond Myklebust
· 19 years ago
4ce7971
[PATCH] NFS: Header file cleanup...
by Trond Myklebust
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago