summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-06-2640-132/+188
|\
| * readdir: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2023-06-211-4/+4
| * fs: Provide helpers for manipulating sb->s_readonly_remountJan Kara2023-06-204-21/+64
| * fs: Protect reconfiguration of sb read-write from racing writesJan Kara2023-06-151-1/+10
| * eventfd: add a uapi header for eventfd userspace APIsWen Yang2023-06-152-5/+12
| * autofs: set ctime as well when mtime changes on a dirJeff Layton2023-06-151-3/+3
| * eventfd: show the EFD_SEMAPHORE flag in fdinfoWen Yang2023-06-151-4/+6
| * fs/aio: Stop allocating aio rings from HIGHMEMFabio M. De Francesco2023-06-151-17/+9
| * fs: Fix comment typoMao Zhu2023-06-121-1/+1
| * fs: unexport buffer_check_dirty_writebackChristoph Hellwig2023-06-081-1/+0
| * fs: avoid empty option when generating legacy mount stringThomas Weißschuh2023-06-071-1/+2
| * watch_queue: prevent dangling pipe pointerSiddh Raman Pant2023-06-062-8/+7
| * fs.h: Optimize file struct to prevent false sharingchenzhiyin2023-06-051-5/+11
| * highmem: Rename put_and_unmap_page() to unmap_and_put_page()Fabio M. De Francesco2023-06-053-16/+16
| * cachefiles: Allow the cache to be non-rootDavid Howells2023-06-051-1/+2
| * init: remove unused names parameter in split_fs_names()Yihuan Pan2023-06-051-3/+3
| * jfs: Use unsigned variable for length calculationsKees Cook2023-06-021-3/+3
| * fs/sysv: Null check to prevent null-ptr-deref bugPrince Kumar Maurya2023-06-011-0/+4
| * fs: use UB-safe check for signed addition overflow in remap_verify_areaDavid Sterba2023-05-241-1/+4
| * procfs: consolidate arch_report_meminfo declarationArnd Bergmann2023-05-178-12/+5
| * fs: pipe: reveal missing function protoypesArnd Bergmann2023-05-171-4/+0
| * fs: d_path: include internal.hArnd Bergmann2023-05-171-0/+1
| * coredump: require O_WRONLY instead of O_RDWRVladimir Sementsov-Ogievskiy2023-05-171-1/+1
| * fs: fix incorrect fmode_t castsMin-Hua Chen2023-05-152-2/+2
| * jffs2: reduce stack usage in jffs2_build_xattr_subsystem()Fabian Frederick2023-05-153-7/+15
| * fs/open.c: Fix W=1 kernel doc warningsAnuradha Weeraman2023-05-151-10/+2
| * vfs: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-152-3/+3
| * fs: use correct __poll_t typeMin-Hua Chen2023-05-153-3/+3
* | Merge tag 'v6.5/fs.ntfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-06-264-21/+23
|\ \
| * | ntfs: do not dereference a null ctx on errorDanila Chernetsov2023-05-241-17/+19
| * | ntfs: Remove unneeded semicolonShaomin Deng2023-05-191-2/+2
| * | ntfs: Correct spellingDeming Wang2023-05-191-1/+1
| * | ntfs: remove redundant initialization to pointer cb_sb_startColin Ian King2023-05-191-1/+1
| |/
* | Merge tag 'auxdisplay-6.5' of https://github.com/ojeda/linuxLinus Torvalds2023-06-262-2/+2
|\ \
| * | auxdisplay: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-022-2/+2
* | | Merge tag 'rust-6.5' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-06-2636-795/+1658
|\ \ \
| * | | rust: error: `impl Debug` for `Error` with `errname()` integrationGary Guo2023-06-133-0/+47
| * | | rust: task: add `Send` marker to `Task`Alice Ryhl2023-05-311-2/+8
| * | | rust: specify when `ARef` is thread safeAlice Ryhl2023-05-311-0/+13
| * | | rust: sync: reword the `Arc` safety comment for `Sync`Alice Ryhl2023-05-311-3/+5
| * | | rust: sync: reword the `Arc` safety comment for `Send`Alice Ryhl2023-05-311-2/+2
| * | | rust: sync: implement `AsRef<T>` for `Arc<T>`Alice Ryhl2023-05-311-0/+6
| * | | rust: sync: add `Arc::ptr_eq`Alice Ryhl2023-05-311-0/+5
| * | | rust: error: add missing error codesAlice Ryhl2023-05-311-0/+20
| * | | rust: str: add conversion from `CStr` to `CString`Alice Ryhl2023-05-311-0/+22
| * | | rust: error: allow specifying error type on `Result`Alice Ryhl2023-05-311-1/+1
| * | | rust: init: update macro expansion example in docsBenno Lossin2023-05-311-37/+48
| * | | rust: macros: replace Self with the concrete type in #[pin_data]Benno Lossin2023-05-311-4/+104
| * | | rust: macros: refactor generics parsing of `#[pin_data]` into its own functionBenno Lossin2023-05-312-62/+94
| * | | rust: macros: fix usage of `#[allow]` in `quote!`Benno Lossin2023-05-311-6/+8