Age | Commit message (Expand) | Author | Files | Lines |
2023-04-02 | Merge tag 'for-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -26/+107 |
2023-03-29 | btrfs: ignore fiemap path cache when there are multiple paths for a node | Filipe Manana | 1 | -22/+63 |
2023-03-28 | btrfs: fix deadlock when aborting transaction during relocation with scrub | Filipe Manana | 2 | -2/+22 |
2023-03-28 | btrfs: scan device in non-exclusive mode | Anand Jain | 1 | -1/+10 |
2023-03-28 | btrfs: fix race between quota disable and quota assign ioctls | Filipe Manana | 2 | -1/+12 |
2023-03-24 | Merge tag 'for-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 8 | -71/+71 |
2023-03-15 | btrfs: zoned: drop space_info->active_total_bytes | Naohiro Aota | 4 | -43/+9 |
2023-03-15 | btrfs: zoned: count fresh BG region as zone unusable | Naohiro Aota | 2 | -6/+26 |
2023-03-15 | btrfs: use temporary variable for space_info in btrfs_update_block_group | Josef Bacik | 1 | -10/+12 |
2023-03-15 | btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKING | Josef Bacik | 3 | -8/+4 |
2023-03-15 | btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profile | Naohiro Aota | 1 | -2/+12 |
2023-03-15 | btrfs: fix compiler warning on SPARC/PA-RISC handling fscrypt_setup_filename | Sweet Tea Dorminy | 1 | -1/+6 |
2023-03-15 | btrfs: handle missing chunk mapping more gracefully | Qu Wenruo | 1 | -1/+2 |
2023-03-10 | Merge tag 'for-6.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 6 | -31/+81 |
2023-03-08 | btrfs: fix block group item corruption after inserting new block group | Filipe Manana | 1 | -1/+12 |
2023-03-06 | btrfs: fix extent map logging bit not cleared for split maps after dropping r... | Filipe Manana | 1 | -1/+6 |
2023-03-06 | btrfs: fix percent calculation for bg reclaim message | Johannes Thumshirn | 1 | -1/+2 |
2023-03-06 | btrfs: fix unnecessary increment of read error stat on write error | Naohiro Aota | 1 | -1/+1 |
2023-03-06 | btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inode | void0red | 1 | -1/+1 |
2023-03-06 | btrfs: ioctl: return device fsid from DEV_INFO ioctl | Qu Wenruo | 1 | -0/+1 |
2023-03-06 | btrfs: fix potential dead lock in size class loading logic | Boris Burkov | 1 | -26/+16 |
2023-03-01 | btrfs: sysfs: add size class stats | Boris Burkov | 1 | -0/+42 |
2023-02-24 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -28/+29 |
2023-02-21 | Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |
2023-02-20 | Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 56 | -2864/+2344 |
2023-02-20 | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux | Linus Torvalds | 1 | -12/+7 |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -69/+69 |
2023-02-15 | btrfs: make kobj_type structures constant | Thomas Weißschuh | 1 | -6/+6 |
2023-02-15 | btrfs: remove the bdev argument to btrfs_rmap_block | Christoph Hellwig | 3 | -10/+4 |
2023-02-15 | btrfs: don't rely on unchanging ->bi_bdev for zone append remaps | Christoph Hellwig | 3 | -26/+26 |
2023-02-15 | btrfs: never return true for reads in btrfs_use_zone_append | Christoph Hellwig | 1 | -0/+3 |
2023-02-15 | btrfs: pass a btrfs_bio to btrfs_use_append | Christoph Hellwig | 4 | -6/+7 |
2023-02-15 | btrfs: set bbio->file_offset in alloc_new_bio | Christoph Hellwig | 1 | -2/+1 |
2023-02-15 | btrfs: use file_offset to limit bios size in calc_bio_boundaries | Christoph Hellwig | 1 | -2/+2 |
2023-02-15 | btrfs: do unsigned integer division in the extent buffer binary search loop | Filipe Manana | 2 | -7/+12 |
2023-02-15 | btrfs: eliminate extra call when doing binary search on extent buffer | Filipe Manana | 2 | -13/+18 |
2023-02-15 | btrfs: raid56: handle endio in scrub_rbio | Christoph Hellwig | 1 | -11/+7 |
2023-02-15 | btrfs: raid56: handle endio in recover_rbio | Christoph Hellwig | 1 | -18/+9 |
2023-02-15 | btrfs: raid56: handle endio in rmw_rbio | Christoph Hellwig | 1 | -20/+10 |
2023-02-15 | btrfs: raid56: submit the read bios from scrub_assemble_read_bios | Christoph Hellwig | 1 | -23/+13 |
2023-02-15 | btrfs: raid56: fold rmw_read_wait_recover into rmw_read_bios | Christoph Hellwig | 1 | -46/+23 |
2023-02-15 | btrfs: raid56: fold recover_assemble_read_bios into recover_rbio | Christoph Hellwig | 1 | -40/+21 |
2023-02-15 | btrfs: raid56: add a bio_list_put helper | Christoph Hellwig | 1 | -28/+16 |
2023-02-15 | btrfs: raid56: wait for I/O completion in submit_read_bios | Christoph Hellwig | 1 | -7/+6 |
2023-02-15 | btrfs: raid56: simplify code flow in rmw_rbio | Christoph Hellwig | 1 | -15/+13 |
2023-02-15 | btrfs: raid56: simplify error handling and code flow in raid56_parity_write | Christoph Hellwig | 1 | -22/+15 |
2023-02-15 | btrfs: replace btrfs_wait_tree_block_writeback by wait_on_extent_buffer_write... | Josef Bacik | 1 | -9/+3 |
2023-02-15 | btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirty | Josef Bacik | 3 | -18/+19 |
2023-02-15 | btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirty | Josef Bacik | 8 | -22/+22 |
2023-02-15 | btrfs: do not increment dirty_metadata_bytes in set_btree_ioerr | Josef Bacik | 1 | -7/+0 |