summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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-27Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2026-06-26Merge tag 'ceph-for-7.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-06-26Merge tag 'gfs2-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2026-06-26Merge tag 'ecryptfs-7.2-rc1-updates' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-06-26Merge tag 'v7.2-rc-part2-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-06-25Merge tag 'v7.2-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds
2026-06-25Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-06-25afs: Fix uncancelled rxrpc OOB message handlerDavid Howells
2026-06-25afs: Fix further netns teardown to cancel the preallocation chargerDavid Howells
2026-06-25ntfs: avoid stale runlist element dereference in MFT writebackCen Zhang
2026-06-24cifs: define variable sized buffer for querydir responsesShyam Prasad N
2026-06-24smb/client: do not account EOF extension as allocationHuiwen He