summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-04-16erofs: sunset erofs_dbg()Gao Xiang5-19/+3
2023-04-16erofs: fix potential overflow calculating xattr_isizeJingbo Xu1-1/+1
2023-04-16erofs: get rid of z_erofs_fill_inode()Gao Xiang3-24/+8
2023-04-16erofs: enable long extended attribute name prefixesJingbo Xu3-1/+11
2023-04-16erofs: handle long xattr name prefixes properlyJingbo Xu1-12/+56
2023-04-16erofs: add helpers to load long xattr name prefixesJingbo Xu4-3/+73
2023-04-16erofs: introduce on-disk format for long xattr name prefixesJingbo Xu1-1/+15
2023-04-16erofs: move packed inode out of the compression partJingbo Xu2-4/+2
2023-04-16erofs: keep meta inode into erofs_bufGao Xiang6-18/+28
2023-04-16erofs: initialize packed inode after root inode is assignedJingbo Xu2-11/+12
2023-04-16erofs: stop parsing non-compact HEAD index if clusterofs is invalidGao Xiang1-0/+4
2023-04-16erofs: don't warn ztailpacking feature anymoreYue Hu1-2/+0
2023-04-16erofs: simplify erofs_xattr_generic_get()Jingbo Xu1-14/+3
2023-04-16erofs: rename init_inode_xattrs with erofs_ prefixJingbo Xu1-3/+3
2023-04-16erofs: move several xattr helpers into xattr.cJingbo Xu2-42/+29
2023-04-16erofs: tidy up EROFS on-disk namingGao Xiang2-142/+119
2023-04-16erofs: support flattened block device for multi-blob imagesJia Zhu3-3/+11
2023-04-16erofs: set block size to the on-disk block sizeJingbo Xu4-28/+35
2023-04-16erofs: avoid hardcoded blocksize for subpage block supportJingbo Xu13-130/+135
2023-04-09Merge tag '6.3-rc5-smb3-cifs-client-fixes' of git://git.samba.org/sfrench/cif...Linus Torvalds4-8/+12
2023-04-08Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...Linus Torvalds6-12/+59
2023-04-07Merge tag '6.3-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-79/+140
2023-04-07cifs: double lock in cifs_reconnect_tcon()Dan Carpenter1-1/+1
2023-04-06nilfs2: fix sysfs interface lifetimeRyusuke Konishi2-5/+9
2023-04-06nilfs2: initialize "struct nilfs_binfo_dat"->bi_pad fieldTetsuo Handa2-0/+2
2023-04-06nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()Ryusuke Konishi1-2/+1
2023-04-06fsdax: force clear dirty mark if CoWShiyang Ruan1-0/+37
2023-04-05cifs: sanitize paths in cifs_update_super_prepath.Thiago Rafael Becker3-7/+11
2023-04-04Merge tag 'nfsd-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds4-10/+11
2023-04-04NFSD: callback request does not use correct credential for AUTH_SYSDai Ngo1-2/+2
2023-04-04NFS: Remove "select RPCSEC_GSS_KRB5Chuck Lever1-1/+0
2023-04-03Merge tag 'vfs.misc.fixes.v6.3-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-04-03ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdrNamjae Jeon4-37/+111
2023-04-03ksmbd: delete asynchronous work from listNamjae Jeon4-20/+28
2023-04-02Merge tag 'for-6.3-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-26/+107
2023-04-02Merge tag '6.3-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-10/+26
2023-04-01nfsd: call op_release, even when op_func returns an errorJeff Layton2-6/+6
2023-04-01NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGALChuck Lever1-1/+3
2023-03-31Merge tag 'nfs-for-6.3-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-3/+2
2023-03-31fs: drop peer group ids under namespace lockChristian Brauner1-1/+1
2023-03-31cifs: get rid of dead check in smb2_reconnect()Paulo Alcantara1-1/+0
2023-03-31cifs: prevent infinite recursion in CIFSGetDFSRefer()Paulo Alcantara1-2/+7
2023-03-31cifs: avoid races in parallel reconnects in smb1Paulo Alcantara1-6/+15
2023-03-31cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALLDavid Disseldorp1-1/+4
2023-03-30zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user spaceDamien Le Moal1-2/+12
2023-03-30zonefs: Always invalidate last cached page on append writeDamien Le Moal1-0/+14
2023-03-29btrfs: ignore fiemap path cache when there are multiple paths for a nodeFilipe Manana1-22/+63
2023-03-29fsdax: dedupe should compare the min of two iters' lengthShiyang Ruan1-2/+2
2023-03-29fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTENShiyang Ruan1-3/+8
2023-03-28btrfs: fix deadlock when aborting transaction during relocation with scrubFilipe Manana2-2/+22