aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds17-305/+541
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason8-267/+6
2014-08-15Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana1-1/+1
2014-08-15Btrfs: Fix memory corruption by ulist_add_merge() on 32bit archTakashi Iwai2-6/+20
2014-08-15Btrfs: fix compressed write corruption on enospcLiu Bo1-0/+12
2014-08-15btrfs: correctly handle return from ulist_addMark Fasheh1-4/+9
2014-08-15btrfs: qgroup: account shared subtrees during snapshot deleteMark Fasheh3-0/+426
2014-08-15Btrfs: read lock extent buffer while walking backrefsFilipe Manana1-0/+3
2014-08-15Btrfs: __btrfs_mod_ref should always use no_quotaJosef Bacik3-25/+23
2014-08-15btrfs: adjust statfs calculations according to raid profilesDavid Sterba1-6/+45
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-9/+12
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields1-8/+1
2014-08-07btrfs: add RENAME_NOREPLACEMiklos Szeredi1-1/+11
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changesIngo Molnar2-4/+15
2014-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds2-4/+15
2014-07-19btrfs: test for valid bdev before kobj removal in btrfs_rm_deviceEric Sandeen1-4/+4
2014-07-19Btrfs: fix abnormal long waiting in fsyncLiu Bo1-0/+11
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-8/+2
2014-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds13-47/+108
2014-07-03Btrfs: fix crash when starting transactionFilipe Manana1-0/+1
2014-07-03Btrfs: fix btrfs_print_leaf for skinny metadataJosef Bacik1-4/+5
2014-07-03Btrfs: fix race of using total_bytes_pinnedLiu Bo1-4/+1
2014-07-03btrfs: use E2BIG instead of EIO if compression does not helpDavid Sterba1-1/+1
2014-07-03btrfs: remove stale comment from btrfs_flush_all_pending_stuffsDavid Sterba1-5/+0
2014-07-03Btrfs: fix use-after-free when cloning a trailing file holeFilipe Manana1-11/+9
2014-07-03btrfs: fix null pointer dereference in btrfs_show_devname when name is nullAnand Jain1-0/+2
2014-07-03btrfs: fix null pointer dereference in clone_fs_devices when name is nullAnand Jain1-5/+7
2014-07-03btrfs: fix nossd and ssd_spread mount option regressionEric Sandeen1-1/+2
2014-07-03Btrfs: fix race between balance recovery and root deletionWang Shilong2-0/+4
2014-07-03Btrfs: atomically set inode->i_flags in btrfs_update_iflagsFilipe Manana1-7/+10
2014-06-28btrfs: only unlock block in verify_parent_transid if we locked itJosef Bacik1-1/+2
2014-06-28Btrfs: assert send doesn't attempt to start transactionsFilipe Manana1-2/+4
2014-06-28btrfs compression: reuse recently used workspaceSergey Senozhatsky1-1/+1
2014-06-28Btrfs: fix crash when mounting raid5 btrfs with missing disksLiu Bo1-2/+3
2014-06-28btrfs: create sprout should rename fsid on the sysfs as wellAnand Jain1-0/+9
2014-06-28btrfs: dev replace should replace the sysfs entryAnand Jain1-0/+5
2014-06-28btrfs: dev add should add its sysfs entryAnand Jain3-3/+16
2014-06-28btrfs: dev delete should remove sysfs entryAnand Jain3-0/+26
2014-06-28btrfs: rename add_device_membership to btrfs_kobj_add_deviceAnand Jain1-2/+2
2014-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds11-172/+359
2014-06-19Btrfs: fix wrong error handle when the device is missing or is not writeableMiao Xie1-7/+15
2014-06-19Btrfs: fix deadlock when mounting a degraded fsMiao Xie2-1/+9
2014-06-19Btrfs: use bio_endio_nodec instead of open codeMiao Xie1-8/+1
2014-06-19Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong3-7/+6
2014-06-19btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo1-10/+9
2014-06-19Btrfs: fix broken free space cache after the system crashedMiao Xie4-44/+186
2014-06-19Btrfs: make free space cache write out functions more readableMiao Xie1-66/+93
2014-06-19Btrfs: remove unused wait queue in struct extent_bufferFilipe Manana1-1/+0
2014-06-19Btrfs: fix deadlocks with trylock on tree nodesChris Mason1-34/+46
2014-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds8-36/+182