aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-16btrfs: Enhance message when a device is missing during mountQu Wenruo2-7/+19
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo4-75/+0
2017-08-16btrfs: Allow barrier_all_devices to do chunk level device checkQu Wenruo1-13/+3
2017-08-16btrfs: Do chunk level check for degraded remountQu Wenruo1-2/+1
2017-08-16btrfs: Do chunk level check for degraded rw mountQu Wenruo1-8/+3
2017-08-16btrfs: Introduce a function to check if all chunks a OK for degraded rw mountQu Wenruo2-0/+60
2017-08-16Btrfs: report errors when checksum is not foundLiu Bo1-2/+0
2017-08-16btrfs: Prevent possible ERR_PTR() dereferenceNikolay Borisov1-10/+12
2017-08-16btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemandNikolay Borisov1-9/+2
2017-08-16btrfs: Remove redundant argument of flush_spaceNikolay Borisov1-9/+7
2017-08-16btrfs: resume qgroup rescan on rw remountAleksa Sarai1-0/+2
2017-08-16btrfs: clean up extraneous computations in add_delayed_refsEdmund Nadolski1-17/+13
2017-08-16btrfs: allow backref search checks for shared extentsEdmund Nadolski1-49/+115
2017-08-16btrfs: add cond_resched() calls when resolving backrefsEdmund Nadolski1-0/+3
2017-08-16btrfs: backref, add tracepoints for prelim_ref insertion and mergingJeff Mahoney3-58/+73
2017-08-16btrfs: add a node counter to each of the rbtreesJeff Mahoney1-1/+5
2017-08-16btrfs: convert prelimary reference tracking to use rbtreesEdmund Nadolski1-157/+285
2017-08-16btrfs: remove ref_tree implementation from backref.cEdmund Nadolski1-348/+7
2017-08-16btrfs: btrfs_check_shared should manage its own transactionEdmund Nadolski3-33/+23
2017-08-16btrfs: backref, cleanup __ namespace abuseJeff Mahoney1-116/+109
2017-08-16btrfs: backref, add unode_aux_to_inode_list helperJeff Mahoney1-5/+11
2017-08-16btrfs: backref, constify some argumentsJeff Mahoney1-13/+16
2017-08-16btrfs: constify tracepoint argumentsJeff Mahoney3-8/+8
2017-08-16btrfs: struct-funcs, constify readersJeff Mahoney4-89/+91
2017-08-16btrfs: remove unused sectorsize memberNikolay Borisov4-4/+1
2017-08-16btrfs: Be explicit about usage of min()Nikolay Borisov1-2/+2
2017-08-16btrfs: Use explicit round_down call rather than open-coding itNikolay Borisov1-1/+1
2017-08-16btrfs: convert while loop to list_for_each_entryNikolay Borisov1-9/+2
2017-07-28Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds3-10/+8
2017-07-24btrfs: round down size diff when shrinking/growing deviceNikolay Borisov1-2/+2
2017-07-24Btrfs: fix early ENOSPC due to delallocOmar Sandoval1-4/+0
2017-07-24btrfs: fix lockup in find_free_extent with read-only block groupsJeff Mahoney1-2/+5
2017-07-19Btrfs: fix dir item validation when replaying xattr deletesFilipe Manana1-2/+1
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2017-07-14Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds7-57/+88
2017-07-14Btrfs: fix unexpected return value of bio_readpage_errorLiu Bo2-8/+8
2017-07-14btrfs: btrfs_create_repair_bio never fails, skip error handlingDavid Sterba2-8/+0
2017-07-14btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba4-0/+7
2017-07-13Btrfs: fix write corruption due to bio cloning on raid5/6Filipe Manana1-8/+18
2017-07-10Merge branch 'nowait-aio-btrfs-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-12/+14
2017-07-10btrfs: nowait aio: Correct assignment of posGoldwyn Rodrigues1-12/+14
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-5/+8
2017-07-06Btrfs: incremental send, fix invalid memory accessFilipe Manana1-3/+4
2017-07-06Btrfs: incremental send, fix invalid path for link commandsFilipe Manana1-30/+51
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds3-13/+13
2017-07-06btrfs: minimal conversion to errseq_t writeback error reporting on fsyncJeff Layton1-5/+8
2017-07-06VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells1-1/+0
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds45-1359/+1680
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds15-168/+197
2017-06-29btrfs: Remove false alert when fiemap range is smaller than on-disk extentQu Wenruo1-16/+12