aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-07-01btrfs: remove the incorrect comment on RO fs when btrfs_run_delalloc_range() failsQu Wenruo1-1/+0
2019-07-01btrfs: extent-tree: Add trace events for space info numbers updateQu Wenruo1-16/+20
2019-07-01btrfs: extent-tree: Add lockdep assert when updating space infoQu Wenruo1-0/+1
2019-07-01btrfs: read number of data stripes from map only onceDavid Sterba2-12/+13
2019-07-01btrfs: constify map parameter for nr_parity_stripes and nr_data_stripesDavid Sterba1-2/+2
2019-07-01btrfs: refactor helper for bg flags to name conversionDavid Sterba3-26/+15
2019-07-01btrfs: factor out devs_max setting in __btrfs_alloc_chunkDavid Sterba1-6/+2
2019-07-01btrfs: use u8 for raid_array membersDavid Sterba2-11/+11
2019-07-01btrfs: factor out helper for counting data stripesDavid Sterba1-10/+15
2019-07-01btrfs: use raid_attr table for btrfs_bg_type_to_factorDavid Sterba1-4/+3
2019-07-01btrfs: use raid_attr table to find profiles for integrity loweringDavid Sterba1-5/+10
2019-07-01btrfs: use raid_attr to get allowed profiles for balance conversionDavid Sterba1-9/+5
2019-07-01btrfs: use raid_attr in btrfs_chunk_max_errorsDavid Sterba1-12/+2
2019-07-01btrfs: use raid_attr table in get_profile_num_devsDavid Sterba1-8/+2
2019-07-01btrfs: remove mapping tree structures indirectionDavid Sterba8-50/+40
2019-07-01btrfs: raid56: allow the exact minimum number of devices for balance convertDavid Sterba1-3/+4
2019-07-01btrfs: fix minimum number of chunk errors for DUPDavid Sterba1-2/+1
2019-07-01Btrfs: remove unused variables in __btrfs_unlink_inodeLiu Bo1-4/+0
2019-07-01btrfs: Remove unused variable mode in btrfs_mountGoldwyn Rodrigues1-4/+0
2019-07-01btrfs: switch order of unlocks of space_info and bg in do_trimming()Su Yue1-1/+1
2019-07-01btrfs: tree-checker: Check if the file extent end overflowsQu Wenruo1-0/+11
2019-07-01btrfs: Remove redundant assignment of tgt_device->commit_total_bytesNikolay Borisov1-1/+0
2019-07-01btrfs: Explicitly reserve space for devreplace itemNikolay Borisov1-2/+2
2019-07-01btrfs: Streamline replace sem unlock in btrfs_dev_replace_startNikolay Borisov1-6/+2
2019-07-01btrfs: Ensure btrfs_init_dev_replace_tgtdev sees up to date valuesNikolay Borisov1-5/+5
2019-07-01btrfs: dev-replace: Remove impossible WARN_ONNikolay Borisov1-1/+0
2019-07-01btrfs: Reduce critical section in btrfs_init_dev_replace_tgtdevNikolay Borisov1-1/+2
2019-07-01btrfs: Don't opencode sync_blockdev in btrfs_init_dev_replace_tgtdevNikolay Borisov1-1/+1
2019-07-01btrfs: fiemap: preallocate ulists for btrfs_check_sharedDavid Sterba3-14/+23
2019-07-01btrfs: detect fast implementation of crc32c on all architecturesDavid Sterba3-9/+12
2019-07-01btrfs: extent-tree: Refactor add_pinned_bytes() to add|sub_pinned_bytes()Qu Wenruo1-16/+27
2019-06-30xfs: remove XFS_TRANS_NOFSChristoph Hellwig6-23/+41
2019-06-30xfs: simplify xfs_ioend_can_mergeChristoph Hellwig1-12/+2
2019-06-30xfs: allow merging ioends over append boundariesChristoph Hellwig1-7/+21
2019-06-30xfs: fix a comment typo in xfs_submit_ioendChristoph Hellwig1-1/+1
2019-06-30xfs: remove the unused xfs_count_page_state declarationChristoph Hellwig1-1/+0
2019-06-29block: never take page references for ITER_BVECChristoph Hellwig1-3/+0
2019-06-29direct-io: use bio_release_pages in dio_bio_completeChristoph Hellwig1-12/+3
2019-06-29block_dev: use bio_release_pages in bio_unmap_userChristoph Hellwig1-9/+2
2019-06-29block_dev: use bio_release_pages in blkdev_bio_end_ioChristoph Hellwig1-7/+1
2019-06-29iomap: use bio_release_pages in iomap_dio_bio_end_ioChristoph Hellwig1-7/+1
2019-06-29Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-1/+1
2019-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-42/+40
2019-06-29Merge tag 'nfs-for-5.2-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+1
2019-06-29Merge tag 'ceph-for-5.2-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+2
2019-06-29Merge tag 'for-linus-20190628' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2019-06-29signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov4-25/+32
2019-06-29fs/binfmt_flat.c: make load_flat_shared_library() workJann Horn1-16/+7
2019-06-29fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness1-1/+1
2019-06-28xfs: fix iclog allocation sizeChristoph Hellwig1-1/+2