summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
13 daysovl: allow idmapping overlay mountsChristian Brauner
13 daysovl: handle idmapped mounts in ovl_set_acl()Christian Brauner
13 daysovl: handle idmapped mounts in ovl_getattr()Christian Brauner
13 daysovl: handle idmapped mounts in ovl_setattr()Christian Brauner
13 daysovl: handle idmapped mounts in ovl_permission()Christian Brauner
13 daysovl: handle idmapped mounts in ovl_create_object() and ovl_tmpfile()Christian Brauner
13 daysfs: look up the superblock via the device table in user_get_super()Christian Brauner
13 dayssuper: make fs_holder_ops privateChristian Brauner
13 daysf2fs: open via dedicated fs bdev helpersChristian Brauner
13 dayserofs: open via dedicated fs bdev helpersChristian Brauner
13 daysfs: tolerate per-superblock freeze errors on shared devicesChristian Brauner
13 daysfs: look up superblocks via the device table in fs_holder_opsChristian Brauner
13 daysext4: open via dedicated fs bdev helpersChristian Brauner
13 daysbtrfs: open via dedicated fs bdev helpersChristian Brauner
13 daysxfs: port to fs_bdev_file_open_by_path()Christian Brauner
13 daysfs: add dedicated block device open helpers for filesystemsChristian Brauner
13 daysfs: maintain a global device-to-superblock tableChristian Brauner
13 daysocfs2: don't reset s_dev on dismountChristian Brauner
13 daysext4: use anonymous devices for KUnit test superblocksChristian Brauner
13 dayssuper: take lock after last reference countChristian Brauner
13 dayssuper: convert s_count to refcount_t s_passiveChristian Brauner
13 daysbtrfs: deny freezing devices undergoing a replaceChristian Brauner
13 daysbtrfs: deny freezing a device while it is being addedChristian Brauner
13 daysbtrfs: deny freezing a device while it is being removedChristian Brauner
13 daysfs: Add bpf_sock_read_xattr() kfunc to read socket xattrsChristian Brauner
13 daysefs: Remove EFSMatthew Wilcox (Oracle)
13 daysfs: Free any excess xarray nodes in clear_inode()Matthew Wilcox (Oracle)
13 daysfs/super: skip non-memcg-aware nr_cached_objects in memcg slab shrinkUsama Arif
13 daysfs: nullfs should include mount.hBen Dooks
13 daysiomap: always return status from iomap_write_iterBrian Foster
13 daysxfs: fix AGFL extent count calculation in xrep_agfl_filljiazhenyuan
13 daysxfs: simplify the failure path in xfs_buf_alloc_vmallocChristoph Hellwig
13 daysxfs: fix incorrect use of gfp flags in xfs_buf_alloc_backing_memChristoph Hellwig
13 daysxfs: lift setting __GFP_NOFAIL from xfs_buf_alloc_kmem to the callerChristoph Hellwig
13 daysxfs: split up xfs_buf_alloc_backing_memChristoph Hellwig
13 daysfscrypt: Remove workaround for bug in gcc 7 and earlierEric Biggers
13 daysfscrypt: Simplify handling of errors during initcallEric Biggers
13 daysfscrypt: Remove FSCRYPT_MODE_MAXEric Biggers
13 daysfscrypt: Use lock guards for mutexesEric Biggers
13 daysdebugfs: 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
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