summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.10-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-06-092-4/+1
|\
| * cifs: Don't advance the I/O iterator before terminating subrequestDavid Howells2024-06-071-3/+0
| * smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya2024-06-071-1/+1
* | Merge tag 'mm-hotfixes-stable-2024-06-07-15-24' of git://git.kernel.org/pub/s...Linus Torvalds2024-06-083-2/+5
|\ \
| * | nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errorsRyusuke Konishi2024-06-061-1/+1
| * | mm/ksm: fix ksm_zero_pages accountingChengming Zhou2024-06-061-1/+1
| * | nilfs2: fix potential kernel bug due to lack of writeback flag waitingRyusuke Konishi2024-06-061-0/+3
* | | Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-083-44/+43
|\ \ \
| * | | btrfs: protect folio::private when attaching extent buffer foliosQu Wenruo2024-06-061-29/+31
| * | | btrfs: fix leak of qgroup extent records after transaction abortFilipe Manana2024-06-051-9/+1
| * | | btrfs: fix crash on racing fsync and size-extending write into preallocOmar Sandoval2024-06-051-6/+11
* | | | Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-053-0/+57
|\| | |
| * | | btrfs: ensure fast fsync waits for ordered extents after a write failureFilipe Manana2024-05-283-0/+57
* | | | bcachefs: Fix trans->locked assertKent Overstreet2024-06-051-0/+1
* | | | bcachefs: Rereplicate now moves data off of durability=0 devicesKent Overstreet2024-06-051-1/+14
* | | | bcachefs: Fix GFP_KERNEL allocation in break_cycle()Kent Overstreet2024-06-051-0/+1
| |_|/ |/| |
* | | Merge tag '6.10-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-06-015-1/+10
|\ \ \
| * | | cifs: fix creating sockets when using sfu mount optionsSteve French2024-05-313-1/+8
| * | | fs: smb: common: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-05-272-0/+2
| | |/ | |/|
* | | Merge tag 'xfs-6.10-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-06-0111-46/+73
|\ \ \
| * | | xfs: Add cond_resched to block unmap range and reflink remap pathRitesh Harjani (IBM)2024-05-272-0/+2
| * | | xfs: don't open-code u64_to_user_ptrDarrick J. Wong2024-05-272-7/+2
| * | | xfs: allow symlinks with short remote targetsDarrick J. Wong2024-05-271-4/+24
| * | | xfs: fix xfs_init_attr_trans not handling explicit operation codesDarrick J. Wong2024-05-273-25/+35
| * | | xfs: drop xfarray sortinfo folio on errorDarrick J. Wong2024-05-271-3/+6
| * | | xfs: Stop using __maybe_unused in xfs_alloc.cJohn Garry2024-05-271-4/+2
| * | | xfs: Clear W=1 warning in xfs_iwalk_run_callbacks()John Garry2024-05-271-3/+2
| |/ /
* | | Merge tag 'bcachefs-2024-05-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-05-3127-686/+706
|\ \ \
| * | | bcachefs: Fix failure to return error on misaligned dio writeKent Overstreet2024-05-291-1/+3
| * | | bcachefs: Don't return -EROFS from mount on inconsistency errorKent Overstreet2024-05-291-2/+10
| * | | bcachefs: Fix uninitialized var warningKent Overstreet2024-05-292-2/+2
| * | | bcachefs: Split out sb-errors_format.hKent Overstreet2024-05-283-292/+297
| * | | bcachefs: Split out journal_seq_blacklist_format.hKent Overstreet2024-05-282-10/+16
| * | | bcachefs: Split out replicas_format.hKent Overstreet2024-05-282-32/+36
| * | | bcachefs: Split out disk_groups_format.hKent Overstreet2024-05-282-18/+22
| * | | bcachefs: split out sb-downgrade_format.hKent Overstreet2024-05-282-13/+18
| * | | bcachefs: split out sb-members_format.hKent Overstreet2024-05-282-101/+111
| * | | bcachefs: Better fsck error message for key versionKent Overstreet2024-05-281-4/+5
| * | | bcachefs: btree_gc can now handle unknown btreesKent Overstreet2024-05-285-73/+55
| * | | bcachefs: add missing MODULE_DESCRIPTION()Jeff Johnson2024-05-281-0/+1
| * | | bcachefs: Fix setting of downgrade recovery passes/errorsKent Overstreet2024-05-281-9/+3
| * | | bcachefs: Run check_key_has_snapshot in snapshot_delete_keys()Kent Overstreet2024-05-283-24/+29
| * | | bcachefs: Refactor delete_dead_snapshots()Kent Overstreet2024-05-281-40/+25
| * | | bcachefs: Fix locking assertKent Overstreet2024-05-281-5/+5
| * | | bcachefs: Fix lookup_first_inode() when inode_generations are presentKent Overstreet2024-05-281-14/+10
| * | | bcachefs: Plumb bkey into __btree_err()Kent Overstreet2024-05-281-40/+45
| * | | bcachefs: Use copy_folio_from_iter_atomic()Matthew Wilcox (Oracle)2024-05-271-3/+3
| * | | bcachefs: Fix sb-downgrade validationKent Overstreet2024-05-261-3/+10
| * | | bcachefs: Fix debug assertKent Overstreet2024-05-261-1/+1
* | | | Revert "vfs: Delete the associated dentry when deleting a file"Linus Torvalds2024-05-291-7/+8