summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2017-08-16btrfs: Remove unused variablesNikolay Borisov
2017-08-16btrfs: Remove find_raid56_stripe_lenNikolay Borisov
2017-08-16btrfs: Use explicit round_down macro in btrfs resize ioctl handlerNikolay Borisov
2017-08-16btrfs: btrfs_inherit_iflags() can be staticAnand Jain
2017-08-16btrfs: Keep one more workspace aroundNick Terrell
2017-08-16btrfs: drop newlines from strings when using btrfs_* helpersDavid Sterba
2017-08-16btrfs: qgroups: Fix BUG_ON condition in tree level checkNikolay Borisov
2017-08-16btrfs: Enhance message when a device is missing during mountQu Wenruo
2017-08-16btrfs: Cleanup num_tolerated_disk_barrier_failuresQu Wenruo
2017-08-16btrfs: Allow barrier_all_devices to do chunk level device checkQu Wenruo
2017-08-16btrfs: Do chunk level check for degraded remountQu Wenruo
2017-08-16btrfs: Do chunk level check for degraded rw mountQu Wenruo
2017-08-16btrfs: Introduce a function to check if all chunks a OK for degraded rw mountQu Wenruo
2017-08-16Btrfs: report errors when checksum is not foundLiu Bo
2017-08-16btrfs: Prevent possible ERR_PTR() dereferenceNikolay Borisov
2017-08-16btrfs: Remove redundant checks from btrfs_alloc_data_chunk_ondemandNikolay Borisov
2017-08-16btrfs: Remove redundant argument of flush_spaceNikolay Borisov
2017-08-16btrfs: resume qgroup rescan on rw remountAleksa Sarai
2017-08-16btrfs: clean up extraneous computations in add_delayed_refsEdmund Nadolski
2017-08-16btrfs: allow backref search checks for shared extentsEdmund Nadolski
2017-08-16btrfs: add cond_resched() calls when resolving backrefsEdmund Nadolski
2017-08-16btrfs: backref, add tracepoints for prelim_ref insertion and mergingJeff Mahoney
2017-08-16btrfs: add a node counter to each of the rbtreesJeff Mahoney
2017-08-16btrfs: convert prelimary reference tracking to use rbtreesEdmund Nadolski
2017-08-16btrfs: remove ref_tree implementation from backref.cEdmund Nadolski
2017-08-16btrfs: btrfs_check_shared should manage its own transactionEdmund Nadolski
2017-08-16btrfs: backref, cleanup __ namespace abuseJeff Mahoney
2017-08-16btrfs: backref, add unode_aux_to_inode_list helperJeff Mahoney
2017-08-16btrfs: backref, constify some argumentsJeff Mahoney
2017-08-16btrfs: constify tracepoint argumentsJeff Mahoney
2017-08-16btrfs: struct-funcs, constify readersJeff Mahoney
2017-08-16btrfs: remove unused sectorsize memberNikolay Borisov
2017-08-16btrfs: Be explicit about usage of min()Nikolay Borisov
2017-08-16btrfs: Use explicit round_down call rather than open-coding itNikolay Borisov
2017-08-16btrfs: convert while loop to list_for_each_entryNikolay Borisov
2017-08-15btrfs: Add zstd supportNick Terrell
2017-07-28Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-24btrfs: round down size diff when shrinking/growing deviceNikolay Borisov
2017-07-24Btrfs: fix early ENOSPC due to delallocOmar Sandoval
2017-07-24btrfs: fix lockup in find_free_extent with read-only block groupsJeff Mahoney
2017-07-19Btrfs: fix dir item validation when replaying xattr deletesFilipe Manana
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-14Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-14Btrfs: fix unexpected return value of bio_readpage_errorLiu Bo
2017-07-14btrfs: btrfs_create_repair_bio never fails, skip error handlingDavid Sterba
2017-07-14btrfs: cloned bios must not be iterated by bio_for_each_segment_allDavid Sterba
2017-07-13Btrfs: fix write corruption due to bio cloning on raid5/6Filipe Manana
2017-07-10Merge branch 'nowait-aio-btrfs-fixup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-07-10btrfs: nowait aio: Correct assignment of posGoldwyn Rodrigues