summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-07-15Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-17/+15
2017-07-15Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-57/+88
2017-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-24/+17
2017-07-15fault-inject: add /proc/<pid>/fail-nthAkinobu Mita1-0/+1
2017-07-15fault-inject: simplify access check for fail-nthAkinobu Mita1-15/+10
2017-07-15fault-inject: make fail-nth read/write interface symmetricAkinobu Mita1-8/+6
2017-07-15fault-inject: parse as natural 1-based value for fail-nth write interfaceAkinobu Mita1-5/+4
2017-07-15fault-inject: automatically detect the number base for fail-nth write interfaceAkinobu Mita1-1/+1
2017-07-14Merge tag 'befs-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-9/+6
2017-07-14Btrfs: fix unexpected return value of bio_readpage_errorLiu Bo2-8/+8
2017-07-14btrfs: btrfs_create_repair_bio never fails, skip error handlingDavid Sterba2-8/+0
2017-07-14btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba4-0/+7
2017-07-14vfs: in iomap seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong1-4/+4
2017-07-14Revert "xfs: grab dquots without taking the ilock"Christoph Hellwig2-12/+4
2017-07-14xfs: assert locking precondition in xfs_readlink_bmap_ilockedChristoph Hellwig1-0/+2
2017-07-14xfs: assert locking precondŃ–tion in xfs_attr_list_int_ilockedChristoph Hellwig1-0/+2
2017-07-14xfs: fixup xfs_attr_get_ilockedChristoph Hellwig1-1/+3
2017-07-14Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds22-132/+545
2017-07-14NFS: Don't run wake_up_bit() when nobody is waiting...Trond Myklebust1-1/+16
2017-07-14nfs: add export operationsPeng Tao4-1/+182
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds36-1367/+1834
2017-07-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds6-95/+36
2017-07-13nfs4: add NFSv4 LOOKUPP handlersJeff Layton3-0/+153
2017-07-13nfs: add a nfs_ilookup helperPeng Tao1-0/+22
2017-07-13nfs: replace d_add with d_splice_alias in atomic_openPeng Tao1-1/+1
2017-07-13NFSv4.2 fix size storage for nfs42_proc_copyOlga Kornievskaia1-1/+1
2017-07-13NFSv4.1: Use seqid returned by EXCHANGE_ID after state migrationChuck Lever1-4/+3
2017-07-13NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migrationChuck Lever2-5/+16
2017-07-13NFS: check for nfs_refresh_inode() errors in nfs_fhget()NeilBrown1-2/+8
2017-07-13NFS: guard against confused server in nfs_atomic_open()NeilBrown1-2/+4
2017-07-13NFS: only invalidate dentrys that are clearly invalid.NeilBrown2-6/+10
2017-07-13PNFS for stateid errors retry against MDS firstOlga Kornievskaia2-61/+0
2017-07-13PNFS fix EACCESS on commit to DS handlingOlga Kornievskaia1-1/+2
2017-07-13NFS: silence a uninitialized variable warningDan Carpenter1-1/+2
2017-07-13nfs: Fix fscache stat printing in nfs_show_stats()Tuo Chen Peng1-1/+1
2017-07-13NFS: Fix initialization of nfs_page_array->npagesBenjamin Coddington1-0/+1
2017-07-13NFS: Fix commit policy for non-blocking calls to nfs_write_inode()Trond Myklebust1-1/+1
2017-07-13NFS: Ensure we commit after writeback is completeTrond Myklebust2-0/+60
2017-07-13NFS: Remove unused fields in the page I/O structuresTrond Myklebust1-2/+0
2017-07-13NFS: nfs_rename() - revalidate directories on -ERESTARTSYSBenjamin Coddington2-1/+18
2017-07-13NFS: convert flags to boolBenjamin Coddington8-37/+37
2017-07-13NFS: Set FATTR4_WORD0_TYPE for . and .. entriesAnna Schumaker1-4/+7
2017-07-13nfsd4: const-ify nfsd4_opsChristoph Hellwig1-7/+6
2017-07-13sunrpc: mark all struct svc_version instances as constChristoph Hellwig12-62/+62
2017-07-13sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig9-10/+10
2017-07-13sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig7-0/+20
2017-07-13nfsd4: properly type op_func callbacksChristoph Hellwig3-173/+209
2017-07-13nfsd4: remove nfsd4op_rsizeChristoph Hellwig1-55/+54
2017-07-13nfsd4: properly type op_get_currentstateid callbacksChristoph Hellwig3-35/+50
2017-07-13nfsd4: properly type op_set_currentstateid callbacksChristoph Hellwig4-19/+27