aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-11-09ksmbd: close accepted socket when per-IP limit rejects connectionJoshua Rogers1-1/+4
2025-11-09smb: server: rdma: avoid unmapping posted recv on accept failureJoshua Rogers1-1/+10
2025-11-09cifs: client: fix memory leak in smb3_fs_context_parse_paramEdward Adam Davis1-0/+2
2025-11-09smb: client: fix cifs_pick_channel when channel needs reconnectHenrique Carvalho1-1/+1
2025-11-09gfs2: Use bio_add_folio_nofail()Matthew Wilcox (Oracle)1-2/+1
2025-11-08Merge tag 'v6.18rc4-SMB-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-9/+16
2025-11-08Merge tag 'xfs-fixes-6.18-rc5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-16/+76
2025-11-08btrfs: send: make use of -fms-extensions for defining struct fs_pathRasmus Villemoes1-19/+20
2025-11-08Merge tag 'kbuild-ms-extensions-6.19' into kbuild-nextNicolas Schier1-3/+3
2025-11-07f2fs: Use mapping->gfp_mask to get file cache for writingJiucheng Xu1-1/+2
2025-11-07smb: client: validate change notify buffer before copyJoshua Rogers1-2/+5
2025-11-07Merge tag 'v6.18-rc4-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-1/+23
2025-11-06Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-2/+1
2025-11-07erofs: avoid infinite loop due to incomplete zstd-compressed dataGao Xiang1-4/+7
2025-11-06hfs: fix potential use after free in hfs_correct_next_unused_CNID()Dan Carpenter1-1/+1
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-39/+136
2025-11-06ext4: add two trace points for moving extentsZhang Yi1-2/+12
2025-11-06ext4: add large folios support for moving extentsZhang Yi1-17/+10
2025-11-06ext4: switch to using the new extent movement methodZhang Yi1-343/+50
2025-11-06ext4: introduce mext_move_extent()Zhang Yi1-0/+224
2025-11-06ext4: rename mext_page_mkuptodate() to mext_folio_mkuptodate()Zhang Yi1-2/+2
2025-11-06ext4: refactor mext_check_arguments()Zhang Yi1-54/+43
2025-11-06ext4: add mext_check_validity() to do basic checkZhang Yi2-47/+65
2025-11-06ext4: use EXT4_B_TO_LBLK() in mext_check_arguments()Zhang Yi1-6/+3
2025-11-06ext4: pass out extent seq counter when mapping blocksZhang Yi2-8/+17
2025-11-06ext4: make ext4_es_lookup_extent() pass out the extent seq counterZhang Yi4-8/+10
2025-11-06ext4: introduce seq counter for the extent status entryZhang Yi3-4/+24
2025-11-06ext4: correct the checking of quota files before moving extentsZhang Yi1-1/+1
2025-11-06fs: ext4: fix uninitialized symbolsRanganath V N2-6/+6
2025-11-06ext4: make error code in __ext4fs_dirhash() consistent.Julian Sun1-1/+1
2025-11-06xfs: free xfs_busy_extents structure when no RT extents are queuedChristoph Hellwig1-1/+3
2025-11-05coredump: use override credential guardChristian Brauner1-6/+2
2025-11-05coredump: use prepare credential guardChristian Brauner1-2/+1
2025-11-05coredump: split out do_coredump() from vfs_coredump()Christian Brauner1-63/+68
2025-11-05coredump: mark struct mm_struct as constChristian Brauner1-1/+1
2025-11-05coredump: pass struct linux_binfmt as constChristian Brauner1-2/+2
2025-11-05coredump: move revert_cred() before coredump_cleanup()Christian Brauner1-1/+1
2025-11-05xfs: use super write guard in xfs_file_ioctl()Christian Brauner1-4/+2
2025-11-05open: use super write guard in do_ftruncate()Christian Brauner1-6/+3
2025-11-05btrfs: use super write guard in relocating_repair_kthread()Christian Brauner1-3/+2
2025-11-05ext4: use super write guard in write_mmp_block()Christian Brauner1-6/+2
2025-11-05btrfs: use super write guard in sb_start_write()Christian Brauner1-2/+2
2025-11-05btrfs: use super write guard btrfs_run_defrag_inode()Christian Brauner1-4/+3
2025-11-05btrfs: use super write guard in btrfs_reclaim_bgs_work()Christian Brauner1-7/+3
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik14-6/+13
2025-11-05btrfs: release root after error in data_reloc_print_warning_inode()Zilin Guan1-1/+3
2025-11-05btrfs: scrub: put bio after errors in scrub_raid56_parity_stripe()Zilin Guan1-0/+2
2025-11-05btrfs: do not update last_log_commit when logging inode due to a new nameFilipe Manana1-1/+1
2025-11-05btrfs: zoned: fix stripe width calculationNaohiro Aota1-30/+26
2025-11-05btrfs: zoned: fix conventional zone capacity calculationNaohiro Aota1-2/+2