summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: Flush before reflinking any extent to prevent NOCOW write falling back...Qu Wenruo2019-07-011-0/+21
* btrfs: Return EAGAIN if we can't start no snpashot write in check_can_nocowNikolay Borisov2019-07-011-1/+1
* btrfs: Add comments on locking of several device-related fieldsNikolay Borisov2019-07-012-4/+11
* btrfs: Always use a cached extent_state in btrfs_lock_and_flush_ordered_rangeNikolay Borisov2019-07-011-3/+15
* btrfs: Use newly introduced btrfs_lock_and_flush_ordered_rangeNikolay Borisov2019-07-013-52/+8
* btrfs: add new helper btrfs_lock_and_flush_ordered_rangeNikolay Borisov2019-07-012-0/+37
* btrfs: remove the incorrect comment on RO fs when btrfs_run_delalloc_range() ...Qu Wenruo2019-07-011-1/+0
* btrfs: extent-tree: Add trace events for space info numbers updateQu Wenruo2019-07-011-16/+20
* btrfs: extent-tree: Add lockdep assert when updating space infoQu Wenruo2019-07-011-0/+1
* btrfs: read number of data stripes from map only onceDavid Sterba2019-07-012-12/+13
* btrfs: constify map parameter for nr_parity_stripes and nr_data_stripesDavid Sterba2019-07-011-2/+2
* btrfs: refactor helper for bg flags to name conversionDavid Sterba2019-07-013-26/+15
* btrfs: factor out devs_max setting in __btrfs_alloc_chunkDavid Sterba2019-07-011-6/+2
* btrfs: use u8 for raid_array membersDavid Sterba2019-07-012-11/+11
* btrfs: factor out helper for counting data stripesDavid Sterba2019-07-011-10/+15
* btrfs: use raid_attr table for btrfs_bg_type_to_factorDavid Sterba2019-07-011-4/+3
* btrfs: use raid_attr table to find profiles for integrity loweringDavid Sterba2019-07-011-5/+10
* btrfs: use raid_attr to get allowed profiles for balance conversionDavid Sterba2019-07-011-9/+5
* btrfs: use raid_attr in btrfs_chunk_max_errorsDavid Sterba2019-07-011-12/+2
* btrfs: use raid_attr table in get_profile_num_devsDavid Sterba2019-07-011-8/+2
* btrfs: remove mapping tree structures indirectionDavid Sterba2019-07-018-50/+40
* btrfs: raid56: allow the exact minimum number of devices for balance convertDavid Sterba2019-07-011-3/+4
* btrfs: fix minimum number of chunk errors for DUPDavid Sterba2019-07-011-2/+1
* Btrfs: remove unused variables in __btrfs_unlink_inodeLiu Bo2019-07-011-4/+0
* btrfs: Remove unused variable mode in btrfs_mountGoldwyn Rodrigues2019-07-011-4/+0
* btrfs: switch order of unlocks of space_info and bg in do_trimming()Su Yue2019-07-011-1/+1
* btrfs: tree-checker: Check if the file extent end overflowsQu Wenruo2019-07-011-0/+11
* btrfs: Remove redundant assignment of tgt_device->commit_total_bytesNikolay Borisov2019-07-011-1/+0
* btrfs: Explicitly reserve space for devreplace itemNikolay Borisov2019-07-011-2/+2
* btrfs: Streamline replace sem unlock in btrfs_dev_replace_startNikolay Borisov2019-07-011-6/+2
* btrfs: Ensure btrfs_init_dev_replace_tgtdev sees up to date valuesNikolay Borisov2019-07-011-5/+5
* btrfs: dev-replace: Remove impossible WARN_ONNikolay Borisov2019-07-011-1/+0
* btrfs: Reduce critical section in btrfs_init_dev_replace_tgtdevNikolay Borisov2019-07-011-1/+2
* btrfs: Don't opencode sync_blockdev in btrfs_init_dev_replace_tgtdevNikolay Borisov2019-07-011-1/+1
* btrfs: fiemap: preallocate ulists for btrfs_check_sharedDavid Sterba2019-07-013-14/+23
* btrfs: detect fast implementation of crc32c on all architecturesDavid Sterba2019-07-013-9/+12
* btrfs: extent-tree: Refactor add_pinned_bytes() to add|sub_pinned_bytes()Qu Wenruo2019-07-011-16/+27
* Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-06-291-1/+1
|\
| * mm: fix page cache convergence regressionJohannes Weiner2019-05-311-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-06-296-42/+40
|\ \
| * | signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov2019-06-294-25/+32
| * | fs/binfmt_flat.c: make load_flat_shared_library() workJann Horn2019-06-291-16/+7
| * | fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness2019-06-291-1/+1
* | | Merge tag 'nfs-for-5.2-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-06-291-1/+1
|\ \ \
| * | | NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust2019-06-281-1/+1
* | | | Merge tag 'ceph-for-5.2-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds2019-06-291-1/+2
|\ \ \ \
| * | | | ceph: fix ceph_mdsc_build_path to not stop on first componentJeff Layton2019-06-271-1/+2
* | | | | Merge tag 'for-linus-20190628' of git://git.kernel.dk/linux-blockLinus Torvalds2019-06-291-3/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | io_uring: ensure req->file is cleared on allocationJens Axboe2019-06-211-3/+2
* | | | | Merge tag 'for-linus-20190627' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2019-06-281-2/+1
|\ \ \ \ \