summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bugfixes' into linux-nextTrond Myklebust2014-07-136-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
* | NFS: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick2014-07-121-2/+1
* | NFSv4: Drop castHimangi Saraogi2014-07-121-1/+1
* | fs/nfs_common/nfsacl.c: move EXPORT symbol after functionsFabian Frederick2014-07-121-3/+2
* | nfs4: copy acceptor name from context to nfs_clientJeff Layton2014-07-123-1/+45
* | nfs4: turn free_lock_state into a void return operationJeff Layton2014-07-122-8/+8
* | nfs4: queue free_lock_state job submission to nfsiodJeff Layton2014-07-122-12/+25
* | nfs4: treat lock owners as opaque valuesJeff Layton2014-07-122-48/+10
* | nfs41: layout return on close in delegation returnPeng Tao2014-07-121-1/+16
* | nfs41: return layout on last closePeng Tao2014-07-121-1/+43
* | nfs4: add nfs4_check_delegationPeng Tao2014-07-122-9/+26
* | pnfs/filelayout: retry ds commit if nfs_commitdata_alloc failsPeng Tao2014-07-121-13/+26
* | pnfs/filelayout: fix race between mark_request_commit and scan_commit_listsPeng Tao2014-07-121-18/+25
* | NFSv4: Fix OPEN w/create access mode checkingTrond Myklebust2014-07-121-5/+13
* | nfs: check hostname in nfs_get_clientPeng Tao2014-07-081-2/+7
* | 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
|/
* 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 tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-06-211-1/+1
|\
| * locks: set fl_owner for leases back to current->filesJeff Layton2014-06-101-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-2111-172/+359
|\ \
| * | Btrfs: fix wrong error handle when the device is missing or is not writeableMiao Xie2014-06-191-7/+15
| * | Btrfs: fix deadlock when mounting a degraded fsMiao Xie2014-06-192-1/+9
| * | Btrfs: use bio_endio_nodec instead of open codeMiao Xie2014-06-191-8/+1
| * | Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong2014-06-193-7/+6
| * | btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo2014-06-191-10/+9
| * | Btrfs: fix broken free space cache after the system crashedMiao Xie2014-06-194-44/+186
| * | Btrfs: make free space cache write out functions more readableMiao Xie2014-06-191-66/+93