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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-27
NFS: Check size by inode_newsize_ok in nfs_setattr
Kinglong Mee
1
-8
/
+10
2015-08-27
NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return must notify of layout return
Trond Myklebust
1
-0
/
+2
2015-08-25
nfs42: remove unused declaration
Peng Tao
1
-2
/
+0
2015-08-25
nfs42: decode_layoutstats does not need res parameter
Peng Tao
1
-3
/
+2
2015-08-25
NFSv4.1/flexfiles: Allow coalescing of new layout segments and existing ones
Trond Myklebust
2
-0
/
+76
2015-08-25
NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertion
Trond Myklebust
2
-9
/
+61
2015-08-25
NFSv4.1/pnfs: Add sanity check for the layout range returned by the server
Trond Myklebust
1
-1
/
+24
2015-08-25
NFSv4.1/pnfs Improve the packing of struct pnfs_layout_hdr
Trond Myklebust
1
-3
/
+3
2015-08-25
NFSv4.1/flexfile: ff_layout_remove_mirror can be static
kbuild test robot
1
-1
/
+1
2015-08-25
NFSv4.2/pnfs: Make the layoutstats timer configurable
Trond Myklebust
3
-1
/
+11
2015-08-25
NFSv4.1/flexfile: Ensure uniqueness of mirrors across layout segments
Trond Myklebust
2
-29
/
+99
2015-08-25
NFSv4.1/flexfiles: Remove mirror backpointer to lseg.
Trond Myklebust
2
-14
/
+12
2015-08-25
NFSv4.1/flexfiles: Add refcounting to struct nfs4_ff_layout_mirror
Trond Myklebust
2
-9
/
+28
2015-08-25
NFS41/flexfiles: zero out DS write wcc
Peng Tao
1
-0
/
+2
2015-08-25
NFS41: remove NFS_LAYOUT_ROC flag
Peng Tao
2
-6
/
+2
2015-08-25
NFSv4: Add a tracepoint for CB_LAYOUTRECALL
Trond Myklebust
2
-1
/
+3
2015-08-25
NFSv4: Add a tracepoint for CB_GETATTR
Trond Myklebust
2
-1
/
+64
2015-08-25
NFSv4.1/pnfs: Add a tracepoint for return-on-close events
Trond Myklebust
2
-0
/
+2
2015-08-25
NFSv4: Force a post-op attribute update when holding a delegation
Trond Myklebust
1
-0
/
+7
2015-08-20
NFSv4.1/pnfs Ensure flexfiles reports all connection related errors
Trond Myklebust
1
-13
/
+35
2015-08-20
NFSv4.1/pnfs: Ensure the flexfiles layoutstats timers are consistent
Trond Myklebust
1
-27
/
+24
2015-08-20
NFS41: fix list splice type
Peng Tao
1
-1
/
+1
2015-08-19
NFSv4: Enable delegated opens even when reboot recovery is pending
Trond Myklebust
1
-8
/
+19
2015-08-19
pNFS: Fix an unused variable warning in pnfs_roc_get_barrier
Trond Myklebust
1
-2
/
+0
2015-08-19
NFS41/flexfiles: update inode after write finishes
Peng Tao
1
-0
/
+3
2015-08-19
NFS41: make sure sending LAYOUTRETURN before close if marked so
Peng Tao
1
-23
/
+28
2015-08-19
Revert "NFSv4: Remove incorrect check in can_open_delegated()"
Trond Myklebust
1
-0
/
+2
2015-08-18
NFSv4.1/pnfs: Play safe w.r.t. close() races when return-on-close is set
Trond Myklebust
1
-5
/
+5
2015-08-18
NFSv4.1/pnfs: Fix a close/delegreturn hang when return-on-close is set
Trond Myklebust
3
-35
/
+8
2015-08-17
NFS: Don't fsync twice for O_SYNC/IS_SYNC files
Trond Myklebust
1
-5
/
+3
2015-08-17
NFS: Don't let the ctime override attribute barriers.
Trond Myklebust
1
-8
/
+0
2015-08-17
Merge branch 'layoutfixes'
Trond Myklebust
2
-48
/
+44
2015-08-17
Merge branch 'bugfixes'
Trond Myklebust
2
-16
/
+21
2015-08-17
Merge tag 'nfs-rdma-for-4.3' of git://git.linux-nfs.org/projects/anna/nfs-rdma
Trond Myklebust
2
-1
/
+4
2015-08-17
NFS: Remove nfs_release()
Anna Schumaker
2
-8
/
+3
2015-08-17
NFS: Rename nfs_commit_unstable_pages() to nfs_write_inode()
Anna Schumaker
1
-6
/
+1
2015-08-17
NFS: Remove nfs41_server_notify_{target|highest}_slotid_update()
Anna Schumaker
4
-16
/
+4
2015-08-17
NFS: Combine nfs_idmap_{init|quit}() and nfs_idmap_{init|quit}_keyring()
Anna Schumaker
1
-12
/
+2
2015-08-17
NFS: Use RPC functions for matching sockaddrs
Anna Schumaker
3
-119
/
+3
2015-08-17
NFS: Rename nfs_readdir_free_pagearray() and nfs_readdir_large_page()
Anna Schumaker
1
-5
/
+5
2015-08-17
NFS: Remove unused variable "pages_ptr"
Anna Schumaker
1
-10
/
+2
2015-08-17
nfs: remove some dead code in ff_layout_pg_get_mirror_count_write
Jeff Layton
1
-2
/
+0
2015-08-17
pnfs: move common blocklayout XDR defintions to nfs4.h
Christoph Hellwig
2
-19
/
+2
2015-08-17
pnfs/blocklayout: pass proper file mode to blkdev_get/put
Christoph Hellwig
1
-2
/
+2
2015-08-17
pnfs/blocklayout: reject too long signatures
Christoph Hellwig
1
-0
/
+5
2015-08-17
pnfs/blocklayout: set up layoutupdate_pages properly
Christoph Hellwig
1
-5
/
+2
2015-08-17
pnfs/blocklayout: calculate layoutupdate size correctly
Christoph Hellwig
1
-3
/
+9
2015-08-17
NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 client
Kinglong Mee
1
-0
/
+1
2015-08-17
NFSv4.1/pNFS: Fix borken function _same_data_server_addrs_locked()
Trond Myklebust
1
-14
/
+19
2015-08-17
NFS: nfs_set_pgio_error sometimes misses errors
Trond Myklebust
1
-2
/
+2
[prev]
[next]