| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-15 | Merge patch series "io_uring related epoll cleanups" | Christian Brauner | 1 | -51/+43 |
| 2026-05-15 | eventpoll: rename struct epoll_filefd to epoll_key | Jens Axboe | 1 | -7/+6 |
| 2026-05-15 | eventpoll: add file based control interface | Jens Axboe | 1 | -30/+32 |
| 2026-05-15 | eventpoll: export is_file_epoll() | Jens Axboe | 1 | -1/+1 |
| 2026-05-15 | eventpoll: pass struct epoll_filefd through ep_find() and ep_insert() | Jens Axboe | 1 | -20/+14 |
| 2026-05-15 | Merge branch 'block-7.1' into for-next | Jens Axboe | 1 | -1/+1 |
| 2026-05-15 | cachefiles: Fix error return when vfs_mkdir() fails | Hongling Zeng | 1 | -0/+2 |
| 2026-05-14 | smbdirect: Fix error cleanup in smbdirect_map_sges_from_iter() | David Howells | 1 | -1/+1 |
| 2026-05-14 | smb: client: avoid integer overflow in SMB2 READ length check | Jeremy Erazo | 2 | -7/+12 |
| 2026-05-14 | cifs: client: stage smb3_reconfigure() updates and restore ctx on failure | DaeMyung Kang | 1 | -53/+108 |
| 2026-05-14 | smb/client: fix possible infinite loop and oob read in symlink_data() | Ye Bin | 1 | -0/+3 |
| 2026-05-13 | ksmbd: fix null pointer dereference in compare_guid_key() | Jeremy Laratro | 1 | -1/+5 |
| 2026-05-13 | ksmbd: fix null pointer dereference in proc_show_files() | Jeremy Laratro | 1 | -1/+1 |
| 2026-05-13 | ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflow | Ferry Meng | 1 | -3/+9 |
| 2026-05-13 | block: pass a minsize argument to bio_iov_iter_bounce | Christoph Hellwig | 1 | -1/+1 |
| 2026-05-12 | ntfs3: avoid -Wmaybe-uninitialized warning | Arnd Bergmann | 1 | -0/+1 |
| 2026-05-12 | fs/ntfs3: add bounds check to run_get_highest_vcn() | Konstantin Komarov | 3 | -4/+13 |
| 2026-05-12 | SMB3.1.1: add missing QUERY_DIR info levels | Steve French | 2 | -2/+6 |
| 2026-05-12 | afs: Fix the locking used by afs_get_link() | David Howells | 8 | -142/+357 |
| 2026-05-12 | netfs, afs: Fix write skipping in dir/link writepages | David Howells | 2 | -2/+16 |
| 2026-05-12 | netfs: Fix netfs_read_folio() to wait on writeback | David Howells | 1 | -0/+2 |
| 2026-05-12 | netfs: Fix folio->private handling in netfs_perform_write() | David Howells | 1 | -53/+81 |
| 2026-05-12 | netfs: Fix partial invalidation of streaming-write folio | David Howells | 1 | -1/+1 |
| 2026-05-12 | netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages() | David Howells | 3 | -4/+4 |
| 2026-05-12 | netfs: Fix leak of request in netfs_write_begin() error handling | David Howells | 1 | -1/+1 |
| 2026-05-12 | netfs: Fix early put of sink folio in netfs_read_gaps() | David Howells | 1 | -3/+3 |
| 2026-05-12 | netfs: Fix write streaming disablement if fd open O_RDWR | David Howells | 1 | -10/+7 |
| 2026-05-12 | netfs: Fix read-gaps to remove netfs_folio from filled folio | David Howells | 1 | -3/+8 |
| 2026-05-12 | netfs: Fix potential deadlock in write-through mode | David Howells | 1 | -14/+25 |
| 2026-05-12 | netfs: Fix streaming write being overwritten | David Howells | 1 | -13/+34 |
| 2026-05-12 | netfs: Defer the emission of trace_netfs_folio() | David Howells | 1 | -8/+10 |
| 2026-05-12 | netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone | David Howells | 1 | -1/+5 |
| 2026-05-12 | netfs: Fix overrun check in netfs_extract_user_iter() | David Howells | 1 | -9/+17 |
| 2026-05-12 | netfs: fix error handling in netfs_extract_user_iter() | Paulo Alcantara | 1 | -3/+10 |
| 2026-05-12 | netfs: Fix potential uninitialised var in netfs_extract_user_iter() | David Howells | 1 | -1/+1 |
| 2026-05-12 | netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call | Viacheslav Dubeyko | 1 | -2/+9 |
| 2026-05-12 | netfs: Fix zeropoint update where i_size > remote_i_size | David Howells | 1 | -2/+2 |
| 2026-05-12 | netfs: Fix potential for tearing in ->remote_i_size and ->zero_point | David Howells | 19 | -104/+166 |
| 2026-05-12 | netfs: Fix netfs_read_to_pagecache() to pause on subreq failure | David Howells | 1 | -0/+5 |
| 2026-05-12 | netfs: Fix missing barriers when accessing stream->subrequests locklessly | David Howells | 5 | -6/+13 |
| 2026-05-12 | netfs: Fix missing locking around retry adding new subreqs | David Howells | 2 | -2/+10 |
| 2026-05-12 | netfs: Fix cancellation of a DIO and single read subrequests | David Howells | 5 | -63/+50 |
| 2026-05-12 | fs/select: reject negative timeval components in kern_select() | Breno Leitao | 1 | -0/+11 |
| 2026-05-12 | fuse: use current creds for backing files | GuoHan Zhao | 2 | -2/+2 |
| 2026-05-12 | zonefs: handle integer overflow in zonefs_fname_to_fno | Johannes Thumshirn | 1 | -1/+5 |
| 2026-05-11 | proc: handle subset=pid separately in userns visibility checks | Alexey Gladkov | 2 | -1/+19 |
| 2026-05-11 | proc: prevent reconfiguring subset=pid | Alexey Gladkov | 1 | -4/+11 |
| 2026-05-11 | proc: subset=pid: Show /proc/self/net only for CAP_NET_ADMIN | Alexey Gladkov | 2 | -0/+10 |
| 2026-05-11 | sysfs: remove trivial sysfs_get_tree() wrapper | Christian Brauner | 1 | -13/+1 |
| 2026-05-11 | fs: move SB_I_USERNS_VISIBLE to FS_USERNS_MOUNT_RESTRICTED | Christian Brauner | 3 | -8/+6 |
| 2026-05-11 | namespace: record fully visible mounts in list | Christian Brauner | 2 | -8/+15 |
| 2026-05-11 | fs: cache the string generated by reading /proc/filesystems | Mateusz Guzik | 1 | -2/+153 |
| 2026-05-11 | fs: RCU-ify filesystems list | Christian Brauner | 2 | -105/+73 |
| 2026-05-11 | proc: allow to mark /proc files permanent outside of fs/proc/ | Alexey Dobriyan | 2 | -0/+13 |
| 2026-05-11 | fs: retire stale lock ordering annotations from inode hash | Mateusz Guzik | 1 | -4/+0 |
| 2026-05-11 | fs: allow lockless ->i_count bumps as long as it does not transition 0->1 | Mateusz Guzik | 2 | -0/+68 |
| 2026-05-11 | fs: relocate and tidy up ihold() | Mateusz Guzik | 1 | -9/+11 |
| 2026-05-11 | fs: add icount_read_once() and stop open-coding ->i_count loads | Mateusz Guzik | 10 | -17/+17 |
| 2026-05-11 | iomap: remove over-strict inline data boundary check | Namjae Jeon | 2 | -4/+0 |
| 2026-05-11 | ecryptfs: remove redundant variable found_auth_tok | Alexey Velichayshiy | 1 | -11/+5 |
| 2026-05-11 | ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION | Chuck Lever | 1 | -6/+24 |
| 2026-05-11 | nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING | Chuck Lever | 1 | -3/+49 |
| 2026-05-11 | nfsd: Report export case-folding via NFSv3 PATHCONF | Chuck Lever | 4 | -10/+121 |
| 2026-05-11 | isofs: Implement fileattr_get for case sensitivity | Chuck Lever | 2 | -0/+19 |
| 2026-05-11 | vboxsf: Implement fileattr_get for case sensitivity | Chuck Lever | 5 | -2/+48 |
| 2026-05-11 | nfs: Implement fileattr_get for case sensitivity | Chuck Lever | 9 | -11/+55 |
| 2026-05-11 | cifs: Implement fileattr_get for case sensitivity | Chuck Lever | 3 | -0/+57 |
| 2026-05-11 | xfs: Report case sensitivity in fileattr_get | Chuck Lever | 2 | -3/+19 |
| 2026-05-11 | hfsplus: Report case sensitivity in fileattr_get | Chuck Lever | 1 | -1/+15 |
| 2026-05-11 | hfs: Implement fileattr_get for case sensitivity | Chuck Lever | 3 | -0/+17 |
| 2026-05-11 | ntfs3: Implement fileattr_get for case sensitivity | Chuck Lever | 3 | -0/+31 |
| 2026-05-11 | exfat: Implement fileattr_get for case sensitivity | Chuck Lever | 3 | -2/+19 |
| 2026-05-11 | fat: Implement fileattr_get for case sensitivity | Chuck Lever | 4 | -0/+41 |
| 2026-05-11 | fs: Add case sensitivity flags to file_kattr | Chuck Lever | 1 | -0/+4 |
| 2026-05-11 | fs: Move file_kattr initialization to callers | Chuck Lever | 2 | -9/+5 |
| 2026-05-11 | ntfs: restore $MFT mirror contents check | DaeMyung Kang | 1 | -0/+7 |
| 2026-05-11 | nsfs: fix wrong error code returned for pidns ioctls | Zhihao Cheng | 1 | -1/+1 |
| 2026-05-11 | iomap: add dirty page control to iomap_zero_iter | Chi Zhiling | 1 | -0/+2 |
| 2026-05-11 | iomap: avoid memset iomap when iter is done | Fengnan Chang | 1 | -6/+6 |
| 2026-05-11 | fs: fix forced iversion increment on lazytime timestamp updates | Pankaj Raghav | 1 | -1/+7 |
| 2026-05-11 | fuse: fix writeback array overflow when max_pages is one | Junxi Qian | 1 | -1/+4 |
| 2026-05-11 | fs: Fix return in jfs_mkdir and orangefs_mkdir | Hongling Zeng | 2 | -2/+2 |
| 2026-05-11 | fs/statmount: fix slab out-of-bounds write in statmount_mnt_idmap | Junyoung Jang | 1 | -0/+2 |
| 2026-05-11 | xfs: Fix typo in comment | Md Shofiqul Islam | 1 | -1/+1 |
| 2026-05-11 | xfs: fix the "limiting open zones" message | Christoph Hellwig | 1 | -1/+1 |
| 2026-05-11 | bpf: fix crash in bpf_[set|remove]_dentry_xattr for negative dentries | Matt Bobrowski | 1 | -2/+8 |
| 2026-05-11 | exportfs,nfsd: rework checking for layout-based block device access support | Christoph Hellwig | 3 | -20/+22 |
| 2026-05-11 | exportfs: don't pass struct iattr to ->commit_blocks | Christoph Hellwig | 2 | -19/+12 |
| 2026-05-11 | exportfs: split out the ops for layout-based block device access | Christoph Hellwig | 5 | -24/+26 |
| 2026-05-11 | nfsd/blocklayout: always ignore loca_time_modify | Christoph Hellwig | 1 | -5/+10 |
| 2026-05-11 | ceph: put folios not suitable for writeback | Hristo Venev | 1 | -0/+2 |
| 2026-05-11 | ceph: add ceph_has_realms_with_quotas() check to ceph_quota_update_statfs() | Viacheslav Dubeyko | 1 | -10/+27 |
| 2026-05-11 | ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob size | Viacheslav Dubeyko | 1 | -0/+16 |
| 2026-05-11 | ceph: fix a buffer leak in __ceph_setxattr() | Viacheslav Dubeyko | 1 | -0/+1 |
| 2026-05-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc3 | Alexei Starovoitov | 243 | -2922/+7417 |
| 2026-05-10 | NFSD: Fix infinite loop in layout state revocation | Chuck Lever | 1 | -0/+7 |
| 2026-05-10 | nfsd: update mtime/ctime on COPY in presence of delegated attributes | Olga Kornievskaia | 2 | -1/+11 |
| 2026-05-10 | nfsd: update mtime/ctime on CLONE in presense of delegated attributes | Olga Kornievskaia | 3 | -15/+33 |
| 2026-05-10 | nfsd: fix file change detection in CB_GETATTR | Scott Mayhew | 1 | -5/+8 |
| 2026-05-10 | ntfs: fix empty_buf and ra lifetime bugs in ntfs_empty_logfile() | DaeMyung Kang | 1 | -1/+4 |
| 2026-05-09 | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux | Linus Torvalds | 1 | -1/+1 |
| 2026-05-10 | ntfs: validate attribute name bounds before returning it | DaeMyung Kang | 1 | -8/+17 |
| 2026-05-10 | ntfs: fix MFT bitmap scan 2^32 boundary check | DaeMyung Kang | 1 | -1/+1 |
| 2026-05-10 | ntfs: validate MFT attrs_offset against bytes_in_use | DaeMyung Kang | 1 | -1/+12 |
| 2026-05-09 | ntfs: fix missing kstrdup() error check in ntfs_write_volume_label() | Zhan Xusheng | 1 | -4/+18 |
| 2026-05-08 | Merge tag 'v7.1-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 7 | -24/+96 |
| 2026-05-08 | ntfs: avoid leaking uninitialised bytes in new security descriptors | DaeMyung Kang | 1 | -2/+2 |
| 2026-05-08 | ntfs: fix out-of-bounds write in ntfs_index_walk_down() | DaeMyung Kang | 1 | -5/+12 |
| 2026-05-08 | ntfs: fix out-of-bounds write in ntfs_rl_collapse_range() merge path | DaeMyung Kang | 1 | -4/+5 |
| 2026-05-08 | ntfs: fix variable dereferenced before check ni in ntfs_attr_open() | Namjae Jeon | 1 | -3/+3 |
| 2026-05-08 | ntfs: fix default_upcase refcount underflow and UAF on fs_context teardown | DaeMyung Kang | 1 | -3/+3 |
| 2026-05-08 | ntfs: match ntfs_resident_attr_min_value_length with $AttrDef | Hyunchul Lee | 1 | -13/+2 |
| 2026-05-08 | ntfs: avoid use-after-free of index inode in ntfs_inode_sync_filename() | DaeMyung Kang | 1 | -3/+3 |
| 2026-05-08 | ntfs: fix copy length in ntfs_bdev_write() for non-page-aligned start | DaeMyung Kang | 1 | -2/+5 |
| 2026-05-08 | ntfs: wait for sync mft writes to complete | DaeMyung Kang | 1 | -22/+41 |
| 2026-05-08 | ntfs: capture mft mirror sync errors in ntfs_write_mft_block() | DaeMyung Kang | 1 | -2/+6 |
| 2026-05-08 | ntfs: redirty folio when ntfs_write_mft_block() runs out of memory | DaeMyung Kang | 1 | -1/+4 |
| 2026-05-08 | ntfs: use base mft_no when looking up base inode for extent record | DaeMyung Kang | 1 | -1/+1 |
| 2026-05-08 | dlm: init per node debugfs before add to node hash | Alexander Aring | 1 | -1/+1 |
| 2026-05-08 | dlm: fix add msg handle in send_queue ordered | Alexander Aring | 1 | -2/+2 |
| 2026-05-08 | dlm: add usercopy whitelist to dlm_cb cache | Ziyi Guo | 1 | -1/+3 |
| 2026-05-08 | dlm: use hlist_for_each_entry_srcu for SRCU protected lists | Li RongQing | 2 | -9/+18 |
| 2026-05-08 | fs/resctrl: Continue counter allocation after failure | Ben Horgan | 1 | -6/+9 |
| 2026-05-08 | btrfs: fix incorrect i_size after remount caused by KEEP_SIZE prealloc gap | Robbie Ko | 1 | -0/+28 |
| 2026-05-08 | btrfs: only release the dirty pages io tree after successful writes | Qu Wenruo | 2 | -5/+5 |
| 2026-05-08 | btrfs: always pass __GFP_NOWARN from add_ra_bio_pages() | Calvin Owens | 1 | -12/+14 |
| 2026-05-08 | btrfs: fix check_chunk_block_group_mappings() to iterate all chunk maps | ZhengYuan Huang | 1 | -15/+8 |
| 2026-05-07 | smb: client: validate dacloffset before building DACL pointers | Michael Bommarito | 1 | -3/+32 |
| 2026-05-07 | smb/client: fix out-of-bounds read in smb2_compound_op() | Zisen Ye | 1 | -4/+8 |
| 2026-05-07 | smb/client: fix out-of-bounds read in symlink_data() | Zisen Ye | 1 | -1/+2 |
| 2026-05-07 | smb: client: Zero-pad short GSS session keys per MS-SMB2 | Piyush Sachdeva | 1 | -5/+18 |
| 2026-05-07 | smb: client: Use FullSessionKey for AES-256 encryption key derivation | Piyush Sachdeva | 2 | -10/+27 |
| 2026-05-07 | fs/resctrl: Add monitor property 'mbm_cntr_assign_fixed' | Ben Horgan | 1 | -1/+7 |
| 2026-05-07 | sysfs: upgrade OOB write by buggy .show hook into WARNing | Alexey Dobriyan | 1 | -3/+2 |
| 2026-05-06 | Merge tag 'v7.1-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 25 | -342/+508 |
| 2026-05-06 | fs/resctrl: Disallow the software controller when MBM counters are assignable | Ben Horgan | 1 | -6/+10 |
| 2026-05-06 | x86,fs/resctrl: Create 'event_filter' files read only if they're not configur... | Ben Horgan | 3 | -1/+19 |
| 2026-05-06 | fs/resctrl: Tidy up the error path in resctrl_mkdir_event_configs() | Ben Horgan | 1 | -8/+5 |
| 2026-05-06 | ovl: fix verity lazy-load guard broken by fsverity_active() semantic change | Colin Walters | 1 | -1/+1 |
| 2026-05-06 | Merge tag 'efi-fixes-for-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+1 |
| 2026-05-04 | gfs2: fix use-after-free in gfs2_qd_dealloc | Tristan Madani | 1 | -0/+1 |
| 2026-05-03 | smb: client: use kzalloc to zero-initialize security descriptor buffer | Bjoern Doebel | 1 | -1/+1 |
| 2026-05-03 | cifs: abort open_cached_dir if we don't request leases | Shyam Prasad N | 1 | -0/+8 |
| 2026-05-03 | cramfs: drop obsolete Future Development notes and update tools URL | Nicolas Pitre | 1 | -91/+1 |
| 2026-05-03 | ntfs: fix variable dereferenced before check ni and attr in ntfs_attrlist_ent... | Namjae Jeon | 1 | -4/+3 |
| 2026-05-02 | Merge tag 'ntfs-for-7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -25/+72 |
| 2026-05-01 | ksmbd: validate inherited ACE SID length | Shota Zaizen | 1 | -14/+52 |
| 2026-05-01 | ksmbd: fix kernel-doc warnings from ksmbd_conn_get/put() | Namjae Jeon | 1 | -0/+4 |
| 2026-05-01 | ksmbd: fail share config requests when path allocation fails | Shuhao Fu | 1 | -4/+8 |
| 2026-05-01 | ksmbd: close durable scavenger races against m_fp_list lookups | DaeMyung Kang | 1 | -26/+76 |
| 2026-05-01 | ksmbd: harden file lifetime during session teardown | DaeMyung Kang | 3 | -25/+164 |
| 2026-05-01 | ksmbd: centralize ksmbd_conn final release to plug transport leak | DaeMyung Kang | 5 | -30/+156 |
| 2026-05-01 | smb: smbdirect: fix MR registration for coalesced SG lists | Yi Kuo | 1 | -9/+12 |
| 2026-05-01 | smb: smbdirect: introduce and use include/linux/smbdirect.h | Stefan Metzmacher | 7 | -204/+3 |
| 2026-05-01 | smb: smbdirect: make use of DEFAULT_SYMBOL_NAMESPACE and EXPORT_SYMBOL_GPL | Stefan Metzmacher | 13 | -30/+33 |
| 2026-05-01 | fs/timerfd: Use the new alarm/hrtimer functions | Thomas Gleixner | 1 | -49/+68 |
| 2026-05-01 | Merge tag 'v7.1-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 3 | -9/+46 |
| 2026-05-01 | security,fs,nfs,net: update security_inode_listsecurity() interface | Stephen Smalley | 2 | -9/+9 |
| 2026-04-30 | Merge tag 'v7.1-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 4 | -33/+12 |
| 2026-04-30 | fuse: remove redundant buffer size checks for interrupt and forget requests | Joanne Koong | 1 | -14/+4 |
| 2026-04-30 | ntfs3: validate split-point offset in indx_insert_into_buffer | Michael Bommarito | 1 | -0/+14 |
| 2026-04-30 | ntfs3: fix out-of-bounds read in decompress_lznt | Tristan Madani | 1 | -1/+1 |
| 2026-04-30 | ntfs3: bound to_move in indx_insert_into_root before hdr_insert_head | Michael Bommarito | 1 | -0/+16 |
| 2026-04-30 | fs/ntfs3: add depth limit to indx_find_buffer to prevent stack overflow | Michael Bommarito | 1 | -3/+12 |
| 2026-04-29 | cifs: change_conf needs to be called for session setup | Shyam Prasad N | 1 | -0/+11 |
| 2026-04-29 | smb: client: change allocation requirements in smb2_compound_op | Fredric Cover | 1 | -1/+1 |
| 2026-04-30 | ntfs: Use return instead of goto in ntfs_mapping_pairs_decompress() | Nathan Chancellor | 1 | -1/+1 |
| 2026-04-30 | ntfs: drop nlink once for WIN32/DOS aliases | Hyunchul Lee | 1 | -2/+11 |
| 2026-04-29 | ksmbd: rewrite stop_sessions() with restartable iteration | DaeMyung Kang | 2 | -8/+39 |
| 2026-04-29 | smb: server: handle readdir_info_level_struct_sz() error | Marios Makassikis | 1 | -1/+7 |
| 2026-04-28 | eventpoll: hoist CTL_ADD scratch state into struct ep_ctl_ctx | Christian Brauner | 1 | -88/+116 |
| 2026-04-28 | eventpoll: use bool for predicate helpers | Christian Brauner | 1 | -14/+8 |
| 2026-04-28 | eventpoll: rename epi->next and txlist for clarity | Christian Brauner | 1 | -30/+32 |
| 2026-04-28 | eventpoll: wrap EP_UNACTIVE_PTR in typed sentinel helpers | Christian Brauner | 1 | -21/+52 |
| 2026-04-28 | eventpoll: extract lock dance from do_epoll_ctl() into ep_ctl_lock() | Christian Brauner | 1 | -61/+91 |
| 2026-04-28 | eventpoll: extract ep_deliver_event() from ep_send_events() | Christian Brauner | 1 | -54/+84 |
| 2026-04-28 | eventpoll: split ep_clear_and_put() into drain helpers | Christian Brauner | 1 | -36/+51 |
| 2026-04-28 | eventpoll: split ep_insert() into alloc + register stages | Christian Brauner | 1 | -37/+74 |
| 2026-04-28 | eventpoll: relocate KCMP helpers near compat syscalls | Christian Brauner | 1 | -44/+44 |
| 2026-04-28 | eventpoll: rename attach_epitem() to ep_attach_file() | Christian Brauner | 1 | -2/+2 |
| 2026-04-28 | eventpoll: drop unused depth argument from epoll_mutex_lock() | Christian Brauner | 1 | -9/+6 |
| 2026-04-28 | eventpoll: rename ep_refcount_dec_and_test() to ep_put() | Christian Brauner | 1 | -5/+6 |
| 2026-04-28 | eventpoll: document ep_clear_and_put() two-pass pattern | Christian Brauner | 1 | -12/+32 |
| 2026-04-28 | eventpoll: refresh epi_fget() / ep_remove_file() comments | Christian Brauner | 1 | -15/+22 |
| 2026-04-28 | eventpoll: clarify POLLFREE handshake comments | Christian Brauner | 1 | -13/+25 |
| 2026-04-28 | eventpoll: document loop-check / path-check globals | Christian Brauner | 1 | -6/+50 |
| 2026-04-28 | eventpoll: expand top-of-file overview / locking doc | Christian Brauner | 1 | -37/+162 |
| 2026-04-28 | ntfs: fix invalid PTR_ERR() usage in __ntfs_bitmap_set_bits_in_run() | Namjae Jeon | 1 | -8/+11 |
| 2026-04-28 | efivarfs: use QSTR() in efivarfs_alloc_dentry | Thorsten Blum | 1 | -4/+1 |
| 2026-04-27 | Merge tag 'fs_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -12/+18 |
| 2026-04-27 | Merge tag 'fsnotify_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -12/+49 |
| 2026-04-27 | Merge tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 7 | -29/+104 |
| 2026-04-27 | ntfs: fix error handling in ntfs_write_iomap_end_resident() | Namjae Jeon | 1 | -3/+3 |
| 2026-04-27 | ntfs: fix VCN overflow in ntfs_mapping_pairs_decompress() | Zhan Xusheng | 1 | -3/+21 |
| 2026-04-27 | ntfs: fix WSL symlink target leak on reparse failure | DaeMyung Kang | 1 | -2/+3 |
| 2026-04-27 | ntfs: fix NULL dereference in ntfs_index_walk_down() | DaeMyung Kang | 2 | -7/+23 |
| 2026-04-27 | xfs: flush delalloc blocks on ENOSPC in xfs_trans_alloc_icreate | Ravi Singh | 2 | -6/+11 |
| 2026-04-27 | fuse: drop redundant check in fuse_sync_bucket_alloc() | Li Wang | 1 | -5/+3 |
| 2026-04-27 | fuse: reduce attributes invalidated on directory change | Konrad Sztyber | 2 | -1/+4 |
| 2026-04-27 | fuse: drop redundant err assignment in fuse_create_open() | Li Wang | 1 | -1/+0 |