summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
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-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
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-06Btrfs: incremental send, fix invalid memory accessFilipe Manana
2017-07-06Btrfs: incremental send, fix invalid path for link commandsFilipe Manana
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2017-07-06btrfs: minimal conversion to errseq_t writeback error reporting on fsyncJeff Layton
2017-07-06VFS: Don't use save/replace_mount_options if not using generic_show_optionsDavid Howells
2017-07-05Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-06-29btrfs: Remove false alert when fiemap range is smaller than on-disk extentQu Wenruo
2017-06-29btrfs: Don't clear SGID when inheriting ACLsJan Kara
2017-06-29btrfs: fix integer overflow in calc_reclaim_items_nrChris Mason
2017-06-29btrfs: scrub: fix target device intialization while setting up scrub contextDavid Sterba
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved r...Qu Wenruo
2017-06-29btrfs: qgroup: Introduce extent changeset for qgroup reserve functionsQu Wenruo
2017-06-29btrfs: qgroup: Fix qgroup reserved space underflow caused by buffered write a...Qu Wenruo
2017-06-29btrfs: qgroup: Return actually freed bytes for qgroup release or free dataQu Wenruo
2017-06-29btrfs: qgroup: Cleanup btrfs_qgroup_prepare_account_extents functionQu Wenruo
2017-06-29btrfs: qgroup: Add quick exit for non-fs extentsQu Wenruo
2017-06-29Btrfs: rework delayed ref total_bytes_pinned accountingOmar Sandoval
2017-06-29Btrfs: return old and new total ref mods when adding delayed refsOmar Sandoval
2017-06-29Btrfs: always account pinned bytes when dropping a tree block refOmar Sandoval
2017-06-29Btrfs: update total_bytes_pinned when pinning down extentsOmar Sandoval
2017-06-29Btrfs: make BUG_ON() in add_pinned_bytes() an ASSERT()Omar Sandoval
2017-06-29Btrfs: make add_pinned_bytes() take an s64 num_bytes instead of u64Omar Sandoval
2017-06-29btrfs: fix validation of XATTR_ITEM dir itemsDavid Sterba
2017-06-27btrfs: add support for passing in write hints for buffered writesJens Axboe
2017-06-21btrfs: Verify dir_item in iterate_object_propsSu Yue
2017-06-21btrfs: Check name_len before in btrfs_del_root_refSu Yue
2017-06-21btrfs: Check name_len before reading btrfs_get_nameSu Yue
2017-06-21btrfs: Check name_len before read in iterate_dir_itemSu Yue
2017-06-21btrfs: Check name_len in btrfs_check_ref_name_overrideSu Yue
2017-06-21btrfs: Verify dir_item in replay_xattr_deletesSu Yue
2017-06-21btrfs: Check name_len on add_inode_ref call pathSu Yue
2017-06-21btrfs: Check name_len with boundary in verify dir_itemSu Yue
2017-06-21btrfs: Introduce btrfs_is_name_len_valid to avoid reading beyond boundarySu Yue
2017-06-21btrfs: move dev stats accounting out of wait_dev_flushDavid Sterba
2017-06-21btrfs: account as waiting for IO, while waiting fot the flush bio completionDavid Sterba