summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-06-29nullfs: make nullfs multi-instanceChristian Brauner
2026-06-29pnfs/blocklayout: use scoped_with_init_fs() for SCSI device lookupChristian Brauner
2026-06-29ksmbd: use scoped_with_init_fs() for VFS path operationsChristian Brauner
2026-06-29ksmbd: use scoped_with_init_fs() for filesystem info path lookupChristian Brauner
2026-06-29ksmbd: use scoped_with_init_fs() for share path resolutionChristian Brauner
2026-06-29fs: use scoped_with_init_fs() for kernel_read_file_from_path_initns()Christian Brauner
2026-06-29coredump: use scoped_with_init_fs() for coredump path resolutionChristian Brauner
2026-06-29btrfs: use scoped_with_init_fs() for update_dev_time()Christian Brauner
2026-06-29fs: make userspace_init_fs a dynamically-initialized pointerChristian Brauner
2026-06-29fs: add real_fs to track task's actual fs_structChristian Brauner
2026-06-29fs: notice when init abandons fs sharingChristian Brauner
2026-06-29fs: add switch_fs_struct()Christian Brauner
2026-06-29ovl: document security.capability idmapping on the xattr forward pathsChristian Brauner
2026-06-29ovl: allow idmapping overlay mountsChristian Brauner
2026-06-29ovl: handle idmapped mounts in ovl_set_acl()Christian Brauner
2026-06-29ovl: handle idmapped mounts in ovl_getattr()Christian Brauner
2026-06-29ovl: handle idmapped mounts in ovl_setattr()Christian Brauner
2026-06-29ovl: handle idmapped mounts in ovl_permission()Christian Brauner
2026-06-29ovl: handle idmapped mounts in ovl_create_object() and ovl_tmpfile()Christian Brauner
2026-06-29fs: look up the superblock via the device table in user_get_super()Christian Brauner
2026-06-29super: make fs_holder_ops privateChristian Brauner
2026-06-29f2fs: open via dedicated fs bdev helpersChristian Brauner
2026-06-29erofs: open via dedicated fs bdev helpersChristian Brauner
2026-06-29fs: tolerate per-superblock freeze errors on shared devicesChristian Brauner
2026-06-29fs: look up superblocks via the device table in fs_holder_opsChristian Brauner
2026-06-29ext4: open via dedicated fs bdev helpersChristian Brauner
2026-06-29btrfs: open via dedicated fs bdev helpersChristian Brauner
2026-06-29xfs: port to fs_bdev_file_open_by_path()Christian Brauner
2026-06-29fs: add dedicated block device open helpers for filesystemsChristian Brauner
2026-06-29fs: maintain a global device-to-superblock tableChristian Brauner
2026-06-29ocfs2: don't reset s_dev on dismountChristian Brauner
2026-06-29ext4: use anonymous devices for KUnit test superblocksChristian Brauner
2026-06-29super: take lock after last reference countChristian Brauner
2026-06-29super: convert s_count to refcount_t s_passiveChristian Brauner
2026-06-29btrfs: deny freezing devices undergoing a replaceChristian Brauner
2026-06-29btrfs: deny freezing a device while it is being addedChristian Brauner
2026-06-29btrfs: deny freezing a device while it is being removedChristian Brauner
2026-06-29fs: Add bpf_sock_read_xattr() kfunc to read socket xattrsChristian Brauner
2026-06-29efs: Remove EFSMatthew Wilcox (Oracle)
2026-06-29fs: Free any excess xarray nodes in clear_inode()Matthew Wilcox (Oracle)
2026-06-29fs/super: skip non-memcg-aware nr_cached_objects in memcg slab shrinkUsama Arif
2026-06-29fs: nullfs should include mount.hBen Dooks
2026-06-29iomap: always return status from iomap_write_iterBrian Foster
2026-06-29xfs: fix AGFL extent count calculation in xrep_agfl_filljiazhenyuan
2026-06-29xfs: simplify the failure path in xfs_buf_alloc_vmallocChristoph Hellwig
2026-06-29xfs: fix incorrect use of gfp flags in xfs_buf_alloc_backing_memChristoph Hellwig
2026-06-29xfs: lift setting __GFP_NOFAIL from xfs_buf_alloc_kmem to the callerChristoph Hellwig
2026-06-29xfs: split up xfs_buf_alloc_backing_memChristoph Hellwig
2026-06-28debugfs: Fix lockdown check for mmap_prepareChun-Yi Lee
2026-06-27Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds