summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and...Tejun Heo2024-04-132-11/+22
* ext4: forbid commit inconsistent quota data when errors=remount-roYe Bin2024-04-131-0/+12
* ext4: add a hint for block bitmap corrupt state in mb_groupsZhang Yi2024-04-131-1/+4
* Julia Lawall reported this null pointer dereference, this should fix it.Mike Marshall2024-04-131-1/+1
* isofs: handle CDs with bad root inode but good Joliet root directoryAlex Henrie2024-04-131-2/+16
* sysv: don't call sb_bread() with pointers_lock heldTetsuo Handa2024-04-131-6/+4
* btrfs: send: handle path ref underflow in header iterate_inode_ref()David Sterba2024-04-131-1/+9
* btrfs: export: handle invalid inode or root reference in btrfs_get_parent()David Sterba2024-04-131-1/+8
* btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()David Sterba2024-04-131-1/+11
* pstore/zone: Add a null pointer check to the psz_kmsg_readKunwu Chan2024-04-131-0/+2
* 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