summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-09-09Btrfs: fix inode cache waiters hanging on failure to start caching threadFilipe Manana
2019-09-09Btrfs: fix inode cache block reserve leak on failure to allocate data spaceFilipe Manana
2019-09-09Btrfs: fix hang when loading existing inode cache off diskFilipe Manana
2019-09-09btrfs: tree-checker: Add ROOT_ITEM checkQu Wenruo
2019-09-09btrfs: extent-tree: Make sure we only allocate extents from block groups with...Qu Wenruo
2019-09-09btrfs: delayed-inode: Kill the BUG_ON() in btrfs_delete_delayed_dir_index()Qu Wenruo
2019-09-09btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()Qu Wenruo
2019-09-09btrfs: extent-tree: Add comment for inc_block_group_ro()Qu Wenruo
2019-09-09btrfs: volumes: Add comment for find_free_dev_extent_start()Qu Wenruo
2019-09-09btrfs: volumes: Unexport find_free_dev_extent_start()Qu Wenruo
2019-09-09btrfs: assert tree mod log lock in __tree_mod_log_insertDavid Sterba
2019-09-09btrfs: assert extent map tree lock in add_extent_mappingDavid Sterba
2019-09-09btrfs: Add an assertion to warn incorrect case in insert_inline_extent()Jia-Ju Bai
2019-09-09btrfs: Remove leftover of in-band dedupeNikolay Borisov
2019-09-09btrfs: Remove delalloc_end argument from extent_clear_unlock_delallocNikolay Borisov
2019-09-09btrfs: Move free_pages_out label in inline extent handling branch in compress...Nikolay Borisov
2019-09-09btrfs: Return number of compressed extents directly in compress_file_rangeNikolay Borisov
2019-09-09btrfs: use common vfs LABEL ioctl definitionsEric Sandeen
2019-09-09btrfs: Remove unused locking functionsNikolay Borisov
2019-09-09btrfs: reduce stack usage for btrfsic_process_written_blockArnd Bergmann
2019-09-09btrfs: remove set but not used variable 'offset'YueHaibing
2019-09-09Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extentsFilipe Manana
2019-09-09Btrfs: factor out extent dropping code from hole punch handlerFilipe Manana
2019-09-09f2fs: Fix indefinite loop in f2fs_gc()Sahitya Tummala
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig
2019-09-06f2fs: convert inline_data in prior to i_size_writeJaegeuk Kim
2019-09-06f2fs: fix error path of f2fs_convert_inline_page()Chao Yu
2019-09-06f2fs: fix flushing node pages when checkpoint is disabledJaegeuk Kim
2019-09-06f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu
2019-09-06f2fs: clean up __bio_alloc()'s parameterChao Yu
2019-09-06f2fs: fix wrong error injection path in inc_valid_block_count()Chao Yu
2019-09-06f2fs: fix to writeout dirty inode during node flushChao Yu
2019-09-06f2fs: optimize case-insensitive lookupsChao Yu
2019-09-06gfs2: Improve mmap write vs. truncate consistencyAndreas Gruenbacher
2019-09-06Merge tag 'configfs-for-5.3' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2019-09-06vfs: subtype handling moved to fuseDavid Howells
2019-09-06fuse: convert to use the new mount APIDavid Howells
2019-09-06Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Miklos Szeredi
2019-09-06io_uring: expose single mmap capabilityJens Axboe
2019-09-05xfs: push the grant head when the log head moves forwardDave Chinner
2019-09-05xfs: push iclog state cleaning into xlog_state_clean_logDave Chinner
2019-09-05xfs: factor iclog state processing out of xlog_state_do_callback()Dave Chinner
2019-09-05xfs: factor callbacks out of xlog_state_do_callback()Dave Chinner
2019-09-05xfs: factor debug code out of xlog_state_do_callback()Dave Chinner
2019-09-05xfs: prevent CIL push holdoff in log recoveryDave Chinner
2019-09-05xfs: fix missed wakeup on l_flush_waitRik van Riel
2019-09-05xfs: push the AIL in xlog_grant_head_wakeDave Chinner
2019-09-05xfs: Use WARN_ON_ONCE for bailout mount-operationAustin Kim
2019-09-05make ramfs_fill_super() staticAl Viro