Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs: Fix kernel-doc warnings | Matthew Wilcox (Oracle) | 2023-08-19 | 1 | -6/+6 |
* | fs/kernel_read_file: allow to read files up-to ssize_t | Pasha Tatashin | 2022-06-16 | 1 | -19/+19 |
* | vfs: check fd has read access in kernel_read_file_from_fd() | Matthew Wilcox (Oracle) | 2021-10-18 | 1 | -1/+1 |
* | switch file_open_root() to struct path | Al Viro | 2021-04-07 | 1 | -1/+1 |
* | fs/kernel_file_read: Add "offset" arg for partial reads | Kees Cook | 2020-10-05 | 1 | -24/+54 |
* | LSM: Add "contents" flag to kernel_read_file hook | Kees Cook | 2020-10-05 | 1 | -1/+1 |
* | fs/kernel_read_file: Add file_size output argument | Kees Cook | 2020-10-05 | 1 | -6/+13 |
* | fs/kernel_read_file: Switch buffer size arg to size_t | Kees Cook | 2020-10-05 | 1 | -9/+25 |
* | fs/kernel_read_file: Remove redundant size argument | Kees Cook | 2020-10-05 | 1 | -11/+9 |
* | fs/kernel_read_file: Split into separate source file | Kees Cook | 2020-10-05 | 1 | -0/+138 |