summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | fs: move inode sysctls to its own fileLuis Chamberlain2022-01-223-24/+32
| * | | | sysctl: share unsigned long const valuesLuis Chamberlain2022-01-223-6/+12
| * | | | stackleak: move stack_erasing sysctl to stackleak.cXiaoming Ni2022-01-223-21/+24
| * | | | scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni2022-01-223-17/+34
| * | | | printk: move printk sysctl to printk/sysctl.cXiaoming Ni2022-01-225-69/+96
| * | | | fs: move binfmt_misc sysctl to its own fileLuis Chamberlain2022-01-222-8/+5
| * | | | sysctl: add helper to register a sysctl mount pointLuis Chamberlain2022-01-222-0/+21
| * | | | random: move the random sysctl declarations to its own fileXiaoming Ni2022-01-223-8/+12
| * | | | firmware_loader: move firmware sysctl to its own filesXiaoming Ni2022-01-225-11/+40
| * | | | eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni2022-01-224-11/+9
| * | | | cdrom: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-22/+1
| * | | | inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni2022-01-225-28/+19
| * | | | test_sysctl: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-21/+1
| * | | | ocfs2: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-24/+1
| * | | | macintosh/mac_hid.c: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-23/+1
| * | | | i915: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-21/+1
| * | | | hpet: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-21/+1
| * | | | dnotify: move dnotify sysctl to dnotify.cXiaoming Ni2022-01-223-12/+20
| * | | | aio: move aio sysctl to aio.cXiaoming Ni2022-01-223-23/+29
| * | | | sysctl: use SYSCTL_ZERO to replace some static int zero usesXiaoming Ni2022-01-221-7/+7
| * | | | sysctl: use const for typically used max/min proc sysctlsXiaoming Ni2022-01-221-27/+26
| * | | | sysctl: make ngroups_max constStephen Kitt2022-01-221-2/+2
| * | | | watchdog: move watchdog sysctl interface to watchdog.cXiaoming Ni2022-01-222-96/+101
| * | | | hung_task: move hung_task sysctl interface to hung_task.cXiaoming Ni2022-01-223-77/+79
| * | | | sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni2022-01-223-30/+30
| * | | | sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2022-01-222-0/+36
| * | | | mm/migrate.c: rework migration_entry_wait() to not take a pagerefAlistair Popple2022-01-223-34/+97
* | | | | Merge tag '5.17-rc-part2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-01-2225-626/+573
|\ \ \ \ \
| * | | | | cifs: update internal module numberSteve French2022-01-191-2/+2
| * | | | | smb3: send NTLMSSP version informationSteve French2022-01-194-2/+101
| * | | | | cifs: Support fscache indexing rewriteDavid Howells2022-01-1911-500/+199
| * | | | | cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N2022-01-196-29/+14
| * | | | | cifs: update tcpStatus during negotiate and sess setupShyam Prasad N2022-01-191-3/+2
| * | | | | cifs: make status checks in version independent callersShyam Prasad N2022-01-193-29/+23
| * | | | | cifs: remove repeated state change in dfs tree connectShyam Prasad N2022-01-191-10/+0
| * | | | | cifs: fix the cifs_reconnect path for DFSShyam Prasad N2022-01-191-0/+3
| * | | | | cifs: remove unused variable ses_selectedMuhammad Usama Anjum2022-01-191-3/+3
| * | | | | cifs: protect all accesses to chan_* with chan_lockShyam Prasad N2022-01-195-5/+22
| * | | | | cifs: fix the connection state transitions with multichannelShyam Prasad N2022-01-194-28/+28
| * | | | | cifs: check reconnects for channels of active tcons tooShyam Prasad N2022-01-193-19/+99
| * | | | | smb3: add new defines from protocol specificationSteve French2022-01-182-1/+3
| * | | | | cifs: serialize all mount attemptsRonnie Sahlberg2022-01-181-1/+7
| * | | | | cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsEugene Korenevsky2022-01-174-0/+65
| * | | | | cifs: alloc_path_with_tree_prefix: do not append sep. if the path is emptyEugene Korenevsky2022-01-171-2/+7
| * | | | | cifs: clean up an inconsistent indentingYang Li2022-01-171-1/+1
| * | | | | cifs: free ntlmsspblob allocated in negotiateShyam Prasad N2022-01-171-5/+8
* | | | | | Merge tag 'xfs-5.17-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-222-36/+4
|\ \ \ \ \ \
| * | | | | | xfs: flush inodegc workqueue tasks before cancelBrian Foster2022-01-191-18/+4
| * | | | | | xfs: remove unused xfs_ioctl32.h declarationsDarrick J. Wong2022-01-181-18/+0
* | | | | | | Merge tag 'fscache-fixes-20220121' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-2210-51/+113
|\ \ \ \ \ \ \