index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2023-06-26
40
-132
/
+188
|
\
|
*
readdir: Replace one-element arrays with flexible-array members
Gustavo A. R. Silva
2023-06-21
1
-4
/
+4
|
*
fs: Provide helpers for manipulating sb->s_readonly_remount
Jan Kara
2023-06-20
4
-21
/
+64
|
*
fs: Protect reconfiguration of sb read-write from racing writes
Jan Kara
2023-06-15
1
-1
/
+10
|
*
eventfd: add a uapi header for eventfd userspace APIs
Wen Yang
2023-06-15
2
-5
/
+12
|
*
autofs: set ctime as well when mtime changes on a dir
Jeff Layton
2023-06-15
1
-3
/
+3
|
*
eventfd: show the EFD_SEMAPHORE flag in fdinfo
Wen Yang
2023-06-15
1
-4
/
+6
|
*
fs/aio: Stop allocating aio rings from HIGHMEM
Fabio M. De Francesco
2023-06-15
1
-17
/
+9
|
*
fs: Fix comment typo
Mao Zhu
2023-06-12
1
-1
/
+1
|
*
fs: unexport buffer_check_dirty_writeback
Christoph Hellwig
2023-06-08
1
-1
/
+0
|
*
fs: avoid empty option when generating legacy mount string
Thomas Weißschuh
2023-06-07
1
-1
/
+2
|
*
watch_queue: prevent dangling pipe pointer
Siddh Raman Pant
2023-06-06
2
-8
/
+7
|
*
fs.h: Optimize file struct to prevent false sharing
chenzhiyin
2023-06-05
1
-5
/
+11
|
*
highmem: Rename put_and_unmap_page() to unmap_and_put_page()
Fabio M. De Francesco
2023-06-05
3
-16
/
+16
|
*
cachefiles: Allow the cache to be non-root
David Howells
2023-06-05
1
-1
/
+2
|
*
init: remove unused names parameter in split_fs_names()
Yihuan Pan
2023-06-05
1
-3
/
+3
|
*
jfs: Use unsigned variable for length calculations
Kees Cook
2023-06-02
1
-3
/
+3
|
*
fs/sysv: Null check to prevent null-ptr-deref bug
Prince Kumar Maurya
2023-06-01
1
-0
/
+4
|
*
fs: use UB-safe check for signed addition overflow in remap_verify_area
David Sterba
2023-05-24
1
-1
/
+4
|
*
procfs: consolidate arch_report_meminfo declaration
Arnd Bergmann
2023-05-17
8
-12
/
+5
|
*
fs: pipe: reveal missing function protoypes
Arnd Bergmann
2023-05-17
1
-4
/
+0
|
*
fs: d_path: include internal.h
Arnd Bergmann
2023-05-17
1
-0
/
+1
|
*
coredump: require O_WRONLY instead of O_RDWR
Vladimir Sementsov-Ogievskiy
2023-05-17
1
-1
/
+1
|
*
fs: fix incorrect fmode_t casts
Min-Hua Chen
2023-05-15
2
-2
/
+2
|
*
jffs2: reduce stack usage in jffs2_build_xattr_subsystem()
Fabian Frederick
2023-05-15
3
-7
/
+15
|
*
fs/open.c: Fix W=1 kernel doc warnings
Anuradha Weeraman
2023-05-15
1
-10
/
+2
|
*
vfs: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-15
2
-3
/
+3
|
*
fs: use correct __poll_t type
Min-Hua Chen
2023-05-15
3
-3
/
+3
*
|
Merge tag 'v6.5/fs.ntfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-06-26
4
-21
/
+23
|
\
\
|
*
|
ntfs: do not dereference a null ctx on error
Danila Chernetsov
2023-05-24
1
-17
/
+19
|
*
|
ntfs: Remove unneeded semicolon
Shaomin Deng
2023-05-19
1
-2
/
+2
|
*
|
ntfs: Correct spelling
Deming Wang
2023-05-19
1
-1
/
+1
|
*
|
ntfs: remove redundant initialization to pointer cb_sb_start
Colin Ian King
2023-05-19
1
-1
/
+1
|
|
/
*
|
Merge tag 'auxdisplay-6.5' of https://github.com/ojeda/linux
Linus Torvalds
2023-06-26
2
-2
/
+2
|
\
\
|
*
|
auxdisplay: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-06-02
2
-2
/
+2
*
|
|
Merge tag 'rust-6.5' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2023-06-26
36
-795
/
+1658
|
\
\
\
|
*
|
|
rust: error: `impl Debug` for `Error` with `errname()` integration
Gary Guo
2023-06-13
3
-0
/
+47
|
*
|
|
rust: task: add `Send` marker to `Task`
Alice Ryhl
2023-05-31
1
-2
/
+8
|
*
|
|
rust: specify when `ARef` is thread safe
Alice Ryhl
2023-05-31
1
-0
/
+13
|
*
|
|
rust: sync: reword the `Arc` safety comment for `Sync`
Alice Ryhl
2023-05-31
1
-3
/
+5
|
*
|
|
rust: sync: reword the `Arc` safety comment for `Send`
Alice Ryhl
2023-05-31
1
-2
/
+2
|
*
|
|
rust: sync: implement `AsRef<T>` for `Arc<T>`
Alice Ryhl
2023-05-31
1
-0
/
+6
|
*
|
|
rust: sync: add `Arc::ptr_eq`
Alice Ryhl
2023-05-31
1
-0
/
+5
|
*
|
|
rust: error: add missing error codes
Alice Ryhl
2023-05-31
1
-0
/
+20
|
*
|
|
rust: str: add conversion from `CStr` to `CString`
Alice Ryhl
2023-05-31
1
-0
/
+22
|
*
|
|
rust: error: allow specifying error type on `Result`
Alice Ryhl
2023-05-31
1
-1
/
+1
|
*
|
|
rust: init: update macro expansion example in docs
Benno Lossin
2023-05-31
1
-37
/
+48
|
*
|
|
rust: macros: replace Self with the concrete type in #[pin_data]
Benno Lossin
2023-05-31
1
-4
/
+104
|
*
|
|
rust: macros: refactor generics parsing of `#[pin_data]` into its own function
Benno Lossin
2023-05-31
2
-62
/
+94
|
*
|
|
rust: macros: fix usage of `#[allow]` in `quote!`
Benno Lossin
2023-05-31
1
-6
/
+8
[next]