summaryrefslogtreecommitdiffstats
path: root/fs/nfs/blocklayout
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-042-14/+14
* Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-03-245-25/+238
|\
| * nfs/blocklayout: add SCSI layout supportChristoph Hellwig2016-03-185-25/+238
* | nfs/blocklayout: make sure making a aligned read requestKinglong Mee2016-03-211-6/+7
* | pnfs/blocklayout: fix a memeory leak when using,vmalloc_to_pageKinglong Mee2016-02-171-2/+8
|/
* nfs/blocklayout: Fix bad using of page offset in bl_read_pagelistKinglong Mee2015-10-211-5/+2
* Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-09-073-28/+19
|\
| * pnfs: move common blocklayout XDR defintions to nfs4.hChristoph Hellwig2015-08-172-19/+2
| * pnfs/blocklayout: pass proper file mode to blkdev_get/putChristoph Hellwig2015-08-171-2/+2
| * pnfs/blocklayout: reject too long signaturesChristoph Hellwig2015-08-171-0/+5
| * pnfs/blocklayout: set up layoutupdate_pages properlyChristoph Hellwig2015-08-171-5/+2
| * pnfs/blocklayout: calculate layoutupdate size correctlyChristoph Hellwig2015-08-171-3/+9
* | 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
* NFSv4.1: Convert pNFS deviceid to use kfree_rcu()Trond Myklebust2015-03-271-1/+1
* pnfs: release lseg in pnfs_generic_pg_cleanupWeston Andros Adamson2015-02-031-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-101-1/+1
|\
| * Merge branch 'iov_iter' into for-nextAl Viro2014-12-082-6/+10
| |\
| * | rpc_pipefs.c: get rid of f_dentryAl Viro2014-11-191-1/+1
* | | 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: serialize GETDEVICEINFO callsChristoph Hellwig2014-11-121-5/+9
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-1/+0
|\
| * sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-192-2/+0
* | pnfs/blocklayout: Fix a 64-bit division/remainder issue in bl_map_stripeTrond Myklebust2014-09-211-3/+6
* | pnfs/blocklayout: include vmalloc.h for __vmallocStephen Rothwell2014-09-151-0/+2
* | pNFS/blocklayout: Remove a couple of unused variablesTrond Myklebust2014-09-122-4/+1
* | pnfs/blocklayout: in-kernel GETDEVICEINFO XDR parsingChristoph Hellwig2014-09-125-148/+530
* | pnfs/blocklayout: move all rpc_pipefs related code into a single fileChristoph Hellwig2014-09-126-408/+378
* | pnfs/blocklayout: refactor extent processingChristoph Hellwig2014-09-121-102/+105
* | pnfs/blocklayout: move extent processing to blocklayout.cChristoph Hellwig2014-09-123-188/+186
* | pnfs/blocklayout: allocate separate pages for the layoutcommit payloadChristoph Hellwig2014-09-123-34/+91
* | pnfs: remove GETDEVICELIST implementationChristoph Hellwig2014-09-121-1/+1
* | pnfs/blocklayout: remove some debuggingChristoph Hellwig2014-09-121-8/+0
* | pnfs/blocklayout: use the device id cacheChristoph Hellwig2014-09-105-250/+65
* | 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-106-1212/+651
* | 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
* | pnfs/blocklayout: improve GETDEVICEINFO error reportingChristoph Hellwig2014-09-101-2/+3
* | pnfs/blocklayout: reject pnfs blocksize larger than page sizeChristoph Hellwig2014-09-101-0/+6
|/
* FS/NFS: replace count*size kzalloc by kcallocFabian Frederick2014-06-251-1/+1
* nfs: remove unused writeverf codeWeston Andros Adamson2014-06-241-1/+1
* nfs: merge nfs_pgio_data into _headerWeston Andros Adamson2014-06-241-51/+47
* nfs: rename members of nfs_pgio_dataWeston Andros Adamson2014-06-241-7/+10
* nfs: modify pg_test interface to return size_tWeston Andros Adamson2014-05-291-4/+12
* NFS: Create a common read and write data structAnna Schumaker2014-05-281-11/+11