index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
NFS: Add timeout to submounts
Trond Myklebust
2006-06-09
1
-0
/
+3
*
NFS: Ensure the client submounts, when it crosses a server mountpoint.
Trond Myklebust
2006-06-09
1
-3
/
+300
*
NFS: Store the file system "fsid" value in the NFS super block.
Trond Myklebust
2006-06-09
1
-0
/
+8
*
VFS: Remove dependency of ->umount_begin() call on MNT_FORCE
Trond Myklebust
2006-06-09
1
-5
/
+9
*
NFS: Remove nfs_delete_inode()
Trond Myklebust
2006-06-09
1
-22
/
+4
*
NFS: Fix up inode revalidation accounting
Trond Myklebust
2006-06-09
1
-1
/
+1
*
NFS: Separate metadata and page cache revalidation mechanisms
Trond Myklebust
2006-06-09
1
-5
/
+11
*
NFS: Fix page cache revalidation
Trond Myklebust
2006-06-09
1
-13
/
+6
*
NFS: Clean up inode metadata updates
Trond Myklebust
2006-06-09
1
-12
/
+0
*
NFSv4: Some NFSv4 servers have broken behaviour for the change attribute
Trond Myklebust
2006-06-09
1
-13
/
+9
*
NFS: nfs_show_stats; for_each_possible_cpu(), not NR_CPUS
John Hawkes
2006-04-19
1
-4
/
+1
*
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
Linus Torvalds
2006-03-25
1
-58
/
+171
|
\
|
*
NFS: Fix a race in nfs_sync_inode()
Trond Myklebust
2006-03-20
1
-2
/
+2
|
*
NFS: Make nfs_fhget() return appropriate error values
Trond Myklebust
2006-03-20
1
-8
/
+7
|
*
NFSv4: Fix an oops in nfs4_fill_super
Trond Myklebust
2006-03-20
1
-7
/
+6
|
*
NFS: add RPC I/O statistics to /proc/self/mountstats
Chuck Lever
2006-03-20
1
-0
/
+4
|
*
NFS: report how long an NFS file system has been mounted
Chuck Lever
2006-03-20
1
-0
/
+5
|
*
NFS: add I/O performance counters
Chuck Lever
2006-03-20
1
-0
/
+8
|
*
NFS: introduce mechanism for tracking NFS client metrics
Chuck Lever
2006-03-20
1
-6
/
+97
|
*
NFS: clean up some mount options
Chuck Lever
2006-03-20
1
-3
/
+2
|
*
NFS: show retransmit settings when displaying mount options
Chuck Lever
2006-03-20
1
-0
/
+8
|
*
NFS: kzalloc conversion in fs/nfs
Eric Sesterhenn
2006-03-20
1
-4
/
+2
|
*
NFSv4: Do not call rpciod_down() before call to destroy_nfsv4_state()
Trond Myklebust
2006-03-20
1
-1
/
+2
|
*
NFS: reduce the number of false cache invalidations.
Trond Myklebust
2006-03-20
1
-5
/
+2
|
*
NFSv4: Don't invalidate cached attributes if change attribute is unchanged
Trond Myklebust
2006-03-20
1
-20
/
+24
|
*
NFS: writes should not clobber utimes() calls
Trond Myklebust
2006-03-20
1
-5
/
+3
|
*
NFS: Fix a busy inodes issue...
Trond Myklebust
2006-03-20
1
-4
/
+6
*
|
[PATCH] cpuset memory spread: slab cache format
Paul Jackson
2006-03-24
1
-1
/
+2
*
|
[PATCH] cpuset memory spread: slab cache filesystems
Paul Jackson
2006-03-24
1
-1
/
+1
*
|
[PATCH] fs: Use ARRAY_SIZE macro
Tobias Klauser
2006-03-24
1
-2
/
+2
*
|
[PATCH] vfs: MS_VERBOSE should be MS_SILENT
Theodore Ts'o
2006-03-24
1
-2
/
+2
|
/
*
[PATCH] per-mountpoint noatime/nodiratime
Christoph Hellwig
2006-01-10
1
-4
/
+13
*
[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)
OGAWA Hirofumi
2006-01-08
1
-6
/
+2
*
NFSv4: Allow entries in the idmap cache to expire
Trond Myklebust
2006-01-06
1
-0
/
+14
*
SUNRPC: get rid of cl_chatty
Chuck Lever
2006-01-06
1
-2
/
+0
*
NFSv4: Allow user to set the port used by the NFSv4 callback channel
Trond Myklebust
2006-01-06
1
-2
/
+35
*
NFS: Clean up weak cache consistency code
Trond Myklebust
2006-01-06
1
-20
/
+40
*
NFS: Make stat() return updated mtimes after a write()
Trond Myklebust
2006-01-06
1
-0
/
+2
*
NFS: support large reads and writes on the wire
Chuck Lever
2006-01-06
1
-15
/
+10
*
NFS: make "inode number mismatch" message more useful
Chuck Lever
2006-01-06
1
-8
/
+9
*
NFS: get rid of useless kernel log message
Chuck Lever
2006-01-06
1
-2
/
+1
*
NFS: Fix error recovery code in fs/nfs/inode.c:__init_nfs()
Chuck Lever
2006-01-06
1
-2
/
+2
*
NFSv4: Remove requirement for machine creds for the "setclientid" operation
Trond Myklebust
2006-01-06
1
-14
/
+0
*
NFS: Fix another O_DIRECT race
Trond Myklebust
2005-12-19
1
-5
/
+23
*
NFS: Fix a few further cache consistency regressions
Trond Myklebust
2005-12-03
1
-34
/
+20
*
NFS: Fix cache consistency regression
Steve Dickson
2005-12-03
1
-0
/
+1
*
NFS: Fix a spinlock recursion inside nfs_update_inode()
Trond Myklebust
2005-11-25
1
-14
/
+12
*
[PATCH] kfree cleanup: fs
Jesper Juhl
2005-11-07
1
-10
/
+5
*
NFSv4: Fix problem with OPEN_DOWNGRADE
Trond Myklebust
2005-11-04
1
-1
/
+6
*
[PATCH] NFS: Remove unbalanced spin_unlock() calls from nfs_refresh_inode()
Trond Myklebust
2005-10-30
1
-2
/
+0
[prev]
[next]