summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-01-20Merge tag 'vfs-6.14-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.kcore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-19cifs: Do not attempt to call CIFSGetSrvInodeNumber() without CAP_INFOLEVEL_PA...Pali Rohár
2025-01-19cifs: Do not attempt to call CIFSSMBRenameOpenFile() without CAP_INFOLEVEL_PA...Pali Rohár
2025-01-19cifs: Remove declaration of dead CIFSSMBQuerySymLink functionPali Rohár
2025-01-19cifs: Fix printing Status code into dmesgPali Rohár
2025-01-19cifs: Add missing NT_STATUS_* codes from nterr.h to nterr.cPali Rohár
2025-01-19cifs: Fix endian types in struct rfc1002_session_packetPali Rohár
2025-01-19cifs: Use cifs_autodisable_serverino() for disabling CIFS_MOUNT_SERVER_INUM i...Pali Rohár
2025-01-19smb3: add missing tracepoint for querying wsl EAsSteve French
2025-01-19smb: client: fix order of arguments of tracepointsRuben Devos
2025-01-19smb: client: fix oops due to unset link speedPaulo Alcantara
2025-01-19smb: client: correctly handle ErrorContextData as a flexible arrayLiang Jie
2025-01-19smb: client: don't retry DFS targets on server shutdownPaulo Alcantara
2025-01-19smb: client: fix return value of parse_dfs_referrals()Paulo Alcantara
2025-01-19smb: client: optimize referral walk on failed link targetsPaulo Alcantara
2025-01-19smb: client: provide dns_resolve_{unc,name} helpersPaulo Alcantara
2025-01-19smb: client: parse DNS domain name from domain= optionPaulo Alcantara
2025-01-19smb: client: fix DFS mount against old servers with NTLMSSPPaulo Alcantara
2025-01-19smb: client: parse av pair type 4 in CHALLENGE_MESSAGEPaulo Alcantara
2025-01-19smb: client: introduce av_for_each_entry() helperPaulo Alcantara
2025-01-19Merge branch 'efivarfs' into nextArd Biesheuvel
2025-01-19efivarfs: fix error on write to new variable leaving remnantsJames Bottomley
2025-01-19efivarfs: remove unused efivarfs_listJames Bottomley
2025-01-19efivarfs: move variable lifetime management into the inodesJames Bottomley
2025-01-19efivarfs: prevent setting of zero size on the inodes in the cacheJames Bottomley
2025-01-19erofs: remove dead code in erofs_fc_parse_paramChen Linxuan
2025-01-18ubifs: skip dumping tnc tree when zroot is nullpangliyuan
2025-01-18ubifs: ubifs_dump_leb: remove return from end of void functionPintu Kumar
2025-01-18ubifs: dump_lpt_leb: remove return at end of void functionPintu Kumar
2025-01-17make take_dentry_name_snapshot() locklessAl Viro
2025-01-17dcache: back inline names with a struct-wrapped array of unsigned longAl Viro
2025-01-17make sure that DNAME_INLINE_LEN is a multiple of word sizeAl Viro
2025-01-16Merge tag 'mm-hotfixes-stable-2025-01-16-21-11' of git://git.kernel.org/pub/s...Linus Torvalds
2025-01-16Merge tag '6.13-rc7-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-01-16fs/overlayfs/namei.c: get rid of include ../internal.hAl Viro
2025-01-17erofs: return SHRINK_EMPTY if no objects to freeChen Linxuan
2025-01-17erofs: convert z_erofs_bind_cache() to foliosGao Xiang
2025-01-17erofs: tidy up zdata.cGao Xiang
2025-01-17erofs: get rid of `z_erofs_next_pcluster_t`Gao Xiang
2025-01-17erofs: simplify z_erofs_load_compact_lcluster()Gao Xiang
2025-01-17erofs: fix potential return value overflow of z_erofs_shrink_scan()Gao Xiang
2025-01-17erofs: shorten bvecs[] for file-backed mountsGao Xiang
2025-01-17erofs: micro-optimize superblock checksumGao Xiang
2025-01-17fs: erofs: xattr.c change kzalloc to kcallocEthan Carter Edwards
2025-01-16f2fs: fix to do sanity check correctly on i_inline_xattr_sizeChao Yu
2025-01-16f2fs: remove blk_finish_plugJaegeuk Kim
2025-01-16f2fs: Optimize f2fs_truncate_data_blocks_range()Yi Sun