summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds2022-10-101-2/+2
|\
| * lib/bitmap: don't call __bitmap_weight() in kernel codeYury Norov2022-09-261-2/+2
* | Merge tag 'sysctl-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-10-101-8/+1
|\ \
| * | kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin2022-09-091-7/+0
| * | proc: remove initialization assignmentLi zeming2022-09-091-1/+1
| |/
* | Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-10-101-2/+0
|\ \
| * \ Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-10-041-2/+0
| |\ \
| | * | printk: Declare log_wait properlyThomas Gleixner2022-09-291-2/+0
* | | | Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-101-11/+2
|\ \ \ \
| * | | | dentry: Use preempt_[dis|en]able_nested()Thomas Gleixner2022-09-191-11/+2
* | | | | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-1010-32/+31
|\ \ \ \ \
| * | | | | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-0710-31/+30
| * | | | | sched: Add TASK_ANY for wait_task_inactive()Peter Zijlstra2022-09-071-1/+1
* | | | | | Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds2022-10-102-2/+2
|\ \ \ \ \ \
| * | | | | | ucounts: Split rlimit and ucount values and max valuesAlexey Gladkov2022-05-192-2/+2
* | | | | | | Merge tag 'signal-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | signal: Drop signals received after a fatal signal has been processedEric W. Biederman2022-07-201-1/+1
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-091-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed2022-08-241-0/+2
* | | | | | | | | Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-085-133/+179
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | debugfs: use DEFINE_SHOW_ATTRIBUTE to define debugfs_regset32_fopsChenXiaoSong2022-09-241-13/+3
| * | | | | | | | | debugfs: Only clobber mode/uid/gid on remount if askedBrian Norris2022-09-241-7/+30
| * | | | | | | | | kernfs: fix use-after-free in __kernfs_removeChristian A. Ehrhardt2022-09-241-1/+4
| * | | | | | | | | Merge 1707c39ae309 ("Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/...Greg Kroah-Hartman2022-09-2414-82/+156
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman2022-09-1255-362/+449
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | kernfs: Implement kernfs_show()Tejun Heo2022-09-011-1/+36
| * | | | | | | | | | | kernfs: Factor out kernfs_activate_one()Tejun Heo2022-09-011-10/+17
| * | | | | | | | | | | kernfs: Add KERNFS_REMOVING flagsTejun Heo2022-09-011-14/+7
| * | | | | | | | | | | kernfs: Improve kernfs_drain() and always call on removalTejun Heo2022-09-011-12/+12
| * | | | | | | | | | | kernfs: Skip kernfs_drain_open_files() more aggressivelyTejun Heo2022-09-013-21/+48
| * | | | | | | | | | | kernfs: Refactor kernfs_get_open_node()Tejun Heo2022-09-011-14/+11
| * | | | | | | | | | | kernfs: Drop unnecessary "mutex" local variable initializationTejun Heo2022-09-011-4/+5
| * | | | | | | | | | | kernfs: Simply by replacing kernfs_deref_open_node() with of_on()Tejun Heo2022-09-011-43/+13
* | | | | | | | | | | | Merge tag 'mtd/for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2022-10-071-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mtd: always initialize 'stats' in struct mtd_oob_opsMichał Kępień2022-09-211-3/+3
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-073-5/+24
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | block: remove PSI accounting from the bio layerChristoph Hellwig2022-09-201-2/+0
| * | | | | | | | | | | | erofs: add manual PSI accounting for the compressed address spaceChristoph Hellwig2022-09-201-1/+12
| * | | | | | | | | | | | btrfs: add manual PSI accounting for compressed readsChristoph Hellwig2022-09-201-2/+12
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | eventfd: guard wake_up in eventfd fs calls as wellDylan Yudaken2022-09-211-3/+7
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'fs-for_v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-077-30/+86
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | quota: Add more checking after reading from quota fileZhihao Cheng2022-09-291-2/+17
| * | | | | | | | | | | | quota: Replace all block number checking with helper functionZhihao Cheng2022-09-291-10/+6
| * | | | | | | | | | | | quota: Check next/prev free block number after reading from quota fileZhihao Cheng2022-09-291-0/+38
| * | | | | | | | | | | | ext2: Use kvmalloc() for group descriptor arrayJan Kara2022-09-261-3/+3
| * | | | | | | | | | | | ext2: Add sanity checks for group and filesystem sizeJan Kara2022-09-261-2/+14
| * | | | | | | | | | | | udf: Support splicing to fileJan Kara2022-09-121-0/+1
| * | | | | | | | | | | | isofs: delete unnecessary checks before brelse()Minghao Chi2022-08-191-6/+3
| * | | | | | | | | | | | fs/reiserfs: replace ternary operator with min() and min_t()Jiangshan Yi2022-08-193-7/+4