summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ovl-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-05-145-33/+113
|\
| * ovl: relax WARN_ON() for overlapping layers use caseAmir Goldstein2019-05-082-2/+3
| * ovl: check the capability before cred overriddenJiufei Xue2019-05-061-18/+61
| * ovl: do not generate duplicate fsnotify events for "fake" pathAmir Goldstein2019-05-061-3/+4
| * ovl: support stacked SEEK_HOLE/SEEK_DATAAmir Goldstein2019-05-061-4/+40
| * ovl: fix missing upper fs freeze protection on copy up for ioctlAmir Goldstein2019-05-063-7/+6
* | Merge tag 'fuse-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-147-31/+92
|\ \
| * | fuse: clean up fuse_alloc_inodezhangliguang2019-05-081-6/+4
| * | fuse: Add ioctl flag for x32 compat ioctlIan Abbott2019-04-242-1/+9
| * | fuse: Convert fusectl to use the new mount APIDavid Howells2019-04-241-5/+15
| * | fuse: fix changelog entry for protocol 7.9Alan Somers2019-04-241-0/+1
| * | fuse: fix changelog entry for protocol 7.12Alan Somers2019-04-241-1/+1
| * | fuse: document fuse_fsync_in.fsync_flagsAlan Somers2019-04-242-1/+8
| * | fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-04-242-1/+5
| * | fuse: require /dev/fuse reads to have enough buffer capacityKirill Smelkov2019-04-241-0/+10
| * | fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov2019-04-241-1/+1
| * | fuse: allow filesystems to have precise control over data cacheKirill Smelkov2019-04-243-3/+14
| * | fuse: convert printk -> pr_*Kirill Smelkov2019-04-244-11/+16
| * | fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo2019-04-241-0/+7
| * | fuse: fix writepages on 32bitMiklos Szeredi2019-04-241-1/+1
* | | Merge tag 'f2fs-for-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-1418-302/+688
|\ \ \
| * | | f2fs: fix to avoid accessing xattr across the boundaryRandall Huang2019-05-092-9/+29
| * | | f2fs: fix to avoid potential race on sbi->unusable_block_count access/updateChao Yu2019-05-093-1/+14
| * | | f2fs: add tracepoint for f2fs_filemap_fault()Chao Yu2019-05-092-0/+28
| * | | f2fs: introduce DATA_GENERIC_ENHANCEChao Yu2019-05-0910-51/+134
| * | | f2fs: fix to handle error in f2fs_disable_checkpoint()Chao Yu2019-05-091-1/+4
| * | | f2fs: remove redundant check in f2fs_file_write_iter()Chengguang Xu2019-05-091-13/+9
| * | | f2fs: fix to be aware of readonly device in write_checkpoint()Chao Yu2019-05-091-4/+3
| * | | f2fs: fix to skip recovery on readonly deviceChao Yu2019-05-092-4/+17
| * | | f2fs: fix to consider multiple device for readonly checkChao Yu2019-05-092-1/+15
| * | | f2fs: relocate chksum_offset for large_nat_bitmap featureChao Yu2019-05-092-1/+16
| * | | f2fs: allow unfixed f2fs_checkpoint.checksum_offsetChao Yu2019-05-092-6/+25
| * | | f2fs: Replace spaces with tabYoungjun Yoo2019-05-091-1/+1
| * | | f2fs: insert space before the open parenthesis '('Youngjun Yoo2019-05-091-1/+1
| * | | f2fs: allow address pointer number of dnode aligning to specified sizeChao Yu2019-05-096-14/+23
| * | | f2fs: introduce f2fs_read_single_page() for cleanupChao Yu2019-05-091-96/+118
| * | | f2fs: mark is_extension_exist() inlinePark Ju Hyung2019-05-091-1/+1
| * | | f2fs: fix to set FI_UPDATE_WRITE correctlyChao Yu2019-05-091-1/+2
| * | | f2fs: fix to avoid panic in f2fs_inplace_write_data()Chao Yu2019-05-091-2/+7
| * | | f2fs: fix to do sanity check on valid block count of segmentChao Yu2019-05-091-2/+1
| * | | f2fs: fix to do sanity check on valid node/block countChao Yu2019-05-091-1/+20
| * | | f2fs: fix to avoid panic in do_recover_data()Chao Yu2019-05-091-1/+9
| * | | f2fs: fix to do sanity check on free nidChao Yu2019-05-091-0/+3
| * | | f2fs: fix to do checksum even if inode page is uptodateChao Yu2019-05-092-5/+6
| * | | f2fs: fix to avoid panic in f2fs_remove_inode_page()Chao Yu2019-05-091-2/+8
| * | | f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu2019-05-091-0/+1
| * | | f2fs: remove new blank line of f2fs kernel messageChao Yu2019-05-092-6/+6
| * | | f2fs: fix wrong __is_meta_io() macroChao Yu2019-05-093-6/+6
| * | | f2fs: fix to avoid panic in dec_valid_node_count()Chao Yu2019-05-091-3/+11
| * | | f2fs: fix to avoid panic in dec_valid_block_count()Chao Yu2019-05-091-2/+10