summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix misc new gcc warningsLinus Torvalds2021-04-271-1/+1
* Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-275-7/+38
|\
| * lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore2021-03-224-7/+22
| * nfs: account for selinux security context when deciding to share superblockOlga Kornievskaia2021-03-221-0/+1
| * lsm,selinux: add new hook to compare new mount to an existing mountOlga Kornievskaia2021-03-223-0/+15
* | Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-272-43/+33
|\ \
| * | afs: Use ITER_XARRAY for writingDavid Howells2021-04-231-32/+19
| * | afs: Don't truncate iter during data fetchDavid Howells2021-04-231-1/+1
| * | afs: Pass page into dirty region helpers to provide THP sizeDavid Howells2021-04-231-10/+13
* | | Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-277-29/+596
|\ \ \
| * | | iov_iter: Four fixes for ITER_XARRAYDavid Howells2021-04-261-1/+0
| |/ /
| * | fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells2021-04-232-0/+43
| * | netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells2021-04-231-0/+58
| * | netfs: Define an interface to talk to a cacheDavid Howells2021-04-232-0/+57
| * | netfs: Add write_begin helperDavid Howells2021-04-232-1/+11
| * | netfs: Gather statsDavid Howells2021-04-231-0/+1
| * | netfs: Add tracepointsDavid Howells2021-04-232-0/+200
| * | netfs: Provide readahead and readpage netfs helpersDavid Howells2021-04-231-0/+83
| * | netfs, mm: Add set/end/wait_on_page_fscache() aliasesDavid Howells2021-04-231-0/+57
| * | netfs, mm: Move PG_fscache helper funcs to linux/netfs.hDavid Howells2021-04-232-10/+30
| * | mm: Implement readahead_control pageset expansionDavid Howells2021-04-231-0/+2
| * | fs: Document file_ra_stateMatthew Wilcox (Oracle)2021-04-231-10/+14
| * | mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)2021-04-231-9/+11
| * | mm: Add set/end/wait functions for PG_private_2David Howells2021-04-231-0/+20
| * | iov_iter: Add ITER_XARRAYDavid Howells2021-04-231-0/+11
* | | Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-04-271-2/+122
|\ \ \
| * | | fs: introduce two inode i_{u,g}id initialization helpersChristian Brauner2021-03-231-0/+28
| * | | fs: introduce fsuidgid_has_mapping() helperChristian Brauner2021-03-231-0/+20
| * | | fs: document and rename fsid helpersChristian Brauner2021-03-231-2/+26
| * | | fs: document mapping helpersChristian Brauner2021-03-231-0/+48
* | | | Merge tag 'fs.idmapped.docs.v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-271-3/+14
|\ \ \ \
| * | | | fs: update kernel-doc for vfs_rename()Christian Brauner2021-03-231-0/+11
| * | | | fs: turn some comments into kernel-docLukas Bulwahn2021-03-231-3/+3
| | |_|/ | |/| |
* | | | Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-272-12/+63
|\ \ \ \
| * | | | vfs: remove unused ioctl helpersMiklos Szeredi2021-04-121-12/+0
| * | | | vfs: add fileattr opsMiklos Szeredi2021-04-122-0/+63
* | | | | Merge branch 'work.coredump' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-272-7/+8
|\ \ \ \ \
| * | | | | coredump.h: move CONFIG_COREDUMP-only stuff inside the ifdefAl Viro2021-03-081-5/+5
| * | | | | coredump: don't bother with do_truncate()Al Viro2021-03-082-2/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-271-0/+5
|\ \ \ \ \
| * | | | | new helper: inode_wrong_type()Al Viro2021-03-081-0/+5
| |/ / / /
* | | | | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-2711-13/+119
|\ \ \ \ \
| * | | | | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-3/+4
| * | | | | bpf: disable CFI in dispatcher functionsSami Tolvanen2021-04-081-2/+2
| * | | | | mm: add generic function_nocfi macroSami Tolvanen2021-04-081-0/+10
| * | | | | cfi: add __cficanonicalSami Tolvanen2021-04-084-4/+9
| * | | | | add support for Clang CFISami Tolvanen2021-04-087-4/+94
| | |/ / / | |/| | |
* | | | | Merge tag 'overflow-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-1/+1
|\ \ \ \ \
| * | | | | overflow: Correct check_shl_overflow() commentKeith Busch2021-04-011-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'spi-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2021-04-264-28/+38
|\ \ \ \ \