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