summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ima: Move to LSM infrastructureRoberto Sassu2024-02-1514-200/+83
* integrity: Move integrity_kernel_module_request() to IMARoberto Sassu2024-02-155-37/+44
* security: Introduce key_post_create_or_update hookRoberto Sassu2024-02-154-1/+39
* security: Introduce inode_post_remove_acl hookRoberto Sassu2024-02-154-0/+28
* security: Introduce inode_post_set_acl hookRoberto Sassu2024-02-154-0/+27
* security: Introduce inode_post_create_tmpfile hookRoberto Sassu2024-02-154-0/+24
* security: Introduce path_post_mknod hookRoberto Sassu2024-02-154-0/+26
* security: Introduce file_release hookRoberto Sassu2024-02-154-0/+17
* security: Introduce file_post_open hookRoberto Sassu2024-02-155-0/+32
* security: Introduce inode_post_removexattr hookRoberto Sassu2024-02-154-4/+26
* security: Introduce inode_post_setattr hookRoberto Sassu2024-02-154-0/+26
* security: Align inode_setattr hook definition with EVMRoberto Sassu2024-02-154-4/+8
* evm: Align evm_inode_post_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-153-5/+9
* evm: Align evm_inode_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-153-4/+5
* evm: Align evm_inode_post_setattr() definition with LSM infrastructureRoberto Sassu2024-02-153-4/+8
* ima: Align ima_post_read_file() definition with LSM infrastructureRoberto Sassu2024-02-152-3/+3
* ima: Align ima_inode_removexattr() definition with LSM infrastructureRoberto Sassu2024-02-153-4/+8
* ima: Align ima_inode_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-153-7/+11
* ima: Align ima_file_mprotect() definition with LSM infrastructureRoberto Sassu2024-02-153-5/+8
* ima: Align ima_inode_post_setattr() definition with LSM infrastructureRoberto Sassu2024-02-153-4/+5
* Linux 6.8-rc3v6.8-rc3Linus Torvalds2024-02-041-1/+1
* Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-0411-189/+203
|\
| * ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map typeZhang Yi2024-02-011-29/+3
| * ext4: make ext4_map_blocks() distinguish delalloc only extentZhang Yi2024-02-013-3/+10
| * ext4: add a hole extent entry in cache after punchZhang Yi2024-02-011-2/+4
| * ext4: correct the hole length returned by ext4_map_blocks()Zhang Yi2024-02-011-41/+70
| * ext4: convert to exclusive lock while inserting delalloc extentsZhang Yi2024-02-011-14/+11
| * ext4: refactor ext4_da_map_blocks()Zhang Yi2024-02-011-22/+17
| * ext4: remove 'needed' in trace_ext4_discard_preallocationsKemeng Shi2024-01-182-10/+6
| * ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi2024-01-189-22/+18
| * ext4: remove unused return value of ext4_mb_release_group_paKemeng Shi2024-01-181-4/+2
| * ext4: remove unused return value of ext4_mb_release_inode_paKemeng Shi2024-01-181-3/+1
| * ext4: remove unused return value of ext4_mb_releaseKemeng Shi2024-01-182-4/+2
| * ext4: remove unused ext4_allocation_context::ac_groups_consideredKemeng Shi2024-01-181-1/+0
| * ext4: remove unneeded return value of ext4_mb_release_contextKemeng Shi2024-01-181-2/+1
| * ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*()Kemeng Shi2024-01-181-6/+6
| * ext4: remove unused return value of __mb_check_buddyKemeng Shi2024-01-181-4/+3
| * ext4: mark the group block bitmap as corrupted before reporting an errorBaokun Li2024-01-181-11/+11
| * ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()Baokun Li2024-01-181-5/+4
| * ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()Baokun Li2024-01-181-0/+4
| * ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ...Baokun Li2024-01-181-1/+1
| * ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()Baokun Li2024-01-181-18/+21
| * ext4: regenerate buddy after block freeing failed if under fc replayBaokun Li2024-01-181-0/+20
| * ext4: do not trim the group with corrupted block bitmapBaokun Li2024-01-181-0/+3
| * ext4: fix double-free of blocks due to wrong extents moved_lenBaokun Li2024-01-181-4/+2
* | Merge tag 'v6.8-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-02-044-8/+31
|\ \
| * | smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara2024-02-012-3/+3
| * | cifs: failure to add channel on iface should bump up weightShyam Prasad N2024-02-011-0/+2
| * | cifs: do not search for channel if server is terminatingShyam Prasad N2024-02-012-1/+5
| * | cifs: avoid redundant calls to disable multichannelShyam Prasad N2024-02-011-1/+1