summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-10-14Btrfs: fix double range unlock of hole region when reading pageFilipe Manana
2015-10-14Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana
2015-10-13btrfs: fix resending received snapshot with parentRobin Ruede
2015-10-13Btrfs: send, fix file corruption due to incorrect cloning operationsFilipe Manana
2015-10-12Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason
2015-10-12Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason
2015-10-12Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason
2015-10-10namei: results of d_is_negative() should be checked after dentry revalidationTrond Myklebust
2015-10-10btrfs: comment the rest of implicit barriers before waitqueue_activeDavid Sterba
2015-10-10btrfs: remove extra barrier before waitqueue_activeDavid Sterba
2015-10-10btrfs: add comments to barriers before waitqueue_activeDavid Sterba
2015-10-10btrfs: comment waitqueue_active implied by locksDavid Sterba
2015-10-10btrfs: add barrier for waitqueue_active in clear_btree_io_treeDavid Sterba
2015-10-10btrfs: remove waitqueue_active check from btrfs_rm_dev_replace_unblockedDavid Sterba
2015-10-09Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-10-08btrfs: switch more printks to our helpersDavid Sterba
2015-10-08btrfs: switch message printers to ratelimited variantsDavid Sterba
2015-10-08btrfs: introduce ratelimited variants of message printing functionsDavid Sterba
2015-10-08btrfs: switch message printers to ratelimited _in_rcu variantsDavid Sterba
2015-10-08btrfs: introduce ratelimited _in_rcu variants of message printing functionsDavid Sterba
2015-10-08btrfs: switch message printers to _in_rcu variantsDavid Sterba
2015-10-08btrfs: introduce _in_rcu variants of message printing functionsDavid Sterba
2015-10-07Merge tag 'nfs-for-4.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-10-06NFS: Fix a tracepoint NULL-pointer dereferenceAnna Schumaker
2015-10-06BTRFS: support NFSv2 exportNeilBrown
2015-10-06Btrfs: open_ctree: Fix possible memory leakchandan
2015-10-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2015-10-05Btrfs: fix deadlock when finalizing block group creationFilipe Manana
2015-10-05Btrfs: update fix for read corruption of compressed and shared extentsFilipe Manana
2015-10-05Btrfs: send, fix corner case for reference overwrite detectionFilipe Manana
2015-10-03[CIFS] Update cifs version numberSteve French
2015-10-02nfs4: reset states to use open_stateid when returning delegation voluntarilyJeff Layton
2015-10-02NFSv4: Fix a nograce recovery hangBenjamin Coddington
2015-10-02NFSv4.1: nfs4_opendata_check_deleg needs to handle NFS4_OPEN_CLAIM_DELEG_CUR_FHTrond Myklebust
2015-10-02NFSv4: Don't try to reclaim unused state ownersTrond Myklebust
2015-10-02NFS: Fix a write performance regressionTrond Myklebust
2015-10-02NFS: Fix up page writeback accountingTrond Myklebust
2015-10-01[SMB3] Do not fall back to SMBWriteX in set_file_size error casesSteve French
2015-10-01dax: fix NULL pointer in __dax_pmd_fault()Ross Zwisler
2015-10-01Btrfs: move kobj stuff out of dev_replace lock rangeLiu Bo
2015-10-01Btrfs: add helper for closing one deviceAnand Jain
2015-10-01Btrfs: don't log error from btrfs_get_bdev_and_sbAnand Jain
2015-10-01Btrfs: kernel operation should come after user input has been verifiedAnand Jain
2015-10-01Btrfs: enhance btrfs_scratch_superblock to scratch all superblocksAnand Jain
2015-10-01Btrfs: add btrfs_read_dev_one_super() to read one specific SBAnand Jain
2015-10-01Btrfs: use BTRFS_ERROR_DEV_MISSING_NOT_FOUND when missing device is not foundAnand Jain
2015-10-01Merge tag 'upstream-4.3-rc4' of git://git.infradead.org/linux-ubifsLinus Torvalds
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain
2015-09-29Btrfs: __btrfs_std_error() logic should be consistent w/out CONFIG_PRINTK def...Anand Jain
2015-09-29Btrfs: SB read failure should return EIO for __bread failureAnand Jain