summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-07-05fs: ufs: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-07-05ocfs2: add bounds checking to ocfs2_check_dir_entry()lei lu1-17/+29
2024-07-05fs: add kernel-doc comments to ocfs2_prepare_orphan_dir()Yang Li1-0/+2
2024-07-05coredump: simplify zap_process()Oleg Nesterov1-7/+7
2024-06-25ocfs2: constify struct ocfs2_stack_operationsChristophe JAILLET3-3/+3
2024-06-25ocfs2: constify struct ocfs2_lock_res_opsChristophe JAILLET2-15/+15
2024-06-25nilfs2: do not call inode_attach_wb() directlyRyusuke Konishi1-2/+2
2024-06-25nilfs2: prepare backing device folios for writing after adding checksumsRyusuke Konishi1-33/+52
2024-06-25proc: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2024-06-25bcachefs: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu5-155/+90
2024-06-25bcachefs: fix typoKuan-Wei Chiu1-1/+1
2024-06-25ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()Ferry Meng1-5/+10
2024-06-25ocfs2: add bounds checking to ocfs2_xattr_find_entry()Ferry Meng1-4/+8
2024-06-23Merge tag '6.10-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-32/+27
2024-06-22Merge tag 'nfsd-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds3-42/+11
2024-06-22Merge tag 'xfs-6.10-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+19
2024-06-22Merge tag 'bcachefs-2024-06-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds25-353/+464
2024-06-22Merge tag 'ovl-fixes-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+9
2024-06-21bcachefs: Move the ei_flags setting to after initializationYouling Tang1-5/+3
2024-06-21bcachefs: Fix a UAF after write_super()Kent Overstreet1-2/+2
2024-06-21bcachefs: Use bch2_print_string_as_lines for long errKent Overstreet1-5/+8
2024-06-21bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()Kent Overstreet1-2/+10
2024-06-21bcachefs: Replace bare EEXIST with private error codesKent Overstreet5-8/+12
2024-06-21bcachefs: Fix missing alloc_data_type_set()Kent Overstreet1-1/+3
2024-06-20cifs: Move the 'pid' from the subreq to the reqDavid Howells4-15/+10
2024-06-20cifs: Only pick a channel once per read requestDavid Howells2-11/+4
2024-06-20cifs: Defer read completionDavid Howells1-3/+12
2024-06-20Merge tag 'for-6.10-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+12
2024-06-20bcachefs: fix alignment of VMA for memory mapped files on THPYouling Tang1-0/+1
2024-06-20bcachefs: Fix safe errors by defaultKent Overstreet5-289/+308
2024-06-20bcachefs: Fix bch2_trans_put()Kent Overstreet1-3/+8
2024-06-20bcachefs: set_worker_desc() for delete_dead_snapshotsKent Overstreet1-0/+2
2024-06-20bcachefs: Fix bch2_sb_downgrade_update()Kent Overstreet1-1/+1
2024-06-20bcachefs: Handle cached data LRU wraparoundKent Overstreet1-5/+41
2024-06-20bcachefs: Guard against overflowing LRU_TIME_BITSKent Overstreet6-12/+32
2024-06-20bcachefs: delete_dead_snapshots() doesn't need to go RWKent Overstreet1-7/+0
2024-06-20bcachefs: Fix early init error path in journal codeKent Overstreet1-0/+3
2024-06-20bcachefs: Check for invalid btree IDsKent Overstreet2-2/+12
2024-06-20bcachefs: Fix btree ID bitmasksKent Overstreet2-10/+11
2024-06-20bcachefs: Fix shift overflow in read_one_super()Kent Overstreet1-3/+4
2024-06-20bcachefs: Fix a locking bug in the do_discard_fast() pathKent Overstreet1-1/+1
2024-06-20bcachefs: Fix array-index-out-of-boundsKent Overstreet3-3/+8
2024-06-20bcachefs: Fix initialization order for srcu barrierKent Overstreet1-1/+1
2024-06-19cifs: fix typo in module parameter enable_gcm_256Steve French1-1/+1
2024-06-19cifs: drop the incorrect assertion in cifs_swap_rw()Barry Song1-2/+0
2024-06-17Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds3-86/+137
2024-06-17NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit()Lorenzo Bianconi3-42/+11
2024-06-17xfs: fix unlink vs cluster buffer instantiation raceDave Chinner1-4/+19
2024-06-16Merge tag 'char-misc-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2024-06-15Merge tag 'xfs-6.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+4