summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-04-05smb: client: Remove unnecessary selection of CRYPTO_ECBEric Biggers-2/+0
2026-04-05smb/client: move smb2maperror declarations to smb2proto.hZhangGuoDong-8/+8
2026-04-05smb/client: introduce KUnit tests to check DOS/SRV err mapping searchYouling Tang-5/+59
2026-04-05smb/client: check if SMB1 DOS/SRV error mapping arrays are sortedYouling Tang-0/+12
2026-04-05smb/client: use binary search for SMB1 DOS/SRV error mappingHuiwen He-30/+37
2026-04-05smb/client: autogenerate SMB1 DOS/SRV to POSIX error mappingHuiwen He-79/+62
2026-04-05smb/client: annotate smberr.h with POSIX error codesHuiwen He-142/+256
2026-04-05smb/client: move ERRnetlogonNotStarted to DOS error classHuiwen He-1/+1
2026-04-05smb/client: introduce KUnit test to check ntstatus_to_dos_map searchYouling Tang-0/+95
2026-04-05smb/client: check if ntstatus_to_dos_map is sortedYouling Tang-0/+39
2026-04-05smb/client: use binary search for NT status to DOS mappingHuiwen He-13/+19
2026-04-05smb/client: refactor ntstatus_to_dos() to return mapping entryHuiwen He-32/+19
2026-04-05smb/client: replace nt_errs with ntstatus_to_dos_mapHuiwen He-719/+12
2026-04-05smb/client: autogenerate SMB1 NT status to DOS error mappingHuiwen He-555/+122
2026-04-05smb/client: annotate nterr.h with DOS error codesHuiwen He-533/+534
2026-04-05smb/client: avoid null-ptr-deref when tests fail in test_cmp_map()SunJianHao-1/+1
2026-04-05fs/smb/client: add verbose error logging for UNC parsingFredric Cover-3/+9
2026-04-05fs: afs: restore mmap_prepare implementationLorenzo Stoakes (Oracle)-13/+29
2026-04-05fs: afs: revert mmap_prepare() changeLorenzo Stoakes (Oracle)-6/+6
2026-04-05mm: unexport vm_brk_flags() and eliminate vm_flags parameterLorenzo Stoakes (Oracle)-2/+1
2026-04-05mm: vmalloc: update outdated comment for renamed vread()Kexin Sun-1/+1
2026-04-05mm: reintroduce vma_desc_test() as a singular flag testLorenzo Stoakes (Oracle)-3/+3
2026-04-05mm: add vma_desc_test_all() and use itLorenzo Stoakes (Oracle)-4/+2
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)-7/+7
2026-04-05folio_batch: rename PAGEVEC_SIZE to FOLIO_BATCH_SIZETal Zussman-2/+2
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman-16/+16
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman-13/+0
2026-04-05mm: remove stray references to struct pagevecTal Zussman-3/+0
2026-04-05mm: vmalloc: streamline vmalloc memory accountingJohannes Weiner-1/+2
2026-04-05mm: rename my_zero_pfn() to zero_pfn()Mike Rapoport (Microsoft)-2/+2
2026-04-03lsm: add backing_file LSM hooksPaul Moore-14/+50
2026-04-03fs: prepare for adding LSM blob to backing_fileAmir Goldstein-2/+20
2026-04-03exfat: use exfat_chain_advance helperChi Zhiling-74/+25
2026-04-03exfat: introduce exfat_chain_advance helperChi Zhiling-0/+21
2026-04-03exfat: remove NULL cache pointer case in exfat_ent_getChi Zhiling-14/+9
2026-04-03exfat: use exfat_cluster_walk helperChi Zhiling-45/+13
2026-04-03exfat: introduce exfat_cluster_walk helperChi Zhiling-1/+22
2026-04-03exfat: fix incorrect directory checksum after rename to shorter nameChi Zhiling-0/+1
2026-04-02ubifs: remove unnecessary cond_resched() from list_sort() compareKuan-Wei Chiu-3/+0
2026-04-02btrfs: use xor_genChristoph Hellwig-23/+4
2026-04-02Merge tag 'v7.0-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-0/+4
2026-04-02eventpoll: defer struct eventpoll free to RCU grace periodNicholas Carlini-1/+5
2026-04-02Merge tag 'v7.0-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbdLinus Torvalds-32/+134
2026-04-02fuse: support FSCONFIG_SET_FD for "fd" optionMiklos Szeredi-7/+11
2026-04-02fuse: clean up device cloningMiklos Szeredi-24/+15
2026-04-02fuse: don't require /dev/fuse fd to be kept open during mountMiklos Szeredi-27/+34
2026-04-02fuse: add refcount to fuse_devMiklos Szeredi-18/+50
2026-04-02fuse: create fuse_dev on /dev/fuse open instead of mountMiklos Szeredi-66/+57
2026-04-02fuse: check connection state on notificationMiklos Szeredi-0/+7
2026-04-02fuse: fuse_dev_ioctl_clone() should wait for device file to be initializedMiklos Szeredi-11/+8