Age | Commit message (Expand) | Author | Files | Lines |
2023-09-21 | Merge tag 'v6.6-rc3.vfs.ctime.revert' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -7/+22 |
2023-09-20 | Merge tag 'for-6.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -53/+69 |
2023-09-20 | Revert "btrfs: convert to multigrain timestamps" | Christian Brauner | 2 | -7/+22 |
2023-09-15 | btrfs: fix race between reading a directory and adding entries to it | Filipe Manana | 1 | -4/+7 |
2023-09-15 | btrfs: refresh dir last index during a rewinddir(3) call | Filipe Manana | 1 | -1/+14 |
2023-09-15 | btrfs: set last dir index to the current last index when opening dir | Filipe Manana | 1 | -1/+2 |
2023-09-13 | btrfs: don't clear uptodate on write errors | Josef Bacik | 2 | -12/+1 |
2023-09-13 | btrfs: file_remove_privs needs an exclusive lock in direct io write | Bernd Schubert | 1 | -2/+14 |
2023-09-13 | btrfs: convert btrfs_read_merkle_tree_page() to use a folio | Matthew Wilcox (Oracle) | 1 | -33/+31 |
2023-09-12 | Merge tag 'for-6.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 9 | -64/+128 |
2023-09-08 | MAINTAINERS: remove links to obsolete btrfs.wiki.kernel.org | Bhaskar Chowdhury | 1 | -1/+1 |
2023-09-08 | btrfs: assert delayed node locked when removing delayed item | Filipe Manana | 1 | -4/+8 |
2023-09-08 | btrfs: remove BUG() after failure to insert delayed dir index item | Filipe Manana | 1 | -27/+47 |
2023-09-08 | btrfs: improve error message after failure to add delayed dir index item | Filipe Manana | 1 | -3/+4 |
2023-09-08 | btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folio | Qu Wenruo | 1 | -6/+8 |
2023-09-08 | btrfs: check for BTRFS_FS_ERROR in pending ordered assert | Josef Bacik | 1 | -1/+1 |
2023-09-08 | btrfs: fix lockdep splat and potential deadlock after failure running delayed... | Filipe Manana | 1 | -3/+16 |
2023-09-08 | btrfs: do not block starts waiting on previous transaction commit | Josef Bacik | 4 | -20/+30 |
2023-09-08 | btrfs: release path before inode lookup during the ino lookup ioctl | Filipe Manana | 1 | -1/+7 |
2023-09-08 | btrfs: fix race between finishing block group creation and its item update | Filipe Manana | 1 | -2/+10 |
2023-08-30 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+0 |
2023-08-28 | Merge tag 'for-6.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 44 | -1617/+2259 |
2023-08-28 | Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -3/+3 |
2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 10 | -92/+44 |
2023-08-25 | minmax: add in_range() macro | Matthew Wilcox (Oracle) | 1 | -2/+0 |
2023-08-22 | btrfs: zoned: skip splitting and logical rewriting on pre-alloc write | Naohiro Aota | 1 | -4/+15 |
2023-08-21 | btrfs: tests: test invalid splitting when skipping pinned drop extent_map | Josef Bacik | 1 | -0/+138 |
2023-08-21 | btrfs: tests: add a test for btrfs_add_extent_mapping | Josef Bacik | 1 | -0/+56 |
2023-08-21 | btrfs: tests: add extent_map tests for dropping with odd layouts | Josef Bacik | 1 | -0/+218 |
2023-08-21 | btrfs: scrub: move write back of repaired sectors to scrub_stripe_read_repair... | Qu Wenruo | 1 | -47/+25 |
2023-08-21 | btrfs: scrub: don't go ordered workqueue for dev-replace | Qu Wenruo | 1 | -7/+3 |
2023-08-21 | btrfs: scrub: fix grouping of read IO | Qu Wenruo | 1 | -25/+71 |
2023-08-21 | btrfs: scrub: avoid unnecessary csum tree search preparing stripes | Qu Wenruo | 4 | -27/+46 |
2023-08-21 | btrfs: scrub: avoid unnecessary extent tree search preparing stripes | Qu Wenruo | 1 | -12/+29 |
2023-08-21 | btrfs: copy dir permission and time when creating a stub subvolume | Lee Trager | 1 | -5/+7 |
2023-08-21 | btrfs: remove pointless empty list check when reading delayed dir indexes | Filipe Manana | 1 | -3/+0 |
2023-08-21 | btrfs: drop redundant check to use fs_devices::metadata_uuid | Anand Jain | 1 | -10/+5 |
2023-08-21 | btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super | Anand Jain | 1 | -5/+3 |
2023-08-21 | btrfs: use the correct superblock to compare fsid in btrfs_validate_super | Anand Jain | 1 | -3/+2 |
2023-08-21 | btrfs: simplify memcpy either of metadata_uuid or fsid | Anand Jain | 1 | -9/+2 |
2023-08-21 | btrfs: add a helper to read the superblock metadata_uuid | Anand Jain | 2 | -0/+9 |
2023-08-21 | btrfs: remove v0 extent handling | Qu Wenruo | 6 | -50/+43 |
2023-08-21 | btrfs: output extra debug info if we failed to find an inline backref | Qu Wenruo | 1 | -0/+5 |
2023-08-21 | btrfs: move the !zoned assert into run_delalloc_cow | Christoph Hellwig | 1 | -8/+7 |
2023-08-21 | btrfs: consolidate the error handling in run_delalloc_nocow | Christoph Hellwig | 1 | -7/+2 |
2023-08-21 | btrfs: cleanup the COW fallback logic in run_delalloc_nocow | Christoph Hellwig | 1 | -25/+22 |
2023-08-21 | btrfs: fix error handling when in a COW window in run_delalloc_nocow | Christoph Hellwig | 1 | -10/+12 |
2023-08-21 | btrfs: zoned: do not zone finish data relocation block group | Naohiro Aota | 2 | -23/+36 |
2023-08-21 | btrfs: set page extent mapped after read_folio in relocate_one_page | Josef Bacik | 1 | -3/+9 |
2023-08-21 | btrfs: wait on uncached block groups on every allocation loop | Josef Bacik | 2 | -52/+22 |