summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge tag 'trace-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-01-232-6/+15
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | eventfs: Save directory inodes in the eventfs_inode structureSteven Rostedt (Google)2024-01-232-6/+15
| |/ / / /
* | | | | Revert "btrfs: zstd: fix and simplify the inline extent decompression"Linus Torvalds2024-01-222-23/+54
* | | | | Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-2216-186/+176
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | btrfs: scrub: limit RST scrub to chunk boundaryQu Wenruo2024-01-181-0/+7
| * | | | btrfs: scrub: avoid use-after-free when chunk length is not 64K alignedQu Wenruo2024-01-181-7/+22
| * | | | btrfs: don't unconditionally call folio_start_writeback in subpageJosef Bacik2024-01-181-1/+2
| * | | | btrfs: use the original mount's mount options for the legacy reconfigureJosef Bacik2024-01-181-0/+8
| * | | | btrfs: don't warn if discard range is not aligned to sectorDavid Sterba2024-01-181-1/+2
| * | | | btrfs: tree-checker: fix inline ref size in error messagesChung-Chiang Cheng2024-01-181-1/+1
| * | | | btrfs: zstd: fix and simplify the inline extent decompressionQu Wenruo2024-01-182-54/+23
| * | | | btrfs: lzo: fix and simplify the inline extent decompressionQu Wenruo2024-01-182-26/+10
| * | | | btrfs: zlib: fix and simplify the inline extent decompressionQu Wenruo2024-01-183-62/+36
| * | | | btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo2024-01-121-0/+4
| * | | | btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...Omar Sandoval2024-01-121-9/+13
| * | | | btrfs: don't abort filesystem when attempting to snapshot deleted subvolumeOmar Sandoval2024-01-121-0/+3
| * | | | btrfs: zoned: fix lock ordering in btrfs_zone_activate()Naohiro Aota2024-01-121-6/+2
| * | | | btrfs: fix unbalanced unlock of mapping_tree_lockNaohiro Aota2024-01-121-2/+0
| * | | | btrfs: ref-verify: free ref cache before clearing mount optFedor Pchelkin2024-01-121-2/+4
| * | | | btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()Dmitry Antipov2024-01-121-2/+2
| * | | | btrfs: zoned: optimize hint byte for zoned allocatorNaohiro Aota2024-01-121-0/+18
| * | | | btrfs: zoned: factor out prepare_allocation_zoned()Naohiro Aota2024-01-121-13/+19
* | | | | Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-2178-1426/+1629
|\ \ \ \ \
| * | | | | bcachefs: Improve inode_to_text()Kent Overstreet2024-01-211-7/+18
| * | | | | bcachefs: logged_ops_format.hKent Overstreet2024-01-212-27/+31
| * | | | | bcachefs: reflink_format.hKent Overstreet2024-01-213-47/+48
| * | | | | bcachefs; extents_format.hKent Overstreet2024-01-212-279/+284
| * | | | | bcachefs: ec_format.hKent Overstreet2024-01-212-16/+20
| * | | | | bcachefs: subvolume_format.hKent Overstreet2024-01-212-32/+36
| * | | | | bcachefs: snapshot_format.hKent Overstreet2024-01-212-33/+37
| * | | | | bcachefs: alloc_background_format.hKent Overstreet2024-01-212-93/+94
| * | | | | bcachefs: xattr_format.hKent Overstreet2024-01-212-15/+20
| * | | | | bcachefs: dirent_format.hKent Overstreet2024-01-212-39/+43
| * | | | | bcachefs: inode_format.hKent Overstreet2024-01-212-164/+167
| * | | | | bcachefs; quota_format.hKent Overstreet2024-01-212-42/+48
| * | | | | bcachefs: sb-counters_format.hKent Overstreet2024-01-212-95/+100
| * | | | | bcachefs: counters.c -> sb-counters.cKent Overstreet2024-01-215-8/+7
| * | | | | bcachefs: comment bch_subvolumeKent Overstreet2024-01-211-0/+3
| * | | | | bcachefs: bch_snapshot::btimeKent Overstreet2024-01-212-0/+3
| * | | | | bcachefs: add missing __GFP_NOWARNKent Overstreet2024-01-211-1/+1
| * | | | | bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet2024-01-2111-23/+24
| * | | | | bcachefs: Prep work for variable size btree node buffersKent Overstreet2024-01-2118-97/+87
| * | | | | bcachefs: grab s_umount only if snapshottingSu Yue2024-01-211-6/+5
| * | | | | bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exitSu Yue2024-01-211-1/+1
| * | | | | bcachefs: bios must be 512 byte alginedKent Overstreet2024-01-211-0/+4
| * | | | | bcachefs: remove redundant variable tmpColin Ian King2024-01-211-3/+1
| * | | | | bcachefs: Improve trace_trans_restart_relockKent Overstreet2024-01-215-24/+44
| * | | | | bcachefs: Fix excess transaction restarts in __bchfs_fallocate()Kent Overstreet2024-01-214-16/+35
| * | | | | bcachefs: extents_to_bp_stateKent Overstreet2024-01-211-48/+41
| * | | | | bcachefs: bkey_and_val_eq()Kent Overstreet2024-01-211-3/+8