summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2014-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-07-03Btrfs: fix crash when starting transactionFilipe Manana
2014-07-03Btrfs: fix btrfs_print_leaf for skinny metadataJosef Bacik
2014-07-03Btrfs: fix race of using total_bytes_pinnedLiu Bo
2014-07-03btrfs: use E2BIG instead of EIO if compression does not helpDavid Sterba
2014-07-03btrfs: remove stale comment from btrfs_flush_all_pending_stuffsDavid Sterba
2014-07-03Btrfs: fix use-after-free when cloning a trailing file holeFilipe Manana
2014-07-03btrfs: fix null pointer dereference in btrfs_show_devname when name is nullAnand Jain
2014-07-03btrfs: fix null pointer dereference in clone_fs_devices when name is nullAnand Jain
2014-07-03btrfs: fix nossd and ssd_spread mount option regressionEric Sandeen
2014-07-03Btrfs: fix race between balance recovery and root deletionWang Shilong
2014-07-03Btrfs: atomically set inode->i_flags in btrfs_update_iflagsFilipe Manana
2014-06-28btrfs: only unlock block in verify_parent_transid if we locked itJosef Bacik
2014-06-28Btrfs: assert send doesn't attempt to start transactionsFilipe Manana
2014-06-28btrfs compression: reuse recently used workspaceSergey Senozhatsky
2014-06-28Btrfs: fix crash when mounting raid5 btrfs with missing disksLiu Bo
2014-06-28btrfs: create sprout should rename fsid on the sysfs as wellAnand Jain
2014-06-28btrfs: dev replace should replace the sysfs entryAnand Jain
2014-06-28btrfs: dev add should add its sysfs entryAnand Jain
2014-06-28btrfs: dev delete should remove sysfs entryAnand Jain
2014-06-28btrfs: rename add_device_membership to btrfs_kobj_add_deviceAnand Jain
2014-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-06-19Btrfs: fix wrong error handle when the device is missing or is not writeableMiao Xie
2014-06-19Btrfs: fix deadlock when mounting a degraded fsMiao Xie
2014-06-19Btrfs: use bio_endio_nodec instead of open codeMiao Xie
2014-06-19Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong
2014-06-19btrfs: Skip scrubbing removed chunks to avoid -ENOENT.Qu Wenruo
2014-06-19Btrfs: fix broken free space cache after the system crashedMiao Xie
2014-06-19Btrfs: make free space cache write out functions more readableMiao Xie
2014-06-19Btrfs: remove unused wait queue in struct extent_bufferFilipe Manana
2014-06-19Btrfs: fix deadlocks with trylock on tree nodesChris Mason
2014-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-06-13btrfs: fix error handling in create_pending_snapshotEric Sandeen
2014-06-13btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen
2014-06-13btrfs: free ulist in qgroup_shared_accounting() error pathEric Sandeen
2014-06-13Btrfs: fix qgroups sanity test crash or hangFilipe Manana
2014-06-13btrfs: prevent RCU warning when dereferencing radix tree slotSasha Levin
2014-06-13Btrfs: fix unfinished readahead thread for raid5/6 degraded mountingWang Shilong
2014-06-13btrfs: new ioctl TREE_SEARCH_V2Gerhard Heift
2014-06-12btrfs: tree_search, search_ioctl: direct copy to userspaceGerhard Heift
2014-06-12btrfs: new function read_extent_buffer_to_userGerhard Heift
2014-06-12btrfs: tree_search, copy_to_sk: return needed size on EOVERFLOWGerhard Heift
2014-06-12btrfs: tree_search, copy_to_sk: return EOVERFLOW for too small bufferGerhard Heift
2014-06-12btrfs: tree_search, search_ioctl: accept varying bufferGerhard Heift
2014-06-12btrfs: tree_search: eliminate redundant nr_items checkGerhard Heift
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-06-10Btrfs: convert smp_mb__{before,after}_clear_bitChris Mason
2014-06-09Btrfs: fix scrub_print_warning to handle skinny metadata extentsLiu Bo