summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'eventfs-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-01-183-257/+286
|\
| * eventfs: Use kcalloc() instead of kzalloc()Erick Archer2024-01-161-3/+3
| * eventfs: Do not create dentries nor inodes in iterate_sharedSteven Rostedt (Google)2024-01-161-15/+5
| * eventfs: Have the inodes all for files and directories all be the sameSteven Rostedt (Google)2024-01-161-0/+10
| * eventfs: Shortcut eventfs_iterate() by skipping entries already readSteven Rostedt (Google)2024-01-041-13/+10
| * eventfs: Read ei->entries before ei->children in eventfs_iterate()Steven Rostedt (Google)2024-01-041-23/+23
| * eventfs: Do ctx->pos update for all iterations in eventfs_iterate()Steven Rostedt (Google)2024-01-041-7/+14
| * eventfs: Have eventfs_iterate() stop immediately if ei->is_freed is setSteven Rostedt (Google)2024-01-041-5/+6
| * tracefs/eventfs: Use root and instance inodes as default ownershipSteven Rostedt (Google)2024-01-033-90/+190
| * eventfs: Stop using dcache_readdir() for getdents()Steven Rostedt (Google)2024-01-031-130/+64
| * eventfs: Remove "lookup" parameter from create_dir/file_dentry()Steven Rostedt (Google)2024-01-031-35/+20
* | 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