summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* security: Introduce inode_post_remove_acl hookRoberto Sassu2024-02-151-0/+1
* security: Introduce inode_post_set_acl hookRoberto Sassu2024-02-151-0/+1
* security: Introduce inode_post_create_tmpfile hookRoberto Sassu2024-02-151-0/+1
* security: Introduce path_post_mknod hookRoberto Sassu2024-02-151-0/+5
* security: Introduce file_release hookRoberto Sassu2024-02-151-0/+1
* security: Introduce file_post_open hookRoberto Sassu2024-02-152-0/+8
* security: Introduce inode_post_removexattr hookRoberto Sassu2024-02-151-4/+5
* security: Introduce inode_post_setattr hookRoberto Sassu2024-02-151-0/+1
* evm: Align evm_inode_post_setattr() definition with LSM infrastructureRoberto Sassu2024-02-151-1/+1
* ima: Align ima_inode_post_setattr() definition with LSM infrastructureRoberto Sassu2024-02-151-1/+1
* Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-0410-182/+199
|\
| * 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-181-3/+2
| * 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
| * | cifs: make sure that channel scaling is done only onceShyam Prasad N2024-01-312-3/+20
* | | Merge tag 'xfs-6.8-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-02-048-33/+33
|\ \ \
| * | | xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong2024-01-307-30/+30
| * | | xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn2024-01-291-3/+3
| |/ /
* | | Merge tag 'trace-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-02-023-522/+191
|\ \ \
| * | | eventfs: Keep all directory links at 1Steven Rostedt (Google)2024-02-011-4/+10
| * | | eventfs: Remove fsnotify*() functions from lookup()Steven Rostedt (Google)2024-02-011-2/+0
| * | | eventfs: Restructure eventfs_inode structure to be more condensedSteven Rostedt (Google)2024-02-011-15/+12
| * | | eventfs: Warn if an eventfs_inode is freed without is_freed being setSteven Rostedt (Google)2024-02-011-4/+14
| * | | eventfs: Get rid of dentry pointers without refcountsLinus Torvalds2024-02-012-177/+78
| * | | eventfs: Clean up dentry ops and add revalidate functionLinus Torvalds2024-02-013-13/+22