summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-04-29cifs: change_conf needs to be called for session setupShyam Prasad N
2026-04-29smb: client: change allocation requirements in smb2_compound_opFredric Cover
2026-04-30ntfs: Use return instead of goto in ntfs_mapping_pairs_decompress()Nathan Chancellor
2026-04-30ntfs: drop nlink once for WIN32/DOS aliasesHyunchul Lee
2026-04-29ksmbd: rewrite stop_sessions() with restartable iterationDaeMyung Kang
2026-04-29smb: server: handle readdir_info_level_struct_sz() errorMarios Makassikis
2026-04-28eventpoll: hoist CTL_ADD scratch state into struct ep_ctl_ctxChristian Brauner
2026-04-28eventpoll: use bool for predicate helpersChristian Brauner
2026-04-28eventpoll: rename epi->next and txlist for clarityChristian Brauner
2026-04-28eventpoll: wrap EP_UNACTIVE_PTR in typed sentinel helpersChristian Brauner
2026-04-28eventpoll: extract lock dance from do_epoll_ctl() into ep_ctl_lock()Christian Brauner
2026-04-28eventpoll: extract ep_deliver_event() from ep_send_events()Christian Brauner
2026-04-28eventpoll: split ep_clear_and_put() into drain helpersChristian Brauner
2026-04-28eventpoll: split ep_insert() into alloc + register stagesChristian Brauner
2026-04-28eventpoll: relocate KCMP helpers near compat syscallsChristian Brauner
2026-04-28eventpoll: rename attach_epitem() to ep_attach_file()Christian Brauner
2026-04-28eventpoll: drop unused depth argument from epoll_mutex_lock()Christian Brauner
2026-04-28eventpoll: rename ep_refcount_dec_and_test() to ep_put()Christian Brauner
2026-04-28eventpoll: document ep_clear_and_put() two-pass patternChristian Brauner
2026-04-28eventpoll: refresh epi_fget() / ep_remove_file() commentsChristian Brauner
2026-04-28eventpoll: clarify POLLFREE handshake commentsChristian Brauner
2026-04-28eventpoll: document loop-check / path-check globalsChristian Brauner
2026-04-28eventpoll: expand top-of-file overview / locking docChristian Brauner
2026-04-28ntfs: fix invalid PTR_ERR() usage in __ntfs_bitmap_set_bits_in_run()Namjae Jeon
2026-04-28efivarfs: use QSTR() in efivarfs_alloc_dentryThorsten Blum
2026-04-27Merge tag 'fs_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-27Merge tag 'fsnotify_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-27Merge tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-27hfsplus: Add a sanity check for btree node sizeEdward Adam Davis
2026-04-27hfsplus: fix issue of direct writes beyond end-of-fileViacheslav Dubeyko
2026-04-27hfs/hfxplus: use kzalloc_flex()Rosen Penev
2026-04-27hfsplus: Remove the duplicate attr inode dirty marking actionEdward Adam Davis
2026-04-27ntfs: fix error handling in ntfs_write_iomap_end_resident()Namjae Jeon
2026-04-27ntfs: fix VCN overflow in ntfs_mapping_pairs_decompress()Zhan Xusheng
2026-04-27ntfs: fix WSL symlink target leak on reparse failureDaeMyung Kang
2026-04-27ntfs: fix NULL dereference in ntfs_index_walk_down()DaeMyung Kang
2026-04-27xfs: flush delalloc blocks on ENOSPC in xfs_trans_alloc_icreateRavi Singh
2026-04-27fuse: don't block in fuse_get_dev() for non-sync_init caseJoanne Koong
2026-04-27xfs: check da node block pad field during scrubYuto Ohnuki
2026-04-27xfs: fix memory leak for data allocated by xfs_zone_gc_data_alloc()Wilfred Mallawa
2026-04-27xfs: fix memory leak on error in xfs_alloc_zone_info()Wilfred Mallawa
2026-04-27xfs: check directory data block header padding in scrubYuto Ohnuki
2026-04-27xfs: zero directory data block padding on write verificationYuto Ohnuki
2026-04-27xfs: zero entire directory data block header region at initYuto Ohnuki
2026-04-27xfs: remove the meaningless XFS_ALLOC_FLAG_FREEINGJinliang Zheng
2026-04-26smb/client: remove unused smb3_parse_opt()David Disseldorp
2026-04-26nfsd: fix GET_DIR_DELEGATION when VFS leases are disabledOlga Kornievskaia
2026-04-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2026-04-24Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds