summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-06-29ovl: handle idmapped mounts in ovl_set_acl()Christian Brauner1-3/+3
2026-06-29ovl: handle idmapped mounts in ovl_getattr()Christian Brauner1-0/+8
2026-06-29ovl: handle idmapped mounts in ovl_setattr()Christian Brauner1-1/+9
2026-06-29ovl: handle idmapped mounts in ovl_permission()Christian Brauner1-1/+1
2026-06-29ovl: handle idmapped mounts in ovl_create_object() and ovl_tmpfile()Christian Brauner1-8/+8
2026-06-29fs: look up the superblock via the device table in user_get_super()Christian Brauner1-20/+8
2026-06-29super: make fs_holder_ops privateChristian Brauner1-2/+1
2026-06-29f2fs: open via dedicated fs bdev helpersChristian Brauner1-3/+3
2026-06-29erofs: open via dedicated fs bdev helpersChristian Brauner1-12/+23
2026-06-29fs: tolerate per-superblock freeze errors on shared devicesChristian Brauner1-3/+20
2026-06-29fs: look up superblocks via the device table in fs_holder_opsChristian Brauner2-138/+137
2026-06-29ext4: open via dedicated fs bdev helpersChristian Brauner1-6/+6
2026-06-29btrfs: open via dedicated fs bdev helpersChristian Brauner1-9/+20
2026-06-29xfs: port to fs_bdev_file_open_by_path()Christian Brauner2-6/+6
2026-06-29fs: add dedicated block device open helpers for filesystemsChristian Brauner3-10/+148
2026-06-29fs: maintain a global device-to-superblock tableChristian Brauner3-2/+103
2026-06-29ocfs2: don't reset s_dev on dismountChristian Brauner1-1/+0
2026-06-29ext4: use anonymous devices for KUnit test superblocksChristian Brauner2-14/+4
2026-06-29super: take lock after last reference countChristian Brauner1-35/+28
2026-06-29super: convert s_count to refcount_t s_passiveChristian Brauner1-9/+9
2026-06-29btrfs: deny freezing devices undergoing a replaceChristian Brauner3-14/+72
2026-06-29btrfs: deny freezing a device while it is being addedChristian Brauner2-5/+43
2026-06-29btrfs: deny freezing a device while it is being removedChristian Brauner3-2/+23
2026-06-29fs: Add bpf_sock_read_xattr() kfunc to read socket xattrsChristian Brauner1-0/+37
2026-06-29efs: Remove EFSMatthew Wilcox (Oracle)11-1170/+0
2026-06-29fs: Free any excess xarray nodes in clear_inode()Matthew Wilcox (Oracle)1-13/+10
2026-06-29fs/super: skip non-memcg-aware nr_cached_objects in memcg slab shrinkUsama Arif1-2/+17
2026-06-29fs: nullfs should include mount.hBen Dooks1-0/+2
2026-06-29iomap: always return status from iomap_write_iterBrian Foster1-3/+1
2026-06-29xfs: fix AGFL extent count calculation in xrep_agfl_filljiazhenyuan1-1/+1
2026-06-29xfs: simplify the failure path in xfs_buf_alloc_vmallocChristoph Hellwig1-4/+3
2026-06-29xfs: fix incorrect use of gfp flags in xfs_buf_alloc_backing_memChristoph Hellwig1-26/+23
2026-06-29xfs: lift setting __GFP_NOFAIL from xfs_buf_alloc_kmem to the callerChristoph Hellwig1-2/+2
2026-06-29xfs: split up xfs_buf_alloc_backing_memChristoph Hellwig1-21/+40
2026-06-28debugfs: Fix lockdown check for mmap_prepareChun-Yi Lee1-1/+2
2026-06-27Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds4-216/+233
2026-06-26Merge tag 'ceph-for-7.2-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds11-102/+1037
2026-06-26Merge tag 'gfs2-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds5-15/+57
2026-06-26Merge tag 'ecryptfs-7.2-rc1-updates' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-28/+12
2026-06-26Merge tag 'v7.2-rc-part2-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds11-445/+1317
2026-06-25Merge tag 'v7.2-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds9-41/+117
2026-06-25Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-2/+11
2026-06-25afs: Fix uncancelled rxrpc OOB message handlerDavid Howells2-2/+6
2026-06-25afs: Fix further netns teardown to cancel the preallocation chargerDavid Howells1-0/+5
2026-06-25ntfs: avoid stale runlist element dereference in MFT writebackCen Zhang1-2/+6
2026-06-24cifs: define variable sized buffer for querydir responsesShyam Prasad N4-3/+17
2026-06-24smb/client: do not account EOF extension as allocationHuiwen He1-3/+10
2026-06-24Merge tag 'ntfs3_for_7.2' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds13-302/+590
2026-06-24smb/client: preserve errors from smb2_set_sparse()Huiwen He1-15/+15
2026-06-24smb: client: Fix next buffer leak in receive_encrypted_standard()Haoxiang Li1-4/+6