summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-11-14smb: client: leave only string and id in smb_version_valueshw24Enzo Matsumiya9-262/+101
2024-11-14smb: client: remove ->calc_signature opEnzo Matsumiya5-52/+37
2024-11-14smb: client: remove ->*transform* opsEnzo Matsumiya5-38/+30
2024-11-14smb: client: remove ->fallocate opEnzo Matsumiya4-13/+17
2024-11-14smb: client: remove ->duplicate_extents opEnzo Matsumiya5-16/+9
2024-11-14smb: client: remove ->parse_lease_buf opEnzo Matsumiya3-35/+21
2024-11-14smb: client: remove ->create_lease_buf opEnzo Matsumiya3-71/+48
2024-11-14smb: client: remove ->set_oplock_level opEnzo Matsumiya2-59/+58
2024-11-14smb: client: remove ->set_integrity opEnzo Matsumiya4-12/+6
2024-11-14smb: client: remove ->query_server_interfaces opEnzo Matsumiya6-29/+12
2024-11-14smb: client: remove ->validate_negotiate opEnzo Matsumiya4-21/+11
2024-11-14smb: client: remove md5 secmech (SMB1)Enzo Matsumiya2-2/+0
2024-11-14smb: client: remove some leftover bits from SMB1 codeEnzo Matsumiya2-5/+4
2024-11-14smb: client: update Kconfig to remove old infoEnzo Matsumiya1-23/+3
2024-11-14smb: client: replace function pointers with smb{2,3}_* functionsEnzo Matsumiya21-670/+423
2024-11-14smb: client: replace function pointers of common operations for theHenrique Carvalho23-888/+405
2024-11-12smb: client: remove big chunk of SMB1-only codeEnzo Matsumiya20-5067/+96
2024-11-12smb: client: delete cifssmb.c and remove deleted functions fromHenrique Carvalho2-5665/+0
2024-11-12smb: client: remove support for CONFIG_CIFS_POSIXHenrique Carvalho4-589/+0
2024-11-12smb: remove CIFS_ALLOW_INSECURE_LEGACY and CIFS_POSIX from KconfigHenrique Carvalho1-27/+0
2024-11-12smb: delete smb1ops.c and remove CIFS_ALLOW_INSECURE_LEGACY fromHenrique Carvalho2-1195/+0
2024-11-12smb: client: remove support for SMB 1.0 and 2.0 mountsEnzo Matsumiya10-168/+82
2024-11-12smb: remove support for CONFIG_CIFS_ALLOW_INSECURE_LEGACYHenrique Carvalho13-3182/+2
2024-11-08fs/ntfs3: Sequential field availability check in mi_enum_attr()Konstantin Komarov1-8/+7
2024-11-08btrfs: fix defrag not merging contiguous extents due to merged extent mapsFilipe Manana1-5/+5
2024-11-08btrfs: fix extent map merging not happening for adjacent extentsFilipe Manana1-1/+6
2024-11-08xfs: fix finding a last resort AG in xfs_filestream_pick_agChristoph Hellwig2-21/+17
2024-11-08btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()Zhihao Cheng1-0/+1
2024-11-08ocfs2: pass u64 to ocfs2_truncate_inline maybe overflowEdward Adam Davis1-0/+8
2024-11-08fork: do not invoke uffd on fork if error occursLorenzo Stoakes1-0/+28
2024-11-08btrfs: fix error propagation of split biosNaohiro Aota2-24/+16
2024-11-08btrfs: merge btrfs_orig_bbio_end_io() into btrfs_bio_end_io()Qu Wenruo1-18/+11
2024-11-08nilfs2: fix potential deadlock with newly created symlinksRyusuke Konishi1-0/+3
2024-11-08nilfs2: fix kernel bug due to missing clearing of checked flagRyusuke Konishi1-0/+1
2024-11-08NFSD: Never decrement pending_async_copies on errorChuck Lever1-3/+1
2024-11-08NFSD: Initialize struct nfsd4_copy earlierChuck Lever1-2/+2
2024-11-08NFS: remove revoked delegation from server's delegation listDai Ngo1-0/+5
2024-11-08cifs: Fix creating native symlinks pointing to current or parent directoryPali Rohár1-3/+14
2024-11-08cifs: Improve creating native symlinks pointing to directoryPali Rohár3-4/+164
2024-11-08fs/ntfs3: Additional check in ntfs_file_releaseKonstantin Komarov1-1/+8
2024-11-08fs/ntfs3: Fix general protection fault in run_is_mapped_fullKonstantin Komarov1-1/+4
2024-11-08fs/ntfs3: Additional check in ni_clear()Konstantin Komarov1-1/+3
2024-11-08fs/ntfs3: Fix possible deadlock in mi_readKonstantin Komarov1-1/+1
2024-11-08fs/ntfs3: Add rough attr alloc_size checkKonstantin Komarov1-0/+3
2024-11-08fs/ntfs3: Stale inode instead of badKonstantin Komarov1-3/+7
2024-11-08fs/ntfs3: Fix warning possible deadlock in ntfs_set_stateKonstantin Komarov1-1/+1
2024-11-08fs/ntfs3: Check if more than chunk-size bytes are writtenAndrew Ballance1-0/+3
2024-11-08ntfs3: Add bounds checking to mi_enum_attr()lei lu1-13/+10
2024-11-08smb: client: set correct device number on nfs reparse pointsPaulo Alcantara1-2/+2
2024-11-08smb: client: fix parsing of device numbersPaulo Alcantara2-11/+4