aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-09-02NFSv4.1/flexfiles: Mark the layout for return in ff_layout_io_track_ds_error()Trond Myklebust1-9/+1
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds24-342/+214
2015-09-02nfsd: deal with DELEGRETURN racing with CB_RECALLAndrew Elble1-0/+3
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds5-6/+6
2015-09-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds7-12/+51
2015-09-01nfs: Remove unneeded checking of the return value from scnprintfKinglong Mee1-18/+1
2015-09-01nfs: Fix truncated client owner id without proto typeKinglong Mee1-1/+1
2015-09-01NFSv4.1/flexfiles: Mark layout for return if the mirrors are invalidTrond Myklebust1-15/+30
2015-09-01NFSv4.1/flexfiles: RW layouts are valid only if all mirrors are validTrond Myklebust1-2/+28
2015-09-01NFSv4.1/flexfiles: Fix incorrect usage of pnfs_generic_mark_devid_invalid()Trond Myklebust1-2/+2
2015-09-01f2fs: upset segment_info repairYunlei He1-1/+1
2015-09-01NFSv4.1/flexfiles: Fix freeing of mirrorsTrond Myklebust1-12/+2
2015-09-01nfsd: return CLID_INUSE for unexpected SETCLIENTID_CONFIRM caseJ. Bruce Fields1-3/+4
2015-09-01Merge branch 'xfs-misc-fixes-for-4.3-4' into for-nextDave Chinner4-5/+9
2015-08-31nfsd: ensure that delegation stateid hash references are only put onceJeff Layton1-9/+17
2015-08-31nfsd: ensure that the ol stateid hash reference is only put onceJeff Layton1-22/+36
2015-08-31nfsd: allow more than one laundry job to run at a timeJeff Layton1-1/+1
2015-08-31nfsd: don't WARN/backtrace for invalid container deployment.Paul Gortmaker1-4/+2
2015-08-31fs: fix fs/locks.c kernel-doc warningRandy Dunlap1-0/+1
2015-08-31NFSD: Return word2 bitmask if setting security label in OPEN/CREATEKinglong Mee1-39/+56
2015-08-31NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1Kinglong Mee3-12/+12
2015-08-31nfsd: SUPPATTR_EXCLCREAT must be encoded before SECURITY_LABEL.Kinglong Mee1-6/+7
2015-08-31nfsd: Fix an FS_LAYOUT_TYPES/LAYOUT_TYPES encode bugKinglong Mee1-14/+31
2015-08-31NFSD: Store parent's stat in a separate valueKinglong Mee1-3/+10
2015-08-31Btrfs: cleanup: remove unnecessary check before btrfs_free_path is calledTsutomu Itoh3-6/+3
2015-08-31btrfs: async_thread: Fix workqueue 'max_active' value when initializingQu Wenruo2-24/+35
2015-08-31btrfs: Add raid56 support for updatingZhao Lei3-39/+30
2015-08-31btrfs: Cleanup for btrfs_calc_num_tolerated_disk_barrier_failuresZhao Lei1-40/+33
2015-08-31btrfs: Remove noused chunk_tree and chunk_objectid from scrub_enumerate_chunk...Zhao Lei1-8/+2
2015-08-31btrfs: Update out-of-date "skip parity stripe" commentZhao Lei1-1/+1
2015-08-31Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-19/+7
2015-08-31NFSv4.1/pNFS: Don't request a minimal read layout beyond the end of fileTrond Myklebust1-0/+9
2015-08-31NFSv4.1/pnfs: Handle LAYOUTGET return values correctlyTrond Myklebust1-1/+14
2015-08-31NFSv4.1/pnfs: Don't ask for a read layout for an empty file.Trond Myklebust1-0/+3
2015-08-30NFSv4.1: Fix a protocol issue with CLOSE stateidsTrond Myklebust1-5/+10
2015-08-30NFSv4.1/flexfiles: Don't mark the entire deviceid as bad for file errorsTrond Myklebust1-8/+16
2015-08-28f2fs: avoid accessing NULL pointer in f2fs_drop_largest_extentChao Yu1-2/+10
2015-08-28xfs: fix error gotos in xfs_setattr_nonsizeEric Sandeen1-4/+4
2015-08-28xfs: add mssing inode cache attempts counter incrementLucas Stach1-0/+2
2015-08-28xfs: return errors from partial I/O failures to filesDavid Jeffery1-1/+2
2015-08-28libxfs: bad magic number should set da block buffer errorDarrick J. Wong1-0/+1
2015-08-27NFSv4.1/pnfs: Ensure layoutreturn reserves space for the opaque payloadTrond Myklebust1-1/+2
2015-08-27NFSv4.1/flexfiles: Fix a protocol error in layoutreturnTrond Myklebust1-2/+5
2015-08-27NFS: Send attributes in OPEN request for NFS4_CREATE_EXCLUSIVE4_1Kinglong Mee2-12/+32
2015-08-27NFS: Get suppattr_exclcreat when getting server capabilitiesKinglong Mee2-6/+34
2015-08-27NFS: Make opened as optional argument in _nfs4_do_openKinglong Mee2-5/+3
2015-08-27NFS: Check size by inode_newsize_ok in nfs_setattrKinglong Mee1-8/+10
2015-08-27dax: drop size parameter to ->direct_access()Dan Williams1-1/+1
2015-08-27NFSv4.1/pNFS: pnfs_mark_matching_lsegs_return must notify of layout returnTrond Myklebust1-0/+2
2015-08-27dlm: print error from kernel_sendpageBob Peterson1-0/+40