aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix use-after-free in ext4_orphan_cleanupBaokun Li2022-12-081-1/+2
* ext4: don't allow journal inode to have encrypt flagEric Biggers2022-12-081-1/+1
* ext4: fix undefined behavior in bit shift for ext4_check_flag_valuesGaosheng Cui2022-12-081-1/+1
* ext4: fix bug_on in __es_tree_search caused by bad boot loader inodeBaokun Li2022-12-081-1/+1
* ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inodeBaokun Li2022-12-083-3/+11
* ext4: add helper to check quota inumsBaokun Li2022-12-081-3/+25
* ext4: fix bug_on in __es_tree_search caused by bad quota inodeBaokun Li2022-12-081-0/+2
* ext4: remove trailing newline from ext4_msg() messageLuís Henriques2022-12-081-1/+1
* jbd2: use the correct print formatBixuan Cui2022-12-081-22/+22
* ext4: split ext4_journal_start trace for debugchangfengnan2022-12-014-22/+63
* ext4: journal_path mount options should follow linksLukas Czerner2022-12-014-2/+5
* ext4: check the return value of ext4_xattr_inode_dec_ref()Li Zhong2022-12-011-1/+2
* ext4: remove redundant variable errJinpeng Cui2022-12-011-3/+1
* ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinit...Baokun Li2022-12-011-1/+9
* fs/ext4: replace ternary operator with min()/max() and min_t()Jiangshan Yi2022-11-293-9/+5
* ext4: check and assert if marking an no_delete evicting inode dirtyZhang Yi2022-11-291-0/+6
* ext4: silence the warning when evicting inode with dioread_nolockZhang Yi2022-11-281-5/+5
* fs: do not update freeing inode i_io_listSvyatoslav Feldsherov2022-11-221-11/+19
* ext4: fix use-after-free in ext4_ext_shift_extentsBaokun Li2022-11-071-5/+13
* Linux 6.1-rc4Linus Torvalds2022-11-061-1/+1
* Merge tag 'cxl-fixes-for-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-11-068-91/+448
|\
| * cxl/region: Recycle region idsDan Williams2022-11-041-0/+20
| * cxl/region: Fix 'distance' calculation with passthrough portsDan Williams2022-11-043-3/+19
| * tools/testing/cxl: Add a single-port host-bridge regression configDan Williams2022-11-041-19/+278
| * tools/testing/cxl: Fix some error exitsDan Williams2022-11-041-2/+2
| * cxl/pmem: Fix cxl_pmem_region and cxl_memdev leakDan Williams2022-11-043-37/+68
| * cxl/region: Fix cxl_region leak, cleanup targets at region deleteDan Williams2022-11-041-0/+11
| * cxl/region: Fix region HPA ordering validationDan Williams2022-11-041-0/+3
| * cxl/pmem: Use size_add() against integer overflowYu Zhe2022-11-031-1/+1
| * cxl/region: Fix decoder allocation crashVishal Verma2022-11-011-26/+41
| * ACPI: NUMA: Add CXL CFMWS 'nodes' to the possible nodes setDan Williams2022-10-211-0/+1
| * cxl/pmem: Fix failure to account for 8 byte header for writes to the device LSA.Jonathan Cameron2022-10-201-1/+1
| * cxl/region: Fix null pointer dereference due to pass through decoder commitJonathan Cameron2022-10-201-1/+2
| * cxl/mbox: Add a check on input payload sizeJonathan Cameron2022-10-201-1/+1
* | Merge tag 'hwmon-for-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-11-062-14/+103
|\ \
| * | Revert "hwmon: (pmbus) Add regulator supply into macro"Guenter Roeck2022-11-041-1/+0
| * | hwmon: (scmi) Register explicitly with Thermal FrameworkCristian Marussi2022-11-041-13/+103
* | | Merge tag 'perf_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-11-064-11/+18
|\ \ \
| * | | perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[]Kan Liang2022-11-021-0/+1
| * | | perf/x86/intel: Fix pebs event constraints for SPRKan Liang2022-11-021-2/+7
| * | | perf/x86/intel: Fix pebs event constraints for ICLKan Liang2022-11-021-2/+7
| * | | perf/x86/rapl: Use standard Energy Unit for SPR Dram RAPL domainZhang Rui2022-11-021-5/+1
| * | | perf/hw_breakpoint: test: Skip the test if dependencies unmetDavid Gow2022-11-021-2/+2
| |/ /
* | | Merge tag 'x86_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-11-063-9/+29
|\ \ \
| * | | x86/cpu: Add several Intel server CPU model numbersTony Luck2022-11-041-1/+10
| * | | x86/tdx: Panic on bad configs that #VE on "private" memory accessKirill A. Shutemov2022-11-011-5/+16
| * | | x86/tdx: Prepare for using "INFO" call for a second purposeDave Hansen2022-11-011-3/+3
| * | | x86/syscall: Include asm/ptrace.h in syscall_wrapper headerJiri Olsa2022-10-241-1/+1
* | | | Merge tag 'kbuild-fixes-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-11-064-21/+16
|\ \ \ \
| * | | | kconfig: fix segmentation fault in menuconfig searchMasahiro Yamada2022-11-021-19/+4