summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-184-30/+39
|\
| * Revert "kernfs: convert kernfs_idr_lock to an irq safe raw spinlock"Tejun Heo2024-01-111-13/+10
| * kernfs: convert kernfs_idr_lock to an irq safe raw spinlockAndrea Righi2024-01-041-10/+13
| * kernfs: fix reference to renamed functionAhelenia ZiemiaƄska2024-01-021-1/+1
| * kernfs: d_obtain_alias(NULL) will do the right thing...Al Viro2023-12-201-3/+0
| * kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook2023-12-151-17/+17
| * kernfs: Convert kernfs_name_locked() from strlcpy() to strscpy()Kees Cook2023-12-151-5/+5
| * kernfs: Convert kernfs_walk_ns() from strlcpy() to strscpy()Kees Cook2023-12-151-3/+3
| * fs/kernfs/dir: obey S_ISGIDMax Kellermann2023-12-151-0/+12
| * fs/sysfs/dir.c : Fix typo in commentMukesh Ojha2023-12-071-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-172-19/+37
|\ \
| * \ Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-01-0233-381/+252
| |\ \
| * \ \ Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-01-02174-1780/+2668
| |\ \ \
| * \ \ \ Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2023-11-142-19/+37
| |\ \ \ \
| | * | | | KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memorySean Christopherson2023-11-141-0/+1
| | * | | | fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()Paolo Bonzini2023-11-142-19/+36
* | | | | | Merge tag 'ubifs-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-175-28/+40
|\ \ \ \ \ \
| * | | | | | ubifs: fix kernel-doc warningsRandy Dunlap2024-01-061-9/+21
| * | | | | | ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng2024-01-061-0/+2
| * | | | | | ubifs: Check @c->dirty_[n|p]n_cnt and @c->nroot state under @c->lp_mutexZhihao Cheng2024-01-051-1/+12
| * | | | | | ubifs: describe function parametersSascha Hauer2024-01-051-0/+2
| * | | | | | ubifs: auth.c: fix kernel-doc function prototype warningRandy Dunlap2024-01-051-1/+1
| * | | | | | ubifs: use crypto_shash_tfm_digest() in ubifs_hmac_wkm()Eric Biggers2024-01-051-17/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds2024-01-171-0/+1
|\ \ \ \ \ \
| * | | | | | f2fs: fix double free of f2fs_sb_infoEric Biggers2024-01-121-0/+1
* | | | | | | Merge tag 'vfs-6.8-rc1.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git...Linus Torvalds2024-01-171-22/+28
|\ \ \ \ \ \ \
| * | | | | | | fs: rework listmount() implementationChristian Brauner2024-01-131-22/+28
| |/ / / / / /
* | | | | | | Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-171-11/+13
|\ \ \ \ \ \ \
| * | | | | | | fs/proc/task_mmu: move mmu notification mechanism inside mm lockMuhammad Usama Anjum2024-01-121-11/+13
* | | | | | | | Merge tag 'exfat-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-125-92/+335
|\ \ \ \ \ \ \ \
| * | | | | | | | exfat: do not zero the extended partYuezhang Mo2024-01-082-21/+70
| * | | | | | | | exfat: change to get file size from DataLengthYuezhang Mo2024-01-084-19/+231
| * | | | | | | | exfat: using ffs instead of internal logicJohn Sanpe2024-01-082-28/+16
| * | | | | | | | exfat: using hweight instead of internal logicJohn Sanpe2024-01-081-27/+21
* | | | | | | | | Merge tag 'pull-bcachefs-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-122-17/+30
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | bch2_ioctl_subvolume_destroy(): fix lockingAl Viro2023-11-151-14/+17
| * | | | | | | | new helper: user_path_locked_at()Al Viro2023-11-151-3/+13
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'f2fs-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-1113-254/+260
|\ \ \ \ \ \ \ \
| * | | | | | | | f2fs: show more discard status by sysfsZhiguo Niu2023-12-261-0/+34
| * | | | | | | | f2fs: Add error handling for negative returns from do_garbage_collectYongpeng Yang2023-12-261-0/+3
| * | | | | | | | f2fs: Constrain the modification range of dir_level in the sysfsYongpeng Yang2023-12-261-0/+7
| * | | | | | | | f2fs: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao2023-12-262-8/+5
| * | | | | | | | f2fs: fix to check return value of f2fs_recover_xattr_dataZhiguo Niu2023-12-152-7/+10
| * | | | | | | | f2fs: don't set FI_PREALLOCATED_ALL for partial writeChao Yu2023-12-111-1/+2
| * | | | | | | | f2fs: fix to update iostat correctly in f2fs_filemap_fault()Chao Yu2023-12-111-1/+1
| * | | | | | | | f2fs: fix to check compress file in f2fs_move_file_range()Chao Yu2023-12-111-0/+5
| * | | | | | | | f2fs: fix to wait on block writeback for post_read caseChao Yu2023-12-111-3/+4
| * | | | | | | | f2fs: fix to tag gcing flag on page during block migrationChao Yu2023-12-112-1/+5
| * | | | | | | | f2fs: add tracepoint for f2fs_vm_page_mkwrite()Chao Yu2023-12-111-10/+15
| * | | | | | | | f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu2023-12-114-18/+16