aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-04-08hfsplus: fix logic of alloc/free b-tree nodeViacheslav Dubeyko1-0/+3
2026-04-08hfsplus: fix error processing issue in hfs_bmap_free()Viacheslav Dubeyko1-5/+9
2026-04-08hfsplus: fix potential race conditions in b-tree functionalityViacheslav Dubeyko4-8/+18
2026-04-08tracefs: Fix default permissions not being applied on initial mountDavid Carlier1-0/+1
2026-04-08mm: add gpu active/reclaim per-node stat counters (v2)Dave Airlie1-0/+6
2026-04-07smb: client: fix OOB reads parsing symlink error responseGreg Kroah-Hartman1-8/+12
2026-04-07smb: client: fix off-by-8 bounds check in check_wsl_eas()Greg Kroah-Hartman1-1/+1
2026-04-07gfs2: prevent NULL pointer dereference during unmountAndreas Gruenbacher1-2/+3
2026-04-07gfs2: hide error messages after withdrawAndreas Gruenbacher1-1/+1
2026-04-07gfs2: wait for withdraw earlier during unmountAndreas Gruenbacher1-2/+3
2026-04-07gfs2: inode directory consistency checksAndreas Gruenbacher3-2/+7
2026-04-07gfs2: gfs2_log_flush withdraw fixesAndreas Gruenbacher1-8/+17
2026-04-07gfs2: add some missing log lockingAndreas Gruenbacher1-8/+20
2026-04-07gfs2: fix address space truncation during withdrawAndreas Gruenbacher2-19/+39
2026-04-07gfs2: drain ail under sd_log_flush_lockAndreas Gruenbacher1-2/+1
2026-04-07fs/resctrl: Add missing return value descriptionsReinette Chatre2-0/+8
2026-04-07btrfs: btrfs_log_dev_io_error() on all bio errorsBoris Burkov1-2/+10
2026-04-07btrfs: fix silent IO error loss in encoded writes and zoned splitMichal Grzedzicki2-2/+2
2026-04-07btrfs: skip clearing EXTENT_DEFRAG for NOCOW ordered extentsDave Chen1-3/+7
2026-04-07btrfs: use BTRFS_FS_UPDATE_UUID_TREE_GEN flag for UUID tree rescan checkDave Chen1-1/+1
2026-04-07btrfs: remove duplicate journal_info reset on failure to commit transactionFilipe Manana1-2/+0
2026-04-07btrfs: tag as unlikely if statements that check for fs in error stateFilipe Manana10-16/+16
2026-04-07Merge tag 'mm-hotfixes-stable-2026-04-06-15-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+10
2026-04-07btrfs: fix double free in create_space_info() error pathGuangshuo Li1-1/+1
2026-04-07btrfs: fix double free in create_space_info_sub_group() error pathGuangshuo Li1-3/+1
2026-04-07btrfs: do not reject a valid running dev-replaceQu Wenruo1-1/+6
2026-04-07btrfs: only invalidate btree inode pages after all ebs are releasedQu Wenruo1-7/+7
2026-04-07btrfs: prevent direct reclaim during compressed readaheadJP Kobryn (Meta)6-18/+45
2026-04-07btrfs: replace BUG_ON() with error return in cache_save_setup()Teng Liu1-1/+7
2026-04-07btrfs: zstd: don't cache sectorsize in a local variableDavid Sterba1-8/+4
2026-04-07btrfs: zlib: don't cache sectorsize in a local variableDavid Sterba1-5/+3
2026-04-07btrfs: zlib: drop redundant folio address variableDavid Sterba1-7/+3
2026-04-07btrfs: lzo: inline read/write length helpersDavid Sterba1-22/+6
2026-04-07btrfs: use common eb range validation in read_extent_buffer_to_user_nofault()David Sterba1-2/+2
2026-04-07btrfs: read eb folio index right before loopsDavid Sterba1-9/+10
2026-04-07btrfs: rename local variable for offset in folioDavid Sterba1-4/+4
2026-04-07btrfs: unify types for binary search variablesDavid Sterba1-1/+1
2026-04-07btrfs: remove duplicate calculation of eb offset in btrfs_bin_search()David Sterba1-1/+0
2026-04-07btrfs: tree-checker: add remap-tree checks to check_block_group_item()Mark Harmstone1-0/+41
2026-04-07btrfs: make btrfs_free_log() and btrfs_free_log_root_tree() return voidFilipe Manana2-8/+4
2026-04-07btrfs: fix deadlock between reflink and transaction commit when using flushoncommitFilipe Manana1-0/+45
2026-04-07btrfs: tree-checker: check remap-tree flags in btrfs_check_chunk_valid()Mark Harmstone1-0/+14
2026-04-07btrfs: tree-checker: add checker for items in remap treeMark Harmstone1-0/+70
2026-04-07btrfs: fix unnecessary flush on close when truncating zero-sized filesDave Chen1-1/+1
2026-04-07btrfs: move shutdown and remove_bdev callbacks out of experimental featuresQu Wenruo2-6/+0
2026-04-07btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-leakYochai Eisenrich1-2/+3
2026-04-07btrfs: avoid taking the device_list_mutex in btrfs_run_dev_stats()Filipe Manana1-0/+30
2026-04-07btrfs: avoid GFP_ATOMIC allocations in qgroup free pathsLeo Martins3-3/+28
2026-04-07btrfs: decrease indentation of find_free_extent_update_loopJohannes Thumshirn1-54/+55
2026-04-07btrfs: unexport btrfs_qgroup_reserve_meta()Filipe Manana3-6/+3