summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2024-05-245-12/+45
|\
| * btrfs: re-introduce 'norecovery' mount optionQu Wenruo2024-05-211-0/+8
| * btrfs: fix end of tree detection when searching for data extent refFilipe Manana2024-05-151-1/+1
| * btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warningLu Yao2024-05-151-1/+1
| * btrfs: zoned: fix use-after-free due to race with dev replaceFilipe Manana2024-05-151-3/+10
| * btrfs: qgroup: fix qgroup id collision across mountsBoris Burkov2024-05-151-0/+20
| * btrfs: qgroup: update rescan message levels and error codesDavid Sterba2024-05-151-7/+5
* | Merge tag 'erofs-for-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-248-88/+65
|\ \
| * | erofs: avoid allocating DEFLATE streams before mountingGao Xiang2024-05-211-26/+29
| * | z_erofs_pcluster_begin(): don't bother with rounding position downAl Viro2024-05-181-1/+1
| * | erofs: don't round offset down for erofs_read_metabuf()Al Viro2024-05-181-8/+8
| * | erofs: don't align offset for erofs_read_metabuf() (simple cases)Al Viro2024-05-184-25/+14
| * | erofs: mechanically convert erofs_read_metabuf() to offsetsAl Viro2024-05-187-13/+13
| * | erofs: clean up erofs_show_options()Hongzhen Luo2024-05-182-23/+8
| * | Merge branch 'misc.erofs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gao Xiang2024-05-187-44/+33
| |\ \
* | \ \ Merge tag 'bcachefs-2024-05-24' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-05-2415-57/+96
|\ \ \ \
| * | | | bcachefs: Fix race path in bch2_inode_insert()Kent Overstreet2024-05-221-2/+1
| * | | | bcachefs: Ensure we're RW before journallingKent Overstreet2024-05-221-1/+3
| * | | | bcachefs: Fix shutdown orderingKent Overstreet2024-05-222-1/+8
| * | | | bcachefs: Fix unsafety in bch2_dirent_name_bytes()Kent Overstreet2024-05-221-0/+3
| * | | | bcachefs: Fix stack oob in __bch2_encrypt_bio()Kent Overstreet2024-05-221-2/+6
| * | | | bcachefs: Fix btree_trans leak in bch2_readahead()Kent Overstreet2024-05-221-2/+2
| * | | | bcachefs: Fix bogus verify_replicas_entry() assertKent Overstreet2024-05-221-13/+2
| * | | | bcachefs: Check for subvolues with bogus snapshot/inode fieldsKent Overstreet2024-05-202-1/+12
| * | | | bcachefs: bch2_checksum() returns 0 for unknown checksum typeKent Overstreet2024-05-201-2/+2
| * | | | bcachefs: Fix bch2_alloc_ciphers()Kent Overstreet2024-05-201-12/+13
| * | | | bcachefs: Add missing guard in bch2_snapshot_has_children()Kent Overstreet2024-05-201-5/+2
| * | | | bcachefs: Fix missing parens in drop_locks_do()Kent Overstreet2024-05-201-1/+1
| * | | | bcachefs: Improve bch2_assert_pos_locked()Kent Overstreet2024-05-201-0/+2
| * | | | bcachefs: Fix shift overflows in replicas.cKent Overstreet2024-05-201-8/+21
| * | | | bcachefs: Fix shift overflow in btree_lost_data()Kent Overstreet2024-05-202-0/+9
| * | | | bcachefs: Fix ref in trans_mark_dev_sbs() error pathKent Overstreet2024-05-201-1/+1
| * | | | bcachefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodYouling Tang2024-05-201-1/+2
| * | | | bcachefs: Fix rcu splat in check_fix_ptrs()Kent Overstreet2024-05-201-5/+6
* | | | | Merge tag 'trace-tracefs-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-242-155/+116
|\ \ \ \ \
| * | | | | eventfs: Do not use attributes for events directorySteven Rostedt (Google)2024-05-231-7/+7
| * | | | | eventfs: Cleanup permissions in creation of inodesSteven Rostedt (Google)2024-05-231-67/+23
| * | | | | eventfs: Remove getattr and permission callbacksSteven Rostedt (Google)2024-05-231-40/+0
| * | | | | eventfs: Consolidate the eventfs_inode update in eventfs_get_inode()Steven Rostedt (Google)2024-05-231-19/+23
| * | | | | tracefs: Clear EVENT_INODE flag in tracefs_drop_inode()Steven Rostedt (Google)2024-05-231-16/+17
| * | | | | eventfs: Update all the eventfs_inodes from the events descriptorSteven Rostedt (Google)2024-05-231-13/+31
| * | | | | tracefs: Update inode permissions on remountSteven Rostedt (Google)2024-05-232-7/+25
| * | | | | eventfs: Keep the directories from having the same inode number as filesSteven Rostedt (Google)2024-05-231-1/+5
* | | | | | Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-05-2313-66/+108
|\ \ \ \ \ \
| * | | | | | nfs: fix undefined behavior in nfs_block_bits()Sergey Shtylyov2024-05-211-2/+2
| * | | | | | pNFS: rework pnfs_generic_pg_check_layout to check IO rangeOlga Kornievskaia2024-05-214-36/+14
| * | | | | | pNFS/filelayout: check layout segment rangeOlga Kornievskaia2024-05-211-0/+2
| * | | | | | pNFS/filelayout: fixup pNfs allocation modesOlga Kornievskaia2024-05-211-2/+2
| * | | | | | NFS: Don't enable NFS v2 by defaultAnna Schumaker2024-05-201-2/+2
| * | | | | | NFS: Fix READ_PLUS when server doesn't support OP_READ_PLUSAnna Schumaker2024-05-201-1/+1