summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.10-rc6-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-07-071-30/+0
|\
| * cifs: Fix read-performance regression by dropping readahead expansionDavid Howells2024-07-031-30/+0
* | Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-045-9/+38
|\ \
| * | btrfs: fix folio refcount in __alloc_dummy_extent_buffer()Boris Burkov2024-07-041-1/+1
| * | btrfs: fix folio refcount in btrfs_do_encoded_write()Boris Burkov2024-07-041-1/+1
| * | btrfs: fix uninitialized return value in the ref-verify toolFilipe Manana2024-07-021-2/+7
| * | btrfs: always do the basic checks for btrfs_qgroup_inherit structureQu Wenruo2024-07-021-2/+8
| * | btrfs: zoned: fix calc_available_free_space() for zoned modeNaohiro Aota2024-07-021-3/+21
* | | Merge tag 'mm-hotfixes-stable-2024-07-03-22-23' of git://git.kernel.org/pub/s...Linus Torvalds2024-07-048-15/+41
|\ \ \
| * | | nilfs2: fix incorrect inode allocation from reserved inodesRyusuke Konishi2024-07-034-12/+20
| * | | nilfs2: add missing check for inode numbers on directory entriesRyusuke Konishi2024-07-032-0/+11
| * | | nilfs2: fix inode number range checksRyusuke Konishi2024-07-033-3/+10
| | |/ | |/|
* | | 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-261-0/+3
| * | | | | bcachefs: Discard, invalidate workers are now per deviceKent Overstreet2024-06-265-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