summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-265-7/+7
|\
| * exit/exec: Seperate mm_release()Thomas Gleixner2019-11-201-1/+1
| * locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-094-6/+6
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-2/+2
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-10-311-2/+2
| |\ \
| | * | fs/afs: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-301-2/+2
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-261-25/+31
|\ \ \ \
| * | | | procfs: Use all-in-one vtime aware kcpustat accessorFrederic Weisbecker2019-11-211-25/+31
| * | | | Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar2019-11-189-74/+154
| |\ \ \ \
| * \ \ \ \ Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar2019-11-1183-807/+1152
| |\ \ \ \ \
| * | | | | | procfs: Use vtime aware kcpustat accessor to fetch CPUTIME_SYSTEMFrederic Weisbecker2019-10-291-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Revert "vfs: properly and reliably lock f_pos in fdget_pos()"Linus Torvalds2019-11-262-2/+6
* | | | | | 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