aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-08f2fs: Replace spaces with tabYoungjun Yoo1-1/+1
2019-05-08f2fs: insert space before the open parenthesis '('Youngjun Yoo1-1/+1
2019-05-08f2fs: allow address pointer number of dnode aligning to specified sizeChao Yu6-14/+23
2019-05-08f2fs: introduce f2fs_read_single_page() for cleanupChao Yu1-96/+118
2019-05-08f2fs: mark is_extension_exist() inlinePark Ju Hyung1-1/+1
2019-05-08f2fs: fix to set FI_UPDATE_WRITE correctlyChao Yu1-1/+2
2019-05-08f2fs: fix to avoid panic in f2fs_inplace_write_data()Chao Yu1-2/+7
2019-05-08f2fs: fix to do sanity check on valid block count of segmentChao Yu1-2/+1
2019-05-08f2fs: fix to do sanity check on valid node/block countChao Yu1-1/+20
2019-05-08f2fs: fix to avoid panic in do_recover_data()Chao Yu1-1/+9
2019-05-08f2fs: fix to do sanity check on free nidChao Yu1-0/+3
2019-05-08f2fs: fix to do checksum even if inode page is uptodateChao Yu2-5/+6
2019-05-08f2fs: fix to avoid panic in f2fs_remove_inode_page()Chao Yu1-2/+8
2019-05-08f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu1-0/+1
2019-05-08f2fs: remove new blank line of f2fs kernel messageChao Yu2-6/+6
2019-05-08f2fs: fix wrong __is_meta_io() macroChao Yu3-6/+6
2019-05-08f2fs: fix to avoid panic in dec_valid_node_count()Chao Yu1-3/+11
2019-05-08f2fs: fix to avoid panic in dec_valid_block_count()Chao Yu1-2/+10
2019-05-08f2fs: fix to use inline space only if inline_xattr is enableChao Yu1-1/+3
2019-05-08f2fs: fix to retrieve inline xattr spaceChao Yu1-0/+17
2019-05-08f2fs: fix error path of recoveryChao Yu1-4/+11
2019-05-08f2fs: fix to avoid deadloop in foreground GCChao Yu1-0/+1
2019-04-16f2fs: data: fix warning Using plain integer as NULL pointerHariprasad Kelam1-1/+1
2019-04-16f2fs: add tracepoint for f2fs_file_write_iter()Chao Yu2-9/+50
2019-04-05f2fs: add comment for conditional compilation statementChao Yu1-1/+1
2019-04-05f2fs: fix potential recursive call when enabling data_flushChao Yu2-5/+4
2019-04-05f2fs: improve discard handling with multi-device volumesDamien Le Moal2-5/+19
2019-04-05f2fs: Reduce zoned block device memory usageDamien Le Moal3-34/+29
2019-04-05f2fs: Fix use of number of devicesDamien Le Moal5-15/+32
2019-04-03HID: input: add mapping for Assistant keyDmitry Torokhov1-0/+1
2019-04-02Update Nicolas Pitre's email addressNicolas Pitre2-1/+3
2019-04-01signal: don't silently convert SI_USER signals to non-current pidfdJann Horn1-9/+4
2019-04-01HID: i2c-hid: Disable runtime PM on Synaptics touchpadHui Wang2-0/+3
2019-04-01debugfs: fix use-after-free on symlink traversalAl Viro1-4/+9
2019-04-01ubifs: fix use-after-free on symlink traversalAl Viro1-3/+1
2019-04-01jffs2: fix use-after-free on symlink traversalAl Viro2-6/+4
2019-03-31Linux 5.1-rc3Linus Torvalds1-1/+1
2019-03-30leds: trigger: netdev: use memcpy in device_name_storeRasmus Villemoes1-1/+2
2019-03-30leds: pca9532: fix a potential NULL pointer dereferenceKangjie Lu1-2/+6
2019-03-29LSM: Revive CONFIG_DEFAULT_SECURITY_* for "make oldconfig"Kees Cook1-0/+38
2019-03-29fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing1-1/+2
2019-03-29fs: fs_parser: fix printk format warningRandy Dunlap1-1/+1
2019-03-29checkpatch: add %pt as a valid vsprintf extensionAlexandre Belloni1-1/+1
2019-03-29mm/migrate.c: add missing flush_dcache_page for non-mapped page migrateLars Persson1-3/+8
2019-03-29drivers/block/zram/zram_drv.c: fix idle/writeback string compareMinchan Kim1-26/+6
2019-03-29mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate()Qian Cai1-1/+2
2019-03-29mm/memory_hotplug.c: fix notification in offline error pathQian Cai1-1/+1
2019-03-29ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin2-2/+31
2019-03-29fs/proc/kcore.c: make kcore_modules staticYueHaibing1-1/+1
2019-03-29include/linux/list.h: fix list_is_first() kernel-docRandy Dunlap1-1/+1