index
:
pub/scm/linux/kernel/git/robh/linux.git
master
Rob Herring's fork of linux.git
Rob Herring
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-03
xfs: load next_agino from the correct xfarray in xrep_iunlink_relink_prev
Darrick J. Wong
1
-1
/
+1
2026-08-03
xfs: don't walk off the end of a null sc->sa.agi_bp in AGI repair
Darrick J. Wong
1
-1
/
+1
2026-08-03
xfs: don't livelock in scrub on a circular unlinked list
Darrick J. Wong
2
-10
/
+51
2026-08-03
xfs: hoist per-bucket unlinked list check to helper
Darrick J. Wong
1
-21
/
+41
2026-08-03
xfs: avoid UAF on sc->tempip in xrep_tempfile_create
Darrick J. Wong
1
-0
/
+1
2026-08-03
xfs: nlink scrub must take IOLOCK before determining ILOCK state
Darrick J. Wong
1
-6
/
+7
2026-08-03
xfs: don't zap the attr fork on repair when there are queued pptr updates
Darrick J. Wong
1
-1
/
+2
2026-08-03
xfs: don't return EFSCORRUPTED when scrubbing corrupt parent pointers
Darrick J. Wong
1
-1
/
+1
2026-08-03
xfs: don't double-lock when deleting a self-referential directory
Darrick J. Wong
1
-4
/
+18
2026-08-03
xfs: only check mergeability of bnobt records
Darrick J. Wong
1
-2
/
+3
2026-08-03
xfs: fix inverted clearance of inode junk flags
Andrey Albershteyn
1
-2
/
+2
2026-08-03
xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN
Lin Jiapeng
1
-0
/
+10
2026-08-03
binfmt_misc: let a register string create an entry disabled
Christian Brauner
1
-17
/
+81
2026-08-03
binfmt_misc: let a bpf handler request loader substitution
Christian Brauner
2
-5
/
+14
2026-08-03
binfmt_misc: add the 'L' loader substitution flag
Christian Brauner
1
-2
/
+31
2026-08-03
binfmt_elf_fdpic: consume a stashed PT_INTERP substitute
Christian Brauner
1
-1
/
+5
2026-08-03
binfmt_elf: consume a stashed PT_INTERP substitute
Christian Brauner
1
-1
/
+4
2026-08-03
exec: carry a PT_INTERP substitute in struct linux_binprm
Christian Brauner
1
-0
/
+42
2026-08-03
binfmt_misc: let a bpf handler run the interpreter transparently
Christian Brauner
2
-5
/
+14
2026-08-03
binfmt_misc: add a static transparent flag 'T'
Christian Brauner
1
-0
/
+6
2026-08-03
binfmt_misc: add transparent interpreter dispatch
Christian Brauner
1
-8
/
+19
2026-08-03
exec: label mm->exe_file with the binary for a transparent dispatch
Christian Brauner
1
-9
/
+27
2026-08-03
exec: add AT_FLAGS_TRANSPARENT_INTERP
Christian Brauner
2
-8
/
+2
2026-08-03
exec: release the replaced file with do_close_execat()
Christian Brauner
1
-4
/
+6
2026-08-03
binfmt_misc: split out entry_open_interpreter() and build_interp_argv()
Christian Brauner
1
-34
/
+76
2026-08-03
binfmt_misc: normalize the per-exec invocation flags
Christian Brauner
1
-23
/
+39
2026-08-03
binfmt_misc: table-drive the register string flags
Christian Brauner
1
-40
/
+52
2026-08-03
binfmt_misc: require an absolute interpreter path with 'C'
Christian Brauner
1
-0
/
+6
2026-08-03
binfmt_misc: let a bpf handler choose the invocation flags per exec
Christian Brauner
1
-9
/
+32
2026-08-03
binfmt_misc: let bpf handlers pass an argument to the interpreter
Christian Brauner
1
-5
/
+28
2026-08-03
bpf: allow fs kfuncs for binfmt_misc_ops programs
Christian Brauner
1
-3
/
+25
2026-08-03
binfmt_misc: wire up bpf-backed 'B' entries
Christian Brauner
1
-13
/
+135
2026-08-03
binfmt_misc: let the entry lookup walk sleep
Christian Brauner
1
-22
/
+34
2026-08-03
binfmt_misc: add binfmt_misc_ops bpf struct_ops
Christian Brauner
3
-0
/
+366
2026-08-03
exec: stash bpf-selected interpreter state in struct linux_binprm
Christian Brauner
1
-0
/
+2
2026-08-03
binfmt_misc: allow removing entries via unlink(2)
Christian Brauner
1
-21
/
+56
2026-08-03
binfmt_misc: include what is used
Christian Brauner
1
-17
/
+17
2026-08-03
binfmt_misc: assorted small cleanups
Christian Brauner
1
-10
/
+9
2026-08-03
binfmt_misc: use __free(kfree) in bm_register_write()
Christian Brauner
1
-5
/
+5
2026-08-03
binfmt_misc: split the field parsing out of create_entry()
Christian Brauner
1
-117
/
+108
2026-08-03
binfmt_misc: use a flexible array member for the register string
Christian Brauner
1
-5
/
+9
2026-08-03
binfmt_misc: simplify check_special_flags()
Christian Brauner
1
-17
/
+5
2026-08-03
binfmt_misc: factor out the entry removal
Christian Brauner
1
-44
/
+40
2026-08-03
binfmt_misc: give the parse_command() results names
Christian Brauner
1
-18
/
+20
2026-08-03
binfmt_misc: return errors directly in load_misc_binary()
Christian Brauner
1
-27
/
+14
2026-08-03
binfmt_misc: rename load_binfmt_misc() to current_binfmt_misc()
Christian Brauner
1
-13
/
+11
2026-08-03
binfmt_misc: factor out the entry matching
Christian Brauner
1
-21
/
+29
2026-08-03
binfmt_misc: convert the entry file to seq_file
Christian Brauner
1
-35
/
+39
2026-08-03
binfmt_misc: use print_hex_dump_debug() for the register debug output
Christian Brauner
1
-37
/
+15
2026-08-03
binfmt_misc: remove the VERBOSE_STATUS toggle
Christian Brauner
1
-9
/
+0
[prev]
[next]