summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/blocklayout.c
AgeCommit message (Expand)AuthorLines
2022-02-02block: remove genhd.hChristoph Hellwig-1/+0
2021-10-22nfsd/blocklayout: use ->get_unique_id instead of sending SCSI commandsChristoph Hellwig-117/+41
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig-1/+1
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang-1/+1
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2019-08-19nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileJeff Layton-1/+2
2019-07-03nfsd: use 64-bit seconds fields in nfsd v4 codeJ. Bruce Fields-5/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-3/+5
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-2/+16
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani-3/+5
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig-1/+1
2018-05-11nfsd: make nfsd4_scsi_identify_device retry with a larger bufferScott Mayhew-2/+16
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-01iomap: Switch from blkno to disk offsetAndreas Gruenbacher-2/+2
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche-1/+0
2017-06-01nfsd: Check queue type before submitting a SCSI requestBart Van Assche-0/+3
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig-2/+2
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig-2/+3
2017-02-27fs: add i_blocksize()Fabian Frederick-3/+3
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig-1/+1
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig-7/+10
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani-1/+1
2016-08-04Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-0/+2
2016-07-27Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2016-07-13nfsd: flex file device id encoding will need the server addressTom Haynes-0/+2
2016-06-21fs: move struct iomap from exportfs.h to a separate headerChristoph Hellwig-0/+1
2016-06-14nfsd: Fix NFSD_MDS_PR_KEY on 32-bit by adding ULL postfixGeert Uytterhoeven-1/+1
2016-03-18nfsd: add SCSI layout supportChristoph Hellwig-1/+207
2016-03-18nfsd: move some blocklayout codeChristoph Hellwig-40/+50
2015-10-09nfsd/blocklayout: accept any minlengthChristoph Hellwig-8/+0
2015-05-04nfsd/blocklayout: pretend we can send deviceid notificationsChristoph Hellwig-0/+11
2015-03-25NFSD: Printk blocklayout length and offset as format 0x%llxKinglong Mee-1/+1
2015-02-05nfsd: pNFS block layout driverChristoph Hellwig-0/+189