sfrench/cifs-2.6.git
2024-03-07 Christian BraunerMerge tag 'for-next-6.9' of ssh://gitolite./linux/kerne...
2024-03-04 Giuseppe Scrivanohugetlbfs: support idmapped mounts
2024-03-01 Bill O'Donnellqnx4: convert qnx4 to use the new mount api
2024-03-01 Nguyen Dinh Phifs: use inode_set_ctime_to_ts to set inode ctime to...
2024-02-27 Gabriel Krisman... libfs: Drop generic_set_encrypted_ci_d_ops
2024-02-27 Gabriel Krisman... ubifs: Configure dentry operations at dentry-creation...
2024-02-27 Gabriel Krisman... f2fs: Configure dentry operations at dentry-creation...
2024-02-27 Gabriel Krisman... ext4: Configure dentry operations at dentry-creation...
2024-02-27 Gabriel Krisman... libfs: Add helper to choose dentry operations at mount...
2024-02-27 Gabriel Krisman... libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops
2024-02-27 Gabriel Krisman... fscrypt: Drop d_revalidate once the key is added
2024-02-27 Gabriel Krisman... fscrypt: Drop d_revalidate for valid dentries during...
2024-02-27 Gabriel Krisman... fscrypt: Factor out a helper to configure the lookup...
2024-02-27 Gabriel Krisman... ovl: Always reject mounting over case-insensitive direc...
2024-02-27 Gabriel Krisman... libfs: Attempt exact-match comparison first during...
2024-02-27 Chengming Zhouefs: remove SLAB_MEM_SPREAD flag usage
2024-02-27 Chengming Zhoujfs: remove SLAB_MEM_SPREAD flag usage
2024-02-27 Chengming Zhouminix: remove SLAB_MEM_SPREAD flag usage
2024-02-27 Chengming Zhouopenpromfs: remove SLAB_MEM_SPREAD flag usage
2024-02-27 Chengming Zhouproc: remove SLAB_MEM_SPREAD flag usage
2024-02-27 Chengming Zhouqnx6: remove SLAB_MEM_SPREAD flag usage
2024-02-27 Chengming Zhoureiserfs: remove SLAB_MEM_SPREAD flag usage
2024-02-27 Chengming Zhouromfs: remove SLAB_MEM_SPREAD flag usage
2024-02-27 Chengming Zhousysv: remove SLAB_MEM_SPREAD flag usage
2024-02-27 Chengming Zhouvfs: remove SLAB_MEM_SPREAD flag usage
2024-02-22 David HowellsConvert coda to use the new mount API
2024-02-22 Dmitry Antipoveventpoll: prefer kfree_rcu() in __ep_remove()
2024-02-22 Christian BraunerMerge series 'Use Maple Trees for simple_offset utiliti...
2024-02-21 Chuck Leverlibfs: Convert simple directory offsets to use a Maple...
2024-02-21 Liam R. Howletttest_maple_tree: testing the cyclic allocation
2024-02-21 Chuck Levermaple_tree: Add mtree_alloc_cyclic()
2024-02-21 Chuck Leverlibfs: Add simple_offset_empty()
2024-02-21 Chuck Leverlibfs: Define a minimum directory offset
2024-02-21 Chuck Leverlibfs: Re-arrange locking in offset_iterate_dir()
2024-02-20 Li zeminglibfs: Remove unnecessary ‘0’ values from ret
2024-02-20 Bill O'Donnellefs: convert efs to use the new mount api
2024-02-20 Arnd Bergmannfs/select: rework stack allocation hack for clang
2024-02-12 Randy Dunlapfs/hfsplus: use better @opf description
2024-02-12 Dmitry Antipovfs: prefer kfree_rcu() in fasync_remove_entry()
2024-02-09 Vincenzo Mezzeladocs: filesystems: fix typo in docs
2024-02-08 Taylor Jacksonfs/mnt_idmapping.c: Return -EINVAL when no map is written
2024-02-08 Wen Yangeventfd: strictly check the count parameter of eventfd_...
2024-02-06 Amir Goldsteinfs: remove the inode argument to ->d_real() method
2024-02-06 Amir Goldsteinfs: make file_dentry() a simple accessor
2024-02-06 Huang Xiaojiaepoll: Remove ep_scan_ready_list() in comments
2024-02-05 JonasZhoufs/address_space: move i_mmap_rwsem to mitigate a false...
2024-02-02 Chen Hanxiao__fs_parse: Correct a documentation comment
2024-02-02 Kunwu Chanmbcache: Simplify the allocation of slab caches
2024-02-02 Kunwu Chanfs: Use KMEM_CACHE instead of kmem_cache_create
2024-02-02 Kees Cookselect: Avoid wrap-around instrumentation in do_sys_poll()
2024-02-02 Kees Cookiov_iter: Avoid wrap-around instrumentation in copy_com...
2024-02-02 Alexander Mikhalitsynntfs3: use file_mnt_idmap helper
2024-02-02 Tetsuo Handasysv: don't call sb_bread() with pointers_lock held
2024-02-02 Kent Overstreetfs/pipe: Convert to lockdep_cmp_fn
2024-01-25 Baokun Liasm-generic: remove extra type checking in acquire...
2024-01-25 Baokun LiRevert "mm/filemap: avoid buffered read/write race...
2024-01-25 Baokun Lifs: make the i_size_read/write helpers be smp_load_acqu...
2024-01-25 Jens Axboeiov_iter: streamline iovec/bvec alignment iteration
2024-01-23 Christian BraunerMerge tag 'exportfs-6.9' of ssh://gitolite./linux/kerne...
2024-01-23 Wen Yangeventfd: move 'eventfd-count' printing out of spinlock
2024-01-23 Chuck Leverfs: Create a generic is_dot_dotdot() utility
2024-01-23 Trond Myklebustexportfs: fix the fallback implementation of the get_na...
2024-01-22 Nikita Zhandarovichdo_sys_name_to_handle(): use kzalloc() to fix kernel...
2024-01-22 Kemeng Shiwriteback: move wb_wakeup_delayed defination to fs...
2024-01-22 Rich Felkervfs: add RWF_NOAPPEND flag for pwritev2
2024-01-22 Hu.Yadiselftests/move_mount_set_group:Make tests build with...
2024-01-22 Hu Yadiselftests/filesystems:fix build error in overlayfs
2024-01-22 Baolin Wangfs: improve dump_mapping() robustness
2024-01-22 Kunwu Chanbuffer: Use KMEM_CACHE instead of kmem_cache_create()
2024-01-22 Wen Yangeventfd: add a BUILD_BUG_ON() to ensure consistency...
2024-01-22 David Disseldorpinitramfs: remove duplicate built-in __initramfs_start...
2024-01-22 Andreas Gruenbacherfs: Wrong function name in comment
2024-01-22 Jayfs: fix a typo in attr.c
2024-01-21 Linus TorvaldsLinux 6.8-rc1 v6.8-rc1
2024-01-21 Linus TorvaldsMerge tag 'bcachefs-2024-01-21' of https://evilpiepirat...
2024-01-21 Linus TorvaldsMerge tag 'timers-core-2024-01-21' of git://git./linux...
2024-01-21 Linus TorvaldsMerge tag 'powerpc-6.8-2' of git://git./linux/kernel...
2024-01-21 Kent Overstreetbcachefs: Improve inode_to_text()
2024-01-21 Kent Overstreetbcachefs: logged_ops_format.h
2024-01-21 Kent Overstreetbcachefs: reflink_format.h
2024-01-21 Kent Overstreetbcachefs; extents_format.h
2024-01-21 Kent Overstreetbcachefs: ec_format.h
2024-01-21 Kent Overstreetbcachefs: subvolume_format.h
2024-01-21 Kent Overstreetbcachefs: snapshot_format.h
2024-01-21 Kent Overstreetbcachefs: alloc_background_format.h
2024-01-21 Kent Overstreetbcachefs: xattr_format.h
2024-01-21 Kent Overstreetbcachefs: dirent_format.h
2024-01-21 Kent Overstreetbcachefs: inode_format.h
2024-01-21 Kent Overstreetbcachefs; quota_format.h
2024-01-21 Kent Overstreetbcachefs: sb-counters_format.h
2024-01-21 Kent Overstreetbcachefs: counters.c -> sb-counters.c
2024-01-21 Kent Overstreetbcachefs: comment bch_subvolume
2024-01-21 Kent Overstreetbcachefs: bch_snapshot::btime
2024-01-21 Kent Overstreetbcachefs: add missing __GFP_NOWARN
2024-01-21 Kent Overstreetbcachefs: opts->compression can now also be applied...
2024-01-21 Kent Overstreetbcachefs: Prep work for variable size btree node buffers
2024-01-21 Su Yuebcachefs: grab s_umount only if snapshotting
2024-01-21 Su Yuebcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots...
2024-01-21 Kent Overstreetbcachefs: bios must be 512 byte algined
2024-01-21 Colin Ian Kingbcachefs: remove redundant variable tmp
next