summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l...Chris Mason17-177/+198
2015-10-12Merge branch 'cleanup/messages' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason13-97/+187
2015-10-09Merge 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-06BTRFS: support NFSv2 exportNeilBrown1-5/+5
2015-10-06Btrfs: open_ctree: Fix possible memory leakchandan1-0/+4
2015-10-05Btrfs: fix deadlock when finalizing block group creationFilipe Manana3-1/+10
2015-10-05Btrfs: update fix for read corruption of compressed and shared extentsFilipe Manana1-8/+11
2015-10-05Btrfs: send, fix corner case for reference overwrite detectionFilipe Manana1-3/+5
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-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-25Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-42/+118
2015-09-22Btrfs: keep dropped roots in cache until transaction commitJosef Bacik3-2/+37
2015-09-21Btrfs: Direct I/O: Fix space accountingchandan2-23/+21
2015-09-15btrfs: skip waiting on ordered range for special filesJeff Mahoney1-1/+2
2015-09-15Btrfs: fix read corruption of compressed and shared extentsFilipe Manana1-8/+57
2015-09-11Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-96/+82
2015-09-10Btrfs: remove unnecessary locking of cleaner_mutex to avoid deadlockFilipe Manana2-4/+0
2015-09-08Btrfs: don't initialize a space info as full to prevent ENOSPCFilipe Manana1-4/+1
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+2
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-338/+1134
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds8-231/+132
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
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-21btrfs: fix compile when block cgroups are not enabledChris Mason2-0/+5
2015-08-19Btrfs: fix file read corruption after extent cloning and fsyncFilipe Manana1-0/+54