summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in cifs_dump_full_key()Paulo Alcantara2024-04-101-1/+5
* smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in cifs_stats_proc_write()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara2024-04-102-0/+12
* smb3: retrying on failed server closeRitvik Budhiraja2024-04-107-17/+85
* smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara2024-04-103-4/+27
* smb: client: handle DFS tcons in cifs_construct_tcon()Paulo Alcantara2024-04-101-0/+30
* smb: client: refresh referral without acquiring refpath_lockPaulo Alcantara2024-04-101-20/+24
* smb: client: guarantee refcounted children from parent sessionPaulo Alcantara2024-04-107-72/+76
* smb: client: fix UAF in smb2_reconnect_server()Paulo Alcantara2024-04-101-49/+34
* aio: Fix null ptr deref in aio_complete() wakeupKent Overstreet2024-04-101-1/+1
* ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Namjae Jeon2024-04-101-5/+5
* ksmbd: validate payload size in ipc responseNamjae Jeon2024-04-103-2/+45
* ksmbd: don't send oplock break if rename failsNamjae Jeon2024-04-101-1/+2
* nfsd: hold a lighter-weight client reference over CB_RECALL_ANYJeff Layton2024-04-101-5/+2
* cifs: Fix caching to try to do open O_WRONLY as rdwr on serverDavid Howells2024-04-103-10/+59
* mean_and_variance: Drop always failing testsGuenter Roeck2024-04-101-27/+1
* vboxsf: Avoid an spurious warning if load_nls_xxx() failsChristophe JAILLET2024-04-101-1/+2
* kbuild: make -Woverride-init warnings more consistentArnd Bergmann2024-04-101-1/+1
* cifs: Fix duplicate fscache cookie warningsDavid Howells2024-04-102-1/+17
* nfsd: Fix error cleanup path in nfsd_rename()Jan Kara2024-04-101-1/+2
* btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()Filipe Manana2024-04-031-1/+1
* exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()Max Filippov2024-04-031-0/+1
* btrfs: zoned: fix use-after-free in do_zone_finish()Johannes Thumshirn2024-04-031-7/+7
* btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn2024-04-031-1/+11
* btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn2024-04-031-1/+2
* btrfs: fix race in read_extent_buffer_pages()Tavian Barnes2024-04-031-0/+13
* btrfs: validate device maj:min during openAnand Jain2024-04-031-0/+10
* btrfs: do not skip re-registration for the mounted deviceAnand Jain2024-04-031-10/+47
* btrfs: fix warning messages not printing interval at unpin_extent_range()Filipe Manana2024-04-031-2/+2
* btrfs: handle errors returned from unpin_extent_cache()David Sterba2024-04-032-3/+16
* btrfs: qgroup: validate btrfs_qgroup_inherit parameterQu Wenruo2024-04-033-13/+57
* btrfs: add helper to get fs_info from struct inode pointerDavid Sterba2024-04-0314-68/+72
* btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba2024-04-036-12/+15
* btrfs: add helpers to get inode from page/folio pointersDavid Sterba2024-04-034-6/+12
* btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba2024-04-037-9/+11
* btrfs: add set_folio_extent_mapped() helperMatthew Wilcox (Oracle)2024-04-032-4/+9
* ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon2024-04-032-29/+42
* NFSD: Fix nfsd_clid_class use of __string_len() macroSteven Rostedt (Google)2024-04-031-1/+1
* ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon2024-04-031-1/+4
* cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky2024-04-031-1/+2
* cifs: reduce warning log level for server not advertising interfacesShyam Prasad N2024-04-031-2/+2
* cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N2024-04-034-3/+13
* nilfs2: prevent kernel bug at submit_bh_wbc()Ryusuke Konishi2024-04-031-1/+1
* nilfs2: fix failure to detect DAT corruption in btree and direct mappingsRyusuke Konishi2024-04-032-4/+14