aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-19cifs: update internal module numberSteve French1-2/+2
2022-01-19smb3: send NTLMSSP version informationSteve French4-2/+101
2022-01-19xfs: flush inodegc workqueue tasks before cancelBrian Foster1-18/+4
2022-01-19io-wq: delete dead lock shuffling codeJens Axboe1-6/+1
2022-01-19cifs: Support fscache indexing rewriteDavid Howells11-500/+199
2022-01-19cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N6-29/+14
2022-01-19cifs: update tcpStatus during negotiate and sess setupShyam Prasad N1-3/+2
2022-01-19cifs: make status checks in version independent callersShyam Prasad N3-29/+23
2022-01-19cifs: remove repeated state change in dfs tree connectShyam Prasad N1-10/+0
2022-01-19cifs: fix the cifs_reconnect path for DFSShyam Prasad N1-0/+3
2022-01-19cifs: remove unused variable ses_selectedMuhammad Usama Anjum1-3/+3
2022-01-19cifs: protect all accesses to chan_* with chan_lockShyam Prasad N5-5/+22
2022-01-19cifs: fix the connection state transitions with multichannelShyam Prasad N4-28/+28
2022-01-19cifs: check reconnects for channels of active tcons tooShyam Prasad N3-19/+99
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds17-493/+731
2022-01-18io_uring: perform poll removal even if async work removal is successfulJens Axboe1-5/+10
2022-01-18io-wq: add intermediate work step between pending list and active workJens Axboe1-5/+29
2022-01-18io-wq: perform both unstarted and started work cancelations in one goJens Axboe1-13/+11
2022-01-18io-wq: invoke work cancelation with wqe->lock heldJens Axboe1-3/+8
2022-01-18io-wq: make io_worker lock a raw spinlockJens Axboe1-6/+6
2022-01-18io-wq: remove useless 'work' argument to __io_worker_busy()Jens Axboe1-3/+2
2022-01-18ksmbd: fix guest connection failure with nautilusNamjae Jeon1-33/+29
2022-01-18ksmbd: uninitialized variable in create_socket()Dan Carpenter1-1/+2
2022-01-18ksmbd: smbd: fix missing client's memory region invalidationHyunchul Lee1-27/+46
2022-01-18smb3: add new defines from protocol specificationSteve French2-1/+3
2022-01-18xfs: remove unused xfs_ioctl32.h declarationsDarrick J. Wong1-18/+0
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2022-01-18vfs: fs_context: fix up param length parsing in legacy_parse_paramJamie Hill-Daniel1-1/+1
2022-01-18cifs: serialize all mount attemptsRonnie Sahlberg1-1/+7
2022-01-18Merge tag 'for-linus-5.17-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds2-11/+17
2022-01-17cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsEugene Korenevsky4-0/+65
2022-01-17cifs: alloc_path_with_tree_prefix: do not append sep. if the path is emptyEugene Korenevsky1-2/+7
2022-01-17cifs: clean up an inconsistent indentingYang Li1-1/+1
2022-01-17cifs: free ntlmsspblob allocated in negotiateShyam Prasad N1-5/+8
2022-01-17xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitionsDarrick J. Wong3-8/+13
2022-01-17xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctlsDarrick J. Wong6-127/+10
2022-01-17xfs: remove the XFS_IOC_FSSETDM definitionsDarrick J. Wong1-25/+4
2022-01-17Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds22-325/+719