aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | NFSv4 only print the label when its queriedOlga Kornievskaia2022-01-061-3/+4
| * | | nfs41: pnfs: filelayout: Replace one-element array with flexible-array memberGustavo A. R. Silva2022-01-062-4/+2
| * | | NFS: Ensure the server has an up to date ctime before renamingTrond Myklebust2022-01-061-0/+2
| * | | NFS: Ensure the server has an up to date ctime before hardlinkingTrond Myklebust2022-01-061-0/+2
| * | | NFS: don't store 'struct cred *' in struct nfs_access_entryNeilBrown2022-01-062-7/+44
| * | | NFS: pass cred explicitly for access testsNeilBrown2022-01-063-14/+20
| * | | NFS: change nfs_access_get_cached to only report the maskNeilBrown2022-01-062-20/+18
* | | | Merge tag 'for-5.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-251-9/+75
|\ \ \ \ | |_|/ / |/| | |
| * | | btrfs: update writeback index when starting defragFilipe Manana2022-01-241-0/+9
| * | | btrfs: add back missing dirty page rate limiting to defragFilipe Manana2022-01-241-0/+5
| * | | btrfs: fix deadlock when reserving space during defragFilipe Manana2022-01-241-1/+30
| * | | btrfs: defrag: properly update range->start for autodefragQu Wenruo2022-01-191-2/+16
| * | | btrfs: defrag: fix wrong number of defragged sectorsQu Wenruo2022-01-191-3/+7
| * | | btrfs: allow defrag to be interruptibleFilipe Manana2022-01-191-0/+5
| * | | btrfs: fix too long loop when defragging a 1 byte fileFilipe Manana2022-01-191-6/+6
* | | | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-236-18/+18
|\ \ \ \
| * | | | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-156-18/+18
* | | | | 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