aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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...Linus 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/s...Linus 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
2025-09-09ceph: always call ceph_shift_unused_folios_left()Max Kellermann1-2/+1
2025-09-09ceph: fix race condition where r_parent becomes stale before sending messageAlex Markuze1-12/+69
2025-09-09ceph: fix race condition validating r_parent before applying stateAlex Markuze6-107/+145
2025-09-09fs/resctrl: Eliminate false positive lockdep warning when reading SNC countersReinette Chatre3-7/+5
2025-09-08proc: fix type confusion in pde_set_flags()wangzijie1-1/+2
2025-09-08ocfs2: fix recursive semaphore deadlock in fiemap callMark Tinguely1-1/+9
2025-09-09f2fs: clean up error handing of f2fs_submit_page_read()Chao Yu1-33/+8
2025-09-09f2fs: avoid unnecessary folio_clear_uptodate() for cleanupChao Yu1-1/+1
2025-09-09f2fs: merge FUA command with the existing writesJaegeuk Kim1-1/+3
2025-09-08NFSv4/flexfiles: Fix layout merge mirror check.Jonathan Curley1-1/+1
2025-09-08fs/hpfs: Fix error code for new_inode() failure in mkdir/create/mknod/symlinkYikang Yue1-6/+12
2025-09-08hpfs: Replace simple_strtoul with kstrtoint in hpfs_parse_paramSu Hui1-6/+2
2025-09-08Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-6/+57
2025-09-08fs: hpfs: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva5-40/+61
2025-09-06NFS: Fix the marking of the folio as up to dateTrond Myklebust1-47/+5
2025-09-06NFS: nfs_invalidate_folio() must observe the offset and size argumentsTrond Myklebust2-3/+5
2025-09-06NFSv4.2: Serialise O_DIRECT i/o and copy rangeTrond Myklebust1-0/+1
2025-09-06NFSv4.2: Serialise O_DIRECT i/o and clone rangeTrond Myklebust1-0/+2
2025-09-06NFSv4.2: Serialise O_DIRECT i/o and fallocate()Trond Myklebust1-0/+1
2025-09-06NFS: Serialise O_DIRECT i/o and truncate()Trond Myklebust3-12/+15
2025-09-06NFSv4.2: Protect copy offload and clone against 'eof page pollution'Trond Myklebust1-6/+13
2025-09-06NFS: Protect against 'eof page pollution'Trond Myklebust5-5/+54