summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* virtio-fs: improved request latencies when Virtio queue is fullPeter-Jan Gootzen2024-07-091-15/+19
* virtio-fs: let -ENOMEM bubble up or burst gentlyPeter-Jan Gootzen2024-07-091-3/+3
* Merge tag 'vfs-6.10-rc7.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-023-24/+20
|\
| * afs: Convert comma to semicolonChen Ni2024-07-021-2/+2
| * fs: better handle deep ancestor chains in is_subdir()Christian Brauner2024-07-021-17/+14
| * filelock: Remove locks reliably when fcntl/close race is detectedJann Horn2024-07-021-5/+4
* | Merge tag 'erofs-for-6.10-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-023-5/+7
|\ \
| * | erofs: ensure m_llen is reset to 0 if metadata is invalidGao Xiang2024-06-301-0/+2
| * | erofs: convert to use super_set_uuid to support for FS_IOC_GETFSUUIDHuang Xiaojia2024-06-261-1/+1
| * | erofs: fix possible memory leak in z_erofs_gbuf_exit()Sandeep Dhavale2024-06-261-4/+4
* | | Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-011-2/+11
|\ \ \
| * | | btrfs: fix adding block group to a reclaim list and the unused list during re...Naohiro Aota2024-07-011-2/+11
* | | | Merge tag 'vfs-6.10-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-018-105/+45
|\ \ \ \ | |_|_|/ |/| | |
| * | | netfs: Fix netfs_page_mkwrite() to flush conflicting data, not waitDavid Howells2024-06-261-3/+3
| * | | netfs: Fix netfs_page_mkwrite() to check folio->mapping is validDavid Howells2024-06-261-1/+7
| * | | netfs: Delete some xarray-wangling functions that aren't usedDavid Howells2024-06-262-90/+0
| * | | netfs: Fix early issue of write op on partial write to folio tailDavid Howells2024-06-261-1/+1
| * | | netfs: Fix io_uring based write-throughDavid Howells2024-06-261-1/+2
| * | | vfs: generate FS_CREATE before FS_OPEN when ->atomic_open used.NeilBrown2024-06-182-9/+23
| * | | fs: don't misleadingly warn during thaw operationsChristian Brauner2024-06-181-1/+10
* | | | Merge tag 'xfs-6.10-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-06-298-53/+95
|\ \ \ \
| * | | | xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fsDarrick J. Wong2024-06-261-1/+9
| * | | | xfs: fix direction in XFS_IOC_EXCHANGE_RANGEDarrick J. Wong2024-06-261-1/+1
| * | | | xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong2024-06-261-5/+18
| * | | | xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong2024-06-262-26/+39
| * | | | xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig2024-06-264-20/+28
| | |_|/ | |/| |
* | | | Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-06-282-1/+2
|\ \ \ \
| * | | | nfsd: initialise nfsd_info.mutex early.NeilBrown2024-06-252-1/+2
* | | | | Merge tag 'bcachefs-2024-06-28' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-06-2814-201/+273
|\ \ \ \ \
| * | | | | bcachefs: Fix kmalloc bug in __snapshot_t_mutPei Li2024-06-251-0/+3
| * | | | | bcachefs: Discard, invalidate workers are now per deviceKent Overstreet2024-06-255-133/+161
| * | | | | bcachefs: Fix shift-out-of-bounds in bch2_blacklist_entries_gcPei Li2024-06-251-1/+1
| * | | | | bcachefs: slab-use-after-free Read in bch2_sb_errors_from_cpuPei Li2024-06-251-4/+10
| * | | | | bcachefs: Add missing bch2_journal_do_writes() callKent Overstreet2024-06-231-0/+7
| * | | | | bcachefs: Fix null ptr deref in journal_pins_to_text()Kent Overstreet2024-06-231-0/+5
| * | | | | bcachefs: Add missing recalc_capacity() callKent Overstreet2024-06-231-0/+1
| * | | | | bcachefs: Fix btree_trans list orderingKent Overstreet2024-06-232-11/+34
| * | | | | bcachefs: Fix race between trans_put() and btree_transactions_read()Kent Overstreet2024-06-232-16/+13
| * | | | | bcachefs: Make btree_deadlock_to_text() clearerKent Overstreet2024-06-231-23/+29
| * | | | | bcachefs: fix seqmutex_relock()Kent Overstreet2024-06-232-13/+6
| * | | | | bcachefs: Fix freeing of error pointersKent Overstreet2024-06-221-3/+6
* | | | | | Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-06-271-2/+2
|\ \ \ \ \ \
| * | | | | | ftruncate: pass a signed offsetArnd Bergmann2024-06-241-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-274-28/+45
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | btrfs: qgroup: fix quota root leak after quota disable failureFilipe Manana2024-06-251-2/+2
| * | | | | btrfs: scrub: handle RST lookup error correctlyQu Wenruo2024-06-251-10/+14
| * | | | | btrfs: zoned: fix initial free space detectionNaohiro Aota2024-06-251-1/+1
| * | | | | btrfs: use NOFS context when getting inodes during logging and log replayFilipe Manana2024-06-251-15/+28
* | | | | | nfs: drop the incorrect assertion in nfs_swap_rw()Christoph Hellwig2024-06-241-2/+0
* | | | | | ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara2024-06-244-0/+26