OSDN Git Service

f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()
[android-x86/kernel.git] / fs / f2fs / checkpoint.c
2019-07-12 Joe Perchesf2fs: introduce f2fs_<level> macros to wrap f2fs_printk()
2019-07-12 Qiuyang Sunf2fs: ioctl for removing a range from F2FS
2019-06-14 Chao Yuf2fs: fix to check layout on last valid checkpoint...
2019-05-24 Jaegeuk Kimf2fs: link f2fs quota ops for sysfile
2019-05-09 Chao Yuf2fs: fix to avoid potential race on sbi->unusable_bloc...
2019-05-09 Chao Yuf2fs: introduce DATA_GENERIC_ENHANCE
2019-05-09 Chao Yuf2fs: fix to be aware of readonly device in write_check...
2019-05-09 Chao Yuf2fs: fix to skip recovery on readonly device
2019-05-09 Chao Yuf2fs: relocate chksum_offset for large_nat_bitmap feature
2019-05-09 Chao Yuf2fs: allow unfixed f2fs_checkpoint.checksum_offset
2019-05-09 Chao Yuf2fs: fix wrong __is_meta_io() macro
2019-05-09 Chao Yuf2fs: fix potential recursive call when enabling data_flush
2019-03-14 Chao Yuf2fs: fix to add refcount once page is tagged PG_private
2019-03-14 Jaegeuk Kimf2fs: don't clear CP_QUOTA_NEED_FSCK_FLAG
2019-02-04 Jaegeuk Kimf2fs: sync filesystem after roll-forward recovery
2019-02-04 Jaegeuk Kimf2fs: add quick mode of checkpoint=disable for QA
2019-01-02 Chao Yuf2fs: check PageWriteback flag for ordered case
2019-01-02 Chao Yuf2fs: clean up checkpoint flow
2019-01-02 Jaegeuk Kimf2fs: use kvmalloc, if kmalloc is failed
2019-01-02 Chao Yuf2fs: fix to reorder set_page_dirty and wait_on_page_wr...
2019-01-02 Chao Yuf2fs: clean up f2fs_sb_has_##feature_name
2018-10-26 Chao Yuf2fs: guarantee journalled quota data by checkpoint
2018-10-26 Daniel Rosenbergf2fs: checkpoint disabling
2018-10-26 Chao YuRevert: "f2fs: check last page index in cached bio...
2018-10-26 Jaegeuk Kimf2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail...
2018-10-26 Chao Yuf2fs: add SPDX license identifiers
2018-10-26 Chao Yuf2fs: fix to flush all dirty inodes recovered in readon...
2018-09-18 Arnd Bergmannf2fs: rework fault injection handling to avoid a warning
2018-09-18 Chao Yuf2fs: support fault_type mount option
2018-09-18 Chao Yuf2fs: fix invalid memory access
2018-09-18 Chao Yuf2fs: fix to avoid broken of dnode block list
2018-09-18 Chao Yuf2fs: fix to do sanity check with cp_pack_start_sum
2018-09-18 Chao Yuf2fs: don't keep meta pages used for block migration
2018-09-18 Sheng Yongf2fs: quota: fix incorrect comments
2018-09-18 Chao Yuf2fs: fix to propagate error from __get_meta_page()
2018-09-18 Chao Yuf2fs: fix to do sanity check with block address in...
2018-09-18 Chao Yuf2fs: introduce and spread verify_blkaddr
2018-09-18 Yunlei Hef2fs: fix a hungtask problem caused by congestion_wait
2018-09-18 Chao Yuf2fs: don't acquire orphan ino during recovery
2018-09-18 Jaegeuk Kimf2fs: indicate shutdown f2fs to allow unmount successfully
2018-09-18 Jaegeuk Kimf2fs: keep meta pages in cp_error state
2018-07-09 Kees Cooktreewide: Use array_size() in f2fs_kzalloc()
2018-07-09 Chao Yuf2fs: let sync node IO interrupt async one
2018-07-09 Chao Yuf2fs: fix to update mtime correctly
2018-07-09 Chao Yuf2fs: clean up symbol namespace
2018-07-09 Jan Karamm: remove nr_pages argument from pagevec_lookup_{...
2018-07-08 Jan Karaf2fs: simplify page iteration loops
2018-07-08 Chao Yuf2fs: clean up with is_valid_blkaddr()
2018-07-08 Sheng Yongf2fs: remove duplicated dquot_initialize and fix error...
2018-07-08 Chao Yuf2fs: don't use GFP_ZERO for page caches
2018-04-23 Jaegeuk KimRevert "f2fs: introduce f2fs_set_page_dirty_nobuffer"
2018-04-08 Yunlei Hef2fs: check blkaddr more accuratly before issue a bio
2018-04-08 Gao Xiangf2fs: flush cp pack except cp pack 2 page at first
2018-04-08 Jaegeuk Kimf2fs: handle quota for orphan inodes
2018-04-08 Chao Yuf2fs: fix to clear CP_TRIMMED_FLAG
2018-01-31 Jaegeuk Kimf2fs: allow to recover node blocks given updated checkpoint
2018-01-31 Chao Yuf2fs: drop page cache after fs shutdown
2018-01-31 Chao Yuf2fs: inject fault to kzalloc
2017-11-16 Chao Yuf2fs: avoid opened loop codes in __add_ino_entry
2017-11-16 Chao Yuf2fs: remove unneeded semicolon
2017-11-16 Jaegeuk Kimf2fs: support quota sys files
2017-11-16 Jaegeuk Kimf2fs: stop all the operations by cp_error flag
2017-11-16 Chao Yuf2fs: fix to flush multiple device in checkpoint
2017-11-16 Chao Yuf2fs: enhance multiple device flush
2017-09-21 Chao Yuf2fs: support journalled quota
2017-09-21 Chao Yuf2fs: add app/fs io stat
2017-09-21 Yunlong Songf2fs: provide f2fs_balance_fs to __write_node_page
2017-07-20 Jaegeuk Kimf2fs: avoid cpu lockup
2017-07-14 Chao Yuf2fs: use spin_{,un}lock_irq{save,restore}
2017-07-14 Chao Yuf2fs: skip ->writepages for {mete,node}_inode during...
2017-07-14 Chao Yuf2fs: introduce io_list for serialize data/node IOs
2017-07-14 Jaegeuk Kimf2fs: remove unnecessary read cases in merged IO flow
2017-07-14 Jaegeuk Kimf2fs: use f2fs_submit_page_bio for ra_meta_pages
2017-07-11 Jaegeuk Kimf2fs/fscrypt: catch up to v4.12
2017-01-06 Jaegeuk Kimf2fs: fix to determine start_cp_addr by sbi->cur_cp_pack
2016-12-01 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-11-25 Rafael J. WysockiMerge branches 'acpi-sleep-fixes' and 'acpi-wdat-fixes'
2016-11-23 Linus TorvaldsMerge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org...
2016-11-11 Rafael J. WysockiMerge branch 'device-properties'
2016-11-11 Linus TorvaldsMerge tag 'nfs-for-4.9-3' of git://git.linux-nfs.org...
2016-11-11 Dave AirlieMerge branch 'topic-arcpgu-fixes' of https://github...
2016-11-07 Max FilippovMerge tag 'v4.9-rc3' into xtensa-for-next
2016-11-05 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-11-05 Linus TorvaldsMerge tag 'firewire-fixes' of git://git./linux/kernel...
2016-11-05 Linus TorvaldsMerge tag 'media/v4.9-3' of git://git./linux/kernel...
2016-11-05 Linus TorvaldsMerge branch 'for-4.9-rc3' of git://git./linux/kernel...
2016-11-04 Mark BrownMerge remote-tracking branch 'asoc/fix/topology-abi...
2016-11-04 Mark BrownMerge remote-tracking branches 'asoc/fix/rt5663', ...
2016-11-04 Mark BrownMerge remote-tracking branches 'asoc/fix/cs4270', ...
2016-11-04 Mark BrownMerge remote-tracking branch 'asoc/fix/intel' into...
2016-10-29 Mark BrownMerge remote-tracking branches 'regmap/fix/header'...
2016-10-28 Rafael J. WysockiMerge branches 'pm-cpufreq-fixes' and 'pm-sleep-fixes'
2016-10-28 Linus TorvaldsMerge branch 'for-linus-4.9' of git://git./linux/kernel...
2016-10-27 Kalle ValoMerge tag 'iwlwifi-for-kalle-2015-10-25' of git://git...
2016-10-25 Linus TorvaldsMerge tag 'for-linus-4.9-rc2-tag' of git://git./linux...
2016-10-24 Greg Kroah-HartmanMerge tag 'iio-fixes-for-4.9a' of git://git./linux...
2016-10-23 Linus TorvaldsMerge tag 'for-linus-4.9-2' of git://git.code.sf.net...
2016-10-22 Linus TorvaldsMerge tag 'nfs-for-4.9-2' of git://git.linux-nfs.org...
2016-10-21 Rafael J. WysockiMerge branches 'acpi-wdat' and 'acpi-cppc'
2016-10-21 Dave AirlieMerge branch 'drm-etnaviv-fixes' of git://git.pengutron...
next