summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-09-04Merge tag 'vfs-6.11-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-04Merge tag 'mm-hotfixes-stable-2024-09-03-20-19' of git://git.kernel.org/pub/s...Linus Torvalds
2024-09-04jfs: Fix uninit-value access of new_ea in ea_bufferZhao Mengmeng
2024-09-04fuse: allow idmapped mountsAlexander Mikhalitsyn
2024-09-04fuse: warn if fuse_access is called when idmapped mounts are allowedAlexander Mikhalitsyn
2024-09-04fuse: handle idmappings properly in ->write_iter()Alexander Mikhalitsyn
2024-09-04fuse: support idmapped ->rename opAlexander Mikhalitsyn
2024-09-04fuse: support idmapped ->set_aclAlexander Mikhalitsyn
2024-09-04fuse: drop idmap argument from __fuse_get_aclAlexander Mikhalitsyn
2024-09-04fuse: support idmapped ->setattr opAlexander Mikhalitsyn
2024-09-04fuse: support idmapped ->permission inode opAlexander Mikhalitsyn
2024-09-04fuse: support idmapped getattr inode opAlexander Mikhalitsyn
2024-09-04fuse: support idmap for mkdir/mknod/symlink/create/tmpfileAlexander Mikhalitsyn
2024-09-04fuse: support idmapped FUSE_EXT_GROUPSAlexander Mikhalitsyn
2024-09-04fuse: add an idmap argument to fuse_simple_requestAlexander Mikhalitsyn
2024-09-04fuse: add basic infrastructure to support idmappingsAlexander Mikhalitsyn
2024-09-04namespace: introduce SB_I_NOIDMAP flagAlexander Mikhalitsyn
2024-09-04proc: Add nbcon support for /proc/consolesJohn Ogness
2024-09-04proc: consoles: Add notation to c_start/c_stopJohn Ogness
2024-09-04mm: use ARCH_PKEY_BITS to define VM_PKEY_BITNJoey Gouly
2024-09-03x86: remove PG_uncachedMatthew Wilcox (Oracle)
2024-09-03mm: rename PG_mappedtodisk to PG_owner_2Matthew Wilcox (Oracle)
2024-09-03mm: introduce page_mapcount_is_type()Matthew Wilcox (Oracle)
2024-09-03ext4: convert EXT4_B2C(sbi->s_stripe) users to EXT4_NUM_B2COjaswin Mujoo
2024-09-03ext4: check stripe size compatibility on remount as wellOjaswin Mujoo
2024-09-03ext4: fix i_data_sem unlock order in ext4_ind_migrate()Artem Sadovnikov
2024-09-03ext4: remove the special buffer dirty handling in do_journal_get_write_accessShida Zhang
2024-09-03ext4: fix a potential assertion failure due to improperly dirtied bufferShida Zhang
2024-09-03ext4: hoist ext4_block_write_begin and replace the __block_write_beginShida Zhang
2024-09-03ext4: persist the new uptodate buffers in ext4_journalled_zero_new_buffersShida Zhang
2024-09-03ext4: dax: keep orphan list before truncate overflow allocated blocksyangerkun
2024-09-03ext4: fix error message when rejecting the default hashGabriel Krisman Bertazi
2024-09-03ext4: save unnecessary indentation in ext4_ext_create_new_leaf()Baokun Li
2024-09-03ext4: make some fast commit functions reuse extents pathBaokun Li
2024-09-03ext4: refactor ext4_swap_extents() to reuse extents pathBaokun Li
2024-09-03ext4: get rid of ppath in convert_initialized_extent()Baokun Li
2024-09-03ext4: get rid of ppath in ext4_ext_handle_unwritten_extents()Baokun Li
2024-09-03ext4: get rid of ppath in ext4_ext_convert_to_initialized()Baokun Li
2024-09-03ext4: get rid of ppath in ext4_convert_unwritten_extents_endio()Baokun Li
2024-09-03ext4: get rid of ppath in ext4_split_convert_extents()Baokun Li
2024-09-03ext4: get rid of ppath in ext4_split_extent()Baokun Li
2024-09-03ext4: get rid of ppath in ext4_force_split_extent_at()Baokun Li
2024-09-03ext4: get rid of ppath in ext4_split_extent_at()Baokun Li
2024-09-03ext4: get rid of ppath in ext4_ext_insert_extent()Baokun Li
2024-09-03ext4: get rid of ppath in ext4_ext_create_new_leaf()Baokun Li
2024-09-03ext4: get rid of ppath in get_ext_path()Baokun Li
2024-09-03ext4: get rid of ppath in ext4_find_extent()Baokun Li
2024-09-03ext4: propagate errors from ext4_find_extent() in ext4_insert_range()Baokun Li
2024-09-03ext4: add new ext4_ext_path_brelse() helperBaokun Li
2024-09-03ext4: fix double brelse() the buffer of the extents pathBaokun Li