summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-1/+1
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-1/+1
* ocfs2: fix spelling mistake "ambigous" -> "ambiguous"Colin Ian King2019-09-241-1/+1
* ocfs2: checkpoint appending truncate log transaction before flushingChangwei Ge2019-09-241-0/+15
* ocfs2: wait for recovering done after direct unlock requestChangwei Ge2019-09-241-4/+19
* ocfs2: delete unnecessary checks before brelse()Markus Elfring2019-09-242-7/+3
* fs/ocfs2/dir.c: remove set but not used variableszhengbin2019-09-241-2/+1
* fs/ocfs2/file.c: remove set but not used variableszhengbin2019-09-241-3/+0
* fs/ocfs2/namei.c: remove set but not used variableszhengbin2019-09-241-2/+0
* ocfs2: remove unused ocfs2_orphan_scan_exit() declarationGuozhonghua2019-09-241-2/+1
* ocfs2: remove unused ocfs2_calc_tree_trunc_credits()Guozhonghua2019-09-241-28/+0
* ocfs2: further debugfs cleanupsGreg Kroah-Hartman2019-09-249-180/+61
* jbd2: remove jbd2_journal_inode_add_[write|wait]Joseph Qi2019-09-242-14/+0
* ocfs2: use jbd2_inode dirty range scopingJoseph Qi2019-09-244-11/+28
* fat: work around race with userspace's read via blockdev while mountingOGAWA Hirofumi2019-09-242-2/+14
* Merge tag 'gfs2-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds2019-09-2116-207/+264
|\
| * gfs2: clear buf_in_tr when ending a transaction in sweep_bh_for_rgrpsBob Peterson2019-09-171-0/+1
| * gfs2: Improve mmap write vs. truncate consistencyAndreas Gruenbacher2019-09-061-1/+1
| * gfs2: Use async glocks for renameBob Peterson2019-09-045-13/+123
| * gfs2: create function gfs2_glock_update_hold_timeAndreas Gruenbacher2019-09-041-6/+13
| * gfs2: separate holder for rgrps in gfs2_renameBob Peterson2019-09-041-8/+21
| * gfs2: Delete an unnecessary check before brelse()Markus Elfring2019-09-042-4/+2
| * gfs2: Minor PAGE_SIZE arithmetic cleanupsAndreas Gruenbacher2019-09-043-4/+4
| * gfs2: Fix recovery slot bumpingAndreas Gruenbacher2019-09-031-4/+4
| * gfs2: Fix possible fs name overflowsBob Peterson2019-09-033-3/+3
| * gfs2: untangle the logic in gfs2_drevalidateBob Peterson2019-09-031-34/+11
| * gfs2: Always mark inode dirty in fallocateAndreas Gruenbacher2019-09-031-4/+3
| * gfs2: Minor gfs2_alloc_inode cleanupAndreas Gruenbacher2019-08-091-7/+7
| * gfs2: implement gfs2_block_zero_range using iomap_zero_rangeChristoph Hellwig2019-08-091-67/+1
| * gfs2: Add support for IOMAP_ZEROAndreas Gruenbacher2019-08-091-2/+10
| * gfs2: gfs2_iomap_begin cleanupAndreas Gruenbacher2019-08-091-52/+62
* | Merge tag 'f2fs-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2019-09-2117-203/+839
|\ \
| * | f2fs: add a condition to detect overflow in f2fs_ioc_gc_range()Sahitya Tummala2019-09-171-2/+2
| * | f2fs: fix to add missing F2FS_IO_ALIGNED() conditionChao Yu2019-09-162-2/+8
| * | f2fs: fix to fallback to buffered IO in IO aligned modeChao Yu2019-09-161-3/+6
| * | f2fs: fix to handle error path correctly in f2fs_map_blocksChao Yu2019-09-161-4/+4
| * | f2fs: fix extent corrupotion during directIO in LFS modeChao Yu2019-09-161-1/+1
| * | f2fs: check all the data segments against all node onesSurbhi Palande2019-09-161-2/+2
| * | f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITYLockywolf2019-09-161-1/+3
| * | f2fs: fix inode rwsem regressionGoldwyn Rodrigues2019-09-161-2/+3
| * | f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()Chao Yu2019-09-162-0/+10
| * | f2fs: avoid infinite GC loop due to stale atomic filesJaegeuk Kim2019-09-162-26/+18
| * | f2fs: Fix indefinite loop in f2fs_gc()Sahitya Tummala2019-09-091-1/+1
| * | f2fs: convert inline_data in prior to i_size_writeJaegeuk Kim2019-09-061-13/+13
| * | f2fs: fix error path of f2fs_convert_inline_page()Chao Yu2019-09-061-0/+1
| * | f2fs: fix flushing node pages when checkpoint is disabledJaegeuk Kim2019-09-061-2/+4
| * | f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu2019-09-067-44/+34
| * | f2fs: clean up __bio_alloc()'s parameterChao Yu2019-09-061-16/+11
| * | f2fs: fix wrong error injection path in inc_valid_block_count()Chao Yu2019-09-061-1/+2
| * | f2fs: fix to writeout dirty inode during node flushChao Yu2019-09-061-0/+49