summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-2/+2
|\
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-2/+2
* | vfs: fs_context: fix up param length parsing in legacy_parse_paramJamie Hill-Daniel2022-01-181-1/+1
* | Merge tag 'for-linus-5.17-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-182-11/+17
|\ \
| * | orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc()Christophe JAILLET2021-12-311-4/+3
| * | orangefs: use default_groups in kobj_typeGreg Kroah-Hartman2021-12-311-7/+14
* | | Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-01-1722-325/+719
|\ \ \
| * | | cifs: fix FILE_BOTH_DIRECTORY_INFO definitionEugene Korenevsky2022-01-151-1/+1
| * | | cifs: move superblock magic defitions to magic.hJeff Layton2022-01-155-8/+7
| * | | cifs: Fix smb311_update_preauth_hash() kernel-doc commentYang Li2022-01-151-0/+1
| * | | cifs: avoid race during socket reconnect between send and recvShyam Prasad N2022-01-073-24/+6
| * | | cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N2022-01-075-35/+82
| * | | cifs: fix hang on cifs_get_next_mid()Enzo Matsumiya2022-01-071-1/+1
| * | | cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N2022-01-0712-43/+164
| * | | cifs: reconnect only the connection and not smb session where possibleShyam Prasad N2022-01-025-35/+52
| * | | cifs: add WARN_ON for when chan_count goes below minimumShyam Prasad N2022-01-021-0/+5
| * | | cifs: adjust DebugData to use chans_need_reconnect for conn statusShyam Prasad N2022-01-021-1/+7
| * | | cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N2022-01-0215-207/+236
| * | | cifs: track individual channel status using chans_need_reconnectShyam Prasad N2022-01-026-24/+211
| * | | cifs: remove redundant assignment to pointer pColin Ian King2022-01-021-1/+1
| | |/ | |/|
* | | devtmpfs regression fix: reconfigure on each mountNeilBrown2022-01-171-2/+2
* | | unicode: fix .gitignore for generated utfdata fileLinus Torvalds2022-01-171-1/+1
* | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-1712-27/+32
|\ \ \
| * | | exit: Use the correct exit_code in /proc/<pid>/statEric W. Biederman2022-01-081-1/+5
| * | | signal: Remove the helper signal_group_exitEric W. Biederman2022-01-082-3/+4
| * | | signal: Rename group_exit_task group_exec_taskEric W. Biederman2022-01-081-4/+4
| * | | coredump: Stop setting signal->group_exit_taskEric W. Biederman2022-01-081-2/+0
| * | | signal: Remove SIGNAL_GROUP_COREDUMPEric W. Biederman2022-01-081-2/+1
| * | | signal: During coredumps set SIGNAL_GROUP_EXIT in zap_processEric W. Biederman2022-01-081-3/+3
| * | | kthread: Generalize pf_io_worker so it can point to struct kthreadEric W. Biederman2022-01-082-4/+4
| * | | kthread: Ensure struct kthread is present for all kthreadsEric W. Biederman2021-12-131-0/+2
| * | | exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2021-12-131-1/+1
| * | | exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-134-5/+5
| * | | signal: Requeue signals in the appropriate queueEric W. Biederman2021-11-171-2/+3
* | | | Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-1711-453/+245
|\ \ \ \
| * | | | unicode: only export internal symbols for the selftestsChristoph Hellwig2021-10-121-4/+7
| * | | | unicode: Add utf8-data moduleChristoph Hellwig2021-10-128-91/+124
| * | | | unicode: cache the normalization tables in struct unicode_mapChristoph Hellwig2021-10-114-94/+78
| * | | | unicode: move utf8cursor to utf8-selftest.cChristoph Hellwig2021-10-113-18/+6
| * | | | unicode: simplify utf8lenChristoph Hellwig2021-10-113-31/+5
| * | | | unicode: remove the unused utf8{,n}age{min,max} functionsChristoph Hellwig2021-10-112-129/+0
| * | | | unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig2021-10-116-85/+41
| * | | | unicode: remove the charset field from struct unicode_mapChristoph Hellwig2021-10-112-5/+1
| * | | | f2fs: simplify f2fs_sb_read_encodingChristoph Hellwig2021-10-111-13/+7
| * | | | ext4: simplify ext4_sb_read_encodingChristoph Hellwig2021-10-111-14/+7
* | | | | Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-01-161-12/+12
|\ \ \ \ \
| * | | | | tracefs: Use d_inode() helper function to get the dentry inodeSteven Rostedt (VMware)2021-12-111-12/+12
* | | | | | Merge tag 'exfat-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-1610-87/+64
|\ \ \ \ \ \
| * | | | | | exfat: fix missing REQ_SYNC in exfat_update_bhs()Yuezhang.Mo2022-01-101-1/+2
| * | | | | | exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo2022-01-105-52/+33