aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/blocklayout.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-01nfsd: allow layout state to be admin-revoked.Gravatar NeilBrown 1-2/+2
2023-10-18nfsd: convert to new timestamp accessorsGravatar Jeff Layton 1-1/+2
2023-03-31nfsd: call op_release, even when op_func returns an errorGravatar Jeff Layton 1-0/+1
2022-11-28nfsd: move nfserrno() to vfs.cGravatar Jeff Layton 1-0/+1
2022-02-02block: remove genhd.hGravatar Christoph Hellwig 1-1/+0
2021-10-22nfsd/blocklayout: use ->get_unique_id instead of sending SCSI commandsGravatar Christoph Hellwig 1-117/+41
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Gravatar Christoph Hellwig 1-1/+1
2021-01-24block: remove unnecessary argument from blk_execute_rqGravatar Guoqing Jiang 1-1/+1
2020-09-25block: add a bdev_is_partition helperGravatar Christoph Hellwig 1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2019-08-19nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileGravatar Jeff Layton 1-1/+2
2019-07-03nfsd: use 64-bit seconds fields in nfsd v4 codeGravatar J. Bruce Fields 1-5/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-3/+5
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-2/+16
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-3/+5
2018-05-14block: sanitize blk_get_request calling conventionsGravatar Christoph Hellwig 1-1/+1
2018-05-11nfsd: make nfsd4_scsi_identify_device retry with a larger bufferGravatar Scott Mayhew 1-2/+16
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-01iomap: Switch from blkno to disk offsetGravatar Andreas Gruenbacher 1-2/+2
2017-06-20block: Make most scsi_req_init() calls implicitGravatar Bart Van Assche 1-1/+0
2017-06-01nfsd: Check queue type before submitting a SCSI requestGravatar Bart Van Assche 1-0/+3
2017-04-20scsi: introduce a result field in struct scsi_requestGravatar Christoph Hellwig 1-2/+2
2017-04-20block: remove the blk_execute_rq return valueGravatar Christoph Hellwig 1-2/+3
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-3/+3
2017-01-31block: fold cmd_type into the REQ_OP_ spaceGravatar Christoph Hellwig 1-1/+1
2017-01-27block: split scsi_request out of struct requestGravatar Christoph Hellwig 1-7/+10
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-08-04Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+2
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2016-07-13nfsd: flex file device id encoding will need the server addressGravatar Tom Haynes 1-0/+2
2016-06-21fs: move struct iomap from exportfs.h to a separate headerGravatar Christoph Hellwig 1-0/+1
2016-06-14nfsd: Fix NFSD_MDS_PR_KEY on 32-bit by adding ULL postfixGravatar Geert Uytterhoeven 1-1/+1
2016-03-18nfsd: add SCSI layout supportGravatar Christoph Hellwig 1-1/+207
2016-03-18nfsd: move some blocklayout codeGravatar Christoph Hellwig 1-40/+50
2015-10-09nfsd/blocklayout: accept any minlengthGravatar Christoph Hellwig 1-8/+0
2015-05-04nfsd/blocklayout: pretend we can send deviceid notificationsGravatar Christoph Hellwig 1-0/+11
2015-03-25NFSD: Printk blocklayout length and offset as format 0x%llxGravatar Kinglong Mee 1-1/+1
2015-02-05nfsd: pNFS block layout driverGravatar Christoph Hellwig 1-0/+189