index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
Commit message (
Expand
)
Author
Age
...
|
|
*
|
pNFS: Ensure layoutreturn acts as a completion for layout callbacks
Trond Myklebust
2016-07-24
|
|
*
|
pNFS: Fix CB_LAYOUTRECALL stateid verification
Trond Myklebust
2016-07-24
|
|
*
|
pNFS: Always update the layout barrier seqid on LAYOUTGET
Trond Myklebust
2016-07-24
|
|
*
|
pNFS: Always update the layout stateid if NFS_LAYOUT_INVALID_STID is set
Trond Myklebust
2016-07-24
|
|
*
|
pNFS: Clear the layout return tracking on layout reinitialisation
Trond Myklebust
2016-07-24
|
|
*
|
pNFS: LAYOUTRETURN should only update the stateid if the layout is valid
Trond Myklebust
2016-07-24
|
|
*
|
Merge commit 'e7bdea7750eb'
Trond Myklebust
2016-07-24
|
|
|
\
|
|
|
*
|
Fix NULL pointer dereference in bl_free_device().
Artem Savkov
2016-07-22
|
|
*
|
nfs/blocklayout: Check max uuids and devices before decoding
Kinglong Mee
2016-07-15
|
|
*
|
nfs/blocklayout: Make sure calculate signature length aligned
Kinglong Mee
2016-07-15
|
|
*
|
nfs/blocklayout: support RH/Fedora dm-mpath device nodes
Christoph Hellwig
2016-07-15
|
|
*
|
nfs/blocklayout: refactor open-by-wwn
Christoph Hellwig
2016-07-15
|
|
*
|
nfs/blocklayout: use proper fmode for opening block devices
Christoph Hellwig
2016-07-15
|
*
|
|
Merge branch 'writeback'
Trond Myklebust
2016-07-24
|
|
\
\
\
|
|
*
|
|
pNFS/files: filelayout_write_done_cb must call nfs_writeback_update_inode()
Trond Myklebust
2016-07-21
|
|
*
|
|
pNFS: Don't mark the inode as revalidated if a LAYOUTCOMMIT is outstanding
Trond Myklebust
2016-07-18
|
|
*
|
|
NFSv4: Revert "Truncating file opens should also sync O_DIRECT writes"
Trond Myklebust
2016-07-14
|
|
*
|
|
NFS nfs_vm_page_mkwrite: Don't freeze me, Bro...
Trond Myklebust
2016-07-05
|
|
*
|
|
NFSv4.2: llseek(SEEK_HOLE) and llseek(SEEK_DATA) don't require data sync
Trond Myklebust
2016-07-05
|
|
*
|
|
NFSv4.2: Fix writeback races in nfs4_copy_file_range
Trond Myklebust
2016-07-05
|
|
*
|
|
NFSv4.2: Fix a race in nfs42_proc_deallocate()
Trond Myklebust
2016-07-05
|
|
*
|
|
NFS: Getattr doesn't require data sync semantics
Trond Myklebust
2016-07-05
|
|
*
|
|
NFS: Do not aggressively cache file attributes in the case of O_DIRECT
Trond Myklebust
2016-07-05
|
|
*
|
|
NFS: Remove unused function nfs_revalidate_mapping_protected()
Trond Myklebust
2016-07-05
|
|
*
|
|
NFS: Remove redundant waits for O_DIRECT in fsync() and write_begin()
Trond Myklebust
2016-07-05
|
|
*
|
|
NFS: Cleanup nfs_direct_complete()
Trond Myklebust
2016-07-05
|
|
*
|
|
NFS: Do not serialise O_DIRECT reads and writes
Trond Myklebust
2016-07-05
|
|
*
|
|
NFS: Move buffered I/O locking into nfs_file_write()
Trond Myklebust
2016-07-05
|
|
*
|
|
NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.c
Trond Myklebust
2016-07-05
|
|
*
|
|
NFS: Remove racy size manipulations in O_DIRECT
Trond Myklebust
2016-07-05
|
|
*
|
|
NFS: Ensure we reset the write verifier 'committed' value on resend.
Trond Myklebust
2016-07-05
|
|
*
|
|
NFS: Fix O_DIRECT verifier problems
Trond Myklebust
2016-07-05
|
|
*
|
|
pNFS: pnfs_layoutcommit_outstanding() is no longer used when !CONFIG_NFS_V4_1
Trond Myklebust
2016-07-05
|
|
*
|
|
pNFS: Ensure we layoutcommit before revalidating attributes
Trond Myklebust
2016-07-05
|
|
*
|
|
pNFS: Files and flexfiles always need to commit before layoutcommit
Trond Myklebust
2016-07-05
|
|
*
|
|
pNFS/flexfiles: Clean up calls to pnfs_set_layoutcommit()
Trond Myklebust
2016-07-05
|
|
*
|
|
pNFS/flexfiles: Fix layoutcommit after a commit to DS
Trond Myklebust
2016-07-05
|
|
*
|
|
pNFS/files: Fix layoutcommit after a commit to DS
Trond Myklebust
2016-07-05
|
|
*
|
|
NFS: Don't call COMMIT in ->releasepage()
Trond Myklebust
2016-06-22
|
|
*
|
|
NFS: Don't hold the inode lock across fsync()
Trond Myklebust
2016-06-22
|
|
*
|
|
NFS: writepage of a single page should not be synchronous
Trond Myklebust
2016-06-22
|
|
*
|
|
NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killer
Trond Myklebust
2016-06-22
|
|
*
|
|
NFS: Cache aggressively when file is open for writing
Trond Myklebust
2016-06-22
|
|
*
|
|
NFS: Cache access checks more aggressively
Trond Myklebust
2016-06-15
|
|
*
|
|
NFS: Don't flush caches for a getattr that races with writeback
Trond Myklebust
2016-06-13
|
|
|
/
/
|
*
|
|
nfs: don't create zero-length requests
Benjamin Coddington
2016-07-22
|
*
|
|
nfs4: flexfiles: respect noresvport when establishing connections to DSes
Tigran Mkrtchyan
2016-07-19
|
*
|
|
nfs4: clnt: respect noresvport when establishing connections to DSes
Tigran Mkrtchyan
2016-07-19
|
*
|
|
pnfs/blocklayout: put deviceid node after releasing bl_ext_lock
Benjamin Coddington
2016-07-19
|
*
|
|
sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags
Scott Mayhew
2016-07-19
[prev]
[next]