aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-01-21ext4: deal with legacy signed xattr name hash valuesGravatar Linus Torvalds 1-2/+39
2023-01-20Merge tag '6.2-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-156/+105
2023-01-20Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-36/+52
2023-01-19Merge tag 'zonefs-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-0/+22
2023-01-18cifs: remove unused functionGravatar Paulo Alcantara 2-63/+0
2023-01-18cifs: do not include page data when checking signatureGravatar Enzo Matsumiya 1-6/+9
2023-01-18Merge tag 'affs-for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2023-01-18Merge tag 'erofs-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-16/+19
2023-01-18cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()Gravatar Paulo Alcantara 1-3/+3
2023-01-18cifs: handle cache lookup errors different than -ENOENTGravatar Paulo Alcantara 1-2/+9
2023-01-18cifs: remove duplicate code in __refresh_tcon()Gravatar Paulo Alcantara 1-38/+33
2023-01-18cifs: don't take exclusive lock for updating target hintsGravatar Paulo Alcantara 1-27/+20
2023-01-18cifs: avoid re-lookups in dfs_cache_find()Gravatar Paulo Alcantara 1-24/+34
2023-01-18cifs: fix potential deadlock in cache_refresh_path()Gravatar Paulo Alcantara 1-19/+23
2023-01-17Merge tag 'nfsd-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 5-26/+20
2023-01-16Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-9/+34
2023-01-16btrfs: fix race between quota rescan and disable leading to NULL pointer derefGravatar Filipe Manana 1-8/+17
2023-01-16btrfs: fix invalid leaf access due to inline extent during lseekGravatar Filipe Manana 1-3/+10
2023-01-16btrfs: stop using write_one_page in btrfs_scratch_superblockGravatar Christoph Hellwig 1-9/+8
2023-01-16btrfs: factor out scratching of one regular super blockGravatar Christoph Hellwig 1-25/+26
2023-01-16Merge tag 'for-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-21/+71
2023-01-16erofs: clean up parsing of fscache related optionsGravatar Jingbo Xu 1-7/+6
2023-01-16zonefs: Detect append writes at invalid locationsGravatar Damien Le Moal 1-0/+22
2023-01-14Merge tag '6.2-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 7-34/+49
2023-01-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-4/+4
2023-01-12Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-9/+21
2023-01-12cifs: Fix uninitialized memory read for smb311 posix symlink createGravatar Volker Lendecke 1-0/+1
2023-01-12btrfs: do not abort transaction on failure to update log rootGravatar Filipe Manana 1-7/+4
2023-01-12btrfs: do not abort transaction on failure to write log tree when syncing logGravatar Filipe Manana 2-3/+8
2023-01-12btrfs: add missing setup of log for full commit at add_conflicting_inode()Gravatar Filipe Manana 1-1/+3
2023-01-12btrfs: fix directory logging due to race with concurrent index key deletionGravatar Filipe Manana 1-6/+15
2023-01-12btrfs: fix missing error handling when logging directory itemsGravatar Filipe Manana 1-0/+9
2023-01-12NFSD: replace delayed_work with work_struct for nfsd_client_shrinkerGravatar Dai Ngo 2-5/+5
2023-01-11NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown timeGravatar Dai Ngo 3-21/+14
2023-01-11NFSD: fix use-after-free in nfsd4_ssc_setup_dul()Gravatar Xingyuan Mo 1-0/+1
2023-01-11nilfs2: fix general protection fault in nilfs_btree_insert()Gravatar Ryusuke Konishi 1-3/+12
2023-01-11mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMAGravatar David Hildenbrand 1-6/+22
2023-01-11btrfs: zoned: enable metadata over-commit for non-ZNS setupGravatar Naohiro Aota 3-1/+10
2023-01-11btrfs: qgroup: do not warn on record without old_roots populatedGravatar Qu Wenruo 1-2/+12
2023-01-11btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...Gravatar Qu Wenruo 1-1/+10
2023-01-10cifs: fix potential memory leaks in session setupGravatar Paulo Alcantara 3-0/+4
2023-01-10cifs: do not query ifaces on smb1 mountsGravatar Paulo Alcantara 1-3/+6
2023-01-10cifs: fix double free on failed kerberos authGravatar Paulo Alcantara 1-1/+4
2023-01-10cifs: remove redundant assignment to the variable matchGravatar Colin Ian King 1-1/+0
2023-01-10Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 7-78/+48
2023-01-10affs: initialize fsdata in affs_truncate()Gravatar Alexander Potapenko 1-1/+1
2023-01-10Merge tag '6.2-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 4-6/+16
2023-01-10erofs: fix kvcalloc() misuse with __GFP_NOFAILGravatar Gao Xiang 1-6/+6
2023-01-10erofs/zmap.c: Fix incorrect offset calculationGravatar Siddh Raman Pant 1-3/+7
2023-01-09cifs: fix file info setting in cifs_open_file()Gravatar Paulo Alcantara 1-26/+28