summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-07-14xfs: use the rt version of the cow staging checkerDarrick J. Wong1-1/+1
2026-07-14xfs: use rtrefcount btree cursor in xchk_xref_is_rt_cow_stagingDarrick J. Wong1-1/+1
2026-07-14xfs: don't wrap around quota ids in dqiterateDarrick J. Wong1-1/+1
2026-07-14xfs: move cow_replace_mapping to xfs_bmap_util.cDarrick J. Wong5-134/+136
2026-07-14xfs: make cow repair somewhat flaky when debugging knob enabledDarrick J. Wong1-4/+29
2026-07-14xfs: don't replace the wrong part of the cow forkDarrick J. Wong2-82/+147
2026-07-14xfs: resample the data fork mapping after cycling ILOCKDarrick J. Wong1-0/+36
2026-07-14btrfs: fix GET_SUBVOL_INFO after compat refactorDaan De Meyer1-0/+1
2026-07-14btrfs: free mapping node on duplicate reloc root insertGuanghui Yang1-0/+1
2026-07-14btrfs: fix a regression where PAGECACHE_TAG_DIRTY is never clearedQu Wenruo1-3/+23
2026-07-14btrfs: don't propagate EXTENT_FLAG_LOGGING to split extent mapsLeo Martins1-2/+2
2026-07-14btrfs: fix u32 to s64 type conversion in dirty_metadata_bytes accountingDave Chen1-2/+2
2026-07-14btrfs: fix NULL pointer deref during assertion in btrfs_backref_free_node()Filipe Manana1-1/+4
2026-07-14btrfs: only account delalloc bytes for regular file inodes in btrfs_getattr()Dave Chen1-1/+2
2026-07-14btrfs: reject inline file extents item in get_new_location()Qu Wenruo1-0/+7
2026-07-14btrfs: do not try compression for data reloc inodesQu Wenruo1-0/+2
2026-07-14btrfs: fix reloc root cleanup in merge_reloc_roots()Filipe Manana1-3/+2
2026-07-14btrfs: fix use-after-free on reloc root after error in insert_dirty_subvol()Filipe Manana1-9/+33
2026-07-13fs/resctrl: Fix UAF from worker threads when domains are removedReinette Chatre2-15/+97
2026-07-13fs/resctrl: Prevent deadlock and use-after-free in info file handlersReinette Chatre4-79/+202
2026-07-13fs/resctrl: Prevent use-after-free in rdtgroup_kn_put()Reinette Chatre1-5/+14
2026-07-13fs/resctrl: Fix deadlock on errors during mountReinette Chatre1-27/+56
2026-07-13fs/resctrl: Move functions to avoid forward references in subsequent fixesTony Luck1-193/+191
2026-07-13x86,fs/resctrl: Document safe RCU list traversalReinette Chatre4-27/+34
2026-07-13Merge tag 'nfsd-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-3/+4
2026-07-13smb: client: reject overlapping data areas in SMB2 responsesShoichiro Miyamoto1-9/+25
2026-07-13smb/client: refresh allocation after EOF-extending fallocateHuiwen He5-7/+67
2026-07-13smb/client: emulate small EOF-extending mode 0 fallocate rangesHuiwen He1-9/+60
2026-07-13smb/client: reduce fallocate zero buffer allocationHuiwen He1-3/+4
2026-07-13smb/client: handle overlapping allocated ranges in fallocateHuiwen He1-7/+18
2026-07-13smb/client: refresh allocation size after duplicate extentsHuiwen He2-3/+37
2026-07-13smb: client: use kvzalloc() for megabyte buffer in simple fallocateFredric Cover1-2/+2
2026-07-13isofs: fix out-of-bounds page array access on empty zisofs blockXiang Mei1-2/+4
2026-07-13erofs: hide "cache_strategy=" for plain filesystemsGao Xiang1-1/+1
2026-07-12xfs: fix null pointer dereference in tracepointAndrey Albershteyn1-1/+1
2026-07-12RDMA: Change capability fields in ib_device_attr from int to u32Erni Sri Satya Vennela3-8/+10
2026-07-11Merge tag 'x86-urgent-2026-07-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+26
2026-07-10Merge tag 'ntfs-for-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-51/+110
2026-07-10Merge tag 'nfs-for-7.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-12/+18
2026-07-10Merge tag 'v7.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds20-121/+146
2026-07-09Merge tag 'v7.2-rc2-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-86/+218
2026-07-09cifs: Remove CIFSSMBSetPathInfoFB() fallback functionPali Rohár1-36/+0
2026-07-09cifs: Fix and improve cifs_is_path_accessible() functionPali Rohár1-10/+16
2026-07-09fat: avoid stack overflow warningArnd Bergmann2-4/+4
2026-07-09smb: client: mask server-provided mode to 07777 in modefromsidNorbert Manthey1-1/+1
2026-07-09udf: reject VAT indexes equal to the entry countDavid Lee1-1/+1
2026-07-09cifs: Show reason why autodisabling serverino supportPali Rohár6-9/+14
2026-07-09smb/client: fix incorrect nlink returned by fstat()ChenXiaoSong3-0/+4
2026-07-09smb/client: zero-initialize stack-allocated cifs_open_info_dataChenXiaoSong3-3/+3
2026-07-09smb/client: pass cifs_open_info_data to SMB2_open()ChenXiaoSong4-27/+25