summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2018-05-19btrfs: Take trans lock before access running trans in check_delayed_refethanwu1-0/+7
2018-04-26Btrfs: raid56: fix race between merge_bio and rbio_orig_end_ioLiu Bo1-12/+25
2018-04-26Btrfs: fix unexpected EEXIST from btrfs_get_extentLiu Bo1-14/+3
2018-04-26btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPPAnand Jain1-2/+4
2018-04-26Btrfs: fix scrub to repair raid6 corruptionLiu Bo2-5/+22
2018-04-26btrfs: Fix out of bounds access in btrfs_search_slotNikolay Borisov1-3/+9
2018-04-26Btrfs: set plug for fsyncLiu Bo1-0/+9
2018-04-26btrfs: fix unaligned access in readdirDavid Sterba1-8/+12
2018-04-08Btrfs: fix unexpected cow in run_delalloc_nocowLiu Bo1-5/+32
2018-03-21btrfs: Fix memory barriers usage with device stats countersNikolay Borisov2-2/+28
2018-03-21btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodesZygo Blaxell1-1/+10
2018-03-21btrfs: Fix use-after-free when cleaning up fs_devs with a single stale deviceNikolay Borisov1-0/+1
2018-03-21btrfs: alloc_chunk: fix DUP stripe size handlingHans van Kranenburg1-5/+6
2018-03-21btrfs: add missing initialization in btrfs_check_sharedEdmund Nadolski1-0/+1
2018-03-21btrfs: Fix NULL pointer exception in find_bio_stripeDmitriy Gorokh1-0/+1
2018-03-19Revert "btrfs: use proper endianness accessors for super_copy"Greg Kroah-Hartman2-15/+13
2018-03-09btrfs: use proper endianness accessors for super_copyAnand Jain2-13/+15
2018-03-03btrfs: Fix flush bio leakNikolay Borisov1-1/+0
2018-02-25btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov1-1/+1
2018-02-25Btrfs: disable FUA if mounted with nobarrierOmar Sandoval1-7/+5
2018-02-25btrfs: Fix quota reservation leak on preallocated filesJustin Maggard1-0/+2
2018-02-22Btrfs: fix unexpected -EEXIST when creating new inodeLiu Bo1-0/+18
2018-02-22Btrfs: fix use-after-free on root->orphan_block_rsvLiu Bo1-13/+21
2018-02-22Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctlyLiu Bo1-1/+1
2018-02-22Btrfs: fix extent state leak from tree logLiu Bo1-2/+3
2018-02-22Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo1-0/+9
2018-02-22Btrfs: fix deadlock in run_delalloc_nocowLiu Bo1-1/+4
2018-02-16btrfs: Handle btrfs_set_extent_delalloc failure in fixup workerNikolay Borisov1-2/+9
2018-02-16Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_allLiu Bo1-6/+5
2018-02-03Btrfs: incremental send, fix wrong unlink path after renaming fileFilipe Manana1-18/+106
2018-02-03Btrfs: fix list_add corruption and soft lockups in fsyncLiu Bo2-3/+4
2018-02-03btrfs: fix deadlock when writing out space cacheJosef Bacik1-1/+2
2018-02-03Btrfs: bail out gracefully rather than BUG_ONLiu Bo1-2/+8
2018-02-03btrfs: Fix transaction abort during failure in btrfs_rm_dev_itemNikolay Borisov1-8/+12
2018-01-31Btrfs: fix stale entries in readdirJosef Bacik1-18/+8
2018-01-10btrfs: fix refcount_t usage when deleting btrfs_delayed_nodesChris Mason1-11/+34
2017-12-20btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET1-1/+2
2017-12-20btrfs: avoid null pointer dereference on fs_info when calling btrfs_critColin Ian King1-2/+2
2017-12-20btrfs: undo writable superblocke when sprouting failsAnand Jain1-0/+2
2017-12-20btrfs: Explicitly handle btrfs_update_root failureNikolay Borisov1-1/+6
2017-12-20btrfs: fix false EIO for missing deviceAnand Jain1-1/+4
2017-12-14btrfs: handle errors while updating refcounts in update_ref_for_cowJeff Mahoney1-6/+12
2017-12-14btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney1-0/+1
2017-12-05btrfs: clear space cache inode generation alwaysJosef Bacik1-7/+7
2017-11-30btrfs: change how we decide to commit transactions during flushingJosef Bacik1-14/+28
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman9-0/+9
2017-10-19Convert fs/*/* to SB_I_VERSIONMatthew Garrett1-1/+1
2017-10-06Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2017-10-04Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh1-1/+1
2017-10-04btrfs: avoid overflow when sector_t is 32 bitGoffredo Baroncelli1-1/+1