summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-16Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusAl Viro
2016-12-16Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox
2016-12-14btrfs: fix race in btrfs_free_dummy_fs_info()Matthew Wilcox
2016-12-14btrfs: better handle btrfs_printk() defaultsPetr Mladek
2016-12-13btrfs: limit async_work allocation and worker func durationMaxim Patlasov
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-13Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason
2016-12-12printk/btrfs: handle more message headersPetr Mladek
2016-12-11Revert "Btrfs: adjust len of writes if following a preallocated extent"Chris Mason
2016-12-09fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-12-09Btrfs: don't WARN() in btrfs_transaction_abort() for IO errorsChris Mason
2016-12-06btrfs: opencode chunk locking, remove helpersDavid Sterba
2016-12-06btrfs: remove root parameter from transaction commit/end routinesJeff Mahoney
2016-12-06btrfs: split btrfs_wait_marked_extents into normal and tree log functionsJeff Mahoney
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2016-12-06btrfs: simplify btrfs_wait_cache_io prototypeJeff Mahoney
2016-12-06btrfs: convert extent-tree tracepoints to use fs_infoJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, access fs_info->delayed_root directlyJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, add fs_info convenience variablesJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, update_block_group{,flags}Jeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, lock/unlock_chunksJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_sizeJeff Mahoney
2016-12-06btrfs: pull node/sector/stripe sizes out of root and into fs_infoJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, io_ctl_initJeff Mahoney
2016-12-06btrfs: root->fs_info cleanup, use fs_info->dev_root everywhereJeff Mahoney
2016-12-06btrfs: struct reada_control.root -> reada_control.fs_infoJeff Mahoney
2016-12-06btrfs: struct btrfsic_state->root should be an fs_infoJeff Mahoney
2016-12-06btrfs: alloc_reserved_file_extent trace point should use extent_rootJeff Mahoney
2016-12-06btrfs: btrfs_init_new_device should use fs_info->dev_rootJeff Mahoney
2016-12-06btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney
2016-12-06btrfs: call functions that overwrite their root parameter with fs_infoJeff Mahoney
2016-12-05constify btrfs_mksubvol()Al Viro
2016-11-30Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko
2016-11-30Btrfs: fix deadlock caused by fsync when logging directory entriesRobbie Ko
2016-11-30Btrfs: fix enospc in hole punchingRobbie Ko
2016-11-30btrfs: improve delayed refs iterationsWang Xiaoguang
2016-11-30btrfs: qgroup: Fix qgroup data leaking by using subtree tracingQu Wenruo
2016-11-30btrfs: Export and move leaf/subtree qgroup helpers to qgroup.cQu Wenruo
2016-11-30btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo
2016-11-30btrfs: qgroup: Add comments explaining how btrfs qgroup worksQu Wenruo
2016-11-30btrfs: use bio_for_each_segment_all in __btrfsic_submit_bioChristoph Hellwig
2016-11-30btrfs: refactor __btrfs_lookup_bio_sums to use bio_for_each_segment_allChristoph Hellwig
2016-11-30btrfs: calculate end of bio offset properlyChristoph Hellwig
2016-11-30btrfs: use bi_sizeChristoph Hellwig
2016-11-30btrfs: don't access the bio directly in btrfs_csum_one_bioChristoph Hellwig
2016-11-30btrfs: don't access the bio directly in the direct I/O codeChristoph Hellwig