summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-06-02Merge tag '6.10-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-1/+10
2024-06-01Merge tag 'xfs-6.10-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds11-46/+73
2024-05-31Merge tag 'bcachefs-2024-05-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds27-686/+706
2024-05-31cifs: fix creating sockets when using sfu mount optionsSteve French3-1/+8
2024-05-29bcachefs: Fix failure to return error on misaligned dio writeKent Overstreet1-1/+3
2024-05-29Revert "vfs: Delete the associated dentry when deleting a file"Linus Torvalds1-7/+8
2024-05-29Merge tag '9p-for-6.10-rc2' of https://github.com/martinetd/linuxLinus Torvalds1-2/+7
2024-05-29bcachefs: Don't return -EROFS from mount on inconsistency errorKent Overstreet1-2/+10
2024-05-29bcachefs: Fix uninitialized var warningKent Overstreet2-2/+2
2024-05-29bcachefs: Split out sb-errors_format.hKent Overstreet3-292/+297
2024-05-29bcachefs: Split out journal_seq_blacklist_format.hKent Overstreet2-10/+16
2024-05-29bcachefs: Split out replicas_format.hKent Overstreet2-32/+36
2024-05-29bcachefs: Split out disk_groups_format.hKent Overstreet2-18/+22
2024-05-29bcachefs: split out sb-downgrade_format.hKent Overstreet2-13/+18
2024-05-29bcachefs: split out sb-members_format.hKent Overstreet2-101/+111
2024-05-28bcachefs: Better fsck error message for key versionKent Overstreet1-4/+5
2024-05-28bcachefs: btree_gc can now handle unknown btreesKent Overstreet5-73/+55
2024-05-28bcachefs: add missing MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-05-28bcachefs: Fix setting of downgrade recovery passes/errorsKent Overstreet1-9/+3
2024-05-28bcachefs: Run check_key_has_snapshot in snapshot_delete_keys()Kent Overstreet3-24/+29
2024-05-28bcachefs: Refactor delete_dead_snapshots()Kent Overstreet1-40/+25
2024-05-28bcachefs: Fix locking assertKent Overstreet1-5/+5
2024-05-28bcachefs: Fix lookup_first_inode() when inode_generations are presentKent Overstreet1-14/+10
2024-05-28bcachefs: Plumb bkey into __btree_err()Kent Overstreet1-40/+45
2024-05-27xfs: Add cond_resched to block unmap range and reflink remap pathRitesh Harjani (IBM)2-0/+2
2024-05-27Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-13/+28
2024-05-27netfs, 9p: Fix race between umount and async request completionDavid Howells4-0/+8
2024-05-27xfs: don't open-code u64_to_user_ptrDarrick J. Wong2-7/+2
2024-05-27xfs: allow symlinks with short remote targetsDarrick J. Wong1-4/+24
2024-05-27xfs: fix xfs_init_attr_trans not handling explicit operation codesDarrick J. Wong3-25/+35
2024-05-27xfs: drop xfarray sortinfo folio on errorDarrick J. Wong1-3/+6
2024-05-27xfs: Stop using __maybe_unused in xfs_alloc.cJohn Garry1-4/+2
2024-05-27xfs: Clear W=1 warning in xfs_iwalk_run_callbacks()John Garry1-3/+2
2024-05-27fs: smb: common: add missing MODULE_DESCRIPTION() macrosJeff Johnson2-0/+2
2024-05-27bcachefs: Use copy_folio_from_iter_atomic()Matthew Wilcox (Oracle)1-3/+3
2024-05-26bcachefs: Fix sb-downgrade validationKent Overstreet1-3/+10
2024-05-26bcachefs: Fix debug assertKent Overstreet1-1/+1
2024-05-26Merge tag '6.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-6/+32
2024-05-26Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds2-15/+57
2024-05-26Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds5-13/+425
2024-05-26Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds13-154/+98
2024-05-26Merge tag '6.10-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-9/+18
2024-05-25Merge tag 'jffs2-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-35/+26
2024-05-25afs: Don't cross .backup mountpoint from backup volumeMarc Dionne1-0/+5
2024-05-25cifs: Fix missing set of remote_i_sizeDavid Howells2-3/+4
2024-05-25cifs: Fix smb3_insert_range() to move the zero_pointDavid Howells1-0/+1
2024-05-24mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock againYuanyuan Zhong1-2/+7
2024-05-24nilfs2: fix potential hang in nilfs_detach_log_writer()Ryusuke Konishi1-3/+18
2024-05-24nilfs2: fix unexpected freezing of nilfs_segctor_sync()Ryusuke Konishi1-4/+13
2024-05-24nilfs2: fix use-after-free of timer for log writer threadRyusuke Konishi1-6/+19