Age | Commit message (Expand) | Author | Files | Lines |
2016-10-13 | pnfs/blocklayout: fix last_write_offset incorrectly set to page boundary | Benjamin Coddington | 1 | -1/+2 |
2016-08-23 | pnfs/blocklayout: update last_write_offset atomically with extents | Benjamin Coddington | 3 | -5/+10 |
2016-07-31 | Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2 | -41/+96 |
2016-07-25 | Merge branch 'pnfs' | Trond Myklebust | 1 | -35/+75 |
2016-07-22 | Fix NULL pointer dereference in bl_free_device(). | Artem Savkov | 1 | -9/+13 |
2016-07-19 | pnfs/blocklayout: put deviceid node after releasing bl_ext_lock | Benjamin Coddington | 1 | -6/+21 |
2016-07-15 | nfs/blocklayout: Check max uuids and devices before decoding | Kinglong Mee | 1 | -2/+12 |
2016-07-15 | nfs/blocklayout: Make sure calculate signature length aligned | Kinglong Mee | 1 | -1/+2 |
2016-07-15 | nfs/blocklayout: support RH/Fedora dm-mpath device nodes | Christoph Hellwig | 1 | -1/+25 |
2016-07-15 | nfs/blocklayout: refactor open-by-wwn | Christoph Hellwig | 1 | -26/+27 |
2016-07-15 | nfs/blocklayout: use proper fmode for opening block devices | Christoph Hellwig | 1 | -2/+2 |
2016-06-07 | block, fs, mm, drivers: use bio set/get op accessors | Mike Christie | 1 | -2/+2 |
2016-06-07 | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 1 | -10/+12 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2 | -14/+14 |
2016-03-25 | Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 5 | -25/+238 |
2016-03-21 | nfs/blocklayout: make sure making a aligned read request | Kinglong Mee | 1 | -6/+7 |
2016-03-18 | nfs/blocklayout: add SCSI layout support | Christoph Hellwig | 5 | -25/+238 |
2016-02-17 | pnfs/blocklayout: fix a memeory leak when using,vmalloc_to_page | Kinglong Mee | 1 | -2/+8 |
2015-10-21 | nfs/blocklayout: Fix bad using of page offset in bl_read_pagelist | Kinglong Mee | 1 | -5/+2 |
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 |