summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: property: Set incompat flag if lzo/zstd compression is setMisono Tomohiro2018-05-221-4/+8
* Btrfs: send, fix invalid access to commit roots due to concurrent snapshottingRobbie Ko2018-05-221-2/+14
* Btrfs: fix xattr loss after power failureFilipe Manana2018-05-221-0/+7
* btrfs: Take trans lock before access running trans in check_delayed_refethanwu2018-05-191-0/+7
* Btrfs: raid56: fix race between merge_bio and rbio_orig_end_ioLiu Bo2018-04-261-12/+25
* Btrfs: fix unexpected EEXIST from btrfs_get_extentLiu Bo2018-04-261-14/+3
* btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPPAnand Jain2018-04-261-2/+4
* Btrfs: fix scrub to repair raid6 corruptionLiu Bo2018-04-262-5/+22
* btrfs: Fix out of bounds access in btrfs_search_slotNikolay Borisov2018-04-261-3/+9
* Btrfs: set plug for fsyncLiu Bo2018-04-261-0/+9
* btrfs: fix unaligned access in readdirDavid Sterba2018-04-261-8/+12
* Btrfs: fix unexpected cow in run_delalloc_nocowLiu Bo2018-04-081-5/+32
* btrfs: Fix memory barriers usage with device stats countersNikolay Borisov2018-03-212-2/+28
* btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodesZygo Blaxell2018-03-211-1/+10
* btrfs: Fix use-after-free when cleaning up fs_devs with a single stale deviceNikolay Borisov2018-03-211-0/+1
* btrfs: alloc_chunk: fix DUP stripe size handlingHans van Kranenburg2018-03-211-5/+6
* btrfs: add missing initialization in btrfs_check_sharedEdmund Nadolski2018-03-211-0/+1
* btrfs: Fix NULL pointer exception in find_bio_stripeDmitriy Gorokh2018-03-211-0/+1
* Revert "btrfs: use proper endianness accessors for super_copy"Greg Kroah-Hartman2018-03-192-15/+13
* btrfs: use proper endianness accessors for super_copyAnand Jain2018-03-082-13/+15
* btrfs: Fix flush bio leakNikolay Borisov2018-03-031-1/+0
* btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov2018-02-251-1/+1
* Btrfs: disable FUA if mounted with nobarrierOmar Sandoval2018-02-251-7/+5
* btrfs: Fix quota reservation leak on preallocated filesJustin Maggard2018-02-251-0/+2
* Btrfs: fix unexpected -EEXIST when creating new inodeLiu Bo2018-02-221-0/+18
* Btrfs: fix use-after-free on root->orphan_block_rsvLiu Bo2018-02-221-13/+21
* Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctlyLiu Bo2018-02-221-1/+1
* Btrfs: fix extent state leak from tree logLiu Bo2018-02-221-2/+3
* Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo2018-02-221-0/+9
* Btrfs: fix deadlock in run_delalloc_nocowLiu Bo2018-02-221-1/+4
* btrfs: Handle btrfs_set_extent_delalloc failure in fixup workerNikolay Borisov2018-02-161-2/+9
* Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_allLiu Bo2018-02-161-6/+5
* Btrfs: incremental send, fix wrong unlink path after renaming fileFilipe Manana2018-02-031-18/+106
* Btrfs: fix list_add corruption and soft lockups in fsyncLiu Bo2018-02-032-3/+4
* btrfs: fix deadlock when writing out space cacheJosef Bacik2018-02-031-1/+2
* Btrfs: bail out gracefully rather than BUG_ONLiu Bo2018-02-031-2/+8
* btrfs: Fix transaction abort during failure in btrfs_rm_dev_itemNikolay Borisov2018-02-031-8/+12
* Btrfs: fix stale entries in readdirJosef Bacik2018-01-311-18/+8
* btrfs: fix refcount_t usage when deleting btrfs_delayed_nodesChris Mason2018-01-101-11/+34
* btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET2017-12-201-1/+2
* btrfs: avoid null pointer dereference on fs_info when calling btrfs_critColin Ian King2017-12-201-2/+2
* btrfs: undo writable superblocke when sprouting failsAnand Jain2017-12-201-0/+2
* btrfs: Explicitly handle btrfs_update_root failureNikolay Borisov2017-12-201-1/+6
* btrfs: fix false EIO for missing deviceAnand Jain2017-12-201-1/+4
* btrfs: handle errors while updating refcounts in update_ref_for_cowJeff Mahoney2017-12-141-6/+12
* btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney2017-12-141-0/+1
* btrfs: clear space cache inode generation alwaysJosef Bacik2017-12-051-7/+7
* btrfs: change how we decide to commit transactions during flushingJosef Bacik2017-11-301-14/+28
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-029-0/+9
* Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-181-1/+1