summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-11-253-0/+290
|\
| * ext4: add kunit test for decoding extended timestampsIurii Zaikin2019-10-233-0/+290
* | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2019-11-252-2/+8
|\ \
| * | f2fs: support STATX_ATTR_VERITYEric Biggers2019-11-131-1/+4
| * | ext4: support STATX_ATTR_VERITYEric Biggers2019-11-131-1/+4
* | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-11-2510-271/+158
|\ \ \
| * | | f2fs: add support for IV_INO_LBLK_64 encryption policiesEric Biggers2019-11-061-6/+20
| * | | ext4: add support for IV_INO_LBLK_64 encryption policiesEric Biggers2019-11-062-0/+16
| * | | fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers2019-11-065-18/+100
| * | | fscrypt: avoid data race on fscrypt_mode::logged_impl_nameEric Biggers2019-11-062-5/+3
| * | | fscrypt: zeroize fscrypt_info before freeingEric Biggers2019-10-211-0/+1
| * | | fscrypt: remove struct fscrypt_ctxEric Biggers2019-10-213-131/+10
| * | | fscrypt: invoke crypto API for ESSIV handlingEric Biggers2019-10-214-114/+11
* | | | Merge tag 'affs-for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-252-16/+10
|\ \ \ \
| * | | | affs: fix a memory leak in affs_remountNavid Emamdoost2019-11-181-6/+0
| * | | | affs: Replace binary semaphores with mutexesDavidlohr Bueso2019-11-182-10/+10
* | | | | Merge tag 'for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-11-2563-2546/+2694
|\ \ \ \ \
| * | | | | btrfs: drop bdev argument from submit_extent_pageDavid Sterba2019-11-181-8/+3
| * | | | | btrfs: remove extent_map::bdevDavid Sterba2019-11-188-31/+2
| * | | | | btrfs: drop bio_set_dev where not neededDavid Sterba2019-11-182-11/+0
| * | | | | btrfs: get bdev directly from fs_devices in submit_extent_pageDavid Sterba2019-11-181-1/+4
| * | | | | btrfs: record all roots for rename exchange on a subvolJosef Bacik2019-11-181-0/+3
| * | | | | Btrfs: fix block group remaining RO forever after error during device replaceFilipe Manana2019-11-183-45/+2
| * | | | | btrfs: scrub: Don't check free space before marking a block group ROQu Wenruo2019-11-184-20/+54
| * | | | | btrfs: change btrfs_fs_devices::rotating to boolJohannes Thumshirn2019-11-182-4/+4
| * | | | | btrfs: change btrfs_fs_devices::seeding to boolJohannes Thumshirn2019-11-182-5/+5
| * | | | | btrfs: rename btrfs_block_group_cacheDavid Sterba2019-11-1825-281/+266
| * | | | | btrfs: block-group: Reuse the item key from caller of read_one_block_group()Qu Wenruo2019-11-181-9/+8
| * | | | | btrfs: block-group: Refactor btrfs_read_block_groups()Qu Wenruo2019-11-181-111/+108
| * | | | | btrfs: document extent buffer lockingDavid Sterba2019-11-181-14/+158
| * | | | | btrfs: access eb::blocking_writers according to ACCESS_ONCE policiesDavid Sterba2019-11-181-11/+21
| * | | | | btrfs: set blocking_writers directly, no increment or decrementDavid Sterba2019-11-181-2/+2
| * | | | | btrfs: merge blocking_writers branches in btrfs_tree_read_lockDavid Sterba2019-11-181-13/+14
| * | | | | btrfs: drop incompat bit for raid1c34 after last block group is goneDavid Sterba2019-11-181-9/+18
| * | | | | btrfs: add incompat for raid1 with 3, 4 copiesDavid Sterba2019-11-183-1/+13
| * | | | | btrfs: add support for 4-copy replication (raid1c4)David Sterba2019-11-184-2/+18
| * | | | | btrfs: add support for 3-copy replication (raid1c3)David Sterba2019-11-184-4/+23
| * | | | | btrfs: sink write flags to cow_file_range_asyncDavid Sterba2019-11-181-5/+3
| * | | | | btrfs: sink write_flags to __extent_writepage_ioDavid Sterba2019-11-181-5/+3
| * | | | | Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana2019-11-181-1/+24
| * | | | | Btrfs: send, allow clone operations within the same fileFilipe Manana2019-11-181-5/+13
| * | | | | btrfs: Ensure we trim ranges across block group boundaryQu Wenruo2019-11-182-12/+35
| * | | | | btrfs: volumes: Use more straightforward way to calculate map lengthQu Wenruo2019-11-181-1/+1
| * | | | | btrfs: tree-checker: Check item size before reading file extent typeQu Wenruo2019-11-181-0/+11
| * | | | | btrfs: clean up locking name in scrub_enumerate_chunks()Dan Carpenter2019-11-181-3/+3
| * | | | | btrfs: Streamline btrfs_fs_info::backup_root_index semanticsNikolay Borisov2019-11-181-39/+12
| * | | | | btrfs: Rename find_oldest_super_backup to init_backup_root_slotNikolay Borisov2019-11-181-6/+4
| * | | | | btrfs: Remove unused next_root_backup functionNikolay Borisov2019-11-181-50/+0
| * | | | | btrfs: Don't use objectid_mutex during mountNikolay Borisov2019-11-181-3/+4
| * | | | | btrfs: Factor out tree roots initialization during mountNikolay Borisov2019-11-181-57/+85