summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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-281-2/+10
| * | | bcachefs: Fix uninitialized var warningKent Overstreet2024-05-282-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-261-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
* | | | Merge tag '9p-for-6.10-rc2' of https://github.com/martinetd/linuxLinus Torvalds2024-05-291-2/+7
|\ \ \ \
| * | | | 9p: add missing locking around taking dentry fid listDominique Martinet2024-05-231-2/+7
* | | | | Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-2711-13/+28
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | netfs, 9p: Fix race between umount and async request completionDavid Howells2024-05-274-0/+8
| * | | | afs: Don't cross .backup mountpoint from backup volumeMarc Dionne2024-05-251-0/+5
| * | | | netfs: Fix setting of BDP_ASYNC from iocb flagsDavid Howells2024-05-241-1/+1
| * | | | signalfd: drop an obsolete commentFedor Pchelkin2024-05-241-4/+0
| * | | | signalfd: fix error return codeFedor Pchelkin2024-05-241-1/+1
| * | | | iomap: fault in smaller chunks for non-large folio mappingsXu Yang2024-05-241-1/+1
| * | | | netfs: Fix AIO error handling when doing write-throughDavid Howells2024-05-241-1/+6
| * | | | netfs: Fix io_uring based write-throughDavid Howells2024-05-243-5/+6