aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-16nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik1-1/+1
2024-03-15dlm: add comments about forced waiters resetDavid Teigland1-20/+58
2024-03-15dlm: revert atomic_t lkb_wait_countDavid Teigland2-15/+19
2024-03-15Merge tag '9p-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds6-364/+71
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds12-274/+1375
2024-03-15Merge tag 'ext4_for_linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds7-108/+679
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds85-2194/+3642
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds24-387/+457
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds6-80/+44
2024-03-14ksmbd: Fix spelling mistake "connction" -> "connection"Colin Ian King1-1/+1
2024-03-14ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_closeMarios Makassikis1-1/+1
2024-03-14nilfs2: prevent kernel bug at submit_bh_wbc()Ryusuke Konishi1-1/+1
2024-03-14nilfs2: fix failure to detect DAT corruption in btree and direct mappingsRyusuke Konishi2-4/+14
2024-03-14ocfs2: enable ocfs2_listxattr for special filesSu Yue1-0/+1
2024-03-14ocfs2: remove SLAB_MEM_SPREAD flag usageChengming Zhou2-5/+4
2024-03-14f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu1-1/+2
2024-03-14f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong1-1/+3
2024-03-14f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong1-0/+1
2024-03-14afs: Fix occasional rmdir-then-VNOVNODE with generic/011David Howells1-7/+9
2024-03-14afs: Don't cache preferred addressDavid Howells1-17/+4
2024-03-14afs: Revert "afs: Hide silly-rename files from userspace"David Howells1-10/+0
2024-03-13bcachefs: time_stats: shrink time_stat_buffer for better alignmentDarrick J. Wong1-1/+1
2024-03-13bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong7-15/+41
2024-03-13bcachefs: mean_and_variance: put struct mean_and_variance_weighted on a dietDarrick J. Wong6-67/+84
2024-03-13bcachefs: time_stats: add larger unitsDarrick J. Wong1-0/+3
2024-03-13bcachefs: pull out time_stats.[ch]Kent Overstreet11-279/+326
2024-03-13bcachefs: reconstruct_alloc cleanupKent Overstreet7-95/+113
2024-03-13bcachefs: fix bch_folio_sector paddingKent Overstreet1-6/+3
2024-03-13bcachefs: Fix btree key cache coherency during replayKent Overstreet2-4/+6
2024-03-13bcachefs: Always flush write buffer in delete_dead_inodes()Kent Overstreet1-5/+10
2024-03-13bcachefs: Fix order of gc_done passesKent Overstreet1-4/+4
2024-03-13bcachefs: fix deletion of indirect extents in btree_gcKent Overstreet1-2/+2
2024-03-13bcachefs: Prefer struct_size over open coded arithmeticErick Archer2-3/+2
2024-03-13bcachefs: Kill unused flags argument to btree_split()Kent Overstreet1-11/+8
2024-03-13bcachefs: Check for writing superblocks with nonsense member seq fieldsKent Overstreet1-0/+8
2024-03-13bcachefs: fix bch2_journal_buf_to_text()Kent Overstreet1-5/+1
2024-03-13bcachefs: copy_(to|from)_user_errcode()Kent Overstreet2-6/+16
2024-03-13bcachefs: Split out bkey_types.hKent Overstreet2-201/+214
2024-03-13bcachefs: fix lost journal buf wakeup due to improved pipeliningBrian Foster1-1/+1
2024-03-13bcachefs: intercept mountoption value for bool typeHongbo Li2-1/+2
2024-03-13bcachefs: avoid returning private error code in bch2_xattr_bcachefs_setHongbo Li1-2/+3
2024-03-13bcachefs: Buffered write path now can avoid the inode lockKent Overstreet2-41/+111
2024-03-13fs: file_remove_privs_flags()Kent Overstreet1-3/+4
2024-03-13bcachefs: Fix bch2_journal_noflush_seq()Kent Overstreet2-5/+6
2024-03-13bcachefs: fix the error code when mounting with incorrect options.Hongbo Li3-4/+9
2024-03-13bcachefs: split out ignore_blacklisted, ignore_not_dirtyKent Overstreet5-21/+33
2024-03-13bcachefs: improve move_gap()Kent Overstreet3-8/+9
2024-03-13bcachefs: journal_keys now uses darray helpersKent Overstreet2-61/+25
2024-03-13bcachefs: Rename journal_keys.d -> journal_keys.dataKent Overstreet3-42/+42
2024-03-13bcachefs: jset_entry for loops declare loop iterKent Overstreet4-9/+2