summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs: intorduce f2fs_all_cluster_page_readyFengnan Chang2022-08-053-11/+22
* f2fs: clean up f2fs_abort_atomic_write()Chao Yu2022-08-054-23/+19
* f2fs: handle decompress only post processing in softirqDaeho Jeong2022-08-053-93/+179
* f2fs: do not allow to decompress files have FI_COMPRESS_RELEASEDJaewook Kim2022-08-051-0/+10
* f2fs: do not set compression bit if kernel doesn't supportJaegeuk Kim2022-08-052-3/+8
* f2fs: remove device type check for direct IOEunhee Rho2022-08-051-6/+1
* f2fs: fix null-ptr-deref in f2fs_get_dnode_of_dataYe Bin2022-08-053-3/+9
* f2fs: revive F2FS_IOC_ABORT_VOLATILE_WRITEDaeho Jeong2022-08-052-3/+29
* f2fs: fix to do sanity check on segment type in build_sit_entries()Chao Yu2022-07-311-0/+13
* f2fs: obsolete unused MAX_DISCARD_BLOCKSChao Yu2022-07-311-1/+0
* f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu2022-07-311-1/+5
* f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same timeChao Liu2022-07-311-8/+1
* f2fs: introduce sysfs atomic write statisticsDaeho Jeong2022-07-317-3/+112
* f2fs: don't bother wait_ms by foreground gcqixiaoyu12022-07-311-2/+5
* f2fs: invalidate meta pages only for post_read required inodeChao Yu2022-07-313-7/+11
* f2fs: allow compression of files without blocksChao Liu2022-07-311-1/+1
* f2fs: fix to check inline_data during compressed inode conversionChao Yu2022-07-311-1/+1
* f2fs: Delete f2fs_copy_page() and replace with memcpy_page()Fabio M. De Francesco2022-07-312-11/+1
* f2fs: fix to invalidate META_MAPPING before DIO writeChao Yu2022-07-311-2/+5
* f2fs: add a sysfs entry to show zone capacityJaegeuk Kim2022-07-312-0/+16
* f2fs: adjust zone capacity when considering valid block countJaegeuk Kim2022-07-315-14/+13
* f2fs: enforce single zone capacityJaegeuk Kim2022-07-314-35/+22
* f2fs: remove redundant code for gc conditionduguowei2022-07-311-11/+10
* f2fs: introduce memory modeDaeho Jeong2022-07-313-0/+42
* f2fs: initialize page_array_entry slab only if compression feature is onChao Yu2022-06-281-0/+3
* f2fs: optimize error handling in redirty_blocksJack Qiu2022-06-281-4/+4
* f2fs: do not skip updating inode when retrying to flush node pageJaegeuk Kim2022-06-281-6/+2
* f2fs: use the updated test_dummy_encryption helper functionsEric Biggers2022-06-251-8/+21
* Merge tag 'char-misc-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-2525-52/+92
|\
| * Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-06-2025-52/+92
| |\
| | * iio:proximity:sx9324: Check ret value of device_property_read_u32_array()Aashish Sharma2022-06-191-0/+3
| | * iio: accel: mma8452: ignore the return value of reset operationHaibo Chen2022-06-191-3/+7
| | * iio: adc: stm32: fix maximum clock rate for stm32mp15xOlivier Moysan2022-06-191-1/+1
| | * iio: adc: stm32: fix vrefint wrong calibration value handlingOlivier Moysan2022-06-191-10/+17
| | * iio: imu: inv_icm42600: Fix broken icm42600 (chip id 0 value)Jean-Baptiste Maneyrol2022-06-192-1/+2
| | * iio: adc: vf610: fix conversion mode sysfs node nameBaruch Siach2022-06-191-1/+1
| | * iio: adc: adi-axi-adc: Fix refcount leak in adi_axi_adc_attach_clientMiaoqian Lin2022-06-191-0/+3
| | * iio: test: fix missing MODULE_LICENSE for IIO_RESCALE=mLiam Beguin2022-06-192-2/+2
| | * iio:humidity:hts221: rearrange iio trigger get and registerDmitry Rokosov2022-06-191-1/+4
| | * iio:chemical:ccs811: rearrange iio trigger get and registerDmitry Rokosov2022-06-191-2/+2
| | * iio:accel:mxc4005: rearrange iio trigger get and registerDmitry Rokosov2022-06-191-2/+2
| | * iio:accel:kxcjk-1013: rearrange iio trigger get and registerDmitry Rokosov2022-06-191-2/+2
| | * iio:accel:bma180: rearrange iio trigger get and registerDmitry Rokosov2022-06-191-1/+2
| | * iio: afe: rescale: Fix boolean logic bugLinus Walleij2022-06-191-1/+1
| | * iio: adc: aspeed: Fix refcount leak in aspeed_adc_set_trim_dataMiaoqian Lin2022-06-191-0/+1
| | * iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs messageYannick Brosseau2022-06-191-10/+0
| | * iio: adc: stm32: Fix ADCs iteration in irq handlerYannick Brosseau2022-06-191-1/+6
| | * iio: adc: ti-ads131e08: add missing fwnode_handle_put() in ads131e08_alloc_ch...Jialin Zhang2022-06-191-3/+7
| | * iio: adc: rzg2l_adc: add missing fwnode_handle_put() in rzg2l_adc_parse_prope...Jialin Zhang2022-06-191-2/+6
| | * iio: trigger: sysfs: fix use-after-free on removeVincent Whitchurch2022-06-191-0/+1