aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-01-22aio: move aio sysctl to aio.cXiaoming Ni
2022-01-22sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni
2022-01-22sysctl: add a new register_sysctl_init() interfaceXiaoming Ni
2022-01-21netfs: Make ops->init_rreq() optionalJeffle Xu
2022-01-21cachefiles: Check that the backing filesystem supports tmpfilesDavid Howells
2022-01-21cachefiles: Explain checks in a commentDavid Howells
2022-01-21cachefiles: Trace active-mark failureDavid Howells
2022-01-21cachefiles: Make some tracepoint adjustmentsDavid Howells
2022-01-21cachefiles: set default tag name if it's unspecifiedJeffle Xu
2022-01-21cachefiles: Calculate the blockshift in terms of bytes, not pagesDavid Howells
2022-01-21fscache: Fix the volume collision wait conditionDavid Howells
2022-01-21Merge tag 'io_uring-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-21Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-01-21Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-01-21Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-01-20fanotify: remove variable set but not usedYang Li
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2022-01-20Merge tag '5.17-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20btrfs: use generic Kconfig option for 256kB page size limitNathan Chancellor
2022-01-20fs/adfs: remove unneeded variable make code cleanerMinghao Chi
2022-01-20FAT: use io_schedule_timeout() instead of congestion_wait()NeilBrown
2022-01-20hfsplus: use struct_group_attr() for memcpy() regionKees Cook
2022-01-20nilfs2: remove redundant pointer sbufsColin Ian King
2022-01-20fs/binfmt_elf: use PT_LOAD p_align values for static PIEH.J. Lu
2022-01-20kthread: dynamically allocate memory to store kthread's full nameYafang Shao
2022-01-20fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao
2022-01-20fs/exec: replace strncpy with strscpy_pad in __get_task_commYafang Shao
2022-01-20fs/exec: replace strlcpy with strscpy_pad in __set_task_commYafang Shao
2022-01-20sysctl: remove redundant ret assignmentluo penghao
2022-01-20sysctl: fix duplicate path separator in printed entriesGeert Uytterhoeven
2022-01-20proc: convert the return type of proc_fd_access_allowed() to be booleanQi Zheng
2022-01-20proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistrationDavid Hildenbrand
2022-01-19cifs: update internal module numberSteve French
2022-01-19smb3: send NTLMSSP version informationSteve French
2022-01-19xfs: flush inodegc workqueue tasks before cancelBrian Foster
2022-01-19io-wq: delete dead lock shuffling codeJens Axboe
2022-01-19btrfs: defrag: properly update range->start for autodefragQu Wenruo
2022-01-19btrfs: defrag: fix wrong number of defragged sectorsQu Wenruo
2022-01-19cifs: Support fscache indexing rewriteDavid Howells
2022-01-19btrfs: allow defrag to be interruptibleFilipe Manana
2022-01-19btrfs: fix too long loop when defragging a 1 byte fileFilipe Manana
2022-01-19cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N
2022-01-19cifs: update tcpStatus during negotiate and sess setupShyam Prasad N
2022-01-19cifs: make status checks in version independent callersShyam Prasad N
2022-01-19cifs: remove repeated state change in dfs tree connectShyam Prasad N
2022-01-19cifs: fix the cifs_reconnect path for DFSShyam Prasad N
2022-01-19cifs: remove unused variable ses_selectedMuhammad Usama Anjum
2022-01-19cifs: protect all accesses to chan_* with chan_lockShyam Prasad N
2022-01-19cifs: fix the connection state transitions with multichannelShyam Prasad N