summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-10-13Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason17-177/+198
2015-10-13Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason13-97/+187
2015-10-10namei: results of d_is_negative() should be checked after dentry revalidationTrond Myklebust1-2/+6
2015-10-10Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-17/+35
2015-10-08btrfs: switch more printks to our helpersDavid Sterba6-21/+25
2015-10-08btrfs: switch message printers to ratelimited variantsDavid Sterba6-33/+31
2015-10-08btrfs: introduce ratelimited variants of message printing functionsDavid Sterba1-0/+21
2015-10-08btrfs: switch message printers to ratelimited _in_rcu variantsDavid Sterba4-16/+16
2015-10-08btrfs: introduce ratelimited _in_rcu variants of message printing functionsDavid Sterba1-0/+38
2015-10-08btrfs: switch message printers to _in_rcu variantsDavid Sterba5-27/+27
2015-10-08btrfs: introduce _in_rcu variants of message printing functionsDavid Sterba1-0/+29
2015-10-07Merge tag 'nfs-for-4.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-11/+23
2015-10-07NFS: Fix a tracepoint NULL-pointer dereferenceAnna Schumaker1-1/+1
2015-10-06BTRFS: support NFSv2 exportNeilBrown1-5/+5
2015-10-06Btrfs: open_ctree: Fix possible memory leakchandan1-0/+4
2015-10-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-36/+2
2015-10-06Btrfs: fix deadlock when finalizing block group creationFilipe Manana3-1/+10
2015-10-06Btrfs: update fix for read corruption of compressed and shared extentsFilipe Manana1-8/+11
2015-10-06Btrfs: send, fix corner case for reference overwrite detectionFilipe Manana1-3/+5
2015-10-04[CIFS] Update cifs version numberSteve French1-1/+1
2015-10-02nfs4: reset states to use open_stateid when returning delegation voluntarilyJeff Layton1-0/+3
2015-10-02NFSv4: Fix a nograce recovery hangBenjamin Coddington1-0/+2
2015-10-02NFSv4.1: nfs4_opendata_check_deleg needs to handle NFS4_OPEN_CLAIM_DELEG_CUR_FHTrond Myklebust1-2/+8
2015-10-02NFSv4: Don't try to reclaim unused state ownersTrond Myklebust1-1/+2
2015-10-02NFS: Fix a write performance regressionTrond Myklebust1-1/+1
2015-10-02NFS: Fix up page writeback accountingTrond Myklebust1-6/+6
2015-10-02[SMB3] Do not fall back to SMBWriteX in set_file_size error casesSteve French1-34/+0
2015-10-02dax: fix NULL pointer in __dax_pmd_fault()Ross Zwisler1-1/+12
2015-10-01Btrfs: move kobj stuff out of dev_replace lock rangeLiu Bo1-4/+4
2015-10-01Btrfs: add helper for closing one deviceAnand Jain2-30/+37
2015-10-01Btrfs: don't log error from btrfs_get_bdev_and_sbAnand Jain1-1/+0
2015-10-01Btrfs: kernel operation should come after user input has been verifiedAnand Jain1-13/+13
2015-10-01Btrfs: enhance btrfs_scratch_superblock to scratch all superblocksAnand Jain2-13/+27
2015-10-01Btrfs: add btrfs_read_dev_one_super() to read one specific SBAnand Jain2-20/+35
2015-10-01Btrfs: use BTRFS_ERROR_DEV_MISSING_NOT_FOUND when missing device is not foundAnand Jain1-4/+2
2015-10-01Merge tag 'upstream-4.3-rc4' of git://git.infradead.org/linux-ubifsLinus Torvalds1-3/+0
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain11-33/+26
2015-09-29Btrfs: __btrfs_std_error() logic should be consistent w/out CONFIG_PRINTK def...Anand Jain1-22/+5
2015-09-29Btrfs: SB read failure should return EIO for __bread failureAnand Jain2-7/+19
2015-09-29Btrfs: rename super_kobj to fsid_kobjAnand Jain3-20/+20
2015-09-29Btrfs: rename btrfs_kobj_rm_device to btrfs_sysfs_rm_device_linkAnand Jain4-8/+8
2015-09-29Btrfs: rename btrfs_kobj_add_device to btrfs_sysfs_add_device_linkAnand Jain4-5/+5
2015-09-29Btrfs: rename btrfs_sysfs_remove_one to btrfs_sysfs_remove_mountedAnand Jain3-5/+5
2015-09-29Btrfs: rename btrfs_sysfs_add_one to btrfs_sysfs_add_mountedAnand Jain3-3/+3
2015-09-29UBIFS: Kill unneeded locking in ubifs_init_securityRichard Weinberger1-3/+0
2015-09-27Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-19/+126
2015-09-26[SMB3] Missing null tcon checkSteve French1-1/+1
2015-09-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-42/+118
2015-09-25Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds12-83/+148
2015-09-24fix encryption error checks on mountSteve French1-0/+8