summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-09ipc: mqueue: remove assignment from IS_ERR argumentChen Ni1-1/+2
2024-06-27vfs: rename parent_ino to d_parent_ino and make it use RCUMateusz Guzik5-18/+34
2024-06-27vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)Mateusz Guzik3-41/+97
2024-06-27stat: use vfs_empty_path() helperChristian Brauner1-10/+2
2024-06-27fs: new helper vfs_empty_path()Christian Brauner1-0/+17
2024-06-27fs: reflow may_create_in_sticky()Christian Brauner1-16/+35
2024-06-25vfs: remove redundant smp_mb for thp handling in do_dentry_openMateusz Guzik2-10/+9
2024-06-25fuse: Use in_group_or_capable() helperYouling Tang1-2/+2
2024-06-25f2fs: Use in_group_or_capable() helperYouling Tang2-5/+2
2024-06-25fs: Export in_group_or_capable()Youling Tang3-2/+3
2024-06-25vfs: reorder checks in may_create_in_stickyMateusz Guzik1-3/+3
2024-06-25hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode()Chao Yu1-0/+3
2024-06-25proc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2024-06-21hfsplus: fix to avoid false alarm of circular lockingChao Yu3-16/+29
2024-06-21Improve readability of copy_treeJemmy1-28/+31
2024-06-21vfs: shave a branch in getname_flagsMateusz Guzik1-11/+20
2024-06-05vfs: retire user_path_at_empty and drop empty arg from getname_flagsMateusz Guzik7-25/+16
2024-06-05vfs: stop using user_path_at_empty in do_readlinkatMateusz Guzik1-19/+24
2024-06-03tmpfs: don't interrupt fallocate with EINTRMikulas Patocka1-3/+6
2024-06-03fs: don't block i_writecount during execChristian Brauner5-45/+9
2024-06-03readdir: Add missing quote in macro commentThorsten Blum1-1/+1
2024-06-03readdir: Remove unused header includeThorsten Blum1-2/+0
2024-06-03vfs: replace WARN(down_read_trylock, ...) abuse with proper assertsMateusz Guzik2-7/+3
2024-05-28fhandle: relax open_by_handle_at() permission checksChristian Brauner6-42/+152
2024-05-27fs: fsconfig: intercept non-new mount API in advance for FSCONFIG_CMD_CREATE_...Hongbo Li1-4/+1
2024-05-27fs: switch timespec64 fields in inode to discrete integersJeff Layton1-16/+32
2024-05-27fs: remove accidental overflow during wraparound checkJustin Stitt1-2/+6
2024-05-27Linux 6.10-rc1v6.10-rc1Linus Torvalds1-3/+3
2024-05-27mm: percpu: Include smp.h in alloc_tag.hKent Overstreet1-0/+1
2024-05-26Merge tag 'perf-tools-fixes-for-v6.10-1-2024-05-26' of git://git.kernel.org/p...Linus Torvalds4-103/+68
2024-05-26Revert "perf parse-events: Prefer sysfs/JSON hardware events over legacy"Arnaldo Carvalho de Melo4-103/+68
2024-05-26Merge tag '6.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-6/+34
2024-05-26Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds13-69/+187
2024-05-26Merge tag 'irq-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-12/+18
2024-05-26Merge tag 'x86-urgent-2024-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-18/+67
2024-05-26Merge tag 'for-linus-6.10-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds10-45/+35
2024-05-26Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds6-19/+434
2024-05-26Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds13-154/+98
2024-05-26Merge tag '6.10-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-9/+18
2024-05-25Merge tag 'rtc-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds29-250/+702
2024-05-25Merge tag 'i3c/for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds5-17/+80
2024-05-25Merge tag 'jffs2-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-35/+26
2024-05-25Merge tag 'uml-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds54-129/+136
2024-05-25Merge tag 'drm-next-2024-05-25' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds27-98/+215
2024-05-25cifs: Fix missing set of remote_i_sizeDavid Howells2-3/+4
2024-05-25cifs: Fix smb3_insert_range() to move the zero_pointDavid Howells1-0/+1
2024-05-24Merge tag 'mm-stable-2024-05-24-11-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds33-3/+2732
2024-05-24mm/ksm: fix possible UAF of stable_nodeChengming Zhou1-1/+2
2024-05-24mm/memory-failure: fix handling of dissolved but not taken off from buddy pagesMiaohe Lin1-2/+2
2024-05-24mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock againYuanyuan Zhong1-2/+7