summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-253-11/+10
|\
| * fs: afs: Use pr_warn instead of pr_warningKefeng Wang2019-10-183-11/+10
* | Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-11-255-99/+114
|\ \
| * | kernfs: use 64bit inos if ino_t is 64bitTejun Heo2019-11-122-16/+33
| * | kernfs: implement custom exportfs ops and fid typeTejun Heo2019-11-121-16/+61
| * | kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo2019-11-123-30/+15
| * | kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo2019-11-124-13/+12
| * | kernfs: kernfs_find_and_get_node_by_ino() should only look up activated nodesTejun Heo2019-11-121-1/+7
| * | kernfs: use dumber locking for kernfs_find_and_get_node_by_ino()Tejun Heo2019-11-122-46/+10
| * | kernfs: fix ino wrap-around detectionTejun Heo2019-11-121-3/+2
* | | 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