index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-08
teach nfs_get_link() to work in RCU mode
Al Viro
1
-0
/
+21
2015-12-08
don't put symlink bodies in pagecache into highmem
Al Viro
1
-2
/
+3
2015-11-25
nfs: if we have no valid attrs, then don't declare the attribute cache valid
Jeff Layton
1
-1
/
+5
2015-11-25
nfs: ensure that attrcache is revalidated after a SETATTR
Jeff Layton
1
-1
/
+4
2015-09-04
Revert "NFS: Make close(2) asynchronous when closing NFS O_DIRECT files"
Trond Myklebust
1
-1
/
+6
2015-09-04
NFS: Optimise away the close-to-open getattr if there is no cached data
Trond Myklebust
1
-3
/
+10
2015-08-27
NFS: Check size by inode_newsize_ok in nfs_setattr
Kinglong Mee
1
-8
/
+10
2015-08-25
NFSv4: Force a post-op attribute update when holding a delegation
Trond Myklebust
1
-0
/
+7
2015-08-17
NFS: Don't let the ctime override attribute barriers.
Trond Myklebust
1
-8
/
+0
2015-08-17
NFS: Remove nfs_release()
Anna Schumaker
1
-7
/
+1
2015-07-22
NFS: Remove the "NFS_CAP_CHANGE_ATTR" capability
Trond Myklebust
1
-2
/
+2
2015-07-22
NFS: Set NFS_INO_REVAL_PAGECACHE if the change attribute is uninitialised
Trond Myklebust
1
-1
/
+2
2015-07-22
NFS: Don't revalidate the mapping if both size and change attr are up to date
Trond Myklebust
1
-4
/
+4
2015-07-01
nfs: Remove unneeded micro checking of CONFIG_PROC_FS
Kinglong Mee
1
-7
/
+3
2015-06-02
NFS: report more appropriate block size for directories.
NeilBrown
1
-0
/
+2
2015-04-26
Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-9
/
+27
2015-04-23
nfs: Remove unneeded casts in nfs
Firo Yang
1
-1
/
+1
2015-04-23
nfs: Fetch MOUNTED_ON_FILEID when updating an inode
Anna Schumaker
1
-1
/
+14
2015-04-23
NFS: Don't zap caches on fallocate()
Anna Schumaker
1
-1
/
+0
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-9
/
+9
2015-03-27
NFS: Block new writes while syncing data in nfs_getattr()
Trond Myklebust
1
-0
/
+2
2015-03-27
NFSv4: Truncating file opens should also sync O_DIRECT writes
Trond Myklebust
1
-1
/
+2
2015-03-27
NFS: Add a helper to sync both O_DIRECT and buffered writes
Trond Myklebust
1
-6
/
+9
2015-03-03
NFS: Don't write enable new pages while an invalidation is proceeding
Trond Myklebust
1
-0
/
+1
2015-03-03
NFS: Fix a regression in the read() syscall
Trond Myklebust
1
-3
/
+34
2015-03-01
NFSv4: Set a barrier in the update_changeattr() helper
Trond Myklebust
1
-0
/
+1
2015-03-01
NFS: Fix nfs_post_op_update_inode() to set an attribute barrier
Trond Myklebust
1
-0
/
+1
2015-03-01
NFS: Remove size hack in nfs_inode_attrs_need_update()
Trond Myklebust
1
-8
/
+0
2015-03-01
NFSv4: Add attribute update barriers to delegreturn and pNFS layoutcommit
Trond Myklebust
1
-0
/
+1
2015-03-01
NFS: Add attribute update barriers to NFS writebacks
Trond Myklebust
1
-3
/
+22
2015-03-01
NFS: Set an attribute barrier on all updates
Trond Myklebust
1
-0
/
+4
2015-03-01
NFS: Add attribute update barriers to nfs_setattr_update_inode()
Trond Myklebust
1
-5
/
+12
2015-03-01
NFS: Add a helper to set attribute barriers
Trond Myklebust
1
-0
/
+16
2015-02-18
Merge branch 'cleanups'
Trond Myklebust
1
-1
/
+0
2015-02-13
NFSv4: Kill unused nfs_inode->delegation_state field
Trond Myklebust
1
-1
/
+0
2015-02-12
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2015-01-30
nfs: prevent truncate on active swapfile
Omar Sandoval
1
-1
/
+6
2015-01-21
NFS: Fix use of nfs_attr_use_mounted_on_fileid()
Anna Schumaker
1
-2
/
+3
2015-01-20
fs: remove mapping->backing_dev_info
Christoph Hellwig
1
-1
/
+0
2014-11-25
nfs: Add ALLOCATE support
Anna Schumaker
1
-0
/
+1
2014-11-24
NFS: fix subtle change in COMMIT behavior
Weston Andros Adamson
1
-4
/
+4
2014-11-12
nfs: Fix use of uninitialized variable in nfs_getattr()
Jan Kara
1
-1
/
+1
2014-09-30
Merge branch 'client-4.2' into linux-next
Trond Myklebust
1
-0
/
+2
2014-09-30
NFS: Implement SEEK
Anna Schumaker
1
-0
/
+2
2014-09-10
nfs: setattr can only change regular file sizes
Christoph Hellwig
1
-1
/
+3
2014-08-13
Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+9
2014-08-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-1
/
+2
2014-08-04
NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes
Eric W. Biederman
1
-1
/
+2
2014-08-03
NFS: teach nfs_neg_need_reval to understand LOOKUP_RCU
NeilBrown
1
-0
/
+9
2014-07-16
sched: Allow wait_on_bit_action() functions to support a timeout
NeilBrown
1
-1
/
+1
[prev]
[next]