]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/shortlog
mirror_ubuntu-hirsute-kernel.git
2018-08-21 Chao Yuf2fs: readahead encrypted block during GC
2018-08-21 Jaegeuk Kimf2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc
2018-08-21 Jaegeuk Kimf2fs: fix performance issue observed with multi-thread...
2018-08-14 Chao Yuf2fs: fix to skip verifying block address for non-regul...
2018-08-14 Arnd Bergmannf2fs: rework fault injection handling to avoid a warning
2018-08-13 Chao Yuf2fs: support fault_type mount option
2018-08-13 Chao Yuf2fs: fix to return success when trimming meta area
2018-08-13 Chao Yuf2fs: fix use-after-free of dicard command entry
2018-08-13 Chao Yuf2fs: support discard submission error injection
2018-08-13 Chao Yuf2fs: split discard command in prior to block layer
2018-08-13 Sheng Yongf2fs: wake up gc thread immediately when gc_urgent...
2018-08-13 Chao Yuf2fs: fix incorrect range->len in f2fs_trim_fs()
2018-08-13 Chao Yuf2fs: refresh recent accessed nat entry in lru list
2018-08-13 Chao Yuf2fs: fix avoid race between truncate and background GC
2018-08-13 Chao Yuf2fs: avoid race between zero_range and background GC
2018-08-13 Chao Yuf2fs: fix to do sanity check with block address in...
2018-08-13 Chao Yuf2fs: fix to do sanity check with inline flags
2018-08-10 Chao Yuf2fs: fix to reset i_gc_failures correctly
2018-08-10 Chao Yuf2fs: fix invalid memory access
2018-08-10 Chao Yuf2fs: fix to avoid broken of dnode block list
2018-08-10 Gustavo A.... f2fs: use true and false for boolean values
2018-08-10 Chao Yuf2fs: fix to do sanity check with cp_pack_start_sum
2018-08-10 Jaegeuk Kimf2fs: avoid f2fs_bug_on() in cp_error case
2018-08-10 Chao Yuf2fs: fix to clear PG_checked flag in set_page_dirty()
2018-08-01 Chao Yuf2fs: fix to active page in lru list for read path
2018-08-01 Chao Yuf2fs: don't keep meta pages used for block migration
2018-08-01 Chao Yuf2fs: fix to restrict mount condition when without...
2018-08-01 Sheng Yongf2fs: quota: do not mount as RDWR without QUOTA if...
2018-08-01 Sheng Yongf2fs: quota: fix incorrect comments
2018-08-01 Sheng Yongf2fs: quota: decrease the lock granularity of statfs_pr...
2018-08-01 Yunlong Songf2fs: add proc entry to show victim_secmap bitmap
2018-08-01 Chao Yuf2fs: let checkpoint flush dnode page of regular
2018-08-01 Yunlong Songf2fs: issue discard align to section in LFS mode
2018-08-01 Jaegeuk Kimf2fs: don't allow any writes on aborted atomic writes
2018-08-01 Chao Yuf2fs: restrict setting up inode.i_advise
2018-08-01 Yunlei Hef2fs: fix wrong kernel message when recover fsync data...
2018-08-01 Chao Yuf2fs: clean up ioctl interface naming
2018-08-01 Chao Yuf2fs: clean up with f2fs_is_{atomic,volatile}_file()
2018-08-01 Chao Yuf2fs: clean up with f2fs_encrypted_inode()
2018-08-01 Chao Yuf2fs: clean up with get_current_nat_page
2018-08-01 Chao Yuf2fs: kill EXT_TREE_VEC_SIZE
2018-08-01 Hyunchul Leef2fs: avoid duplicated permission check for "trusted...
2018-08-01 Chao Yuf2fs: fix to propagate error from __get_meta_page()
2018-08-01 Chao Yuf2fs: fix to do sanity check with i_extra_isize
2018-08-01 Yunlong Songf2fs: blk_finish_plug of submit_bio in lfs mode
2018-08-01 Yunlong Songf2fs: do not set free of current section
2018-08-01 Daniel Rosenbergf2fs: Keep alloc_valid_block_count in sync
2018-08-01 Chao Yuf2fs: issue small discard by LBA order
2018-08-01 Chao Yuf2fs: stop issuing discard immediately if there is...
2018-08-01 Chao Yuf2fs: clean up with IS_INODE()
2018-08-01 Chao Yuf2fs: detect bug_on in f2fs_wait_discard_bios
2018-08-01 Randy Dunlapf2fs: fix defined but not used build warnings
2018-08-01 Chao Yuf2fs: enable real-time discard by default
2018-08-01 Chao Yuf2fs: fix to detect looped node chain correctly
2018-08-01 Chao Yuf2fs: fix to do sanity check with block address in...
2018-07-29 Chao Yuf2fs: fix to skip GC if type in SSA and SIT is inconsistent
2018-07-29 Chao Yuf2fs: try grabbing node page lock aggressively in sync...
2018-07-29 Sahitya Tummalaf2fs: show the fsync_mode=nobarrier mount option
2018-07-29 Yunlei Hef2fs: check the right return value of memory alloc...
2018-07-29 Guenter Roeckf2fs: Replace strncpy with memcpy
2018-07-29 Gao Xiangf2fs: avoid the global name 'fault_name'
2018-07-29 Chao Yuf2fs: fix to do sanity check with reserved blkaddr...
2018-07-29 Chao Yuf2fs: fix to do sanity check with node footer and iblocks
2018-07-29 Yunlei Hef2fs: Allocate and stat mem used by free nid bitmap...
2018-07-29 Chao Yuf2fs: fix to do sanity check with user_block_count
2018-07-27 Chao Yuf2fs: fix to do sanity check with extra_attr feature
2018-07-27 Chao Yuf2fs: fix to correct return value of f2fs_trim_fs
2018-07-27 Chao Yuf2fs: fix to do sanity check with {sit,nat}_ver_bitmap_...
2018-07-27 Chao Yuf2fs: fix to do sanity check with secs_per_zone
2018-07-27 Chao Yuf2fs: disable f2fs_check_rb_tree_consistence
2018-07-27 Chao Yuf2fs: introduce and spread verify_blkaddr
2018-07-27 Arnd Bergmannf2fs: use timespec64 for inode timestamps
2018-07-27 Chao Yuf2fs: fix to wait on page writeback before updating...
2018-07-27 Jaegeuk Kimf2fs: assign REQ_RAHEAD to bio for ->readpages
2018-07-27 Yunlei Hef2fs: fix a hungtask problem caused by congestion_wait
2018-07-27 Dan Carpenterf2fs: Fix uninitialized return in f2fs_ioc_shutdown()
2018-07-27 Jaegeuk Kimf2fs: don't issue discard commands in online discard...
2018-07-27 Chao Yuf2fs: fix to propagate return value of scan_nat_page()
2018-07-27 Weichao Guof2fs: support in-memory inode checksum when checking...
2018-07-27 Chao Yuf2fs: fix error path of fill_super
2018-07-27 Chao Yuf2fs: relocate readdir_ra configure initialization
2018-07-27 Chao Yuf2fs: move s_res{u,g}id initialization to default_options()
2018-07-27 Chao Yuf2fs: don't acquire orphan ino during recovery
2018-07-27 Jaegeuk Kimf2fs: avoid potential deadlock in f2fs_sbi_store
2018-07-27 Jaegeuk Kimf2fs: indicate shutdown f2fs to allow unmount successfully
2018-07-27 Jaegeuk Kimf2fs: keep meta pages in cp_error state
2018-07-15 Jaegeuk Kimf2fs: do checkpoint in kill_sb
2018-07-15 Jaegeuk Kimf2fs: allow wrong configured dio to buffered write
2018-07-12 Jaegeuk Kimf2fs: flush journal nat entries for nat_bits during...
2018-07-06 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2018-07-06 Linus TorvaldsMerge tag 'drm-fixes-2018-07-06' of git://anongit.freed...
2018-07-06 Linus TorvaldsMerge tag 'trace-v4.18-rc3' of git://git.kernel.org...
2018-07-06 Dave AirlieMerge tag 'exynos-drm-fixes-for-v4.18-rc4' of git:...
2018-07-06 Dave AirlieMerge branch 'drm-fixes-4.18' of git://people.freedeskt...
2018-07-06 Dave AirlieMerge tag 'drm-intel-fixes-2018-07-05' of git://anongit...
2018-07-06 Dave AirlieMerge tag 'drm-misc-fixes-2018-07-05' of git://anongit...
2018-07-05 Linus TorvaldsFix up non-directory creation in SGID directories
2018-07-05 Linus Torvaldsautofs: rename 'autofs' module back to 'autofs4'
2018-07-05 Linus TorvaldsMerge tag 'acpi-4.18-rc4' of git://git.kernel.org/pub...
2018-07-05 Linus TorvaldsMerge tag 'pm-4.18-rc4' of git://git.kernel.org/pub...
next