summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-05-18do_umount(): add missing barrier before refcount checks in sync caseAl Viro1-1/+2
2025-05-18ocfs2: stop quota recovery before disabling quotasJan Kara5-9/+30
2025-05-18ocfs2: implement handshaking with ocfs2 recovery threadJan Kara2-17/+39
2025-05-18ocfs2: switch osb->disable_recovery to enumJan Kara2-7/+14
2025-05-18smb: client: Avoid race in open_cached_dir with lease breaksPaul Aurich1-8/+2
2025-05-18ksmbd: fix memory leak in parse_lease_state()Wang Zhaolong1-2/+5
2025-05-18ksmbd: Fix UAF in __close_file_table_idsSean Heelan1-7/+26
2025-05-18ksmbd: prevent out-of-bounds stream writes by validating *posNorbert Szetei1-0/+7
2025-05-18ksmbd: prevent rename with empty stringNamjae Jeon1-0/+5
2025-05-09smb: client: fix zero length for mkdir POSIX create contextJethro Donaldson1-0/+1
2025-05-09ksmbd: fix use-after-free in kerberos authenticationSean Heelan2-6/+13
2025-05-09btrfs: fix COW handling in run_delalloc_nocow()Dave Chen1-4/+5
2025-05-02ext4: goto right label 'out_mmap_sem' in ext4_setattr()Baokun Li1-1/+1
2025-05-02iomap: skip unnecessary ifs_block_is_uptodate checkGou Hao1-1/+1
2025-05-02ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo2-6/+6
2025-05-02cifs: Fix querying of WSL CHR and BLK reparse points over SMB1Pali Rohár1-0/+36
2025-05-02cifs: Fix encoding of SMB1 Session Setup Kerberos Request in non-UNICODE modePali Rohár1-20/+40
2025-05-02fs/ntfs3: Fix WARNING in ntfs_extend_initialized_sizeEdward Adam Davis1-0/+1
2025-05-02splice: remove duplicate noinline from pipe_clear_nowaitT.J. Mercier1-1/+1
2025-05-02fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount()Al Viro1-33/+36
2025-05-02btrfs: avoid page_lockend underflow in btrfs_punch_hole_lock_range()Qu Wenruo1-2/+7
2025-05-02ceph: Fix incorrect flush end position calculationDavid Howells1-1/+1
2025-04-25btrfs: fix the length of reserved qgroup to freeHaisu Wang1-1/+1
2025-04-25btrfs: fix qgroup reserve leaks in cow_file_rangeBoris Burkov1-1/+5
2025-04-25virtiofs: add filesystem context source name checkXiangsheng Hou1-0/+3
2025-04-25smb3 client: fix open hardlink on deferred close file errorChunjie Zhu2-0/+30
2025-04-25Revert "smb: client: fix TCP timers deadlock after rmmod"Kuniyuki Iwashima1-26/+10
2025-04-25Revert "smb: client: Fix netns refcount imbalance causing leaks and use-after...Kuniyuki Iwashima1-8/+8
2025-04-25ksmbd: fix the warning from __kernel_write_iterNamjae Jeon1-1/+2
2025-04-25ksmbd: Prevent integer overflow in calculation of deadtimeDenis Arefev1-1/+6
2025-04-25ksmbd: fix use-after-free in smb_break_all_levII_oplock()Namjae Jeon2-21/+9
2025-04-25ksmbd: Fix dangling pointer in krb_authenticateSean Heelan1-1/+3
2025-04-25ovl: don't allow datadir onlyMiklos Szeredi1-0/+5
2025-04-25isofs: Prevent the use of too small fidEdward Adam Davis1-1/+1
2025-04-25hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_keyVasiliy Kovalev2-0/+12
2025-04-25btrfs: correctly escape subvol in btrfs_show_options()Johannes Kimmel1-2/+1
2025-04-25nfsd: decrease sc_count directly if fail to queue dl_recallLi Lingfeng1-1/+1
2025-04-25nfs: add missing selections of CONFIG_CRC32Eric Biggers6-19/+3
2025-04-25ovl: remove unused forward declarationGiuseppe Scrivano1-2/+0
2025-04-25cifs: Ensure that all non-client-specific reparse points are processed by the...Pali Rohár2-4/+10
2025-04-25cifs: fix integer overflow in match_server()Roman Smirnov1-0/+5
2025-04-25cifs: avoid NULL pointer dereference in dbg callAlexandra Diupina1-4/+5
2025-04-25mm/userfaultfd: fix release hang over concurrent GUPPeter Xu1-26/+25
2025-04-25btrfs: zoned: fix zone finishing with missing devicesJohannes Thumshirn1-0/+3
2025-04-25btrfs: zoned: fix zone activation with missing devicesJohannes Thumshirn1-0/+3
2025-04-25btrfs: fix non-empty delayed iputs list on unmount due to compressed write wo...Filipe Manana1-0/+12
2025-04-25jbd2: remove wrong sb->s_sequence checkJan Kara1-1/+0
2025-04-25smb311 client: fix missing tcon check when mounting with linux/posix extensionsSteve French1-0/+2
2025-04-25udf: Fix inode_getblk() return valueJan Kara1-0/+1
2025-04-25f2fs: fix to avoid atomicity corruption of atomic fileYeongjin Gil2-3/+5