summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-07btrfs: check snapshot_force_cow earlier in can_nocow_file_extent()Chen Guan Jie-5/+5
2026-04-07btrfs: do not mark inode incompressible after inline attempt failsQu Wenruo-0/+6
2026-04-07btrfs: remove folio parameter from ordered io related functionsQu Wenruo-45/+30
2026-04-07btrfs: remove the btrfs_inode parameter from btrfs_remove_ordered_extent()Qu Wenruo-6/+5
2026-04-07btrfs: remove out-of-date comments in btree_writepages()Qu Wenruo-30/+4
2026-04-07btrfs: remove bogus root search condition in load_extent_tree_free()Filipe Manana-2/+1
2026-04-07btrfs: remove duplicate include of delayed-inode.h in disk-io.cChen Ni-1/+0
2026-04-07btrfs: pass literal booleans to functions that take boolean argumentsFilipe Manana-28/+26
2026-04-07btrfs: remove pointless out label in qgroup_account_snapshot()Filipe Manana-9/+8
2026-04-07btrfs: rename btrfs_csum_file_blocks() to btrfs_insert_data_csums()Qu Wenruo-10/+10
2026-04-07btrfs: make add_pending_csums() to take an ordered extent as parameterQu Wenruo-5/+7
2026-04-07btrfs: rename btrfs_ordered_extent::list to csum_listQu Wenruo-14/+13
2026-04-07btrfs: change return type of cache_save_setup to voidJohannes Thumshirn-10/+7
2026-04-07btrfs: avoid starting new transaction and commit in relocate_block_group()Filipe Manana-6/+1
2026-04-07btrfs: remove redundant extent_buffer_uptodate() checks after read_tree_block()Filipe Manana-48/+6
2026-04-07btrfs: use the helper extent_buffer_uptodate() everywhereFilipe Manana-4/+4
2026-04-07btrfs: zoned: add zone reclaim flush state for DATA space_infoJohannes Thumshirn-0/+23
2026-04-07btrfs: zoned: move partially zone_unusable block groups to reclaim listJohannes Thumshirn-0/+18
2026-04-07btrfs: zoned: cap delayed refs metadata reservation to avoid overcommitJohannes Thumshirn-0/+36
2026-04-07btrfs: remove duplicated eb uptodate check in btrfs_buffer_uptodate()Filipe Manana-2/+1
2026-04-07btrfs: fix the inline compressed extent check in inode_need_compress()Qu Wenruo-1/+2
2026-04-07btrfs: set written super flag once in write_all_supers()Filipe Manana-4/+2
2026-04-07btrfs: remove max_mirrors argument from write_all_supers()Filipe Manana-18/+12
2026-04-07btrfs: tag error branches as unlikely during super block writesFilipe Manana-14/+13
2026-04-07btrfs: abort transaction on error in write_all_supers()Filipe Manana-11/+10
2026-04-07btrfs: pass transaction handle to write_all_supers()Filipe Manana-4/+5
2026-04-07btrfs: mark all error and warning checks as unlikely in btrfs_validate_super()Filipe Manana-39/+39
2026-04-07btrfs: update comment for BTRFS_RESERVE_NO_FLUSHFilipe Manana-1/+18
2026-04-07btrfs: don't allow log trees to consume global reserve or overcommit metadataFilipe Manana-0/+25
2026-04-07btrfs: be less aggressive with metadata overcommit when we can do full flushingFilipe Manana-3/+3
2026-04-07btrfs: use per-profile available space in calc_available_free_space()Qu Wenruo-12/+15
2026-04-07btrfs: update per-profile available estimationQu Wenruo-1/+19
2026-04-07btrfs: introduce the device layout aware per-profile available spaceQu Wenruo-0/+198
2026-04-07btrfs: zoned: remove redundant space_info lock and variable in do_allocation_...Jiasheng Jiang-6/+2
2026-04-07btrfs: move min sys chunk array size check to validate_sys_chunk_array()Filipe Manana-13/+9
2026-04-07btrfs: remove duplicate system chunk array max size overflow checkFilipe Manana-6/+0
2026-04-07btrfs: pass boolean literals as the last argument to inc_block_group_ro()Filipe Manana-8/+8
2026-04-07btrfs: tests: zoned: add tests cases for zoned codeNaohiro Aota-0/+695
2026-04-07landlock: Document fallocate(2) as another truncation corner caseGünther Noack-2/+6
2026-04-07landlock: Document FS access right for pathname UNIX socketsGünther Noack-1/+13
2026-04-07selftests/landlock: Simplify ruleset creation and enforcement in fs_testGünther Noack-611/+210
2026-04-07selftests/landlock: Check that coredump sockets stay unrestrictedGünther Noack-0/+143
2026-04-07selftests/landlock: Audit test for LANDLOCK_ACCESS_FS_RESOLVE_UNIXGünther Noack-0/+40
2026-04-07selftests/landlock: Test LANDLOCK_ACCESS_FS_RESOLVE_UNIXGünther Noack-16/+374
2026-04-07selftests/landlock: Replace access_fs_16 with ACCESS_ALL in fs_testGünther Noack-37/+17
2026-04-07samples/landlock: Add support for named UNIX domain socket restrictionsGünther Noack-3/+9
2026-04-07landlock: Clarify BUILD_BUG_ON check in scoping logicGünther Noack-6/+12
2026-04-07landlock: Control pathname UNIX domain socket resolution by pathGünther Noack-9/+200
2026-04-07landlock: Use mem_is_zero() in is_layer_masks_allowed()Günther Noack-1/+1
2026-04-07lsm: Add LSM hook security_unix_findJustin Suess-3/+43