aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-08-30Merge tag 'trace-v7.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-5/+2
2026-08-28Merge tag 'ceph-for-7.3-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds14-116/+419
2026-08-28Merge tag 'ubifs-for-linus-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds4-12/+16
2026-08-28Merge tag 'f2fs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds21-448/+1445
2026-08-27Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds5-53/+81
2026-08-27f2fs: support resizable tail section and unify pinned allocationDaeho Jeong5-16/+58
2026-08-26Merge tag 'nfs-for-7.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds26-129/+445
2026-08-26ceph: force a cap message when a deferred revoke can't be acked immediatelyMax Kellermann2-7/+61
2026-08-26ceph: reject export_targets ranks >= CEPH_MAX_MDS in mdsmap decodeJérémy Jean1-0/+4
2026-08-26ceph: fix leaked inode reference on writeback abort at umountMatthew Brown1-0/+11
2026-08-26libceph: remove ceph_put_page_vector()Tal Zussman1-3/+6
2026-08-26ceph: make nearfull sync writes opt-inAlex Markuze3-3/+16
2026-08-26ceph: do not repeat ceph_trim_dentries() if no progress possibleMax Kellermann1-3/+7
2026-08-26ceph: drop mdsc->mutex before decoding the MDS replyMax Kellermann1-1/+7
2026-08-26ceph: fix UAF in check_new_map() on session freed during unlockXiubo Li1-0/+6
2026-08-26ceph: fix UAF in __kick_flushing_caps() on cf entry freed during unlockXiubo Li1-2/+9
2026-08-26ceph: pass inode pointer around instead of reloading itMax Kellermann3-31/+30
2026-08-26ceph: mark cap remove with RB_CLEAR_NODE() instead of setting ci=NULLMax Kellermann2-4/+19
2026-08-26ceph: add helper function ceph_cap_is_removed()Max Kellermann3-6/+18
2026-08-26ceph: make __ceph_remove_cap() staticMax Kellermann2-2/+1
2026-08-26ceph: cap delegated inode count in ceph_parse_deleg_inos()Michael Bommarito3-6/+63
2026-08-26ceph: bound num_export_targets array for mds info v2/v3Michael Bommarito1-1/+6
2026-08-26ceph: bound MDSCapAuth path and fs_name decode in handle_session()Michael Bommarito1-2/+6
2026-08-26ceph: bound xattr value length in __build_xattrs()Michael Bommarito1-0/+1
2026-08-26ceph: bound copied dentry name length in NFS export get_nameMichael Bommarito1-9/+17
2026-08-26ceph: revalidate ki_pos for O_APPEND writes after cap acquisitionXiubo Li1-0/+48
2026-08-26ceph: fix use-after-dereference of NULL ci in __ceph_remove_cap()Xiubo Li1-7/+10
2026-08-26ceph: do not cache negative dentries for snapped directoriesXiubo Li2-3/+10
2026-08-26ceph: use GFP_KERNEL consistently in __ceph_pool_perm_get()Xiubo Li1-5/+5
2026-08-26ceph: use GFP_NOFS for cap flush allocation in writeback pathXiubo Li1-1/+1
2026-08-26ceph: use detach_cap_releases() in ceph_send_cap_releases()Max Kellermann1-5/+6
2026-08-26ceph: skip __touch_cap() most of the timeMax Kellermann1-0/+8
2026-08-26ceph: Change system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2026-08-26ceph: properly decrypt filenames in vmalloc() buffersSam Edwards2-11/+40
2026-08-26ceph: pass fscrypt `tname` buffers directlySam Edwards3-10/+9
2026-08-26ceph: Fix ERR_PTR(0) in ceph_mkdir()Hongling Zeng1-1/+1
2026-08-26f2fs: don't leave the hashed inode while it's unlinkedJaegeuk Kim3-58/+69
2026-08-25Merge tag 'erofs-for-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds5-17/+26
2026-08-25Merge tag 'ntfs-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfsLinus Torvalds29-452/+3270
2026-08-25f2fs: accurately adjust free_sections during free_segment_rangeDaeho Jeong1-1/+14
2026-08-25Merge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds13-165/+734
2026-08-25f2fs: fix to avoid potential deadloop in f2fs_fsync_node_pages()Chao Yu1-0/+5
2026-08-24mm/swap: move swap_ops into file systems for file system-based swapChristoph Hellwig3-48/+77
2026-08-24mm/swap: remove SWP_FS_OPSChristoph Hellwig2-6/+2
2026-08-24tmpfs/ramfs: let memfd_create() work on nommuDaniel Palmer1-0/+3
2026-08-24mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()Lorenzo Stoakes (ARM)1-1/+1
2026-08-24Merge tag 'cifs-fixes-7.3-rc1' of https://git.manguebit.org/linuxLinus Torvalds22-108/+223
2026-08-24eventfs: Initialize ei->children and ei->list in init_ei()Deepanshu Kartikey1-5/+2
2026-08-24cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0Frank Sorenson1-2/+13
2026-08-24smb: client: reject a tree connect response whose byte count is too smallBryam Vargas2-1/+8