summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-05-02ksmbd: fix WARNING "do not call blocking ops when !TASK_RUNNING"Namjae Jeon
2025-05-02iomap: skip unnecessary ifs_block_is_uptodate checkGou Hao
2025-05-02netfs: Only create /proc/fs/netfs with CONFIG_PROC_FSSong Liu
2025-05-02ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo
2025-05-02cifs: Fix querying of WSL CHR and BLK reparse points over SMB1Pali Rohár
2025-05-02cifs: Fix encoding of SMB1 Session Setup Kerberos Request in non-UNICODE modePali Rohár
2025-05-02fs/ntfs3: Fix WARNING in ntfs_extend_initialized_sizeEdward Adam Davis
2025-05-02fs/ntfs3: Keep write operations atomicLizhi Xu
2025-05-02fs/xattr: Fix handling of AT_FDCWD in setxattrat(2) and getxattrat(2)Jan Kara
2025-05-02splice: remove duplicate noinline from pipe_clear_nowaitT.J. Mercier
2025-05-02fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount()Al Viro
2025-05-02btrfs: zoned: return EIO on RAID1 block group write pointer mismatchJohannes Thumshirn
2025-05-02btrfs: avoid page_lockend underflow in btrfs_punch_hole_lock_range()Qu Wenruo
2025-05-02ceph: Fix incorrect flush end position calculationDavid Howells
2025-04-25virtiofs: add filesystem context source name checkXiangsheng Hou
2025-04-25smb3 client: fix open hardlink on deferred close file errorChunjie Zhu
2025-04-25Revert "smb: client: fix TCP timers deadlock after rmmod"Kuniyuki Iwashima
2025-04-25Revert "smb: client: Fix netns refcount imbalance causing leaks and use-after...Kuniyuki Iwashima
2025-04-25ksmbd: fix the warning from __kernel_write_iterNamjae Jeon
2025-04-25ksmbd: Prevent integer overflow in calculation of deadtimeDenis Arefev
2025-04-25ksmbd: fix use-after-free in smb_break_all_levII_oplock()Namjae Jeon
2025-04-25ksmbd: fix use-after-free in __smb2_lease_break_noti()Namjae Jeon
2025-04-25ksmbd: Fix dangling pointer in krb_authenticateSean Heelan
2025-04-25ovl: don't allow datadir onlyMiklos Szeredi
2025-04-25isofs: Prevent the use of too small fidEdward Adam Davis
2025-04-25hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_keyVasiliy Kovalev
2025-04-25btrfs: correctly escape subvol in btrfs_show_options()Johannes Kimmel
2025-04-25btrfs: ioctl: don't free iov when btrfs_encoded_read() returns -EAGAINSidong Yang
2025-04-25eventpoll: Set epoll timeout if it's in the futureJoe Damato
2025-04-25eventpoll: abstract out ep_try_send_events() helperJens Axboe
2025-04-25nfsd: decrease sc_count directly if fail to queue dl_recallLi Lingfeng
2025-04-25nfs: add missing selections of CONFIG_CRC32Eric Biggers
2025-04-25ovl: remove unused forward declarationGiuseppe Scrivano
2025-04-20fuse: {io-uring} Fix a possible req cancellation raceBernd Schubert
2025-04-20dlm: fix error if active rsb is not hashedAlexander Aring
2025-04-20dlm: fix error if inactive rsb is not hashedAlexander Aring
2025-04-20cifs: Ensure that all non-client-specific reparse points are processed by the...Pali Rohár
2025-04-20cifs: fix integer overflow in match_server()Roman Smirnov
2025-04-20cifs: avoid NULL pointer dereference in dbg callAlexandra Diupina
2025-04-20CIFS: Propagate min offload along with other parameters from primary to secon...Aman
2025-04-20mm/userfaultfd: fix release hang over concurrent GUPPeter Xu
2025-04-20btrfs: zoned: fix zone finishing with missing devicesJohannes Thumshirn
2025-04-20btrfs: zoned: fix zone activation with missing devicesJohannes Thumshirn
2025-04-20btrfs: tests: fix chunk map leak after failure to add it to the treeFilipe Manana
2025-04-20btrfs: fix non-empty delayed iputs list on unmount due to compressed write wo...Filipe Manana
2025-04-20jbd2: remove wrong sb->s_sequence checkJan Kara
2025-04-20smb311 client: fix missing tcon check when mounting with linux/posix extensionsSteve French
2025-04-20udf: Fix inode_getblk() return valueJan Kara
2025-04-20f2fs: fix to avoid atomicity corruption of atomic fileYeongjin Gil
2025-04-20f2fs: fix the missing write pointer correctionJaegeuk Kim