index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
pnfs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-14
pnfs/blocklayout: handle transient devices
Benjamin Coddington
1
-0
/
+2
2018-01-14
pnfs/blocklayout: set PNFS_LAYOUTRETURN_ON_ERROR
Benjamin Coddington
1
-1
/
+3
2017-11-17
pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-close
Trond Myklebust
1
-0
/
+6
2017-11-17
fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_t
Elena Reshetova
1
-1
/
+1
2017-11-17
fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_t
Elena Reshetova
1
-2
/
+2
2017-11-17
fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_t
Elena Reshetova
1
-1
/
+2
2017-08-15
NFSv4/pnfs: Replace pnfs_put_lseg_locked() with pnfs_put_lseg()
Trond Myklebust
1
-2
/
+0
2017-05-24
pnfs: Fix the check for requests in range of layout segment
Benjamin Coddington
1
-0
/
+10
2017-04-25
pNFS: Ensure we check layout segment validity in the pg_init() callback
Trond Myklebust
1
-0
/
+1
2017-04-20
pNFS: Remove unused layout driver callbacks
Trond Myklebust
1
-5
/
+0
2017-03-17
pNFS: return status from nfs4_pnfs_ds_connect
Weston Andros Adamson
1
-1
/
+1
2016-12-03
pNFS/flexfiles: Minor refactoring before adding iostats to layoutreturn
Trond Myklebust
1
-1
/
+0
2016-12-03
pNFS: Add a layoutreturn callback to performa layout-private setup
Trond Myklebust
1
-0
/
+1
2016-12-01
NFS: Remove unused authflavour parameter from nfs_get_client()
Anna Schumaker
1
-2
/
+1
2016-12-01
pNFS: Enable layoutreturn operation for return-on-close
Trond Myklebust
1
-16
/
+14
2016-12-01
pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callback
Trond Myklebust
1
-2
/
+1
2016-12-01
NFSv4: Ignore LAYOUTRETURN result if the layout doesn't match or is invalid
Trond Myklebust
1
-1
/
+1
2016-12-01
pNFS: Do not free layout segments that are marked for return
Trond Myklebust
1
-1
/
+5
2016-12-01
pNFS: consolidate the different range intersection tests
Trond Myklebust
1
-0
/
+32
2016-12-01
pNFS: On error, do not send LAYOUTGET until the LAYOUTRETURN has completed
Trond Myklebust
1
-0
/
+1
2016-09-19
pnfs: add a new mechanism to select a layout driver according to an ordered list
Jeff Layton
1
-2
/
+3
2016-09-19
pnfs: track multiple layout types in fsinfo structure
Jeff Layton
1
-2
/
+2
2016-07-24
Merge branch 'pnfs'
Trond Myklebust
1
-13
/
+7
2016-07-24
pNFS: Remove redundant pnfs_mark_layout_returned_if_empty()
Trond Myklebust
1
-13
/
+0
2016-07-24
pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid()
Trond Myklebust
1
-0
/
+2
2016-07-24
pNFS: LAYOUTRETURN should only update the stateid if the layout is valid
Trond Myklebust
1
-0
/
+5
2016-07-18
pNFS: Don't mark the inode as revalidated if a LAYOUTCOMMIT is outstanding
Trond Myklebust
1
-0
/
+7
2016-07-05
pNFS: pnfs_layoutcommit_outstanding() is no longer used when !CONFIG_NFS_V4_1
Trond Myklebust
1
-7
/
+0
2016-05-26
pnfs: pnfs_update_layout needs to consider if strict iomode checking is on
Tom Haynes
1
-0
/
+1
2016-05-17
pnfs: rework LAYOUTGET retry handling
Jeff Layton
1
-5
/
+1
2016-05-17
pnfs: only tear down lsegs that precede seqid in LAYOUTRETURN args
Jeff Layton
1
-2
/
+4
2016-05-17
pnfs: keep track of the return sequence number in pnfs_layout_hdr
Jeff Layton
1
-0
/
+1
2016-05-17
pnfs: record sequence in pnfs_layout_segment when it's created
Jeff Layton
1
-0
/
+1
2016-05-09
pnfs: set NFS_IOHDR_REDO in pnfs_read_resend_pnfs
Weston Andros Adamson
1
-1
/
+1
2016-01-27
NFS: Cleanup - rename NFS_LAYOUT_RETURN_BEFORE_CLOSE
Trond Myklebust
1
-2
/
+2
2016-01-04
Merge branch 'pnfs_generic'
Trond Myklebust
1
-2
/
+31
2016-01-04
NFSv4.1/pNFS: Cleanup constify struct pnfs_layout_range arguments
Trond Myklebust
1
-3
/
+3
2016-01-04
NFSv4.1/pnfs: Cleanup copying of pnfs_layout_range structures
Trond Myklebust
1
-0
/
+7
2016-01-04
NFSv4.1/pNFS: pnfs_error_mark_layout_for_return() must always return layout
Trond Myklebust
1
-1
/
+1
2015-12-31
NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalid
Trond Myklebust
1
-0
/
+6
2015-12-28
pNFS: If we have to delay the layout callback, mark the layout for return
Trond Myklebust
1
-0
/
+3
2015-12-28
NFSv4.1/pNFS: Add a helper to mark the layout as returned
Trond Myklebust
1
-0
/
+13
2015-12-28
pNFS/flexfiles: Don't prevent flexfiles client from retrying LAYOUTGET
Trond Myklebust
1
-21
/
+0
2015-09-23
NFS41: make close wait for layoutreturn
Peng Tao
1
-0
/
+7
2015-08-25
NFSv4.1/flexfiles: Allow coalescing of new layout segments and existing ones
Trond Myklebust
1
-0
/
+16
2015-08-25
NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertion
Trond Myklebust
1
-0
/
+11
2015-08-25
NFSv4.1/pnfs Improve the packing of struct pnfs_layout_hdr
Trond Myklebust
1
-3
/
+3
2015-08-25
NFSv4.2/pnfs: Make the layoutstats timer configurable
Trond Myklebust
1
-0
/
+3
2015-08-25
NFS41: remove NFS_LAYOUT_ROC flag
Peng Tao
1
-1
/
+0
2015-08-18
NFSv4.1/pnfs: Fix a close/delegreturn hang when return-on-close is set
Trond Myklebust
1
-4
/
+3
[next]