summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-01-02iomap: adjust read range correctly for non-block-aligned positionsJoanne Koong1-6/+13
2026-01-02shmem: fix recovery on rename failuresAl Viro1-29/+21
2026-01-02btrfs: fix changeset leak on mmap write after failure to reserve metadataFilipe Manana1-1/+2
2026-01-02btrfs: fix memory leak of fs_devices in degraded seed device pathDeepanshu Kartikey1-0/+1
2026-01-02btrfs: fix a potential path leak in print_data_reloc_error()Qu Wenruo1-0/+1
2026-01-02btrfs: do not skip logging new dentries when logging a new nameFilipe Manana1-8/+0
2025-12-18ocfs2: fix memory leak in ocfs2_merge_rec_left()Dmitry Antipov1-1/+0
2025-12-18nfs/localio: remove 61 byte hole from needless ____cacheline_alignedMike Snitzer1-1/+1
2025-12-18nfs/localio: remove alignment size checking in nfs_is_local_dio_possibleMike Snitzer1-2/+0
2025-12-18cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB2David Howells1-1/+1
2025-12-18cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1David Howells1-1/+1
2025-12-18f2fs: revert summary entry count from 2048 to 512 in 16kb block supportDaeho Jeong7-61/+127
2025-12-18fs/nls: Fix inconsistency between utf8_to_utf32() and utf32_to_utf8()Armin Wolf1-4/+7
2025-12-18NFS: Fix inheritance of the block sizes when automountingTrond Myklebust5-17/+38
2025-12-18NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flagsTrond Myklebust2-4/+6
2025-12-18Revert "nfs: ignore SB_RDONLY when mounting nfs"Trond Myklebust1-1/+1
2025-12-18Revert "nfs: clear SB_RDONLY before getting superblock"Trond Myklebust1-9/+0
2025-12-18Revert "nfs: ignore SB_RDONLY when remounting nfs"Trond Myklebust1-10/+0
2025-12-18NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in pnfs_mark_layout_stateid_invalidJonathan Curley1-0/+1
2025-12-18NFS: Initialise verifiers for visible dentries in _nfs4_open_and_get_stateTrond Myklebust1-13/+14
2025-12-18NFS: Initialise verifiers for visible dentries in nfs_atomic_open()Trond Myklebust1-1/+1
2025-12-18NFS: Initialise verifiers for visible dentries in readdir and lookupTrond Myklebust1-2/+4
2025-12-18fs/nls: Fix utf16 to utf8 conversionArmin Wolf1-4/+12
2025-12-18NFS: Avoid changing nlink when file removes and attribute updates raceTrond Myklebust1-6/+13
2025-12-18f2fs: maintain one time GC mode is enabled during whole zoned GC cycleDaeho Jeong1-7/+10
2025-12-189p: fix cache/debug options printing in v9fs_show_optionsEric Sandeen1-2/+2
2025-12-18exfat: fix divide-by-zero in exfat_allocate_bitmapNamjae Jeon1-1/+1
2025-12-18exfat: fix refcount leak in exfat_findShuhao Fu1-10/+10
2025-12-18smb: client: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and...Stefan Metzmacher1-13/+15
2025-12-18smb: server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and...Stefan Metzmacher1-8/+32
2025-12-18smb: smbdirect: introduce SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()Stefan Metzmacher1-0/+38
2025-12-18smb: smbdirect: introduce SMBDIRECT_DEBUG_ERR_PTR() helperStefan Metzmacher1-0/+13
2025-12-18ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...Yongjian Sun1-17/+32
2025-12-18fs: lift the FMODE_NOCMTIME check into file_update_time_flagsChristoph Hellwig1-2/+2
2025-12-18fs: refactor file timestamp update logicChristoph Hellwig1-37/+17
2025-12-18gfs2: Prevent recursive memory reclaimAndreas Gruenbacher4-2/+21
2025-12-18iomap: allocate s_dio_done_wq for async reads as wellChristoph Hellwig1-5/+5
2025-12-18iomap: always run error completions in user contextChristoph Hellwig1-1/+12
2025-12-18btrfs: fix leaf leak in an error path in btrfs_del_items()Filipe Manana1-1/+1
2025-12-18btrfs: make sure extent and csum paths are always released in scrub_raid56_pa...Qu Wenruo1-1/+1
2025-12-18btrfs: fix racy bitfield write in btrfs_clear_space_info_full()Boris Burkov3-17/+17
2025-12-18btrfs: fix double free of qgroup record after failure to add delayed ref headMiquel Sabaté Solà1-10/+33
2025-12-18erofs: limit the level of fs stacking for file-backed mountsGao Xiang1-0/+16
2025-12-18erofs: correct FSDAX detectionGao Xiang1-11/+11
2025-12-18fs/ntfs3: Prevent memory leaks in add sub recordEdward Adam Davis1-2/+4
2025-12-18fs/ntfs3: out1 also needs to put miEdward Adam Davis1-1/+1
2025-12-18NFSD/blocklayout: Fix minlength check in proc_layoutgetSergey Bashirov1-1/+3
2025-12-18tracefs: fix a leak in eventfs_create_events_dir()Al Viro1-1/+2
2025-12-18fuse_ctl_add_conn(): fix nlink breakage in case of early failureAl Viro1-9/+10
2025-12-18ocfs2: use correct endian in ocfs2_dinode_has_extentsJoseph Qi1-4/+6