summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-2235-142/+569
|\
| * mm: remove cleancacheChristoph Hellwig2022-01-229-47/+0
| * proc: remove PDE_DATA() completelyMuchun Song2022-01-224-15/+15
| * fs: proc: store PDE()->data into inode->i_privateMuchun Song2022-01-223-11/+1
| * fs/coredump: move coredump sysctls into its own fileXiaoming Ni2022-01-222-60/+61
| * kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2022-01-221-2/+2
| * fs: move namespace sysctls and declare fs base directoryLuis Chamberlain2022-01-223-6/+30
| * sysctl: add and use base directory declarer and registration helperLuis Chamberlain2022-01-221-0/+9
| * fs: move pipe sysctls to is own fileLuis Chamberlain2022-01-221-3/+61
| * fs: move fs/exec.c sysctls into its own fileLuis Chamberlain2022-01-221-0/+90
| * fs: move namei sysctls to its own fileLuis Chamberlain2022-01-221-4/+54
| * fs: move locking sysctls where they are usedLuis Chamberlain2022-01-221-2/+32
| * fs: move shared sysctls to fs/sysctls.cLuis Chamberlain2022-01-222-0/+39
| * sysctl: move maxolduid as a sysctl specific constLuis Chamberlain2022-01-221-1/+1
| * fs: move dcache sysctls to its own fileLuis Chamberlain2022-01-221-6/+31
| * fs: move fs stat sysctls to file_table.cLuis Chamberlain2022-01-221-8/+39
| * fs: move inode sysctls to its own fileLuis Chamberlain2022-01-221-7/+32
| * sysctl: share unsigned long const valuesLuis Chamberlain2022-01-221-0/+3
| * fs: move binfmt_misc sysctl to its own fileLuis Chamberlain2022-01-221-1/+5
| * sysctl: add helper to register a sysctl mount pointLuis Chamberlain2022-01-221-0/+14
| * eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni2022-01-221-1/+9
| * inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni2022-01-222-2/+19
| * ocfs2: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-24/+1
| * dnotify: move dnotify sysctl to dnotify.cXiaoming Ni2022-01-221-1/+20
| * aio: move aio sysctl to aio.cXiaoming Ni2022-01-221-2/+29
| * sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni2022-01-221-1/+1
| * sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2022-01-221-0/+33
* | 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-228-20/+36
|\ \ \ \ | |_|_|/ |/| | |