summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-01-22mm: remove cleancacheChristoph Hellwig9-47/+0
2022-01-22proc: remove PDE_DATA() completelyMuchun Song4-15/+15
2022-01-22fs: proc: store PDE()->data into inode->i_privateMuchun Song3-11/+1
2022-01-22fs/coredump: move coredump sysctls into its own fileXiaoming Ni2-60/+61
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain1-2/+2
2022-01-22fs: move namespace sysctls and declare fs base directoryLuis Chamberlain3-6/+30
2022-01-22sysctl: add and use base directory declarer and registration helperLuis Chamberlain1-0/+9
2022-01-22fs: move pipe sysctls to is own fileLuis Chamberlain1-3/+61
2022-01-22fs: move fs/exec.c sysctls into its own fileLuis Chamberlain1-0/+90
2022-01-22fs: move namei sysctls to its own fileLuis Chamberlain1-4/+54
2022-01-22fs: move locking sysctls where they are usedLuis Chamberlain1-2/+32
2022-01-22fs: move shared sysctls to fs/sysctls.cLuis Chamberlain2-0/+39
2022-01-22sysctl: move maxolduid as a sysctl specific constLuis Chamberlain1-1/+1
2022-01-22fs: move dcache sysctls to its own fileLuis Chamberlain1-6/+31
2022-01-22fs: move fs stat sysctls to file_table.cLuis Chamberlain1-8/+39
2022-01-22fs: move inode sysctls to its own fileLuis Chamberlain1-7/+32
2022-01-22sysctl: share unsigned long const valuesLuis Chamberlain1-0/+3
2022-01-22fs: move binfmt_misc sysctl to its own fileLuis Chamberlain1-1/+5
2022-01-22sysctl: add helper to register a sysctl mount pointLuis Chamberlain1-0/+14
2022-01-22eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni1-1/+9
2022-01-22inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni2-2/+19
2022-01-22ocfs2: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-24/+1
2022-01-22dnotify: move dnotify sysctl to dnotify.cXiaoming Ni1-1/+20
2022-01-22aio: move aio sysctl to aio.cXiaoming Ni1-2/+29
2022-01-22sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni1-1/+1
2022-01-22sysctl: add a new register_sysctl_init() interfaceXiaoming Ni1-0/+33
2022-01-21Merge tag 'io_uring-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds2-54/+116
2022-01-21Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-8/+13
2022-01-21Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-128/+10
2022-01-21Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-25/+4
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds6-34/+209
2022-01-20Merge tag '5.17-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds19-334/+429
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-35/+34
2022-01-20btrfs: use generic Kconfig option for 256kB page size limitNathan Chancellor1-2/+1
2022-01-20fs/adfs: remove unneeded variable make code cleanerMinghao Chi1-3/+1
2022-01-20FAT: use io_schedule_timeout() instead of congestion_wait()NeilBrown1-2/+3
2022-01-20hfsplus: use struct_group_attr() for memcpy() regionKees Cook2-6/+10
2022-01-20nilfs2: remove redundant pointer sbufsColin Ian King1-2/+2
2022-01-20fs/binfmt_elf: use PT_LOAD p_align values for static PIEH.J. Lu1-2/+2
2022-01-20kthread: dynamically allocate memory to store kthread's full nameYafang Shao1-0/+3
2022-01-20fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao1-1/+1
2022-01-20fs/exec: replace strncpy with strscpy_pad in __get_task_commYafang Shao1-1/+2
2022-01-20fs/exec: replace strlcpy with strscpy_pad in __set_task_commYafang Shao1-1/+1
2022-01-20sysctl: remove redundant ret assignmentluo penghao1-1/+0
2022-01-20sysctl: fix duplicate path separator in printed entriesGeert Uytterhoeven1-4/+4
2022-01-20proc: convert the return type of proc_fd_access_allowed() to be booleanQi Zheng1-2/+2
2022-01-20proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistrationDavid Hildenbrand1-8/+2
2022-01-19io-wq: delete dead lock shuffling codeJens Axboe1-6/+1
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-493/+731
2022-01-19io_uring: perform poll removal even if async work removal is successfulJens Axboe1-5/+10