| Commit message (Expand) | Author | Age | Files | Lines |
* | btrfs: make btrfs_lookup_ordered_extent take btrfs_inode | Nikolay Borisov | 2020-07-27 | 6 | -9/+10 |
* | btrfs: make get_extent_allocation_hint take btrfs_inode | Nikolay Borisov | 2020-07-27 | 1 | -4/+5 |
* | btrfs: make __btrfs_add_ordered_extent take struct btrfs_inode | Nikolay Borisov | 2020-07-27 | 1 | -15/+15 |
* | btrfs: remove no longer used trans_list member of struct btrfs_ordered_extent | Filipe Manana | 2020-07-27 | 2 | -5/+0 |
* | btrfs: remove no longer used log_list member of struct btrfs_ordered_extent | Filipe Manana | 2020-07-27 | 2 | -5/+0 |
* | btrfs: add little-endian optimized key helpers | David Sterba | 2020-07-27 | 2 | -0/+65 |
* | btrfs: qgroup: catch reserved space leaks at unmount time | Qu Wenruo | 2020-07-27 | 3 | -0/+49 |
* | btrfs: change timing for qgroup reserved space for ordered extents to fix res... | Qu Wenruo | 2020-07-27 | 3 | -15/+25 |
* | btrfs: file: reserve qgroup space after the hole punch range is locked | Qu Wenruo | 2020-07-27 | 1 | -4/+4 |
* | btrfs: inode: move qgroup reserved space release to the callers of insert_res... | Qu Wenruo | 2020-07-27 | 1 | -13/+13 |
* | btrfs: inode: refactor the parameters of insert_reserved_file_extent() | Qu Wenruo | 2020-07-27 | 2 | -32/+68 |
* | btrfs: scrub: clean up temporary page variables in scrub_checksum_tree_block | David Sterba | 2020-07-27 | 1 | -6/+6 |
* | btrfs: scrub: simplify tree block checksum calculation | David Sterba | 2020-07-27 | 1 | -24/+9 |
* | btrfs: scrub: clean up temporary page variables in scrub_checksum_data | David Sterba | 2020-07-27 | 1 | -7/+5 |
* | btrfs: scrub: simplify data block checksum calculation | David Sterba | 2020-07-27 | 1 | -21/+3 |
* | btrfs: scrub: clean up temporary page variables in scrub_checksum_super | David Sterba | 2020-07-27 | 1 | -8/+8 |
* | btrfs: scrub: remove temporary csum array in scrub_checksum_super | David Sterba | 2020-07-27 | 1 | -3/+1 |
* | btrfs: scrub: simplify superblock checksum calculation | David Sterba | 2020-07-27 | 1 | -27/+4 |
* | btrfs: scrub: unify naming of page address variables | David Sterba | 2020-07-27 | 1 | -16/+16 |
* | btrfs: scrub: remove kmap/kunmap of pages | David Sterba | 2020-07-27 | 1 | -15/+8 |
* | btrfs: introduce "rescue=" mount option | Qu Wenruo | 2020-07-27 | 1 | -8/+73 |
* | btrfs: use btrfs_alloc_data_chunk_ondemand() when allocating space for reloca... | Filipe Manana | 2020-07-27 | 1 | -8/+6 |
* | btrfs: remove the start argument from btrfs_free_reserved_data_space_noquota() | Filipe Manana | 2020-07-27 | 3 | -11/+7 |
* | btrfs: check-integrity: remove unnecessary failure messages during memory all... | Liao Pingfang | 2020-07-27 | 1 | -21/+6 |
* | btrfs: use helper btrfs_get_block_group | Anand Jain | 2020-07-27 | 1 | -2/+2 |
* | btrfs: let btrfs_return_cluster_to_free_space() return void | Anand Jain | 2020-07-27 | 2 | -10/+6 |
* | btrfs: remove no longer necessary chunk mutex locking cases | Filipe Manana | 2020-07-27 | 1 | -5/+0 |
* | btrfs: factor out reading of bg from find_frist_block_group | Johannes Thumshirn | 2020-07-27 | 1 | -46/+56 |
* | btrfs: get mapping tree directly from fsinfo in find_first_block_group | Johannes Thumshirn | 2020-07-27 | 1 | -1/+1 |
* | btrfs: simplify checks when adding excluded ranges | Nikolay Borisov | 2020-07-27 | 1 | -17/+4 |
* | btrfs: read stripe len directly in btrfs_rmap_block | Nikolay Borisov | 2020-07-27 | 1 | -10/+3 |
* | btrfs: don't balance btree inode pages from buffered write path | Nikolay Borisov | 2020-07-27 | 1 | -2/+0 |
* | Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-07-24 | 4 | -14/+21 |
|\ |
|
| * | btrfs: fix mount failure caused by race with umount | Boris Burkov | 2020-07-21 | 1 | -0/+8 |
| * | btrfs: fix page leaks after failure to lock page for delalloc | Robbie Ko | 2020-07-21 | 1 | -1/+2 |
| * | btrfs: qgroup: fix data leak caused by race between writeback and truncate | Qu Wenruo | 2020-07-21 | 1 | -13/+10 |
| * | btrfs: fix double free on ulist after backref resolution failure | Filipe Manana | 2020-07-21 | 1 | -0/+1 |
* | | Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-07-12 | 3 | -8/+3 |
|\| |
|
| * | btrfs: wire up iter_file_splice_write | Christoph Hellwig | 2020-07-09 | 1 | -0/+1 |
| * | btrfs: fix double put of block group with nocow | Josef Bacik | 2020-07-09 | 1 | -8/+1 |
| * | btrfs: discard: add missing put when grabbing block group from unused list | Qu Wenruo | 2020-07-07 | 1 | -0/+1 |
* | | Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-07-07 | 7 | -25/+35 |
|\| |
|
| * | btrfs: reset tree root pointer after error in init_tree_roots | Josef Bacik | 2020-07-02 | 1 | -2/+4 |
| * | btrfs: fix reclaim_size counter leak after stealing from global reserve | Filipe Manana | 2020-07-02 | 1 | -1/+1 |
| * | btrfs: fix fatal extent_buffer readahead vs releasepage race | Boris Burkov | 2020-07-02 | 1 | -16/+24 |
| * | btrfs: convert comments to fallthrough annotations | Marcos Paulo de Souza | 2020-07-02 | 4 | -6/+6 |
* | | Merge tag 'for-5.8-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-06-23 | 6 | -36/+102 |
|\| |
|
| * | btrfs: use kfree() in btrfs_ioctl_get_subvol_info() | Waiman Long | 2020-06-16 | 1 | -1/+1 |
| * | btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IO | Filipe Manana | 2020-06-16 | 1 | -11/+26 |
| * | btrfs: fix RWF_NOWAIT write not failling when we need to cow | Filipe Manana | 2020-06-16 | 1 | -1/+12 |