summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | btrfs: Use explicit round_down macro in btrfs resize ioctl handlerNikolay Borisov2017-08-161-2/+1
| * | | | btrfs: btrfs_inherit_iflags() can be staticAnand Jain2017-08-163-32/+31
| * | | | btrfs: Keep one more workspace aroundNick Terrell2017-08-161-1/+1
| * | | | btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba2017-08-165-6/+5
| * | | | btrfs: qgroups: Fix BUG_ON condition in tree level checkNikolay Borisov2017-08-161-1/+1
| * | | | btrfs: Enhance message when a device is missing during mountQu Wenruo2017-08-162-7/+19
| * | | | btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo2017-08-164-75/+0
| * | | | btrfs: Allow barrier_all_devices to do chunk level device checkQu Wenruo2017-08-161-13/+3
| * | | | btrfs: Do chunk level check for degraded remountQu Wenruo2017-08-161-2/+1
| * | | | btrfs: Do chunk level check for degraded rw mountQu Wenruo2017-08-161-8/+3
| * | | | btrfs: Introduce a function to check if all chunks a OK for degraded rw mountQu Wenruo2017-08-162-0/+60
| * | | | Btrfs: report errors when checksum is not foundLiu Bo2017-08-161-2/+0
| * | | | btrfs: Prevent possible ERR_PTR() dereferenceNikolay Borisov2017-08-161-10/+12
| * | | | btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemandNikolay Borisov2017-08-161-9/+2
| * | | | btrfs: Remove redundant argument of flush_spaceNikolay Borisov2017-08-161-9/+7
| * | | | btrfs: resume qgroup rescan on rw remountAleksa Sarai2017-08-161-0/+2
| * | | | btrfs: clean up extraneous computations in add_delayed_refsEdmund Nadolski2017-08-161-17/+13
| * | | | btrfs: allow backref search checks for shared extentsEdmund Nadolski2017-08-161-49/+115
| * | | | btrfs: add cond_resched() calls when resolving backrefsEdmund Nadolski2017-08-161-0/+3
| * | | | btrfs: backref, add tracepoints for prelim_ref insertion and mergingJeff Mahoney2017-08-163-58/+73
| * | | | btrfs: add a node counter to each of the rbtreesJeff Mahoney2017-08-161-1/+5
| * | | | btrfs: convert prelimary reference tracking to use rbtreesEdmund Nadolski2017-08-161-157/+285
| * | | | btrfs: remove ref_tree implementation from backref.cEdmund Nadolski2017-08-161-348/+7
| * | | | btrfs: btrfs_check_shared should manage its own transactionEdmund Nadolski2017-08-163-33/+23
| * | | | btrfs: backref, cleanup __ namespace abuseJeff Mahoney2017-08-161-116/+109
| * | | | btrfs: backref, add unode_aux_to_inode_list helperJeff Mahoney2017-08-161-5/+11
| * | | | btrfs: backref, constify some argumentsJeff Mahoney2017-08-161-13/+16
| * | | | btrfs: constify tracepoint argumentsJeff Mahoney2017-08-163-8/+8
| * | | | btrfs: struct-funcs, constify readersJeff Mahoney2017-08-164-89/+91
| * | | | btrfs: remove unused sectorsize memberNikolay Borisov2017-08-164-4/+1
| * | | | btrfs: Be explicit about usage of min()Nikolay Borisov2017-08-161-2/+2
| * | | | btrfs: Use explicit round_down call rather than open-coding itNikolay Borisov2017-08-161-1/+1
| * | | | btrfs: convert while loop to list_for_each_entryNikolay Borisov2017-08-161-9/+2
| |/ / /
* | | | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-076-37/+34
|\ \ \ \ | |_|/ / |/| | |
| * | | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-236-20/+22
| * | | btrfs: index check-integrity state hash by a dev_tChristoph Hellwig2017-08-231-18/+13
| |/ /
* | | Btrfs: fix blk_status_t/errno confusionOmar Sandoval2017-08-245-60/+64
|/ /
* | Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-283-10/+8
|\ \ | |/ |/|
| * btrfs: round down size diff when shrinking/growing deviceNikolay Borisov2017-07-241-2/+2
| * Btrfs: fix early ENOSPC due to delallocOmar Sandoval2017-07-241-4/+0
| * btrfs: fix lockup in find_free_extent with read-only block groupsJeff Mahoney2017-07-241-2/+5
| * Btrfs: fix dir item validation when replaying xattr deletesFilipe Manana2017-07-191-2/+1
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-1/+0
|\ \
| * | VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells2017-07-061-1/+0
* | | Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-147-57/+88
|\ \ \ | | |/ | |/|
| * | Btrfs: fix unexpected return value of bio_readpage_errorLiu Bo2017-07-142-8/+8
| * | btrfs: btrfs_create_repair_bio never fails, skip error handlingDavid Sterba2017-07-142-8/+0
| * | btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba2017-07-144-0/+7
| * | Btrfs: fix write corruption due to bio cloning on raid5/6Filipe Manana2017-07-131-8/+18
| * | Btrfs: incremental send, fix invalid memory accessFilipe Manana2017-07-061-3/+4
OpenPOWER on IntegriCloud