summaryrefslogtreecommitdiffstats
path: root/fs/nfs/blocklayout/blocklayout.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfs/blocklayout: Fix premature PR key unregistrationChuck Lever2024-07-081-9/+16
* pNFS: Fix the pnfs block driver's calculation of layoutget sizeTrond Myklebust2024-01-041-3/+2
* blocklayoutdriver: Fix reference leak of pnfs_device_nodeBenjamin Coddington2024-01-041-0/+2
* fs/nfs: Use enum req_op where appropriateBart Van Assche2022-07-141-7/+6
* block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+1
* nfs/blocklayout: remove bl_alloc_init_bioChristoph Hellwig2022-02-021-21/+5
* block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-3/+3
* nfs/blocklayout: remove cruft in bl_alloc_init_bioChristoph Hellwig2021-01-271-5/+0
* SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()Chuck Lever2020-11-301-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
* NFSv4: Ensure layout headers are RCU safeTrond Myklebust2020-03-161-1/+1
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-1/+1
* page cache: Convert hole search to XArrayMatthew Wilcox2018-10-211-1/+1
* NFS: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+1
* pnfs/blocklayout: Ensure disk address in block device mapBenjamin Coddington2018-01-251-2/+7
* pnfs/blocklayout: handle transient devicesBenjamin Coddington2018-01-151-5/+77
* pnfs/blocklayout: set PNFS_LAYOUTRETURN_ON_ERRORBenjamin Coddington2018-01-151-0/+2
* pnfs/blocklayout: Add module alias for LAYOUT4_SCSIBenjamin Coddington2018-01-151-0/+1
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-1/+1
* pnfs/blocklayout: fix last_write_offset incorrectly set to page boundaryBenjamin Coddington2016-10-131-1/+2
* pnfs/blocklayout: update last_write_offset atomically with extentsBenjamin Coddington2016-08-231-1/+1
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-2/+2
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-10/+12
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-12/+12
* Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-03-251-7/+52
|\
| * nfs/blocklayout: add SCSI layout supportChristoph Hellwig2016-03-181-7/+52
* | nfs/blocklayout: make sure making a aligned read requestKinglong Mee2016-03-211-6/+7
|/
* nfs/blocklayout: Fix bad using of page offset in bl_read_pagelistKinglong Mee2015-10-211-5/+2
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-8/+6
* NFSv4.1/pnfs: Separate out metadata and data consistency for pNFSTrond Myklebust2015-03-271-0/+1
* pnfs: release lseg in pnfs_generic_pg_cleanupWeston Andros Adamson2015-02-031-0/+2
* pnfs/blocklayout: fix end calculation in pnfs_num_cont_bytesChristoph Hellwig2014-11-241-1/+1
* nfs: Remove bogus assignmentJan Kara2014-11-121-1/+1
* pNFS/blocklayout: Remove a couple of unused variablesTrond Myklebust2014-09-121-2/+1
* pnfs/blocklayout: in-kernel GETDEVICEINFO XDR parsingChristoph Hellwig2014-09-121-32/+60
* pnfs/blocklayout: move all rpc_pipefs related code into a single fileChristoph Hellwig2014-09-121-139/+6
* pnfs/blocklayout: refactor extent processingChristoph Hellwig2014-09-121-102/+105
* pnfs/blocklayout: move extent processing to blocklayout.cChristoph Hellwig2014-09-121-0/+186
* pnfs/blocklayout: allocate separate pages for the layoutcommit payloadChristoph Hellwig2014-09-121-10/+5
* pnfs: remove GETDEVICELIST implementationChristoph Hellwig2014-09-121-1/+1
* pnfs/blocklayout: use the device id cacheChristoph Hellwig2014-09-101-143/+6
* pnfs/blocklayout: return layouts on setattrChristoph Hellwig2014-09-101-1/+2
* pnfs/blocklayout: implement the return_range methodChristoph Hellwig2014-09-101-0/+30
* pnfs/blocklayout: rewrite extent trackingChristoph Hellwig2014-09-101-192/+66
* pnfs/blocklayout: don't set pages uptodateChristoph Hellwig2014-09-101-23/+1
* pnfs/blocklayout: remove read-modify-write handling in bl_write_pagelistChristoph Hellwig2014-09-101-435/+63
* pnfs/blocklayout: correctly decrement extent lengthChristoph Hellwig2014-09-101-3/+4
* pnfs/blocklayout: plug block queuesChristoph Hellwig2014-09-101-0/+9