summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '9p-fixes-for-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-04-194-6/+23
|\
| * fs/9p: drop inodes immediately on non-.L tooJoakim Sindholt2024-04-111-0/+1
| * fs/9p: Revert "fs/9p: fix dups even in uncached mode"Eric Van Hensbergen2024-04-111-0/+16
| * fs/9p: remove erroneous nlink init from legacy stat2inodeEric Van Hensbergen2024-04-091-2/+0
| * 9p: explicitly deny setlease attemptsJeff Layton2024-03-281-0/+2
| * fs/9p: fix the cache always being enabled on files with qid flagsJoakim Sindholt2024-03-281-3/+0
| * fs/9p: translate O_TRUNC into OTRUNCJoakim Sindholt2024-03-281-0/+3
| * fs/9p: only translate RWX permissions for plain 9P2000Joakim Sindholt2024-03-281-1/+1
* | Merge tag 'fuse-fixes-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-04-196-27/+58
|\ \
| * | cuse: add kernel-doc comments to cuse_process_init_reply()Yang Li2024-04-151-0/+4
| * | fuse: fix leaked ENOSYS error on first statx callDanny Lin2024-04-151-0/+1
| * | fuse: fix parallel dio write on file open in passthrough modeAmir Goldstein2024-04-151-2/+2
| * | fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein2024-04-154-25/+51
* | | Merge tag 'mm-hotfixes-stable-2024-04-18-14-41' of git://git.kernel.org/pub/s...Linus Torvalds2024-04-192-2/+5
|\ \ \
| * | | nilfs2: fix OOB in nilfs_set_de_typeJeongjun Park2024-04-161-1/+1
| * | | Squashfs: check the inode number is not the invalid value of zeroPhillip Lougher2024-04-161-1/+4
* | | | Merge tag 'for-6.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-04-172-15/+14
|\ \ \ \
| * | | | btrfs: do not wait for short bulk allocationQu Wenruo2024-04-091-14/+4
| * | | | btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handlingNaohiro Aota2024-04-092-0/+9
| * | | | btrfs: zoned: do not flag ZEROOUT on non-dirty extent bufferNaohiro Aota2024-04-091-1/+1
* | | | | Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-04-151-24/+23
|\ \ \ \ \
| * | | | | NFSD: fix endianness issue in nfsd4_encode_fattr4Vasily Gorbik2024-04-111-24/+23
* | | | | | Merge tag 'bcachefs-2024-04-15' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-04-1534-182/+432
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | bcachefs: set_btree_iter_dontneed also clears should_be_lockedKent Overstreet2024-04-151-2/+7
| * | | | | bcachefs: fix error path of __bch2_read_super()Chao Yu2024-04-151-2/+5
| * | | | | bcachefs: Check for backpointer bucket_offset >= bucket sizeKent Overstreet2024-04-143-10/+9
| * | | | | bcachefs: bch_member.btree_allocated_bitmapKent Overstreet2024-04-149-6/+131
| * | | | | bcachefs: sysfs internal/trigger_journal_flushKent Overstreet2024-04-141-1/+10
| * | | | | bcachefs: Fix bch2_btree_node_fill() for !pathKent Overstreet2024-04-141-26/+18
| * | | | | bcachefs: add safety checks in bch2_btree_node_fill()Kent Overstreet2024-04-141-1/+24
| * | | | | bcachefs: Interior known are required to have known key typesKent Overstreet2024-04-141-1/+2
| * | | | | bcachefs: add missing bounds check in __bch2_bkey_val_invalid()Kent Overstreet2024-04-141-1/+4
| * | | | | bcachefs: Fix btree node merging on write buffer btreesKent Overstreet2024-04-131-2/+12
| * | | | | bcachefs: Disable merges from interior update pathKent Overstreet2024-04-131-0/+10
| * | | | | bcachefs: Run merges at BCH_WATERMARK_btreeKent Overstreet2024-04-131-0/+6
| * | | | | bcachefs: Fix missing write refs in fs fio pathsKent Overstreet2024-04-133-14/+23
| * | | | | bcachefs: Fix deadlock in journal replayKent Overstreet2024-04-131-3/+4
| * | | | | bcachefs: Go rw if running any explicit recovery passesKent Overstreet2024-04-131-1/+1
| * | | | | bcachefs: Standardize helpers for printing enum strs with bounds checksKent Overstreet2024-04-1310-56/+69
| * | | | | bcachefs: don't queue btree nodes for rewrites during scanKent Overstreet2024-04-131-1/+3
| * | | | | bcachefs: fix race in bch2_btree_node_evict()Kent Overstreet2024-04-131-1/+3
| * | | | | bcachefs: fix unsafety in bch2_stripe_to_text()Kent Overstreet2024-04-132-21/+27
| * | | | | bcachefs: fix unsafety in bch2_extent_ptr_to_text()Kent Overstreet2024-04-131-1/+3
| * | | | | bcachefs: btree node scan: handle encrypted nodesKent Overstreet2024-04-131-0/+10
| * | | | | bcachefs: Check for packed bkeys that are too bigKent Overstreet2024-04-132-7/+14
| * | | | | bcachefs: Fix UAFs of btree_insert_entry arrayKent Overstreet2024-04-131-13/+14
| * | | | | bcachefs: Don't use bch2_btree_node_lock_write_nofail() in btree split pathKent Overstreet2024-04-111-15/+26
* | | | | | Merge tag 'pull-sysfs-annotation-fix' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-04-141-1/+8
|\ \ \ \ \ \
| * | | | | | kernfs: annotate different lockdep class for of->mutex of writable filesAmir Goldstein2024-04-141-1/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'zonefs-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-04-131-1/+1
|\ \ \ \ \ \