aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4layouts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26NFSD: Add tracepoints to report NFSv4 callback completionsChuck Lever1-1/+1
2022-03-20nfsd: fix using the correct variable for sizeof()Jakob Koschel1-1/+1
2021-10-22nfsd/blocklayout: use ->get_unique_id instead of sending SCSI commandsChristoph Hellwig1-2/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-12-19nfsd: fix delay timer on 32-bit architecturesArnd Bergmann1-1/+1
2019-08-19nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileJeff Layton1-6/+6
2019-05-03nfsd: update callback done processingScott Mayhew1-1/+1
2018-12-27nfsd: drop useless LIST_HEADJulia Lawall1-1/+0
2018-06-19nfsd: don't advertise a SCSI layout for an unsupported request_queueBenjamin Coddington1-9/+2
2018-04-03nfsd: Add "nfsd_" to trace point namesChuck Lever1-8/+8
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+2
2017-11-07fs, nfsd: convert nfs4_stid.sc_count from atomic_t to refcount_tElena Reshetova1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+4
2017-01-31NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee1-2/+3
2017-01-19Make static usermode helper binaries constantGreg Kroah-Hartman1-2/+4
2016-11-01nfsd: fix error handling for clients that fail to return the layoutJeff Layton1-4/+4
2016-09-16nfsd: don't set a FL_LAYOUT lease for flexfiles layoutsJeff Layton1-1/+5
2016-07-15nfsd: allow nfsd to advertise multiple layout typesJeff Layton1-3/+3
2016-07-13nfsd: Add a super simple flex file serverTom Haynes1-1/+11
2016-05-13nfsd: handle seqid wraparound in nfsd4_preprocess_layout_stateidJeff Layton1-1/+1
2016-03-18nfsd: add SCSI layout supportChristoph Hellwig1-3/+24
2016-03-18nfsd: add a new config option for the block layout driverChristoph Hellwig1-0/+4
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-12/+27
2016-01-08nfsd: give up on CB_LAYOUTRECALLs after two lease periodsJeff Layton1-10/+25
2015-12-16nfsd: don't hold ls_mutex across a layout recallJeff Layton1-1/+1
2015-11-23nfsd: constify nfsd4_callback_ops structureJulia Lawall1-2/+2
2015-10-23nfsd: ensure that seqid morphing operations are atomic wrt to copiesJeff Layton1-9/+4
2015-10-23nfsd: serialize layout stateid morphing operationsJeff Layton1-4/+21
2015-07-20nfsd: Fix a file leak on nfsd4_layout_setlease failureKinglong Mee1-0/+1
2015-03-30nfsd: require an explicit option to enable pNFSChristoph Hellwig1-1/+1
2015-03-25NFSD: Fix bad update of layout in nfsd4_return_file_layoutKinglong Mee1-3/+2
2015-03-20NFSD: Check layout type when returning client layoutsKinglong Mee1-0/+3
2015-03-20NFSD: restore trace event lost in mismergeKinglong Mee1-0/+2
2015-03-19Subject: nfsd: don't recursively call nfsd4_cb_layout_failChristoph Hellwig1-2/+0
2015-02-05nfsd: pNFS block layout driverChristoph Hellwig1-0/+8
2015-02-02nfsd: add trace eventsChristoph Hellwig1-1/+15
2015-02-02nfsd: implement pNFS layout recallsChristoph Hellwig1-1/+213
2015-02-02nfsd: implement pNFS operationsChristoph Hellwig1-0/+487