aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-09-09Btrfs: fix inode cache waiters hanging on failure to start caching threadFilipe Manana1-5/+18
2019-09-09Btrfs: fix inode cache block reserve leak on failure to allocate data spaceFilipe Manana1-0/+1
2019-09-09Btrfs: fix hang when loading existing inode cache off diskFilipe Manana1-0/+1
2019-09-09btrfs: tree-checker: Add ROOT_ITEM checkQu Wenruo1-0/+92
2019-09-09btrfs: extent-tree: Make sure we only allocate extents from block groups with the same typeQu Wenruo1-0/+8
2019-09-09btrfs: delayed-inode: Kill the BUG_ON() in btrfs_delete_delayed_dir_index()Qu Wenruo1-2/+11
2019-09-09btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()Qu Wenruo3-146/+0
2019-09-09btrfs: extent-tree: Add comment for inc_block_group_ro()Qu Wenruo1-0/+19
2019-09-09btrfs: volumes: Add comment for find_free_dev_extent_start()Qu Wenruo1-0/+6
2019-09-09btrfs: volumes: Unexport find_free_dev_extent_start()Qu Wenruo2-4/+3
2019-09-09btrfs: assert tree mod log lock in __tree_mod_log_insertDavid Sterba1-2/+2
2019-09-09btrfs: assert extent map tree lock in add_extent_mappingDavid Sterba1-0/+2
2019-09-09btrfs: Add an assertion to warn incorrect case in insert_inline_extent()Jia-Ju Bai1-0/+3
2019-09-09btrfs: Remove leftover of in-band dedupeNikolay Borisov6-36/+19
2019-09-09btrfs: Remove delalloc_end argument from extent_clear_unlock_delallocNikolay Borisov3-35/+25
2019-09-09btrfs: Move free_pages_out label in inline extent handling branch in compress_file_rangeNikolay Borisov1-10/+8
2019-09-09btrfs: Return number of compressed extents directly in compress_file_rangeNikolay Borisov1-9/+11
2019-09-09btrfs: use common vfs LABEL ioctl definitionsEric Sandeen1-4/+4
2019-09-09btrfs: Remove unused locking functionsNikolay Borisov2-38/+0
2019-09-09btrfs: reduce stack usage for btrfsic_process_written_blockArnd Bergmann1-3/+4
2019-09-09btrfs: remove set but not used variable 'offset'YueHaibing1-2/+0
2019-09-09Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extentsFilipe Manana3-167/+188
2019-09-09Btrfs: factor out extent dropping code from hole punch handlerFilipe Manana1-142/+166
2019-09-09f2fs: Fix indefinite loop in f2fs_gc()Sahitya Tummala1-1/+1
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig1-37/+41
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig1-1/+1
2019-09-06f2fs: convert inline_data in prior to i_size_writeJaegeuk Kim1-13/+13
2019-09-06f2fs: fix error path of f2fs_convert_inline_page()Chao Yu1-0/+1
2019-09-06f2fs: fix flushing node pages when checkpoint is disabledJaegeuk Kim1-2/+4
2019-09-06f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu7-44/+34
2019-09-06f2fs: clean up __bio_alloc()'s parameterChao Yu1-16/+11
2019-09-06f2fs: fix wrong error injection path in inc_valid_block_count()Chao Yu1-1/+2
2019-09-06f2fs: fix to writeout dirty inode during node flushChao Yu1-0/+49
2019-09-06f2fs: optimize case-insensitive lookupsChao Yu2-7/+53
2019-09-06gfs2: Improve mmap write vs. truncate consistencyAndreas Gruenbacher1-1/+1
2019-09-06Merge tag 'configfs-for-5.3' of git://git.infradead.org/users/hch/configfsLinus Torvalds3-172/+254
2019-09-06vfs: subtype handling moved to fuseDavid Howells5-24/+2
2019-09-06fuse: convert to use the new mount APIDavid Howells1-116/+158
2019-09-06Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into HEADMiklos Szeredi4-7/+107
2019-09-06io_uring: expose single mmap capabilityJens Axboe1-0/+2
2019-09-05xfs: push the grant head when the log head moves forwardDave Chinner1-25/+47
2019-09-05xfs: push iclog state cleaning into xlog_state_clean_logDave Chinner1-24/+33
2019-09-05xfs: factor iclog state processing out of xlog_state_do_callback()Dave Chinner1-98/+98
2019-09-05xfs: factor callbacks out of xlog_state_do_callback()Dave Chinner1-28/+48
2019-09-05xfs: factor debug code out of xlog_state_do_callback()Dave Chinner1-35/+44
2019-09-05xfs: prevent CIL push holdoff in log recoveryDave Chinner2-10/+23
2019-09-05xfs: fix missed wakeup on l_flush_waitRik van Riel1-5/+4
2019-09-05xfs: push the AIL in xlog_grant_head_wakeDave Chinner1-1/+28
2019-09-05xfs: Use WARN_ON_ONCE for bailout mount-operationAustin Kim1-1/+1
2019-09-05make ramfs_fill_super() staticAl Viro1-1/+1