summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-04-05smb/client: check if ntstatus_to_dos_map is sortedYouling Tang
2026-04-05smb/client: use binary search for NT status to DOS mappingHuiwen He
2026-04-05smb/client: refactor ntstatus_to_dos() to return mapping entryHuiwen He
2026-04-05smb/client: replace nt_errs with ntstatus_to_dos_mapHuiwen He
2026-04-05smb/client: autogenerate SMB1 NT status to DOS error mappingHuiwen He
2026-04-05smb/client: annotate nterr.h with DOS error codesHuiwen He
2026-04-05smb/client: avoid null-ptr-deref when tests fail in test_cmp_map()SunJianHao
2026-04-05fs/smb/client: add verbose error logging for UNC parsingFredric Cover
2026-04-05fs: afs: restore mmap_prepare implementationLorenzo Stoakes (Oracle)
2026-04-05fs: afs: revert mmap_prepare() changeLorenzo Stoakes (Oracle)
2026-04-05mm: unexport vm_brk_flags() and eliminate vm_flags parameterLorenzo Stoakes (Oracle)
2026-04-05mm: vmalloc: update outdated comment for renamed vread()Kexin Sun
2026-04-05mm: reintroduce vma_desc_test() as a singular flag testLorenzo Stoakes (Oracle)
2026-04-05mm: add vma_desc_test_all() and use itLorenzo Stoakes (Oracle)
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)
2026-04-05folio_batch: rename PAGEVEC_SIZE to FOLIO_BATCH_SIZETal Zussman
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman
2026-04-05mm: remove stray references to struct pagevecTal Zussman
2026-04-05mm: vmalloc: streamline vmalloc memory accountingJohannes Weiner
2026-04-05mm: rename my_zero_pfn() to zero_pfn()Mike Rapoport (Microsoft)
2026-04-04coda_flag_children(): fix a UAFAl Viro
2026-04-04sanitize coda_dentry_delete()Al Viro
2026-04-04coda: is_bad_inode() is always false thereAl Viro
2026-04-04get rid of busy-waiting in shrink_dcache_tree()Al Viro
2026-04-03lsm: add backing_file LSM hooksPaul Moore
2026-04-03fs: prepare for adding LSM blob to backing_fileAmir Goldstein
2026-04-03exfat: use exfat_chain_advance helperChi Zhiling
2026-04-03exfat: introduce exfat_chain_advance helperChi Zhiling
2026-04-03exfat: remove NULL cache pointer case in exfat_ent_getChi Zhiling
2026-04-03exfat: use exfat_cluster_walk helperChi Zhiling
2026-04-03exfat: introduce exfat_cluster_walk helperChi Zhiling
2026-04-03exfat: fix incorrect directory checksum after rename to shorter nameChi Zhiling
2026-04-03nfsd: fix comment typo in nfsxdrJoseph Salisbury
2026-04-03nfsd: fix comment typo in nfs3xdrJoseph Salisbury
2026-04-03NFSD: convert callback RPC program to per-net namespaceDai Ngo
2026-04-03NFSD: use per-operation statidx for callback proceduresChuck Lever
2026-04-02ubifs: remove unnecessary cond_resched() from list_sort() compareKuan-Wei Chiu
2026-04-02btrfs: use xor_genChristoph Hellwig
2026-04-02Merge tag 'v7.0-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-04-02ecryptfs: Drop TODO comment in ecryptfs_derive_ivThorsten Blum
2026-04-02ecryptfs: Fix typo in ecryptfs_derive_iv function commentThorsten Blum
2026-04-02eventpoll: defer struct eventpoll free to RCU grace periodNicholas Carlini
2026-04-02Merge tag 'v7.0-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbdLinus Torvalds
2026-04-02fuse: support FSCONFIG_SET_FD for "fd" optionMiklos Szeredi
2026-04-02fuse: clean up device cloningMiklos Szeredi
2026-04-02fuse: don't require /dev/fuse fd to be kept open during mountMiklos Szeredi
2026-04-02fuse: add refcount to fuse_devMiklos Szeredi
2026-04-02fuse: create fuse_dev on /dev/fuse open instead of mountMiklos Szeredi
2026-04-02fuse: check connection state on notificationMiklos Szeredi