summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-271-58/+29
|\
| * debugfs: remove return value of debugfs_create_atomic_t()Greg Kroah-Hartman2019-11-031-5/+4
| * debugfs: remove return value of debugfs_create_x8()Greg Kroah-Hartman2019-11-021-3/+3
| * Merge 5.4-rc5 into driver-core-nextGreg Kroah-Hartman2019-10-2764-646/+793
| |\
| * | debugfs: remove return value of debugfs_create_x64()Greg Kroah-Hartman2019-10-161-3/+3
| * | debugfs: remove return value of debugfs_create_x32()Greg Kroah-Hartman2019-10-161-3/+3
| * | debugfs: remove return value of debugfs_create_x16()Greg Kroah-Hartman2019-10-161-3/+3
| * | debugfs: remove return value of debugfs_create_size_t()Greg Kroah-Hartman2019-10-141-5/+4
| * | debugfs: remove return value of debugfs_create_u64()Greg Kroah-Hartman2019-10-141-12/+3
| * | debugfs: remove return value of debugfs_create_u16()Greg Kroah-Hartman2019-10-141-12/+3
| * | debugfs: remove return value of debugfs_create_u8()Greg Kroah-Hartman2019-10-141-12/+3
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-275-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-271-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-271-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-263-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-265-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-263-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
|\ \ \ \ \ \ \ \ \ \