summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to handle error in f2fs_disable_checkpoint()Chao Yu2019-05-081-1/+4
* f2fs: remove redundant check in f2fs_file_write_iter()Chengguang Xu2019-05-081-13/+9
* f2fs: fix to be aware of readonly device in write_checkpoint()Chao Yu2019-05-081-4/+3
* f2fs: fix to skip recovery on readonly deviceChao Yu2019-05-082-4/+17
* f2fs: fix to consider multiple device for readonly checkChao Yu2019-05-082-1/+15
* f2fs: relocate chksum_offset for large_nat_bitmap featureChao Yu2019-05-082-1/+16
* f2fs: allow unfixed f2fs_checkpoint.checksum_offsetChao Yu2019-05-081-6/+21
* f2fs: Replace spaces with tabYoungjun Yoo2019-05-081-1/+1
* f2fs: insert space before the open parenthesis '('Youngjun Yoo2019-05-081-1/+1
* f2fs: allow address pointer number of dnode aligning to specified sizeChao Yu2019-05-085-11/+19
* f2fs: introduce f2fs_read_single_page() for cleanupChao Yu2019-05-081-96/+118
* f2fs: mark is_extension_exist() inlinePark Ju Hyung2019-05-081-1/+1
* f2fs: fix to set FI_UPDATE_WRITE correctlyChao Yu2019-05-081-1/+2
* f2fs: fix to avoid panic in f2fs_inplace_write_data()Chao Yu2019-05-081-2/+7
* f2fs: fix to do sanity check on valid block count of segmentChao Yu2019-05-081-2/+1
* f2fs: fix to do sanity check on valid node/block countChao Yu2019-05-081-1/+20
* f2fs: fix to avoid panic in do_recover_data()Chao Yu2019-05-081-1/+9
* f2fs: fix to do sanity check on free nidChao Yu2019-05-081-0/+3
* f2fs: fix to do checksum even if inode page is uptodateChao Yu2019-05-082-5/+6
* f2fs: fix to avoid panic in f2fs_remove_inode_page()Chao Yu2019-05-081-2/+8
* f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu2019-05-081-0/+1
* f2fs: remove new blank line of f2fs kernel messageChao Yu2019-05-082-6/+6
* f2fs: fix wrong __is_meta_io() macroChao Yu2019-05-083-6/+6
* f2fs: fix to avoid panic in dec_valid_node_count()Chao Yu2019-05-081-3/+11
* f2fs: fix to avoid panic in dec_valid_block_count()Chao Yu2019-05-081-2/+10
* f2fs: fix to use inline space only if inline_xattr is enableChao Yu2019-05-081-1/+3
* f2fs: fix to retrieve inline xattr spaceChao Yu2019-05-081-0/+17
* f2fs: fix error path of recoveryChao Yu2019-05-081-4/+11
* f2fs: fix to avoid deadloop in foreground GCChao Yu2019-05-081-0/+1
* f2fs: data: fix warning Using plain integer as NULL pointerHariprasad Kelam2019-04-161-1/+1
* f2fs: add tracepoint for f2fs_file_write_iter()Chao Yu2019-04-161-9/+19
* f2fs: add comment for conditional compilation statementChao Yu2019-04-051-1/+1
* f2fs: fix potential recursive call when enabling data_flushChao Yu2019-04-052-5/+4
* f2fs: improve discard handling with multi-device volumesDamien Le Moal2019-04-052-5/+19
* f2fs: Reduce zoned block device memory usageDamien Le Moal2019-04-053-34/+29
* f2fs: Fix use of number of devicesDamien Le Moal2019-04-055-15/+32
* Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2019-04-011-188/+150
|\
| * aio: move sanity checks and request allocation to io_submit_one()Al Viro2019-03-171-66/+53
| * deal with get_reqs_available() in aio_get_req() itselfAl Viro2019-03-171-6/+6
| * aio: move dropping ->ki_eventfd into iocb_destroy()Al Viro2019-03-171-9/+8
| * make aio_read()/aio_write() return intAl Viro2019-03-171-6/+6
| * Fix aio_poll() racesAl Viro2019-03-171-50/+40
| * aio: store event at final iocb_put()Al Viro2019-03-171-16/+17
| * aio: keep io_event in aio_kiocbAl Viro2019-03-171-18/+13
| * aio: fold lookup_kiocb() into its sole callerAl Viro2019-03-171-22/+7
| * pin iocb through aio.Linus Torvalds2019-03-171-16/+21
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-04-014-13/+14
|\ \
| * | debugfs: fix use-after-free on symlink traversalAl Viro2019-04-011-4/+9
| * | ubifs: fix use-after-free on symlink traversalAl Viro2019-04-011-3/+1
| * | jffs2: fix use-after-free on symlink traversalAl Viro2019-04-012-6/+4
| |/