summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: Fix junction point resolutionDaniel Pinto2022-09-301-2/+101
* fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()Shigeru Yoshida2022-09-301-1/+1
* fs/ntfs3: Fix memory leak on ntfs_fill_super() error pathShigeru Yoshida2022-09-301-0/+1
* fs/ntfs3: Use kmalloc_array for allocating multiple elementsKenneth Lee2022-09-301-1/+1
* fs/ntfs3: Fix attr_punch_hole() null pointer derenferenceAlon Zahavi2022-09-301-1/+1
* fs/ntfs3: Fix [df]mask display in /proc/mountsMarc Aurèle La France2022-09-301-2/+2
* fs/ntfs3: Add null pointer check to attr_load_runs_vcnEdward Lo2022-09-301-0/+5
* fs/ntfs3: Validate data run offsetEdward Lo2022-09-305-0/+46
* fs/ntfs3: Add overflow check for attribute sizeedward lo2022-09-301-0/+5
* fs/ntfs3: Validate BOOT record_sizeedward lo2022-09-301-1/+1
* fs/ntfs3: Rename variables and add commentKonstantin Komarov2022-09-302-13/+12
* fs/ntfs3: Add option "nocase"Konstantin Komarov2022-09-305-1/+162
* fs/ntfs3: Change destroy_inode to free_inodeKonstantin Komarov2022-09-301-16/+4
* fs/ntfs3: Add hidedotfiles optionKonstantin Komarov2022-09-303-0/+10
* fs/ntfs3: Add comments about cluster sizeKonstantin Komarov2022-09-303-1/+29
* Linux 6.0-rc7v6.0-rc7Linus Torvalds2022-09-251-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-09-255-181/+154
|\
| * ext4: limit the number of retries after discarding preallocations blocksTheodore Ts'o2022-09-221-1/+3
| * ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques2022-09-221-0/+4
| * ext4: use buckets for cr 1 block scan instead of rbtreeJan Kara2022-09-213-149/+111
| * ext4: use locality group preallocation for small closed filesJan Kara2022-09-211-12/+15
| * ext4: make directory inode spreading reflect flexbg sizeJan Kara2022-09-211-1/+1
| * ext4: avoid unnecessary spreading of allocations among groupsJan Kara2022-09-211-11/+13
| * ext4: make mballoc try target group first even with mb_optimize_scanJan Kara2022-09-211-7/+7
* | Merge tag 'dax-and-nvdimm-fixes-v6.0-final' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-09-255-82/+7
|\ \
| * \ Merge branch 'for-6.0/dax' into libnvdimm-fixesDan Williams2022-09-2414159-303339/+1408474
| |\ \
| | * | devdax: Fix soft-reservation memory descriptionDan Williams2022-09-241-0/+1
| * | | fsdax: Fix infinite loop in dax_iomap_rw()Li Jinlin2022-07-261-0/+3
| * | | nvdimm/namespace: drop nested variable in create_namespace_pmem()Andy Shevchenko2022-07-141-2/+0
| * | | ndtest: Cleanup all of blk namespace specific codeShivaprasad G Bhat2022-07-121-77/+0
| * | | pmem: fix a name collisionJane Chu2022-07-121-3/+3
* | | | Merge tag 'i2c-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-09-257-51/+37
|\ \ \ \
| * | | | i2c: mux: harden i2c_mux_alloc() against integer overflowsDan Carpenter2022-09-211-2/+3
| * | | | i2c: mlxbf: Fix frequency calculationAsmaa Mnebhi2022-09-211-40/+23
| * | | | i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()Asmaa Mnebhi2022-09-171-0/+3
| * | | | i2c: mlxbf: incorrect base address passed during io writeAsmaa Mnebhi2022-09-171-1/+1
| * | | | Documentation: i2c: fix references to other documentsWolfram Sang2022-09-163-6/+6
| * | | | MAINTAINERS: remove Nehal Shah from AMD MP2 I2C DRIVERWolfram Sang2022-09-161-1/+0
| * | | | i2c: imx: If pm_runtime_get_sync() returned 1 device access is possibleUwe Kleine-König2022-09-161-1/+1
* | | | | Merge tag 'kbuild-fixes-v6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-09-246-20/+14
|\ \ \ \ \
| * | | | | Makefile.debug: re-enable debug info for .S filesNick Desaulniers2022-09-242-11/+14
| * | | | | Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLITNick Desaulniers2022-09-241-3/+1
| * | | | | certs: make system keyring depend on built-in x509 parserMasahiro Yamada2022-09-241-1/+1
| * | | | | Kconfig: remove unused function 'menu_get_root_menu'Zeng Heng2022-09-242-6/+0
| * | | | | scripts/clang-tools: remove unused moduleyangxingwu2022-09-241-1/+0
| |/ / / /
* | | | | Merge tag 's390-6.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-09-241-0/+30
|\ \ \ \ \
| * | | | | s390/vfio-ap: bypass unnecessary processing of AP resourcesTony Krowiak2022-09-211-0/+30
* | | | | | Merge tag 'pm-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2022-09-243-1/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'opp-fixes-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Rafael J. Wysocki2022-09-213-1/+3
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | dt-bindings: opp: Add missing (unevaluated|additional)Properties on child nodesRob Herring2022-08-242-0/+2