| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | btrfs: drop unused parameter from lock_extent_bits | David Sterba | 2015-12-03 | 1 | -10/+10 |
| * | | | | Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke... | Chris Mason | 2015-12-23 | 1 | -10/+5 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | btrfs: remove wait from struct btrfs_delalloc_work | David Sterba | 2015-12-03 | 1 | -8/+3 |
| | * | | | btrfs: sink parameter wait to btrfs_alloc_delalloc_work | David Sterba | 2015-12-03 | 1 | -3/+3 |
| | |/ / |
|
* | | | | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 2016-01-14 | 1 | -1/+2 |
* | | | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-01-11 | 1 | -8/+8 |
|\ \ \ \ |
|
| * | | | | btrfs: Use xattr handler infrastructure | Andreas Gruenbacher | 2015-12-06 | 1 | -4/+4 |
| * | | | | posix acls: Remove duplicate xattr name definitions | Andreas Gruenbacher | 2015-12-06 | 1 | -4/+4 |
| |/ / / |
|
* | | | | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro | 2015-12-30 | 1 | -1/+0 |
* | | | | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 2015-12-08 | 1 | -1/+1 |
* | | | | don't put symlink bodies in pagecache into highmem | Al Viro | 2015-12-08 | 1 | -0/+2 |
|/ / / |
|
* | | | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-11-27 | 1 | -23/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Btrfs: use global reserve when deleting unused block group after ENOSPC | Filipe Manana | 2015-11-25 | 1 | -23/+1 |
* | | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-11-13 | 1 | -17/+45 |
|\ \
| |/ |
|
| * | Btrfs: fix race leading to BUG_ON when running delalloc for nodatacow | Filipe Manana | 2015-11-09 | 1 | -2/+8 |
| * | Btrfs: fix extent accounting for partial direct IO writes | Filipe Manana | 2015-11-05 | 1 | -15/+37 |
* | | fs/btrfs/inode.c: remove unnecessary new_valid_dev() check | Yaowei Bai | 2015-11-09 | 1 | -3/+0 |
|/ |
|
* | btrfs: qgroup: Fix a race in delayed_ref which leads to abort trans | Qu Wenruo | 2015-10-26 | 1 | -8/+4 |
* | Btrfs: fix regression running delayed references when using qgroups | Filipe Manana | 2015-10-25 | 1 | -2/+2 |
* | Merge branch 'allocator-fixes' into for-linus-4.4 | Chris Mason | 2015-10-21 | 1 | -0/+9 |
|\ |
|
| * | Btrfs: fix prealloc under heavy fragmentation conditions | Josef Bacik | 2015-10-21 | 1 | -0/+9 |
* | | btrfs: qgroup: Check if qgroup reserved space leaked | Qu Wenruo | 2015-10-21 | 1 | -0/+1 |
* | | btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook | Qu Wenruo | 2015-10-21 | 1 | -2/+2 |
* | | btrfs: Add handler for invalidate page | Qu Wenruo | 2015-10-21 | 1 | -0/+24 |
* | | btrfs: qgroup: Add handler for NOCOW and inline | Qu Wenruo | 2015-10-21 | 1 | -0/+15 |
* | | btrfs: qgroup: Cleanup old inaccurate facilities | Qu Wenruo | 2015-10-21 | 1 | -17/+17 |
* | | btrfs: extent-tree: Switch to new delalloc space reserve and release | Qu Wenruo | 2015-10-21 | 1 | -15/+23 |
* | | btrfs: delayed_ref: release and free qgroup reserved at proper timing | Qu Wenruo | 2015-10-21 | 1 | -0/+10 |
|/ |
|
* | Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Chris Mason | 2015-10-21 | 1 | -14/+68 |
|\ |
|
| * | Btrfs: fix truncation of compressed and inlined extents | Filipe Manana | 2015-10-16 | 1 | -14/+68 |
* | | Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/... | Chris Mason | 2015-10-21 | 1 | -3/+2 |
|\ \
| |/
|/| |
|
| * | btrfs: remove unnecessary list_del | Byongho Lee | 2015-10-21 | 1 | -1/+0 |
| * | Btrfs: btrfs_submit_bio_hook: Use btrfs_wq_endio_type values instead of integ... | Chandan Rajendra | 2015-10-21 | 1 | -2/+2 |
* | | Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k... | Chris Mason | 2015-10-12 | 1 | -0/+3 |
|\ \ |
|
| * | | btrfs: comment the rest of implicit barriers before waitqueue_active | David Sterba | 2015-10-10 | 1 | -0/+3 |
| |/ |
|
* | | btrfs: switch message printers to ratelimited variants | David Sterba | 2015-10-08 | 1 | -5/+2 |
|/ |
|
* | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-09-25 | 1 | -22/+23 |
|\ |
|
| * | Btrfs: Direct I/O: Fix space accounting | chandan | 2015-09-21 | 1 | -21/+21 |
| * | btrfs: skip waiting on ordered range for special files | Jeff Mahoney | 2015-09-15 | 1 | -1/+2 |
* | | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-09-11 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Btrfs: cleanup: remove unnecessary check before btrfs_free_path is called | Tsutomu Itoh | 2015-08-31 | 1 | -2/+1 |
* | | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-09-05 | 1 | -1/+34 |
|\ \
| |/ |
|
| * | Btrfs: add support for blkio controllers | Chris Mason | 2015-08-09 | 1 | -1/+5 |
| * | Btrfs: fix stale dir entries after unlink, inode eviction and fsync | Filipe Manana | 2015-08-09 | 1 | -0/+29 |
* | | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-09-02 | 1 | -26/+27 |
|\ \
| |/
|/| |
|
| * | block: remove bio_get_nr_vecs() | Kent Overstreet | 2015-08-13 | 1 | -2/+1 |
| * | block: add a bi_error field to struct bio | Christoph Hellwig | 2015-07-29 | 1 | -24/+26 |
* | | Btrfs: fix shrinking truncate when the no_holes feature is enabled | Filipe Manana | 2015-07-11 | 1 | -3/+2 |
|/ |
|
* | Btrfs: fix warning of bytes_may_use | Liu Bo | 2015-07-01 | 1 | -3/+13 |
* | Btrfs: fix hang when failing to submit bio of directIO | Liu Bo | 2015-07-01 | 1 | -3/+0 |