summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-07-08nfsv4: set hostname when creating nfsv4 ds connectionPeng Tao1-0/+5
2014-06-26FS/NFS: replace count*size kzalloc by kcallocFabian Frederick2-2/+2
2014-06-26nfs: get rid of duplicate dprintkWeston Andros Adamson1-6/+0
2014-06-25nfs: Fix unused variable errorAnna Schumaker1-3/+2
2014-06-25nfs: remove unneeded EXPORTsWeston Andros Adamson1-2/+0
2014-06-25pnfs: clean up *_resend_to_mdsWeston Andros Adamson4-68/+45
2014-06-25nfs: remove pgio_header refcount, related cleanupWeston Andros Adamson2-31/+11
2014-06-25nfs: remove unused writeverf codeWeston Andros Adamson6-43/+18
2014-06-25nfs: merge nfs_pgio_data into _headerWeston Andros Adamson17-456/+434
2014-06-25nfs: rename members of nfs_pgio_dataWeston Andros Adamson4-19/+23
2014-06-25nfs: move nfs_pgio_data and remove nfs_rw_headerWeston Andros Adamson6-95/+53
2014-06-25NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson3-45/+57
2014-06-25NFS Return -EPERM if no supported or matching SECINFO flavorAndy Adamson1-7/+4
2014-06-25NFS check the return of nfs4_negotiate_security in nfs4_submountAndy Adamson1-2/+5
2014-06-25NFS: Don't mark the data cache as invalid if it has been flushedTrond Myklebust1-35/+40
2014-06-25NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file sizeTrond Myklebust1-0/+1
2014-06-25nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew1-1/+3
2014-06-22Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+1
2014-06-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds11-172/+359
2014-06-22Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-0/+79
2014-06-20Btrfs: fix wrong error handle when the device is missing or is not writeableMiao Xie1-7/+15
2014-06-20Btrfs: fix deadlock when mounting a degraded fsMiao Xie2-1/+9
2014-06-20Btrfs: use bio_endio_nodec instead of open codeMiao Xie1-8/+1
2014-06-20Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong3-7/+6
2014-06-20btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo1-10/+9
2014-06-20Btrfs: fix broken free space cache after the system crashedMiao Xie4-44/+186
2014-06-20Btrfs: make free space cache write out functions more readableMiao Xie1-66/+93
2014-06-20Btrfs: remove unused wait queue in struct extent_bufferFilipe Manana1-1/+0
2014-06-20Btrfs: fix deadlocks with trylock on tree nodesChris Mason1-34/+46
2014-06-18NFSD: fix bug for readdir of pseudofsKinglong Mee1-0/+1
2014-06-18NFSD: Don't hand out delegations for 30 seconds after recalling them.NeilBrown1-0/+78
2014-06-17epoll: fix use-after-free in eventpoll_release_fileKonstantin Khlebnikov1-2/+2
2014-06-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-36/+182
2014-06-15Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-34/+36
2014-06-13btrfs: fix error handling in create_pending_snapshotEric Sandeen1-5/+7
2014-06-13btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen1-1/+1
2014-06-13btrfs: free ulist in qgroup_shared_accounting() error pathEric Sandeen1-1/+3
2014-06-13Btrfs: fix qgroups sanity test crash or hangFilipe Manana1-0/+2
2014-06-13btrfs: prevent RCU warning when dereferencing radix tree slotSasha Levin1-1/+1
2014-06-13Btrfs: fix unfinished readahead thread for raid5/6 degraded mountingWang Shilong1-2/+7
2014-06-13btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift1-0/+41
2014-06-13Merge tag 'dlm-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds1-0/+5
2014-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds8-231/+310
2014-06-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+4
2014-06-13btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift1-15/+33
2014-06-13btrfs: new function read_extent_buffer_to_userGerhard Heift2-0/+40
2014-06-13btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift1-9/+15
2014-06-13btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift1-2/+26
2014-06-13btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift1-7/+11
2014-06-13btrfs: tree_search: eliminate redundant nr_items checkGerhard Heift1-5/+7