aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-09-13fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locksSuren Baghdasaryan1-18/+85
2025-09-13fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERYSuren Baghdasaryan3-53/+63
2025-09-13mm/slub: allow to set node and align in k[v]reallocVitaly Wool2-2/+2
2025-09-13nilfs2: fix CFI failure when accessing /sys/fs/nilfs2/features/*Nathan Chancellor2-6/+6
2025-09-13Merge tag 'ceph-for-6.17-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds7-123/+219
2025-09-13Merge tag 'driver-core-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-20/+38
2025-09-12Merge tag 'v6.17-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-75/+293
2025-09-12gfs2: Fix unlikely race in gdlm_put_lockAndreas Gruenbacher1-6/+5
2025-09-12gfs2: Add proper lockspace lockingAndreas Gruenbacher4-20/+56
2025-09-12gfs2: Minor run_queue fixesAndreas Gruenbacher1-1/+8
2025-09-12gfs2: run_queue cleanupAndreas Gruenbacher1-16/+19
2025-09-12gfs2: Simplify do_promoteAndreas Gruenbacher1-11/+6
2025-09-12gfs2: Get rid of GLF_INVALIDATE_IN_PROGRESSAndreas Gruenbacher3-17/+1
2025-09-12gfs2: Fix GLF_INVALIDATE_IN_PROGRESS flag clearing in do_xmoteAndreas Gruenbacher1-2/+0
2025-09-12gfs2: Remove duplicate check in do_xmoteAndreas Gruenbacher1-14/+13
2025-09-12gfs2: Fix LM_FLAG_TRY* logic in add_to_queueAndreas Gruenbacher1-23/+24
2025-09-12gfs2: Remove DLM_LKF_ALTCW / DLM_LKF_ALTPR codeAndreas Gruenbacher2-20/+1
2025-09-12gfs2: Further sanitize lock_dlm.cAndreas Gruenbacher3-14/+22
2025-09-12gfs2: Do not use atomic operations unnecessarilyAndreas Gruenbacher1-3/+3
2025-09-12gfs2: Sanitize gfs2_meta_check, gfs2_metatype_check, gfs2_io_errorAndreas Gruenbacher2-30/+27
2025-09-12gfs2: Turn gfs2_withdraw into a void functionAndreas Gruenbacher2-14/+9
2025-09-12gfs2: Partially revert "gfs2: do_xmote fixes"Andreas Gruenbacher1-1/+2
2025-09-12gfs2: Simplify refcounting in do_xmoteAndreas Gruenbacher1-1/+3
2025-09-12gfs2: do_xmote cleanupAndreas Gruenbacher1-5/+7
2025-09-12gfs2: Remove space before newlineColin Ian King1-1/+1
2025-09-12gfs2: Remove unused sd_withdraw_wait fieldAndreas Gruenbacher1-1/+0
2025-09-12gfs2: Remove unused GIF_FREE_VFS_INODE flagAndreas Gruenbacher1-1/+0
2025-09-12erofs: fix long xattr name prefix placementGao Xiang3-6/+16
2025-09-11Merge tag 'for-6.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds5-16/+56
2025-09-11fanotify: add watchdog for permission eventsMiklos Szeredi2-0/+104
2025-09-10Merge tag 'mm-hotfixes-stable-2025-09-10-20-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-2/+11
2025-09-10Merge tag 'nfs-for-6.17-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds12-94/+126
2025-09-10ntfs3: stop using write_cache_pagesChristoph Hellwig1-5/+10
2025-09-10fs/ntfs3: reject index allocation if $BITMAP is empty but blocks existMoon Hee Lee1-0/+10
2025-09-10fs/ntfs3: Fix a resource leak bug in wnd_extend()Haoxiang Li1-0/+1
2025-09-10fs: ntfs3: Fix integer overflow in run_unpack()Vitaly Grigoryev1-3/+9
2025-09-10ntfs3: pretend $Extend records as regular filesTetsuo Handa1-0/+1
2025-09-10ntfs3: add FS_IOC_SETFSLABEL ioctlEthan Ferguson1-0/+18
2025-09-10ntfs3: add FS_IOC_GETFSLABEL ioctlEthan Ferguson1-0/+10
2025-09-10ntfs3: transition magic number to shared constantEthan Ferguson1-1/+1
2025-09-10erofs: fix runtime warning on truncate_folio_batch_exceptionals()Yuezhang Mo1-0/+12
2025-09-09smb: client: fix data loss due to broken rename(2)Paulo Alcantara8-72/+268
2025-09-09smb: client: fix compound alignment with encryptionPaulo Alcantara1-3/+25
2025-09-09f2fs: fix wrong layout information on 16KB pageJaegeuk Kim1-3/+6
2025-09-09hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()Kang Chen4-11/+29
2025-09-09iomap: simplify direct io validity checkKeith Busch1-2/+1
2025-09-09block: add size alignment to bio_iov_iter_get_pagesKeith Busch1-1/+1
2025-09-09block: remove the bi_inline_vecs variable sized array from struct bioChristoph Hellwig2-3/+2
2025-09-09block: add a bio_init_inline helperChristoph Hellwig5-5/+5
2025-09-09ceph: fix crash after fscrypt_encrypt_pagecache_blocks() errorMax Kellermann1-2/+4