Age | Commit message (Expand) | Author |
2024-09-01 | scripts/decode_stacktrace.sh: clarify command line | Luca Ceresoli |
2024-09-01 | scripts/decode_stacktrace.sh: remove find_module recursion and improve error ... | Luca Ceresoli |
2024-09-01 | lib: fix the NULL vs IS_ERR() bug for debugfs_create_dir() | Yang Ruibin |
2024-09-01 | dimlib: use *-y instead of *-objs in Makefile | Andy Shevchenko |
2024-09-01 | nilfs2: do not propagate ENOENT error from nilfs_sufile_mark_dirty() | Ryusuke Konishi |
2024-09-01 | nilfs2: do not propagate ENOENT error from sufile during GC | Ryusuke Konishi |
2024-09-01 | nilfs2: do not propagate ENOENT error from sufile during recovery | Ryusuke Konishi |
2024-09-01 | nilfs2: treat missing cpfile header block as metadata corruption | Ryusuke Konishi |
2024-09-01 | nilfs2: treat missing sufile header block as metadata corruption | Ryusuke Konishi |
2024-09-01 | ocfs2: use max() to improve ocfs2_dlm_seq_show() | Thorsten Blum |
2024-09-01 | ocfs2: fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume() | qasdev |
2024-09-01 | ratelimit: convert flags to int to save 8 bytes in size | Mateusz Guzik |
2024-09-01 | scripts/decode_stacktrace.sh: nix-ify | Kent Overstreet |
2024-09-01 | ocfs2: fix unexpected zeroing of virtual disk | Chi Zhiling |
2024-09-01 | ocfs2: remove custom swap functions in favor of built-in sort swap | Kuan-Wei Chiu |
2024-09-01 | Document/kexec: generalize crash hotplug description | Sourabh Jain |
2024-09-01 | nilfs2: fix missing initial short descriptions of kernel-doc comments | Ryusuke Konishi |
2024-09-01 | nilfs2: fix inconsistencies in kernel-doc comments in segment.h | Ryusuke Konishi |
2024-09-01 | nilfs2: describe the members of nilfs_bmap_operations structure | Ryusuke Konishi |
2024-09-01 | nilfs2: add missing description of nilfs_btree_path structure | Ryusuke Konishi |
2024-09-01 | nilfs2: fix incorrect kernel-doc declaration of nilfs_palloc_req structure | Ryusuke Konishi |
2024-09-01 | nilfs2: improve kernel-doc comments for b-tree node helpers | Ryusuke Konishi |
2024-09-01 | nilfs2: add missing argument descriptions for ioctl-related helpers | Ryusuke Konishi |
2024-09-01 | nilfs2: add missing argument description for __nilfs_error() | Ryusuke Konishi |
2024-09-01 | nilfs2: do not output warnings when clearing dirty buffers | Ryusuke Konishi |
2024-09-01 | nilfs2: add support for FS_IOC_SETFSLABEL | Ryusuke Konishi |
2024-09-01 | nilfs2: add support for FS_IOC_GETFSLABEL | Ryusuke Konishi |
2024-09-01 | nilfs2: add support for FS_IOC_GETFSSYSFSPATH | Ryusuke Konishi |
2024-09-01 | nilfs2: add support for FS_IOC_GETUUID | Ryusuke Konishi |
2024-09-01 | lib/percpu_counter: add missing __percpu qualifier to a cast | Uros Bizjak |
2024-09-01 | lib/bcd: optimize _bin2bcd() for improved performance | Kuan-Wei Chiu |
2024-09-01 | drm/xe: clean up fault injection usage | Jani Nikula |
2024-09-01 | drm/msm: clean up fault injection usage | Jani Nikula |
2024-09-01 | fault-inject: improve build for CONFIG_FAULT_INJECTION=n | Jani Nikula |
2024-09-01 | lib/rhashtable: cleanup fallback check in bucket_table_alloc() | Davidlohr Bueso |
2024-09-01 | watchdog: handle the ENODEV failure case of lockup_detector_delay_init() sepa... | Waiman Long |
2024-09-01 | lockdep: upper limit LOCKDEP_CHAINS_BITS | J. R. Okajima |
2024-09-01 | failcmd: make failcmd.sh executable | Breno Leitao |
2024-09-01 | fault-injection: enhance failcmd to exit on non-hex address input | Breno Leitao |
2024-09-01 | locking/ww_mutex/test: add MODULE_DESCRIPTION() | Jeff Johnson |
2024-09-01 | x86/mm: add testmmiotrace MODULE_DESCRIPTION() | Jeff Johnson |
2024-09-01 | crypto: arm/xor - add missing MODULE_DESCRIPTION() macro | Jeff Johnson |
2024-09-01 | failcmd: add script file in MAINTAINERS | Breno Leitao |
2024-09-01 | crash: fix crash memory reserve exceed system memory bug | Jinjie Ruan |
2024-09-01 | fs/procfs: remove build ID-related code duplication in PROCMAP_QUERY | Andrii Nakryiko |
2024-09-01 | lib: checksum: use ARRAY_SIZE() to improve assert_setup_correct() | Thorsten Blum |
2024-09-01 | lib/lru_cache: fix spelling mistake "colision"->"collision" | Deshan Zhang |
2024-09-01 | closures: use seq_putc() in debug_show() | Markus Elfring |
2024-09-01 | dyndbg: use seq_putc() in ddebug_proc_show() | Markus Elfring |
2024-09-01 | scripts/gdb: add 'lx-kasan_mem_to_shadow' command | Kuan-Ying Lee |