summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-07-04nilfs2: avoid undefined behavior in nilfs_cnt32_ge macroRyusuke Konishi
2024-07-04fs: ufs: add MODULE_DESCRIPTION()Jeff Johnson
2024-07-04ocfs2: add bounds checking to ocfs2_check_dir_entry()lei lu
2024-07-04fs: add kernel-doc comments to ocfs2_prepare_orphan_dir()Yang Li
2024-07-04coredump: simplify zap_process()Oleg Nesterov
2024-06-24ocfs2: constify struct ocfs2_stack_operationsChristophe JAILLET
2024-06-24ocfs2: constify struct ocfs2_lock_res_opsChristophe JAILLET
2024-06-24nilfs2: do not call inode_attach_wb() directlyRyusuke Konishi
2024-06-24nilfs2: prepare backing device folios for writing after adding checksumsRyusuke Konishi
2024-06-24proc: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-06-24bcachefs: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu
2024-06-24bcachefs: fix typoKuan-Wei Chiu
2024-06-24ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()Ferry Meng
2024-06-24ocfs2: add bounds checking to ocfs2_xattr_find_entry()Ferry Meng
2024-06-23Merge tag '6.10-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-06-22Merge tag 'nfsd-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-06-22Merge tag 'xfs-6.10-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-06-22Merge tag 'bcachefs-2024-06-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-06-21Merge tag 'ovl-fixes-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-06-21bcachefs: Move the ei_flags setting to after initializationYouling Tang
2024-06-21bcachefs: Fix a UAF after write_super()Kent Overstreet
2024-06-21bcachefs: Use bch2_print_string_as_lines for long errKent Overstreet
2024-06-21bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()Kent Overstreet
2024-06-21bcachefs: Replace bare EEXIST with private error codesKent Overstreet
2024-06-21bcachefs: Fix missing alloc_data_type_set()Kent Overstreet
2024-06-20cifs: Move the 'pid' from the subreq to the reqDavid Howells
2024-06-20cifs: Only pick a channel once per read requestDavid Howells
2024-06-20cifs: Defer read completionDavid Howells
2024-06-20Merge tag 'for-6.10-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-20bcachefs: fix alignment of VMA for memory mapped files on THPYouling Tang
2024-06-20bcachefs: Fix safe errors by defaultKent Overstreet
2024-06-19bcachefs: Fix bch2_trans_put()Kent Overstreet
2024-06-19bcachefs: set_worker_desc() for delete_dead_snapshotsKent Overstreet
2024-06-19bcachefs: Fix bch2_sb_downgrade_update()Kent Overstreet
2024-06-19bcachefs: Handle cached data LRU wraparoundKent Overstreet
2024-06-19bcachefs: Guard against overflowing LRU_TIME_BITSKent Overstreet
2024-06-19bcachefs: delete_dead_snapshots() doesn't need to go RWKent Overstreet
2024-06-19bcachefs: Fix early init error path in journal codeKent Overstreet
2024-06-19bcachefs: Check for invalid btree IDsKent Overstreet
2024-06-19bcachefs: Fix btree ID bitmasksKent Overstreet
2024-06-19bcachefs: Fix shift overflow in read_one_super()Kent Overstreet
2024-06-19bcachefs: Fix a locking bug in the do_discard_fast() pathKent Overstreet
2024-06-19bcachefs: Fix array-index-out-of-boundsKent Overstreet
2024-06-19bcachefs: Fix initialization order for srcu barrierKent Overstreet
2024-06-19cifs: fix typo in module parameter enable_gcm_256Steve French
2024-06-18cifs: drop the incorrect assertion in cifs_swap_rw()Barry Song
2024-06-17Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds
2024-06-17NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit()Lorenzo Bianconi
2024-06-17xfs: fix unlink vs cluster buffer instantiation raceDave Chinner
2024-06-16Merge tag 'char-misc-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds