summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-09f2fs: Replace spaces with tabYoungjun Yoo1-1/+1
2019-05-09f2fs: insert space before the open parenthesis '('Youngjun Yoo1-1/+1
2019-05-09f2fs: allow address pointer number of dnode aligning to specified sizeChao Yu6-14/+25
2019-05-09f2fs: introduce f2fs_read_single_page() for cleanupChao Yu1-96/+118
2019-05-09f2fs: mark is_extension_exist() inlinePark Ju Hyung1-1/+1
2019-05-09f2fs: fix to set FI_UPDATE_WRITE correctlyChao Yu1-1/+2
2019-05-09f2fs: fix to avoid panic in f2fs_inplace_write_data()Chao Yu1-2/+7
2019-05-09f2fs: fix to do sanity check on valid block count of segmentChao Yu1-2/+1
2019-05-09f2fs: fix to do sanity check on valid node/block countChao Yu1-1/+20
2019-05-09f2fs: fix to avoid panic in do_recover_data()Chao Yu1-1/+9
2019-05-09f2fs: fix to do sanity check on free nidChao Yu1-0/+3
2019-05-09f2fs: fix to do checksum even if inode page is uptodateChao Yu2-5/+6
2019-05-09f2fs: fix to avoid panic in f2fs_remove_inode_page()Chao Yu1-2/+8
2019-05-09f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu1-0/+1
2019-05-09f2fs: remove new blank line of f2fs kernel messageChao Yu2-6/+6
2019-05-09f2fs: fix wrong __is_meta_io() macroChao Yu3-6/+6
2019-05-09f2fs: fix to avoid panic in dec_valid_node_count()Chao Yu1-3/+11
2019-05-09f2fs: fix to avoid panic in dec_valid_block_count()Chao Yu1-2/+10
2019-05-09f2fs: fix to use inline space only if inline_xattr is enableChao Yu1-1/+3
2019-05-09f2fs: fix to retrieve inline xattr spaceChao Yu1-0/+17
2019-05-09f2fs: fix error path of recoveryChao Yu1-4/+11
2019-05-09f2fs: fix to avoid deadloop in foreground GCChao Yu1-0/+1
2019-05-09f2fs: data: fix warning Using plain integer as NULL pointerHariprasad Kelam1-1/+1
2019-05-09f2fs: add tracepoint for f2fs_file_write_iter()Chao Yu2-9/+50
2019-05-09f2fs: add comment for conditional compilation statementChao Yu1-1/+1
2019-05-09f2fs: fix potential recursive call when enabling data_flushChao Yu2-5/+4
2019-05-09f2fs: improve discard handling with multi-device volumesDamien Le Moal2-5/+23
2019-05-09f2fs: Reduce zoned block device memory usageDamien Le Moal3-34/+29
2019-05-09f2fs: Fix use of number of devicesDamien Le Moal5-15/+32
2019-05-08Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into a...Jaegeuk Kim34-618/+534
2019-05-08Merge 4.9.174 into android-4.9Greg Kroah-Hartman69-318/+612
2019-05-08hugetlbfs: fix memory leak for resv_mapMike Kravetz1-6/+14
2019-05-08debugfs: fix use-after-free on symlink traversalAl Viro1-4/+9
2019-05-08jffs2: fix use-after-free on symlink traversalAl Viro2-6/+4
2019-05-06ext4: don't bother checking for encryption key in ->mmap()Eric Biggers1-7/+0
2019-05-04Merge 4.9.173 into android-4.9Greg Kroah-Hartman32-95/+175
2019-05-04ceph: fix use-after-free on symlink traversalAl Viro1-1/+1
2019-05-04NFS: Fix a typo in nfs_init_timeout_values()Trond Myklebust1-1/+1
2019-05-02Merge 4.9.172 into android-4.9Greg Kroah-Hartman54-854/+870
2019-05-02NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa1-1/+2
2019-05-02fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing1-2/+4
2019-05-02nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust2-1/+8
2019-05-02ceph: fix ci->i_head_snapc leakYan, Zheng2-1/+15
2019-05-02ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton1-1/+5
2019-05-02cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson1-0/+4
2019-04-30Merge 4.9.171 into android-4.9Greg Kroah-Hartman51-269/+471
2019-04-29Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Kees Cook3-33/+1
2019-04-27CIFS: keep FileInfo handle live during oplock breakAurelien Aptel4-10/+53
2019-04-20Merge 4.9.170 into android-4.9Greg Kroah-Hartman62-130/+758
2019-04-20cifs: fallback to older infolevels on findfirst queryinfo retrySteve French1-30/+37
[prev] [next]