Age | Commit message (Expand) | Author | Files | Lines |
2016-01-22 | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+2 |
2016-01-20 | btrfs: merge functions for wait snapshot creation | Zhao Lei | 1 | -0/+1 |
2016-01-20 | Btrfs: fix deadlock running delayed iputs at transaction commit time | Filipe Manana | 1 | -1/+1 |
2016-01-18 | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -11/+167 |
2016-01-11 | Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel... | Chris Mason | 1 | -3/+4 |
2016-01-11 | Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Chris Mason | 1 | -4/+5 |
2016-01-07 | btrfs: use smaller type for btrfs_path locks | David Sterba | 1 | -1/+1 |
2016-01-07 | btrfs: use smaller type for btrfs_path lowest_level | David Sterba | 1 | -1/+1 |
2016-01-07 | btrfs: use smaller type for btrfs_path reada | David Sterba | 1 | -1/+1 |
2016-01-07 | btrfs: cleanup, use enum values for btrfs_path reada | David Sterba | 1 | -0/+1 |
2016-01-07 | btrfs: constify static arrays | David Sterba | 1 | -1/+1 |
2016-01-07 | Btrfs: use linux/sizes.h to represent constants | Byongho Lee | 1 | -2/+3 |
2016-01-07 | btrfs: switch __btrfs_fs_incompat return type from int to bool | Alexandru Moise | 1 | -1/+1 |
2016-01-01 | btrfs: use new dedupe data function pointer | Darrick J. Wong | 1 | -0/+2 |
2015-12-30 | btrfs: don't run delayed references while we are creating the free space tree | Chris Mason | 1 | -0/+2 |
2015-12-24 | Merge branch 'freespace-4.5' into for-linus-4.5 | Chris Mason | 1 | -2/+155 |
2015-12-24 | Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke... | Chris Mason | 1 | -2/+1 |
2015-12-18 | Merge branch 'freespace-tree' into for-linus-4.5 | Chris Mason | 1 | -2/+155 |
2015-12-17 | Btrfs: add free space tree mount option | Omar Sandoval | 1 | -1/+6 |
2015-12-17 | Btrfs: implement the free space B-tree | Omar Sandoval | 1 | -1/+26 |
2015-12-17 | Btrfs: introduce the free space B-tree on-disk format | Omar Sandoval | 1 | -0/+38 |
2015-12-17 | Btrfs: refactor caching_thread() | Omar Sandoval | 1 | -0/+3 |
2015-12-17 | Btrfs: add helpers for read-only compat bits | Omar Sandoval | 1 | -0/+82 |
2015-12-08 | vfs: pull btrfs clone API to vfs layer | Christoph Hellwig | 1 | -1/+2 |
2015-12-03 | btrfs: remove wait from struct btrfs_delalloc_work | David Sterba | 1 | -1/+0 |
2015-12-03 | btrfs: sink parameter wait to btrfs_alloc_delalloc_work | David Sterba | 1 | -1/+1 |
2015-12-01 | btrfs: add .copy_file_range file operation | Zach Brown | 1 | -0/+3 |
2015-11-28 | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+4 |
2015-11-25 | Btrfs: fix scrub preventing unused block groups from being deleted | Filipe Manana | 1 | -0/+1 |
2015-11-25 | Btrfs: fix the number of transaction units needed to remove a block group | Filipe Manana | 1 | -1/+2 |
2015-11-25 | Btrfs: use global reserve when deleting unused block group after ENOSPC | Filipe Manana | 1 | -0/+2 |
2015-11-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2015-11-07 | mm, fs: introduce mapping_gfp_constraint() | Michal Hocko | 1 | -1/+1 |
2015-10-27 | btrfs: qgroup: Fix a race in delayed_ref which leads to abort trans | Qu Wenruo | 1 | -1/+2 |
2015-10-27 | btrfs: extend balance filter usage to take minimum and maximum | David Sterba | 1 | -2/+12 |
2015-10-27 | btrfs: add balance filter for stripes | Gabríel Arthúr Pétursson | 1 | -1/+8 |
2015-10-27 | btrfs: extend balance filter limit to take minimum and maximum | David Sterba | 1 | -2/+12 |
2015-10-25 | Btrfs: fix regression running delayed references when using qgroups | Filipe Manana | 1 | -2/+2 |
2015-10-22 | Merge branch 'allocator-fixes' into for-linus-4.4 | Chris Mason | 1 | -0/+21 |
2015-10-22 | Btrfs: don't keep trying to build clusters if we are fragmented | Josef Bacik | 1 | -0/+3 |
2015-10-22 | Btrfs: keep track of max_extent_size per space_info | Josef Bacik | 1 | -0/+4 |
2015-10-22 | Btrfs: add fragment=* debug mount option | Josef Bacik | 1 | -0/+14 |
2015-10-22 | btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook | Qu Wenruo | 1 | -0/+2 |
2015-10-22 | btrfs: qgroup: Cleanup old inaccurate facilities | Qu Wenruo | 1 | -8/+4 |
2015-10-22 | btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_space | Qu Wenruo | 1 | -0/+2 |
2015-10-22 | btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_... | Qu Wenruo | 1 | -0/+3 |
2015-10-22 | btrfs: qgroup: Introduce new functions to reserve/free metadata | Qu Wenruo | 1 | -0/+3 |
2015-10-13 | Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/l... | Chris Mason | 1 | -10/+3 |
2015-10-08 | btrfs: introduce ratelimited variants of message printing functions | David Sterba | 1 | -0/+21 |
2015-10-08 | btrfs: introduce ratelimited _in_rcu variants of message printing functions | David Sterba | 1 | -0/+38 |