summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-08-03binfmt_misc: require an absolute interpreter path with 'C'Christian Brauner
2026-08-03binfmt_misc: let a bpf handler choose the invocation flags per execChristian Brauner
2026-08-03binfmt_misc: let bpf handlers pass an argument to the interpreterChristian Brauner
2026-08-03bpf: allow fs kfuncs for binfmt_misc_ops programsChristian Brauner
2026-08-03binfmt_misc: wire up bpf-backed 'B' entriesChristian Brauner
2026-08-03binfmt_misc: let the entry lookup walk sleepChristian Brauner
2026-08-03binfmt_misc: add binfmt_misc_ops bpf struct_opsChristian Brauner
2026-08-03exec: stash bpf-selected interpreter state in struct linux_binprmChristian Brauner
2026-08-03binfmt_misc: allow removing entries via unlink(2)Christian Brauner
2026-08-03binfmt_misc: include what is usedChristian Brauner
2026-08-03binfmt_misc: assorted small cleanupsChristian Brauner
2026-08-03binfmt_misc: use __free(kfree) in bm_register_write()Christian Brauner
2026-08-03binfmt_misc: split the field parsing out of create_entry()Christian Brauner
2026-08-03binfmt_misc: use a flexible array member for the register stringChristian Brauner
2026-08-03binfmt_misc: simplify check_special_flags()Christian Brauner
2026-08-03binfmt_misc: factor out the entry removalChristian Brauner
2026-08-03binfmt_misc: give the parse_command() results namesChristian Brauner
2026-08-03binfmt_misc: return errors directly in load_misc_binary()Christian Brauner
2026-08-03binfmt_misc: rename load_binfmt_misc() to current_binfmt_misc()Christian Brauner
2026-08-03binfmt_misc: factor out the entry matchingChristian Brauner
2026-08-03binfmt_misc: convert the entry file to seq_fileChristian Brauner
2026-08-03binfmt_misc: use print_hex_dump_debug() for the register debug outputChristian Brauner
2026-08-03binfmt_misc: remove the VERBOSE_STATUS toggleChristian Brauner
2026-08-03binfmt_misc: rename Node to struct binfmt_misc_entryChristian Brauner
2026-08-03binfmt_misc: turn the entry behavior flags into an enumChristian Brauner
2026-08-03binfmt_misc: turn the entry bit numbers into a proper enumChristian Brauner
2026-08-03binfmt_misc: annotate racy accesses to ->enabledChristian Brauner
2026-08-03binfmt_misc: use RCU for the handler lookupChristian Brauner
2026-08-03binfmt_misc: convert entry list to an hlistChristian Brauner
2026-08-02smb: client: Fix use-after-free in cifs_try_adding_channels()Shuangpeng Bai
2026-08-02smb/client: show compress mount optionChenXiaoSong
2026-08-02Merge tag 'vfs-7.2-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-07-31Merge tag 'ntfs-for-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-07-31Merge tag 'v7.2-rc5-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-07-31unicode: Properly reject invalid encoding version stringsGabriel Krisman Bertazi
2026-07-31utf8: Remove unused utf8_normalizeDr. David Alan Gilbert
2026-07-31NFSv4.2: fix nfs4_listxattr size accountingAchilles Gaikwad
2026-07-31buffer: set BIO_COMPLETE_IN_TASK for dropbehind writebackTal Zussman
2026-07-31iomap: use BIO_COMPLETE_IN_TASK for dropbehind writebackTal Zussman
2026-07-31block: introduce bio_in_atomic()Tal Zussman
2026-07-31btrfs: initialize inode mapping flags for cached inodesQu Wenruo
2026-07-31btrfs: disable bs > ps support if no transparent hugepage supportQu Wenruo
2026-07-31btrfs: fix memory leak in btrfs_do_encoded_write()Dmitry Antipov
2026-07-31btrfs: lzo: reject inline extents without valid headersDavid Lee
2026-07-31btrfs: disable large folios for systems with highmemQu Wenruo
2026-07-31block: validate user space vectors during extractionKeith Busch
2026-07-31freevxfs: remove the driverChristoph Hellwig
2026-07-31fanotify: report full event length for FIONREADYichong Chen
2026-07-31fanotify: fix use-after-free of file range infoChengfeng Ye
2026-07-31exfat: convert iomap ops to ->iomap_next()Joanne Koong