summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-11-08NFS: Implement get_nfs_version()Anna Schumaker
2024-11-08NFS: Clean up find_nfs_version()Anna Schumaker
2024-11-08NFS: Rename get_nfs_version() -> find_nfs_version()Anna Schumaker
2024-11-08NFS: Convert the NFS module list into an arrayAnna Schumaker
2024-11-08NFS: Clean up locking the nfs_versions listAnna Schumaker
2024-11-08bcachefs: Fix hidden btree errors when reading rootsKent Overstreet
2024-11-08bcachefs: Fix validate_bset() repair pathKent Overstreet
2024-11-08Merge tag 'for-6.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-08Merge tag 'bcachefs-2024-11-07' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-11-08range: Add range_overlaps()Ira Weiny
2024-11-08bcachefs: Fix missing validation for bch_backpointer.levelKent Overstreet
2024-11-07bcachefs: Fix bch_member.btree_bitmap_shift validationKent Overstreet
2024-11-07bcachefs: bch2_btree_write_buffer_flush_going_ro()Kent Overstreet
2024-11-07ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()Andrew Kanner
2024-11-07fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi
2024-11-07bcachefs: Fix UAF in __promote_alloc() error pathKent Overstreet
2024-11-07bcachefs: Change OPT_STR max to be 1 less than the size of choices arrayPiotr Zalewski
2024-11-07bcachefs: btree_cache.freeable list fixesKent Overstreet
2024-11-07bcachefs: check the invalid parameter for perf testHongbo Li
2024-11-07bcachefs: add check NULL return of bio_kmalloc in journal_read_bucketPei Xiao
2024-11-07bcachefs: Ensure BCH_FS_may_go_rw is set before exiting recoveryKent Overstreet
2024-11-07bcachefs: Fix topology errors on split after mergeKent Overstreet
2024-11-07bcachefs: Ancient versions with bad bkey_formats are no longer supportedKent Overstreet
2024-11-07bcachefs: Fix error handling in bch2_btree_node_prefetch()Kent Overstreet
2024-11-07bcachefs: Fix null ptr deref in bucket_gen_get()Kent Overstreet
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-07proc/softirqs: replace seq_printf with seq_put_decimal_ull_widthDavid Wang
2024-11-07NFSD: Fix READDIR on NFSv3 mounts of ext4 exportsChuck Lever
2024-11-06memcg-v1: no need for memcg locking for dirty trackingShakeel Butt
2024-11-06mm: consolidate common checks in hugetlb_get_unmapped_areaOscar Salvador
2024-11-06mm: drop hugetlb_get_unmapped_area{_*} functionsOscar Salvador
2024-11-06mm: make hugetlb mappings go through mm_get_unmapped_area_vmflagsOscar Salvador
2024-11-07fs/aio: Switch to use hrtimer_setup_sleeper_on_stack()Nam Cao
2024-11-07alarmtimers: Remove return value from alarm functionsThomas Gleixner
2024-11-07posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner
2024-11-07btrfs: fix the length of reserved qgroup to freeHaisu Wang
2024-11-07btrfs: reinitialize delayed ref list after deleting it from the listFilipe Manana
2024-11-07btrfs: fix per-subvolume RO/RW flags with new mount APIQu Wenruo
2024-11-06Merge tag 'nfs-for-6.12-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-11-06fs/proc/kcore.c: fix coccinelle reported ERROR instancesMirsad Todorovac
2024-11-06isofs: avoid memory leak in iocharsetHao Ge
2024-11-06Merge tag 'tracefs-v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-06xattr: remove redundant check on variable errColin Ian King
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche
2024-11-06new helpers: file_removexattr(), filename_removexattr()Al Viro
2024-11-06new helpers: file_listxattr(), filename_listxattr()Al Viro
2024-11-06replace do_getxattr() with saner helpers.Al Viro
2024-11-06replace do_setxattr() with saner helpers.Al Viro
2024-11-06new helper: import_xattr_name()Al Viro
2024-11-06fs: rename struct xattr_ctx to kernel_xattr_ctxChristian Göttsche