summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2025-11-10NFSD: free copynotify stateid in nfs4_free_ol_stateid()Olga Kornievskaia-1/+2
2025-11-10fs/ntfs3: remove ntfs_bio_pages and use page cache for compressed I/OKonstantin Komarov-192/+114
2025-11-10ntfs3: avoid memcpy size warningLizhi Xu-1/+2
2025-11-10fs/ntfs3: fix KMSAN uninit-value in ni_create_attr_listNirbhay Sharma-1/+1
2025-11-10ntfs3: init run lock for extend inodeEdward Adam Davis-0/+1
2025-11-10ntfs: set dummy blocksize to read boot_block when mountingPedro Demarchi Gomes-0/+5
2025-11-10Merge branch 'kbuild-6.19.fms.extension'Christian Brauner-1014/+1233
2025-11-10Merge patch "kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS"Christian Brauner-3/+3
2025-11-10ns: handle setns(pidfd, ...) cleanlyChristian Brauner-1/+1
2025-11-09nilfs2: avoid having an active sc_timer before freeing sciEdward Adam Davis-1/+6
2025-11-09fs/proc: fix uaf in proc_readdir_de()Wei Yang-3/+9
2025-11-09ksmbd: close accepted socket when per-IP limit rejects connectionJoshua Rogers-1/+4
2025-11-09smb: server: rdma: avoid unmapping posted recv on accept failureJoshua Rogers-1/+10
2025-11-09cifs: client: fix memory leak in smb3_fs_context_parse_paramEdward Adam Davis-0/+2
2025-11-09smb: client: fix cifs_pick_channel when channel needs reconnectHenrique Carvalho-1/+1
2025-11-09gfs2: Use bio_add_folio_nofail()Matthew Wilcox (Oracle)-2/+1
2025-11-08Merge tag 'v6.18rc4-SMB-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-9/+16
2025-11-08Merge tag 'xfs-fixes-6.18-rc5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-16/+76
2025-11-08btrfs: send: make use of -fms-extensions for defining struct fs_pathRasmus Villemoes-19/+20
2025-11-08Merge tag 'kbuild-ms-extensions-6.19' into kbuild-nextNicolas Schier-3/+3
2025-11-07f2fs: Use mapping->gfp_mask to get file cache for writingJiucheng Xu-1/+2
2025-11-07smb: client: validate change notify buffer before copyJoshua Rogers-2/+5
2025-11-07Merge tag 'v6.18-rc4-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds-1/+23
2025-11-06Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds-2/+1
2025-11-07erofs: avoid infinite loop due to incomplete zstd-compressed dataGao Xiang-4/+7
2025-11-06hfs: fix potential use after free in hfs_correct_next_unused_CNID()Dan Carpenter-1/+1
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-39/+136
2025-11-06ext4: add two trace points for moving extentsZhang Yi-2/+12
2025-11-06ext4: add large folios support for moving extentsZhang Yi-17/+10
2025-11-06ext4: switch to using the new extent movement methodZhang Yi-344/+51
2025-11-06ext4: introduce mext_move_extent()Zhang Yi-0/+224
2025-11-06ext4: rename mext_page_mkuptodate() to mext_folio_mkuptodate()Zhang Yi-2/+2
2025-11-06ext4: refactor mext_check_arguments()Zhang Yi-54/+43
2025-11-06ext4: add mext_check_validity() to do basic checkZhang Yi-47/+65
2025-11-06ext4: use EXT4_B_TO_LBLK() in mext_check_arguments()Zhang Yi-6/+3
2025-11-06ext4: pass out extent seq counter when mapping blocksZhang Yi-8/+17
2025-11-06ext4: make ext4_es_lookup_extent() pass out the extent seq counterZhang Yi-8/+10
2025-11-06ext4: introduce seq counter for the extent status entryZhang Yi-4/+24
2025-11-06ext4: correct the checking of quota files before moving extentsZhang Yi-1/+1
2025-11-06fs: ext4: fix uninitialized symbolsRanganath V N-6/+6
2025-11-06ext4: make error code in __ext4fs_dirhash() consistent.Julian Sun-1/+1
2025-11-06xfs: free xfs_busy_extents structure when no RT extents are queuedChristoph Hellwig-1/+3
2025-11-05coredump: use override credential guardChristian Brauner-6/+2
2025-11-05coredump: use prepare credential guardChristian Brauner-2/+1
2025-11-05coredump: split out do_coredump() from vfs_coredump()Christian Brauner-63/+68
2025-11-05coredump: mark struct mm_struct as constChristian Brauner-1/+1
2025-11-05coredump: pass struct linux_binfmt as constChristian Brauner-2/+2
2025-11-05coredump: move revert_cred() before coredump_cleanup()Christian Brauner-1/+1
2025-11-05xfs: use super write guard in xfs_file_ioctl()Christian Brauner-4/+2
2025-11-05open: use super write guard in do_ftruncate()Christian Brauner-6/+3