aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-04-27fuse: fuse_i.h: clean up kernel-doc commentsRandy Dunlap1-183/+272
2026-04-27fuse: fuse_dev_i.h: clean up kernel-doc warningsRandy Dunlap1-43/+50
2026-04-27fuse: {io-uring} drop kernel-doc notation for a commentRandy Dunlap1-1/+1
2026-04-27fuse: simplify fuse_dev_ioctl_clone()Miklos Szeredi1-18/+21
2026-04-27fuse: alloc pqueue before installing fch in fuse_devMiklos Szeredi3-21/+63
2026-04-27fuse: remove #include "fuse_i.h" from dev.c and dev_uring.cMiklos Szeredi7-33/+42
2026-04-27fuse: change ring->fc to ring->chanMiklos Szeredi2-24/+22
2026-04-27fuse: remove fuse_mutex protection from fuse_dev_ioctl_sync_init()Miklos Szeredi1-8/+5
2026-04-27fuse: set params in fuse_chan_set_initialized()Miklos Szeredi5-17/+44
2026-04-27fuse: create notify.cMiklos Szeredi5-446/+461
2026-04-27fuse: create poll.cMiklos Szeredi5-150/+158
2026-04-27fuse: change fud->fc to fud->chanMiklos Szeredi7-93/+93
2026-04-27fuse: split out filesystem part of request sendingMiklos Szeredi5-80/+129
2026-04-27fuse: change req->fm to req->chanMiklos Szeredi4-73/+69
2026-04-27fuse: remove fm arg of args->end callbackMiklos Szeredi5-25/+23
2026-04-27fuse: split off fuse_args and related definitions into a separate headerMiklos Szeredi2-52/+66
2026-04-27fuse: abort related layering cleanupMiklos Szeredi9-62/+61
2026-04-27fuse: remove #include "fuse_i.h" from "req_timeout.c"Miklos Szeredi3-3/+3
2026-04-27fuse: remove #include "fuse_i.h" from "dev_uring_i.h"Miklos Szeredi3-14/+17
2026-04-27fuse: move fuse_dev_waitq to dev.cMiklos Szeredi3-6/+5
2026-04-27fuse: move forget related struct and helpersMiklos Szeredi6-29/+29
2026-04-27fuse: don't access transport layer structs directly from the fs layerMiklos Szeredi8-55/+124
2026-04-27fuse: move struct fuse_req and related to fuse_dev_i.hMiklos Szeredi2-92/+90
2026-04-27fuse: move request timeout to fuse_chanMiklos Szeredi8-56/+55
2026-04-27fuse: add back pointer from fuse_chan to fuse_connMiklos Szeredi2-0/+4
2026-04-27fuse: split off fch->lock from fc->lockMiklos Szeredi5-25/+40
2026-04-27fuse: move interrupt related members to fuse_chanMiklos Szeredi3-5/+5
2026-04-27fuse: move io_uring related members to fuse_chanMiklos Szeredi6-26/+26
2026-04-27fuse: move request blocking related members to fuse_chanMiklos Szeredi8-71/+71
2026-04-27fuse: move background queuing related members to fuse_chanMiklos Szeredi10-71/+72
2026-04-27fuse: move 'devices' member from fuse_conn to fuse_chanMiklos Szeredi5-12/+17
2026-04-27fuse: move fuse_dev and fuse_pqueue to dev.cMiklos Szeredi5-140/+144
2026-04-27fuse: move fuse_iqueue to fuse_chanMiklos Szeredi10-137/+146
2026-04-27fuse: add struct fuse_chanMiklos Szeredi7-5/+50
2026-04-27fuse: move request timeout code to a new source fileMiklos Szeredi8-145/+173
2026-04-27fuse: don't block in fuse_get_dev() for non-sync_init caseJoanne Koong1-3/+9
2026-04-27xfs: check da node block pad field during scrubYuto Ohnuki1-1/+6
2026-04-27xfs: fix memory leak for data allocated by xfs_zone_gc_data_alloc()Wilfred Mallawa1-1/+1
2026-04-27xfs: fix memory leak on error in xfs_alloc_zone_info()Wilfred Mallawa1-1/+1
2026-04-27xfs: check directory data block header padding in scrubYuto Ohnuki3-1/+19
2026-04-27xfs: zero directory data block padding on write verificationYuto Ohnuki1-0/+6
2026-04-27xfs: zero entire directory data block header region at initYuto Ohnuki1-7/+5
2026-04-27xfs: remove the meaningless XFS_ALLOC_FLAG_FREEINGJinliang Zheng1-2/+1
2026-04-26smb/client: remove unused smb3_parse_opt()David Disseldorp2-32/+0
2026-04-26nfsd: fix GET_DIR_DELEGATION when VFS leases are disabledOlga Kornievskaia1-4/+0
2026-04-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-0/+3
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds15-40/+133
2026-04-24Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds14-31/+1127
2026-04-24Merge tag 'ntfs-for-7.1-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-41/+113
2026-04-24Merge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linuxLinus Torvalds2-3/+7
2026-04-23Merge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-100/+112
2026-04-23Merge tag 'v7.1-rc-part2-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds39-214/+164
2026-04-23Merge tag 'v7.1-rc1-part3-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds24-387/+433
2026-04-24eventpoll: drop vestigial epi->dying flagChristian Brauner1-20/+7
2026-04-24eventpoll: drop dead bool return from ep_remove_epi()Christian Brauner1-8/+5
2026-04-24eventpoll: move f_lock acquisition into ep_remove_file()Christian Brauner1-6/+4
2026-04-24eventpoll: fix ep_remove struct eventpoll / struct file UAFChristian Brauner1-6/+10
2026-04-24eventpoll: move epi_fget() upChristian Brauner1-28/+28
2026-04-24eventpoll: rename ep_remove_safe() back to ep_remove()Christian Brauner1-8/+8
2026-04-24eventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()Christian Brauner1-6/+6
2026-04-24eventpoll: kill __ep_remove()Christian Brauner1-37/+30
2026-04-24eventpoll: split __ep_remove()Christian Brauner1-4/+23
2026-04-24eventpoll: use hlist_is_singular_node() in __ep_remove()Christian Brauner1-1/+1
2026-04-24fs: Handle multiply claimed blocks more gracefully with mmbJan Kara1-1/+8
2026-04-24fs: aio: reject partial mremap to avoid Null-pointer-dereference errorZizhi Wo1-1/+2
2026-04-24fuse: reject oversized dirents in page cacheSamuel Page1-0/+4
2026-04-24writeback: Fix use after free in inode_switch_wbs_work_fn()Jan Kara1-17/+19
2026-04-24fs: aio: set VMA_DONTCOPY_BIT in mmap to fix NULL-pointer-dereference errorZizhi Wo1-1/+1
2026-04-23gfs2: move quota_init qc iterator incrementJie Wang1-2/+1
2026-04-23gfs2: fix quota init duplicate scanJie Wang1-10/+23
2026-04-22smb: smbdirect: move fs/smb/common/smbdirect/ to fs/smb/smbdirect/Stefan Metzmacher27-42/+42
2026-04-22Merge tag 'tracefs-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-2/+22
2026-04-22udf: reject descriptors with oversized CRC lengthMichael Bommarito1-2/+6
2026-04-22smb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()Eric Biggers1-7/+5
2026-04-22smb: client: Make generate_key() return voidEric Biggers1-29/+16
2026-04-22smb: client: Remove obsolete cmac(aes) allocationEric Biggers10-95/+2
2026-04-22smb: client: Use AES-CMAC library for SMB3 signature calculationEric Biggers4-74/+30
2026-04-22smb: common: add SMB3_COMPRESS_MAX_ALGSEnzo Matsumiya1-0/+2
2026-04-22smb: client: compress: add code docs to lz77.cEnzo Matsumiya1-8/+73
2026-04-22smb: client: compress: LZ77 optimizationsEnzo Matsumiya2-65/+104
2026-04-22smb: client: compress: increase LZ77_MATCH_MAX_DISTEnzo Matsumiya1-2/+1
2026-04-22smb: client: compress: fix counting in LZ77 match findingEnzo Matsumiya1-7/+10
2026-04-22smb: client: compress: fix buffer overrun in lz77_compress()Enzo Matsumiya3-15/+33
2026-04-22smb: client: scope end_of_dacl to CIFS_DEBUG2 use in parse_daclMichael Bommarito1-3/+3
2026-04-22smb: client: fix (remove) drop_dir_cache module parameterEnzo Matsumiya6-45/+59
2026-04-22smb: client: require a full NFS mode SID before reading mode bitsMichael Bommarito1-0/+1
2026-04-22smb: client: validate the whole DACL before rewriting it in cifsaclMichael Bommarito1-31/+85
2026-04-22smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO pathMichael Bommarito1-0/+6
2026-04-22smb: server: stop sending fake security descriptorsMarios Makassikis1-15/+2
2026-04-22ksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim1-1/+6
2026-04-22ksmbd: fix CreateOptions sanitization clobbering the whole fieldDaeMyung Kang1-2/+2
2026-04-22ksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 openDaeMyung Kang1-0/+2
2026-04-22ksmbd: fix O(N^2) DoS in smb2_lock via unbounded LockCountAkif Sait1-1/+6
2026-04-22ksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang1-0/+9
2026-04-22ksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang1-2/+3
2026-04-22ksmbd: Use AES-CMAC library for SMB3 signature calculationEric Biggers7-117/+19
2026-04-22ksmbd: reset rcount per connection in ksmbd_conn_wait_idle_sess_id()DaeMyung Kang1-3/+2
2026-04-22NFS: Fix RCU dereference of cl_xprt in nfs_compare_super_addressSean Chang1-3/+13
2026-04-22NFS: remove redundant __private attribute from nfs_page_classSean Chang1-1/+1
2026-04-22NFSv4.2: fix CLONE/COPY attrs in presence of delegated attributesOlga Kornievskaia1-0/+1
2026-04-22NFS: fix writeback in presence of errorsOlga Kornievskaia3-1/+26
2026-04-22nfs: use memcpy_and_pad in decode_fhThorsten Blum1-2/+1
2026-04-22ntfs: use page allocation for resident attribute inline dataNamjae Jeon1-7/+19
2026-04-22ntfs: fix mmap_prepare writable check for shared mappingsNamjae Jeon1-1/+1
2026-04-22ceph: add subvolume metrics collection and reportingAlex Markuze12-14/+1018
2026-04-22ceph: parse subvolume_id from InodeStat v9 and store in inodeAlex Markuze4-14/+76
2026-04-22ceph: handle InodeStat v8 versioned field in reply parsingAlex Markuze1-0/+20
2026-04-22ceph: clear s_cap_reconnect when ceph_pagelist_encode_32() failsMax Kellermann1-1/+5
2026-04-22ceph: only d_add() negative dentries when they are unhashedMax Kellermann1-2/+4
2026-04-22ceph: fix num_ops off-by-one when crypto allocation failsSam Edwards1-0/+4
2026-04-21Merge tag 'f2fs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-147/+360
2026-04-21Merge tag 'libnvdimm-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-18/+56
2026-04-21Merge tag 'pull-coda' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-12/+5
2026-04-21Merge tag 'erofs-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-25/+26
2026-04-21Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-43/+110
2026-04-21erofs: unify lcn as u64 for 32-bit platformsGao Xiang1-10/+9
2026-04-21erofs: fix offset truncation when shifting pgoff on 32-bit platformsGao Xiang2-2/+2
2026-04-21erofs: fix the out-of-bounds nameoff handling for trailing direntsGao Xiang1-13/+15
2026-04-21btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone1-1/+1
2026-04-21btrfs: check return value of btrfs_partially_delete_raid_extent()robbieko1-7/+12
2026-04-21btrfs: handle -EAGAIN from btrfs_duplicate_item and refresh stale leaf pointerrobbieko1-0/+10
2026-04-21btrfs: replace ASSERT with proper error handling in stripe lookup fallbackrobbieko1-1/+4
2026-04-21btrfs: fix wrong min_objectid in btrfs_previous_item() callrobbieko1-1/+1
2026-04-21btrfs: fix raid stripe search missing entries at leaf boundariesrobbieko1-3/+15
2026-04-21btrfs: copy devid in btrfs_partially_delete_raid_extent()robbieko1-0/+3
2026-04-21btrfs: handle unexpected free-space-tree key typesDavid Sterba1-3/+15
2026-04-21btrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana1-0/+2
2026-04-21btrfs: don't clobber errors in add_remap_tree_entries()Mark Harmstone1-1/+1
2026-04-21btrfs: enable shutdown ioctl for non-experimental buildsQu Wenruo1-4/+3
2026-04-21btrfs: apply first key check for readahead when possibleQu Wenruo3-4/+15
2026-04-21btrfs: abort transaction in do_remap_reloc_trans() on failureMark Harmstone1-4/+10
2026-04-21btrfs: fix bytes_may_use leak in do_remap_reloc_trans()Mark Harmstone1-0/+6
2026-04-21btrfs: fix bytes_may_use leak in move_existing_remap()Mark Harmstone1-0/+6
2026-04-20Merge tag 'ntfs3_for_7.1' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds11-73/+202
2026-04-20Merge tag 'ecryptfs-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-173/+142
2026-04-20Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds49-1127/+3499
2026-04-20fsnotify: fix inode reference leak in fsnotify_recalc_mask()Amir Goldstein1-3/+36
2026-04-20isofs: use QSTR_LEN() in isofs_cmpThorsten Blum1-9/+2
2026-04-20isofs: validate block number from NFS file handle in isofs_export_igetMichael Bommarito1-1/+1
2026-04-20isofs: validate Rock Ridge CE continuation extent against volume sizeMichael Bommarito1-0/+9
2026-04-20fanotify: Fix spelling mistake "enforecement" -> "enforcement"Ethan Carter Edwards1-1/+1
2026-04-19Merge tag 'driver-core-7.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+5
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-15/+13
2026-04-19cifs: update internal module version numberSteve French1-2/+2
2026-04-19smb: client: compress: fix bad encoding on last LZ77 flagEnzo Matsumiya1-1/+1
2026-04-19bpf: Refactor dynptr mutability trackingAmery Hung2-3/+3
2026-04-18eventfs: Hold eventfs_mutex and SRCU when remount walks eventsDavid Carlier3-1/+21
2026-04-18eventfs: Use list_add_tail_rcu() for SRCU-protected children listDavid Carlier1-1/+1
2026-04-18f2fs: add page-order information for large folio reads in iostatDaniel Lee4-1/+48
2026-04-18ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignmentTristan Madani1-0/+2
2026-04-18ksmbd: use check_add_overflow() to prevent u16 DACL size overflowTristan Madani1-4/+12
2026-04-18ksmbd: fix use-after-free in smb2_open during durable reconnectAkif1-8/+5
2026-04-18ksmbd: validate num_aces and harden ACE walk in smb_inherit_dacl()Michael Bommarito1-5/+23
2026-04-18smb: server: fix max_connections off-by-one in tcp accept pathDaeMyung Kang1-1/+1
2026-04-18ksmbd: require minimum ACE size in smb_check_perm_dacl()Michael Bommarito1-4/+13
2026-04-18ksmbd: validate response sizes in ipc_validate_msg()Michael Bommarito2-9/+13
2026-04-18smb: server: fix active_num_conn leak on transport allocation failureMichael Bommarito1-0/+2
2026-04-18userfaultfd: allow registration of ranges below mmap_min_addrDenis M. Karpov1-2/+0
2026-04-18writeback: prevent memory cgroup release in writeback moduleMuchun Song1-11/+11
2026-04-18buffer: prevent memory cgroup release in folio_alloc_buffers()Muchun Song1-2/+2
2026-04-18ntfs: fix potential 32-bit truncation in ntfs_write_cb()Dan Carpenter1-1/+2
2026-04-18ntfs: fix uninitialized variable in ntfs_map_runlist_nolockNamjae Jeon1-1/+1
2026-04-18ntfs: delete dead codeDan Carpenter1-4/+3
2026-04-18ntfs: add missing error code in ntfs_mft_record_alloc()Dan Carpenter1-0/+1
2026-04-18ntfs: fix uninitialized variables in ntfs_ea_set_wsl_inode()Namjae Jeon1-1/+4
2026-04-18ntfs: fix uninitialized pointer in ntfs_write_mft_blockNamjae Jeon1-2/+2
2026-04-18ntfs: fix uninitialized variable in ntfs_write_simple_iomap_begin_non_residentNamjae Jeon1-1/+1
2026-04-18ntfs: remove noop_direct_IO from address_space_operationsHyunchul Lee1-1/+0
2026-04-18ntfs: limit memory allocation in ntfs_attr_readallHyunchul Lee1-0/+14
2026-04-18ntfs: not zero out range beyond init in punch_holeHyunchul Lee1-11/+20
2026-04-18ntfs: zero out stale data in straddle block beyond initialized_sizeHyunchul Lee2-11/+45
2026-04-17Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds18-377/+597
2026-04-17Merge tag 'for-linus-7.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-73/+411
2026-04-17Merge tag 'ntfs-for-7.1-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds60-111/+36148
2026-04-17Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2-4/+4
2026-04-16smb: client: fix dir separator in SMB1 UNIX mountsPaulo Alcantara2-16/+13
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds19-144/+249
2026-04-16Merge tag 'v7.1-rc1-part2-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds7-39/+229
2026-04-16Merge tag 'v7.1-rc-part1-smbdirect-fixes' of git://git.samba.org/ksmbdLinus Torvalds30-5827/+7123
2026-04-16fanotify: fix false positive on permission eventsMiklos Szeredi2-8/+12
2026-04-16fs/ntfs3: fix Smatch warningsKonstantin Komarov2-2/+2
2026-04-16fs/ntfs3: validate rec->used in journal-replay file record checkGreg Kroah-Hartman1-1/+11
2026-04-15smb: smbdirect: let smbdirect_connection_deregister_mr_io unlock while waitingStefan Metzmacher1-0/+8
2026-04-15smb: smbdirect: fix the logic in smbdirect_socket_destroy_sync() without an e...Stefan Metzmacher1-7/+21
2026-04-15smb: smbdirect: fix copyright header of smbdirect.hStefan Metzmacher1-2/+1
2026-04-15smb: smbdirect: change smbdirect_socket_parameters.{initiator_depth,responder...Stefan Metzmacher2-2/+7
2026-04-15smb: smbdirect: remove unused SMBDIRECT_USE_INLINE_C_FILES logicStefan Metzmacher12-233/+3
2026-04-15smb: server: no longer use smbdirect_socket_set_custom_workqueue()Stefan Metzmacher3-33/+0
2026-04-15smb: client: no longer use smbdirect_socket_set_custom_workqueue()Stefan Metzmacher2-13/+0
2026-04-15smb: smbdirect: introduce global workqueuesStefan Metzmacher3-3/+88
2026-04-15smb: smbdirect: prepare use of dedicated workqueues for different stepsStefan Metzmacher5-21/+33
2026-04-15smb: smbdirect: remove unused smbdirect_connection_mr_io_recovery_work()Stefan Metzmacher1-85/+10
2026-04-15smb: smbdirect: wrap rdma_disconnect() in rdma_[un]lock_handler()Stefan Metzmacher1-0/+13
2026-04-15smb: server: make use of smbdirect_netdev_rdma_capable_mode_type()Stefan Metzmacher1-120/+2
2026-04-15smb: smbdirect: introduce smbdirect_netdev_rdma_capable_mode_type()Stefan Metzmacher5-2/+311
2026-04-15smb: server: make use of smbdirect.koStefan Metzmacher2-12/+3
2026-04-15smb: server: remove unused ksmbd_transport_ops.prepare()Stefan Metzmacher2-5/+0
2026-04-15smb: server: make use of smbdirect_socket_{listen,accept}()Stefan Metzmacher1-132/+128
2026-04-15smb: server: only use public smbdirect functionsStefan Metzmacher3-17/+11
2026-04-15smb: server: make use of smbdirect_socket_create_accepting()/smbdirect_socket...Stefan Metzmacher1-30/+23