- 66ad398 fs: move fs/exec.c sysctls into its own file by Luis Chamberlain · 3 years ago
- 9c011be fs: move namei sysctls to its own file by Luis Chamberlain · 3 years ago
- dd81faa fs: move locking sysctls where they are used by Luis Chamberlain · 3 years ago
- d1d8ac9 fs: move shared sysctls to fs/sysctls.c by Luis Chamberlain · 3 years ago
- 5477161 sysctl: move maxolduid as a sysctl specific const by Luis Chamberlain · 3 years ago
- c8c0c23 fs: move dcache sysctls to its own file by Luis Chamberlain · 3 years ago
- 204d5a2 fs: move fs stat sysctls to file_table.c by Luis Chamberlain · 3 years ago
- 1d67fe5 fs: move inode sysctls to its own file by Luis Chamberlain · 3 years ago
- b1f2aff sysctl: share unsigned long const values by Luis Chamberlain · 3 years ago
- 3ba442d fs: move binfmt_misc sysctl to its own file by Luis Chamberlain · 3 years ago
- ee9efac sysctl: add helper to register a sysctl mount point by Luis Chamberlain · 3 years ago
- a8f5de8 eventpoll: simplify sysctl declaration with register_sysctl() by Xiaoming Ni · 3 years ago
- 7b9ad12 inotify: simplify subdirectory registration with register_sysctl() by Xiaoming Ni · 3 years ago
- c42ff46 ocfs2: simplify subdirectory registration with register_sysctl() by Luis Chamberlain · 3 years ago
- 49a4de7 dnotify: move dnotify sysctl to dnotify.c by Xiaoming Ni · 3 years ago
- 86b12b6 aio: move aio sysctl to aio.c by Xiaoming Ni · 3 years ago
- 78e36f3 sysctl: move some boundary constants from sysctl.c to sysctl_vals by Xiaoming Ni · 3 years ago
- 3ddd9a8 sysctl: add a new register_sysctl_init() interface by Xiaoming Ni · 3 years ago
- f3a7822 Merge tag 'io_uring-5.17-2022-01-21' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years ago
- 31d9497 Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years ago
- d701a8c Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years ago
- 12a8fb2 Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years ago
- 64f29d8 Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 3 years ago
- 67ed868 Merge tag '5.17-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd by Linus Torvalds · 3 years ago
- f4484d1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
- e900909 btrfs: use generic Kconfig option for 256kB page size limit by Nathan Chancellor · 3 years ago
- 25d2e88 fs/adfs: remove unneeded variable make code cleaner by Minghao Chi · 3 years ago
- 9bb56d5 FAT: use io_schedule_timeout() instead of congestion_wait() by NeilBrown · 3 years ago
- e35fa56 hfsplus: use struct_group_attr() for memcpy() region by Kees Cook · 3 years ago
- e1ce8a9 nilfs2: remove redundant pointer sbufs by Colin Ian King · 3 years ago
- 9630f0d fs/binfmt_elf: use PT_LOAD p_align values for static PIE by H.J. Lu · 3 years ago
- d6986ce kthread: dynamically allocate memory to store kthread's full name by Yafang Shao · 3 years ago
- 95af469 fs/binfmt_elf: replace open-coded string copy with get_task_comm by Yafang Shao · 3 years ago
- 503471a fs/exec: replace strncpy with strscpy_pad in __get_task_comm by Yafang Shao · 3 years ago
- 06c5088 fs/exec: replace strlcpy with strscpy_pad in __set_task_comm by Yafang Shao · 3 years ago
- 7080cea sysctl: remove redundant ret assignment by luo penghao · 3 years ago
- 153ee1c sysctl: fix duplicate path separator in printed entries by Geert Uytterhoeven · 3 years ago
- 51a1873 proc: convert the return type of proc_fd_access_allowed() to be boolean by Qi Zheng · 3 years ago
- 25bc5b0 proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistration by David Hildenbrand · 3 years ago
- 73031f76 io-wq: delete dead lock shuffling code by Jens Axboe · 3 years ago
- 1d1df41 Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 3 years ago
- ccbf726 io_uring: perform poll removal even if async work removal is successful by Jens Axboe · 3 years ago
- 361aee4 io-wq: add intermediate work step between pending list and active work by Jens Axboe · 3 years ago
- efdf518 io-wq: perform both unstarted and started work cancelations in one go by Jens Axboe · 3 years ago
- 36e4c58 io-wq: invoke work cancelation with wqe->lock held by Jens Axboe · 3 years ago
- 081b582 io-wq: make io_worker lock a raw spinlock by Jens Axboe · 3 years ago
- ea6e7cee io-wq: remove useless 'work' argument to __io_worker_busy() by Jens Axboe · 3 years ago
- ac090d9 ksmbd: fix guest connection failure with nautilus by Namjae Jeon · 3 years ago
- b207602 ksmbd: uninitialized variable in create_socket() by Dan Carpenter · 3 years ago
- 2fd5dcb ksmbd: smbd: fix missing client's memory region invalidation by Hyunchul Lee · 3 years ago
- 3bf6a9e Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years ago
- 722d948 vfs: fs_context: fix up param length parsing in legacy_parse_param by Jamie Hill-Daniel · 3 years ago
- f003368 Merge tag 'for-linus-5.17-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 3 years ago
- b3bb941 xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitions by Darrick J. Wong · 3 years ago
- 4d1b97f xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctls by Darrick J. Wong · 3 years ago
- 9dec036 xfs: remove the XFS_IOC_FSSETDM definitions by Darrick J. Wong · 3 years ago
- 0c947b8 Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years ago
- a609718 devtmpfs regression fix: reconfigure on each mount by NeilBrown · 3 years ago
- 98f2345 unicode: fix .gitignore for generated utfdata file by Linus Torvalds · 3 years ago
- 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years ago
- 6661224 Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode by Linus Torvalds · 3 years ago
- 4d66020 Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years ago
- 88db845 Merge tag 'exfat-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat by Linus Torvalds · 3 years ago
- 175398a Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years ago
- 49ad227 Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 3 years ago
- f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
- 9bbf866 cifs: fix FILE_BOTH_DIRECTORY_INFO definition by Eugene Korenevsky · 3 years ago
- dea2903 cifs: move superblock magic defitions to magic.h by Jeff Layton · 3 years ago
- 3ac5f2f cifs: Fix smb311_update_preauth_hash() kernel-doc comment by Yang Li · 3 years ago
- d6aba4c hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list() by Sean Christopherson · 3 years ago
- 4034247 mm: introduce memalloc_retry_wait() by NeilBrown · 3 years ago
- 17fca13 mm: move anon_vma declarations to linux/mm_inline.h by Arnd Bergmann · 3 years ago
- 9a10064 mm: add a field to store names for private anonymous memory by Colin Cross · 3 years ago
- 3e9d80a8 mm,fs: split dump_mapping() out from dump_page() by Matthew Wilcox (Oracle) · 3 years ago
- a12cf8b fs/ioctl: remove unnecessary __user annotation by Amit Daniel Kachhap · 3 years ago
- 9a25d05 ocfs2: remove redundant assignment to variable free_space by Colin Ian King · 3 years ago
- d141b39 ocfs2: cluster: use default_groups in kobj_type by Greg Kroah-Hartman · 3 years ago
- f018844 ocfs2: remove redundant assignment to pointer root_bh by Colin Ian King · 3 years ago
- 59430cc ocfs2: use default_groups in kobj_type by Greg Kroah-Hartman · 3 years ago
- e07bf00 ocfs2: clearly handle ocfs2_grab_pages_for_write() return value by Joseph Qi · 3 years ago
- 783cc68 ocfs2: use BUG_ON instead of if condition followed by BUG. by Zhang Mingyu · 3 years ago
- 9eec1d8 squashfs: provide backing_dev_info in order to disable read-ahead by Zheng Liang · 3 years ago
- 7e0af97 fs/ntfs/attrib.c: fix one kernel-doc comment by Yang Li · 3 years ago
- a33f5c3 Merge tag 'xfs-5.17-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years ago
- d9679d0 virtio: wrap config->reset calls by Michael S. Tsirkin · 3 years, 3 months ago
- 791f346 io_uring: fix UAF due to missing POLLFREE handling by Pavel Begunkov · 3 years ago
- c84b8a3 io_uring: Remove unused function req_ref_put by Jiapeng Chong · 3 years ago
- a0b3a15 ceph: move CEPH_SUPER_MAGIC definition to magic.h by Jeff Layton · 3 years ago
- 76bdbc7a ceph: remove redundant Lsx caps check by Xiubo Li · 3 years ago
- 94cc087 ceph: add new "nopagecache" option by Jeff Layton · 3 years, 1 month ago
- 0078ea3 ceph: don't check for quotas on MDS stray dirs by Jeff Layton · 3 years, 2 months ago
- af9ceae ceph: drop send metrics debug message by Jeff Layton · 4 years ago
- 8e55ba8 ceph: Fix incorrect statfs report for small quota by Kotresh HR · 3 years, 2 months ago
- adbed05 ceph: mount syntax module parameter by Venky Shankar · 3 years, 2 months ago
- 2167f2c ceph: record updated mon_addr on remount by Venky Shankar · 3 years, 6 months ago
- 7b19b4d ceph: new device mount syntax by Venky Shankar · 3 years, 6 months ago
- 2d7c86a libceph: generalize addr/ip parsing based on delimiter by Venky Shankar · 3 years, 6 months ago
- 3acbdbf Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years ago
- 8834147 Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 3 years ago
- 8975f89 Merge tag 'fuse-update-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 3 years ago