aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-02Merge tag 'x86_cache_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-21/+387
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2025-12-02Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+4
2025-12-01Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-17/+5
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds15-366/+173
2025-12-01Merge tag 'vfs-6.19-rc1.autofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds5-0/+21
2025-12-01Merge tag 'vfs-6.19-rc1.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds10-672/+629
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds25-812/+1176
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds26-138/+439
2025-12-01Merge tag 'vfs-6.19-rc1.minix' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-7/+57
2025-12-01Merge tag 'vfs-6.19-rc1.guards' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds6-32/+17
2025-12-01Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds16-8/+15
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds8-182/+185
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds18-50/+46
2025-12-01Merge tag 'vfs-6.19-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-46/+67
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds5-49/+142
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds12-104/+90
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds102-378/+403
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds22-301/+262
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds22-571/+895
2025-11-28afs: Fix uninit var in afs_alloc_anon_key()David Howells1-1/+2
2025-11-28Merge tag 'vfs-6.18-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds5-48/+55
2025-11-28file: convert replace_fd() to FD_PREPARE()Christian Brauner1-11/+8
2025-11-28exec: convert begin_new_exec() to FD_ADD()Christian Brauner1-2/+1
2025-11-28xfs: convert xfs_open_by_handle() to FD_PREPARE()Christian Brauner1-39/+17
2025-11-28userfaultfd: convert new_userfaultfd() to FD_PREPARE()Christian Brauner1-20/+10
2025-11-28timerfd: convert timerfd_create() to FD_ADD()Christian Brauner1-20/+9
2025-11-28signalfd: convert do_signalfd4() to FD_ADD()Christian Brauner1-18/+11
2025-11-28open: convert do_sys_openat2() to FD_ADD()Christian Brauner1-14/+3
2025-11-28eventpoll: convert do_epoll_create() to FD_PREPARE()Christian Brauner1-22/+10
2025-11-28autofs: convert autofs_dev_ioctl_open_mountpoint() to FD_ADD()Christian Brauner1-24/+6
2025-11-28nsfs: convert ns_ioctl() to FD_PREPARE()Christian Brauner1-23/+12
2025-11-28nsfs: convert open_namespace() to FD_PREPARE()Christian Brauner1-11/+1
2025-11-28fanotify: convert fanotify_init() to FD_PREPARE()Christian Brauner1-38/+22
2025-11-28namespace: convert fsmount() to FD_PREPARE()Christian Brauner1-40/+30
2025-11-28namespace: convert open_tree_attr() to FD_PREPARE()Christian Brauner1-13/+6
2025-11-28namespace: convert open_tree() to FD_ADD()Christian Brauner1-13/+1
2025-11-28fhandle: convert do_handle_open() to FD_ADD()Christian Brauner1-17/+13
2025-11-28eventfd: convert do_eventfd() to FD_PREPARE()Christian Brauner1-20/+11
2025-11-28anon_inodes: convert to FD_ADD()Christian Brauner1-21/+2
2025-11-28afs: Fix delayed allocation of a cell's anonymous keyDavid Howells3-43/+49
2025-11-28ovl: remove unneeded semicolonChen Ni1-1/+1
2025-11-28ovl: fail ovl_lock_rename_workdir() if either target is unhashedNeilBrown1-2/+2
2025-11-28dcache: touch up predicts in __d_lookup_rcu()Mateusz Guzik1-3/+12
2025-11-28filelock: __fcntl_getlease: fix kernel-doc warningsRandy Dunlap1-1/+2
2025-11-28nfsd: fix end_creating() conversionNeil Brown2-4/+5
2025-11-27Merge tag 'ceph-for-6.18-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2025-11-26libceph: drop started parameter of __ceph_open_session()Ilya Dryomov1-1/+1
2025-11-26fs: inline step_into() and walk_component()Mateusz Guzik1-3/+28
2025-11-26fs: tidy up step_into() & friends before inliningMateusz Guzik1-13/+18