Age | Commit message (Expand) | Author | Files | Lines |
2015-09-08 | Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 3 | -28/+19 |
2015-08-17 | pnfs: move common blocklayout XDR defintions to nfs4.h | Christoph Hellwig | 2 | -19/+2 |
2015-08-17 | pnfs/blocklayout: pass proper file mode to blkdev_get/put | Christoph Hellwig | 1 | -2/+2 |
2015-08-17 | pnfs/blocklayout: reject too long signatures | Christoph Hellwig | 1 | -0/+5 |
2015-08-17 | pnfs/blocklayout: set up layoutupdate_pages properly | Christoph Hellwig | 1 | -5/+2 |
2015-08-17 | pnfs/blocklayout: calculate layoutupdate size correctly | Christoph Hellwig | 1 | -3/+9 |
2015-07-29 | block: add a bi_error field to struct bio | Christoph Hellwig | 1 | -8/+6 |
2015-03-27 | NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS | Trond Myklebust | 1 | -0/+1 |
2015-03-27 | NFSv4.1: Convert pNFS deviceid to use kfree_rcu() | Trond Myklebust | 1 | -1/+1 |
2015-02-03 | pnfs: release lseg in pnfs_generic_pg_cleanup | Weston Andros Adamson | 1 | -0/+2 |
2014-12-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2014-12-09 | Merge branch 'iov_iter' into for-next | Al Viro | 2 | -6/+10 |
2014-11-25 | pnfs/blocklayout: fix end calculation in pnfs_num_cont_bytes | Christoph Hellwig | 1 | -1/+1 |
2014-11-19 | rpc_pipefs.c: get rid of f_dentry | Al Viro | 1 | -1/+1 |
2014-11-12 | nfs: Remove bogus assignment | Jan Kara | 1 | -1/+1 |
2014-11-12 | pnfs/blocklayout: serialize GETDEVICEINFO calls | Christoph Hellwig | 1 | -5/+9 |
2014-10-13 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+0 |
2014-09-21 | pnfs/blocklayout: Fix a 64-bit division/remainder issue in bl_map_stripe | Trond Myklebust | 1 | -3/+6 |
2014-09-19 | sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu... | Kirill Tkhai | 2 | -2/+0 |
2014-09-16 | pnfs/blocklayout: include vmalloc.h for __vmalloc | Stephen Rothwell | 1 | -0/+2 |
2014-09-12 | pNFS/blocklayout: Remove a couple of unused variables | Trond Myklebust | 2 | -4/+1 |
2014-09-12 | pnfs/blocklayout: in-kernel GETDEVICEINFO XDR parsing | Christoph Hellwig | 5 | -148/+530 |
2014-09-12 | pnfs/blocklayout: move all rpc_pipefs related code into a single file | Christoph Hellwig | 6 | -408/+378 |
2014-09-12 | pnfs/blocklayout: refactor extent processing | Christoph Hellwig | 1 | -102/+105 |
2014-09-12 | pnfs/blocklayout: move extent processing to blocklayout.c | Christoph Hellwig | 3 | -188/+186 |
2014-09-12 | pnfs/blocklayout: allocate separate pages for the layoutcommit payload | Christoph Hellwig | 3 | -34/+91 |
2014-09-12 | pnfs: remove GETDEVICELIST implementation | Christoph Hellwig | 1 | -1/+1 |
2014-09-12 | pnfs/blocklayout: remove some debugging | Christoph Hellwig | 1 | -8/+0 |
2014-09-10 | pnfs/blocklayout: use the device id cache | Christoph Hellwig | 5 | -250/+65 |
2014-09-10 | pnfs/blocklayout: return layouts on setattr | Christoph Hellwig | 1 | -1/+2 |
2014-09-10 | pnfs/blocklayout: implement the return_range method | Christoph Hellwig | 1 | -0/+30 |
2014-09-10 | pnfs/blocklayout: rewrite extent tracking | Christoph Hellwig | 6 | -1212/+651 |
2014-09-10 | pnfs/blocklayout: don't set pages uptodate | Christoph Hellwig | 1 | -23/+1 |
2014-09-10 | pnfs/blocklayout: remove read-modify-write handling in bl_write_pagelist | Christoph Hellwig | 1 | -435/+63 |
2014-09-10 | pnfs/blocklayout: correctly decrement extent length | Christoph Hellwig | 1 | -3/+4 |
2014-09-10 | pnfs/blocklayout: plug block queues | Christoph Hellwig | 1 | -0/+9 |
2014-09-10 | pnfs/blocklayout: improve GETDEVICEINFO error reporting | Christoph Hellwig | 1 | -2/+3 |
2014-09-10 | pnfs/blocklayout: reject pnfs blocksize larger than page size | Christoph Hellwig | 1 | -0/+6 |
2014-06-26 | FS/NFS: replace count*size kzalloc by kcalloc | Fabian Frederick | 1 | -1/+1 |
2014-06-25 | nfs: remove unused writeverf code | Weston Andros Adamson | 1 | -1/+1 |
2014-06-25 | nfs: merge nfs_pgio_data into _header | Weston Andros Adamson | 1 | -51/+47 |
2014-06-25 | nfs: rename members of nfs_pgio_data | Weston Andros Adamson | 1 | -7/+10 |
2014-05-29 | nfs: modify pg_test interface to return size_t | Weston Andros Adamson | 1 | -4/+12 |
2014-05-29 | NFS: Create a common read and write data struct | Anna Schumaker | 1 | -11/+11 |
2014-04-04 | mm: filemap: move radix tree hole searching here | Johannes Weiner | 1 | -1/+1 |
2013-12-31 | Merge tag 'v3.13-rc6' into for-3.14/core | Jens Axboe | 2 | -1/+2 |
2013-12-04 | nfs: fix do_div() warning by instead using sector_div() | Helge Deller | 1 | -1/+1 |
2013-11-24 | block: Abstract out bvec iterator | Kent Overstreet | 1 | -4/+5 |
2013-11-24 | block: Convert various code to bio_for_each_segment() | Kent Overstreet | 1 | -21/+13 |
2013-11-20 | NFS: Enabling v4.2 should not recompile nfsd and lockd | Anna Schumaker | 1 | -0/+1 |