Age | Commit message (Expand) | Author | Files | Lines |
2021-01-29 | Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -51/+46 |
2021-01-25 | btrfs: fix log replay failure due to race with space cache rebuild | Filipe Manana | 1 | -43/+18 |
2021-01-25 | btrfs: fix lockdep warning due to seqcount_mutex on 32bit arch | Su Yue | 2 | -6/+7 |
2021-01-25 | btrfs: fix possible free space tree corruption with online conversion | Josef Bacik | 3 | -2/+21 |
2021-01-20 | Merge tag 'for-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -11/+29 |
2021-01-18 | btrfs: don't clear ret in btrfs_start_dirty_block_groups | Josef Bacik | 1 | -1/+2 |
2021-01-18 | btrfs: fix lockdep splat in btrfs_recover_relocation | Josef Bacik | 1 | -0/+2 |
2021-01-18 | btrfs: do not double free backref nodes on error | Josef Bacik | 1 | -1/+1 |
2021-01-18 | btrfs: don't get an EINTR during drop_snapshot for reloc | Josef Bacik | 1 | -1/+9 |
2021-01-12 | btrfs: send: fix invalid clone operations when cloning from the same file and... | Filipe Manana | 1 | -0/+15 |
2021-01-12 | btrfs: no need to run delayed refs after commit_fs_roots during commit | David Sterba | 1 | -8/+0 |
2021-01-11 | Merge tag 'for-5.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -29/+67 |
2021-01-08 | btrfs: shrink delalloc pages instead of full inodes | Josef Bacik | 2 | -18/+46 |
2021-01-07 | btrfs: reloc: fix wrong file extent type check to avoid false ENOENT | Qu Wenruo | 1 | -1/+6 |
2021-01-07 | btrfs: tree-checker: check if chunk item end overflows | Su Yue | 1 | -0/+7 |
2021-01-07 | btrfs: prevent NULL pointer dereference in extent_io_tree_panic | Su Yue | 1 | -3/+1 |
2021-01-07 | btrfs: print the actual offset in btrfs_root_name | Josef Bacik | 3 | -7/+7 |
2021-01-06 | Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 18 | -97/+243 |
2020-12-18 | btrfs: run delayed iputs when remounting RO to avoid leaking them | Filipe Manana | 1 | -0/+10 |
2020-12-18 | btrfs: add assertion for empty list of transactions at late stage of umount | Filipe Manana | 1 | -0/+3 |
2020-12-18 | btrfs: fix race between RO remount and the cleaner task | Filipe Manana | 4 | -7/+44 |
2020-12-18 | btrfs: fix transaction leak and crash after cleaning up orphans on RO mount | Filipe Manana | 1 | -4/+1 |
2020-12-18 | btrfs: fix transaction leak and crash after RO remount caused by qgroup rescan | Filipe Manana | 2 | -3/+18 |
2020-12-18 | btrfs: merge critical sections of discard lock in workfn | Pavel Begunkov | 1 | -20/+23 |
2020-12-18 | btrfs: fix racy access to discard_ctl data | Pavel Begunkov | 1 | -7/+3 |
2020-12-18 | btrfs: fix async discard stall | Pavel Begunkov | 1 | -7/+10 |
2020-12-18 | btrfs: tests: initialize test inodes location | Josef Bacik | 2 | -11/+8 |
2020-12-18 | btrfs: send: fix wrong file path when there is an inode with a pending rmdir | Filipe Manana | 1 | -18/+31 |
2020-12-18 | btrfs: qgroup: don't try to wait flushing if we're already holding a transaction | Qu Wenruo | 1 | -10/+20 |
2020-12-18 | btrfs: correctly calculate item size used when item key collision happens | ethanwu | 4 | -2/+32 |
2020-12-18 | btrfs: fix deadlock when cloning inline extent and low on free metadata space | Filipe Manana | 7 | -8/+40 |
2020-12-16 | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -22/+12 |
2020-12-15 | Merge tag 'for-5.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 64 | -4312/+4488 |
2020-12-14 | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+0 |
2020-12-09 | btrfs: scrub: allow scrub to work with subpage sectorsize | Qu Wenruo | 1 | -8/+0 |
2020-12-09 | btrfs: scrub: support subpage data scrub | Qu Wenruo | 1 | -3/+7 |
2020-12-09 | btrfs: scrub: support subpage tree block scrub | Qu Wenruo | 1 | -4/+14 |
2020-12-09 | btrfs: scrub: always allocate one full page for one sector for RAID56 | Qu Wenruo | 1 | -5/+16 |
2020-12-09 | btrfs: scrub: reduce width of extent_len/stripe_len from 64 to 32 bits | Qu Wenruo | 1 | -23/+31 |
2020-12-09 | btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecs | Qu Wenruo | 4 | -92/+171 |
2020-12-09 | btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sums | Qu Wenruo | 3 | -51/+11 |
2020-12-09 | btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessors | Qu Wenruo | 4 | -38/+85 |
2020-12-09 | btrfs: update num_extent_pages to support subpage sized extent buffer | Qu Wenruo | 1 | -2/+8 |
2020-12-09 | btrfs: don't allow tree block to cross page boundary for subpage support | Qu Wenruo | 1 | -0/+8 |
2020-12-09 | btrfs: calculate inline extent buffer page size based on page size | Qu Wenruo | 3 | -14/+3 |
2020-12-09 | btrfs: factor out btree page submission code to a helper | Qu Wenruo | 1 | -47/+75 |
2020-12-09 | btrfs: make btrfs_verify_data_csum follow sector size | Qu Wenruo | 1 | -3/+15 |
2020-12-09 | btrfs: pass bio_offset to check_data_csum() directly | Qu Wenruo | 4 | -26/+42 |
2020-12-09 | btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offset | Qu Wenruo | 4 | -16/+15 |
2020-12-09 | btrfs: fix lockdep warning when creating free space tree | Boris Burkov | 1 | -4/+5 |