summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-12-18ocfs2: fix memory leak in ocfs2_merge_rec_left()Dmitry Antipov
2025-12-18nfs/localio: remove 61 byte hole from needless ____cacheline_alignedMike Snitzer
2025-12-18nfs/localio: remove alignment size checking in nfs_is_local_dio_possibleMike Snitzer
2025-12-18cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2David Howells
2025-12-18cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1David Howells
2025-12-18f2fs: revert summary entry count from 2048 to 512 in 16kb block supportDaeho Jeong
2025-12-18fs/nls: Fix inconsistency between utf8_to_utf32() and utf32_to_utf8()Armin Wolf
2025-12-18NFS: Fix inheritance of the block sizes when automountingTrond Myklebust
2025-12-18NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flagsTrond Myklebust
2025-12-18Revert "nfs: ignore SB_RDONLY when mounting nfs"Trond Myklebust
2025-12-18Revert "nfs: clear SB_RDONLY before getting superblock"Trond Myklebust
2025-12-18Revert "nfs: ignore SB_RDONLY when remounting nfs"Trond Myklebust
2025-12-18NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalidJonathan Curley
2025-12-18NFS: Initialise verifiers for visible dentries in _nfs4_open_and_get_stateTrond Myklebust
2025-12-18NFS: Initialise verifiers for visible dentries in nfs_atomic_open()Trond Myklebust
2025-12-18NFS: Initialise verifiers for visible dentries in readdir and lookupTrond Myklebust
2025-12-18fs/nls: Fix utf16 to utf8 conversionArmin Wolf
2025-12-18NFS: Avoid changing nlink when file removes and attribute updates raceTrond Myklebust
2025-12-18f2fs: maintain one time GC mode is enabled during whole zoned GC cycleDaeho Jeong
2025-12-189p: fix cache/debug options printing in v9fs_show_optionsEric Sandeen
2025-12-18exfat: fix divide-by-zero in exfat_allocate_bitmapNamjae Jeon
2025-12-18exfat: fix refcount leak in exfat_findShuhao Fu
2025-12-18smb: client: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and...Stefan Metzmacher
2025-12-18smb: server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and...Stefan Metzmacher
2025-12-18smb: smbdirect: introduce SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()Stefan Metzmacher
2025-12-18smb: smbdirect: introduce SMBDIRECT_DEBUG_ERR_PTR() helperStefan Metzmacher
2025-12-18ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...Yongjian Sun
2025-12-18fs: lift the FMODE_NOCMTIME check into file_update_time_flagsChristoph Hellwig
2025-12-18fs: refactor file timestamp update logicChristoph Hellwig
2025-12-18gfs2: Prevent recursive memory reclaimAndreas Gruenbacher
2025-12-18iomap: allocate s_dio_done_wq for async reads as wellChristoph Hellwig
2025-12-18iomap: always run error completions in user contextChristoph Hellwig
2025-12-18btrfs: fix leaf leak in an error path in btrfs_del_items()Filipe Manana
2025-12-18btrfs: make sure extent and csum paths are always released in scrub_raid56_pa...Qu Wenruo
2025-12-18btrfs: fix racy bitfield write in btrfs_clear_space_info_full()Boris Burkov
2025-12-18btrfs: fix double free of qgroup record after failure to add delayed ref headMiquel Sabaté Solà
2025-12-18erofs: limit the level of fs stacking for file-backed mountsGao Xiang
2025-12-18erofs: correct FSDAX detectionGao Xiang
2025-12-18fs/ntfs3: Prevent memory leaks in add sub recordEdward Adam Davis
2025-12-18fs/ntfs3: out1 also needs to put miEdward Adam Davis
2025-12-18NFSD/blocklayout: Fix minlength check in proc_layoutgetSergey Bashirov
2025-12-18tracefs: fix a leak in eventfs_create_events_dir()Al Viro
2025-12-18fuse_ctl_add_conn(): fix nlink breakage in case of early failureAl Viro
2025-12-18ocfs2: use correct endian in ocfs2_dinode_has_extentsJoseph Qi
2025-12-18ocfs2: relax BUG() to ocfs2_error() in __ocfs2_move_extent()Dmitry Antipov
2025-12-18fs/ntfs3: Initialize allocated memory before useBartlomiej Kubik
2025-12-18ntfs3: init run lock for extend inodeEdward Adam Davis
2025-12-18hfs: fix potential use after free in hfs_correct_next_unused_CNID()Dan Carpenter
2025-12-18ext4: correct the checking of quota files before moving extentsZhang Yi
2025-12-18fs/9p: Don't open remote file with APPEND mode when writeback cache is usedTingmao Wang