summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2018-01-29Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-29btrfs: only dirty the inode in btrfs_update_time if something was changedJeff Layton
2018-01-29btrfs: convert to new i_version APIJeff Layton
2018-01-29fs: new API for handling inode->i_versionJeff Layton
2018-01-25Merge tag 'for-4.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2018-01-24Btrfs: fix stale entries in readdirJosef Bacik
2018-01-06btrfs: avoid accessing bvec table directly for a cloned bioMing Lei
2018-01-06btrfs: avoid access to .bi_vcnt directlyMing Lei
2018-01-06fs: convert to bio_last_bvec_all()Ming Lei
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei
2018-01-05Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-02btrfs: fix refcount_t usage when deleting btrfs_delayed_nodesChris Mason
2018-01-02btrfs: Fix flush bio leakNikolay Borisov
2017-12-10Merge tag 'for-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-12-07btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov
2017-12-07Btrfs: disable FUA if mounted with nobarrierOmar Sandoval
2017-12-07btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney
2017-12-07btrfs: handle errors while updating refcounts in update_ref_for_cowJeff Mahoney
2017-12-07btrfs: Fix quota reservation leak on preallocated filesJustin Maggard
2017-11-29Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-28Btrfs: incremental send, fix wrong unlink path after renaming fileFilipe Manana
2017-11-28btrfs: tree-checker: Fix false panic for sanity testQu Wenruo
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-27Btrfs: fix list_add corruption and soft lockups in fsyncLiu Bo
2017-11-27btrfs: Fix wild memory access in compression level parserQu Wenruo
2017-11-27btrfs: fix deadlock when writing out space cacheJosef Bacik
2017-11-20btrfs: clear space cache inode generation alwaysJosef Bacik
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara
2017-11-15btrfs: use pagevec_lookup_range_tag()Jan Kara
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana
2017-11-15Btrfs: move definition of the function btrfs_find_new_delalloc_bytesFilipe Manana
2017-11-15Btrfs: bail out gracefully rather than BUG_ONLiu Bo
2017-11-15btrfs: dev_alloc_list is not protected by RCU, use normal list_delDavid Sterba
2017-11-15btrfs: add missing device::flush_bio putsDavid Sterba
2017-11-15btrfs: Fix transaction abort during failure in btrfs_rm_dev_itemNikolay Borisov
2017-11-15Btrfs: add write_flags for compression bioLiu Bo
2017-11-14Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01btrfs: Fix bug for misused dev_t when lookup in dev state hash table.Gu JinXiang
2017-11-01Btrfs: heuristic: add Shannon entropy calculationTimofey Titovets
2017-11-01Btrfs: heuristic: add byte core set calculationTimofey Titovets
2017-11-01Btrfs: heuristic: add byte set calculationTimofey Titovets
2017-11-01Btrfs: heuristic: add detection of repeated data patternsTimofey Titovets
2017-11-01Btrfs: heuristic: implement sampling logicTimofey Titovets
2017-11-01Btrfs: heuristic: add bucket and sample counters and other definesTimofey Titovets
2017-11-01Btrfs: compression: separate heuristic/compression workspacesTimofey Titovets