summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | nfsv4: set hostname when creating nfsv4 ds connectionPeng Tao2014-07-081-0/+5
| * | FS/NFS: replace count*size kzalloc by kcallocFabian Frederick2014-06-252-2/+2
| * | nfs: get rid of duplicate dprintkWeston Andros Adamson2014-06-251-6/+0
| * | nfs: Fix unused variable errorAnna Schumaker2014-06-241-3/+2
| * | nfs: remove unneeded EXPORTsWeston Andros Adamson2014-06-241-2/+0
| * | pnfs: clean up *_resend_to_mdsWeston Andros Adamson2014-06-244-68/+45
| * | nfs: remove pgio_header refcount, related cleanupWeston Andros Adamson2014-06-242-31/+11
| * | nfs: remove unused writeverf codeWeston Andros Adamson2014-06-246-43/+18
| * | nfs: merge nfs_pgio_data into _headerWeston Andros Adamson2014-06-2417-456/+434
| * | nfs: rename members of nfs_pgio_dataWeston Andros Adamson2014-06-244-19/+23
| * | nfs: move nfs_pgio_data and remove nfs_rw_headerWeston Andros Adamson2014-06-246-95/+53
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-08-111-1/+1
|\ \ \
| * | | dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields2014-08-071-1/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-08-094-41/+69
|\ \ \
| * | | NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumesEric W. Biederman2014-08-044-41/+69
| |/ /
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-061-2/+8
|\ \ \
| * \ \ Merge branch 'keys-fixes' into keys-nextDavid Howells2014-07-221-0/+2
| |\ \ \
| | * | | KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINDavid Howells2014-07-171-0/+2
| | | |/ | | |/|
| * | | KEYS: user: Use key preparsingDavid Howells2014-07-221-2/+6
| |/ /
* | | Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar2014-07-286-62/+343
|\ \ \ | | |/ | |/|
| * | NFS: Don't reset pg_moreio in __nfs_pageio_add_requestTrond Myklebust2014-07-131-1/+1
| * | NFS: Remove 2 unused variablesTrond Myklebust2014-07-122-4/+0
| * | nfs: handle multiple reqs in nfs_wb_page_cancelWeston Andros Adamson2014-07-121-20/+21
| * | nfs: handle multiple reqs in nfs_page_async_flushWeston Andros Adamson2014-07-123-25/+235
| * | nfs: change find_request to find_head_requestWeston Andros Adamson2014-07-121-9/+24
| * | nfs: nfs_page should take a ref on the head reqWeston Andros Adamson2014-07-121-0/+10
| * | nfs: mark nfs_page reqs with flag for extra refWeston Andros Adamson2014-07-122-3/+9
| * | nfs: only show Posix ACLs in listxattr if actually presentChristoph Hellwig2014-07-082-2/+45
| |/
* | sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown2014-07-163-3/+3
* | sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-167-21/+13
|/
* NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson2014-06-243-45/+57
* NFS Return -EPERM if no supported or matching SECINFO flavorAndy Adamson2014-06-241-7/+4
* NFS check the return of nfs4_negotiate_security in nfs4_submountAndy Adamson2014-06-241-2/+5
* NFS: Don't mark the data cache as invalid if it has been flushedTrond Myklebust2014-06-241-35/+40
* NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file sizeTrond Myklebust2014-06-241-0/+1
* nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew2014-06-241-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-124-281/+126
|\
| * nfs: switch to iter_splice_write_file()Al Viro2014-06-123-34/+2
| * nfs: switch to ->write_iter()Al Viro2014-05-063-12/+10
| * nfs: switch to ->read_iter()Al Viro2014-05-063-14/+9
| * new helper: iov_iter_get_pages_alloc()Al Viro2014-05-061-202/+88
| * start adding the tag to iov_iterAl Viro2014-05-061-2/+2
| * new helper: generic_file_read_iter()Al Viro2014-05-061-1/+1
| * get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-7/+3
| * convert the guts of nfs_direct_IO() to iov_iterAl Viro2014-05-062-31/+33
| * pass iov_iter to ->direct_IO()Al Viro2014-05-061-4/+4
* | Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-06-1029-1203/+1316
|\ \
| * | NFS: populate ->net in mount data when remountingMateusz Guzik2014-06-101-0/+1
| * | pnfs: fix lockup caused by pnfs_generic_pg_testWeston Andros Adamson2014-06-101-14/+18
| * | NFSv4.1: Fix typo in dprintkTom Haynes2014-06-091-1/+1
OpenPOWER on IntegriCloud