summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-04-25Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-24Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-04-24Merge tag 'pull-old-dio' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2023-04-24Merge tag 'pull-write-one-page' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-04-24Merge tag 'erofs-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-24Merge tag 'v6.4/vfs.open' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-04-24Merge tag 'v6.4/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-04-24Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-04-24Merge tag 'v6.4/pidfd.file' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-24Merge tag 'lsm-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-22Merge tag '6.3-rc7-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-04-21Merge tag 'for-6.3-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-20fuse_dev_ioctl(): switch to fdget()Al Viro
2023-04-20build_mount_idmapped(): switch to fdget()Al Viro
2023-04-20kill the last remaining user of proc_ns_fget()Al Viro
2023-04-21btrfs: reinterpret async discard iops_limit=0 as no delayBoris Burkov
2023-04-21btrfs: set default discard iops_limit to 1000Boris Burkov
2023-04-19Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds
2023-04-18cifs: Reapply lost fix from commit 30b2b2196d6eDavid Howells
2023-04-18cifs: Fix unbuffered readDavid Howells
2023-04-18nilfs2: initialize unused bytes in segment summary blocksRyusuke Konishi
2023-04-16cifs: avoid dup prefix path in dfs_get_automount_devname()Paulo Alcantara
2023-04-16Revert "userfaultfd: don't fail on unrecognized features"Peter Xu
2023-04-16writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li
2023-04-17erofs: cleanup i_format-related stuffsGao Xiang
2023-04-17erofs: sunset erofs_dbg()Gao Xiang
2023-04-17erofs: fix potential overflow calculating xattr_isizeJingbo Xu
2023-04-17erofs: get rid of z_erofs_fill_inode()Gao Xiang
2023-04-17erofs: enable long extended attribute name prefixesJingbo Xu
2023-04-17erofs: handle long xattr name prefixes properlyJingbo Xu
2023-04-17erofs: add helpers to load long xattr name prefixesJingbo Xu
2023-04-17erofs: introduce on-disk format for long xattr name prefixesJingbo Xu
2023-04-17erofs: move packed inode out of the compression partJingbo Xu
2023-04-17erofs: keep meta inode into erofs_bufGao Xiang
2023-04-17erofs: initialize packed inode after root inode is assignedJingbo Xu
2023-04-17erofs: stop parsing non-compact HEAD index if clusterofs is invalidGao Xiang
2023-04-17erofs: don't warn ztailpacking feature anymoreYue Hu
2023-04-17erofs: simplify erofs_xattr_generic_get()Jingbo Xu
2023-04-17erofs: rename init_inode_xattrs with erofs_ prefixJingbo Xu
2023-04-17erofs: move several xattr helpers into xattr.cJingbo Xu
2023-04-17erofs: tidy up EROFS on-disk namingGao Xiang
2023-04-17erofs: support flattened block device for multi-blob imagesJia Zhu
2023-04-17erofs: set block size to the on-disk block sizeJingbo Xu
2023-04-17erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu
2023-04-16Merge tag '6.3-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbdLinus Torvalds