summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-271-3/+3
* bcachefs: Fix sb-downgrade validationKent Overstreet2024-05-261-3/+10
* bcachefs: Fix debug assertKent Overstreet2024-05-261-1/+1
* bcachefs: Fix race path in bch2_inode_insert()Kent Overstreet2024-05-231-2/+1
* bcachefs: Ensure we're RW before journallingKent Overstreet2024-05-231-1/+3
* bcachefs: Fix shutdown orderingKent Overstreet2024-05-232-1/+8
* bcachefs: Fix unsafety in bch2_dirent_name_bytes()Kent Overstreet2024-05-231-0/+3
* bcachefs: Fix stack oob in __bch2_encrypt_bio()Kent Overstreet2024-05-231-2/+6
* bcachefs: Fix btree_trans leak in bch2_readahead()Kent Overstreet2024-05-231-2/+2
* bcachefs: Fix bogus verify_replicas_entry() assertKent Overstreet2024-05-231-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 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-1931-348/+401
|\
| * fs/proc: fix softlockup in __read_vmcoreRik van Riel2024-05-121-0/+2
| * nilfs2: convert BUG_ON() in nilfs_finish_roll_forward() to WARN_ON()Ryusuke Konishi2024-05-121-1/+3
| * nilfs2: remove calls to folio_set_error() and folio_clear_error()Matthew Wilcox (Oracle)2024-05-122-8/+1
| * nilfs2: make superblock data array index computation sparse friendlyRyusuke Konishi2024-05-081-2/+18
| * squashfs: remove calls to set the folio error flagMatthew Wilcox (Oracle)2024-05-082-7/+2
| * squashfs: convert squashfs_symlink_read_folio to use folio APIsMatthew Wilcox (Oracle)2024-05-081-19/+16
| * ocfs2: remove redundant assignment to variable statusColin Ian King2024-05-081-1/+0
| * nilfs2: convert to use the new mount APIEric Sandeen2024-05-084-229/+174
| * nilfs2: add kernel-doc comments to nilfs_remove_all_gcinodes()Yang Li2024-04-261-0/+1
| * nilfs2: add kernel-doc comments to nilfs_btree_convert_and_insert()Yang Li2024-04-261-7/+16
| * nilfs2: add kernel-doc comments to nilfs_do_roll_forward()Yang Li2024-04-261-0/+1
| * ocfs2: use coarse time for new created filesSu Yue2024-04-261-1/+1
| * ocfs2: update inode fsync transaction id in ocfs2_unlink and ocfs2_linkSu Yue2024-04-261-0/+2
| * ocfs2: fix races between hole punching and AIO+DIOSu Yue2024-04-261-0/+2
| * ocfs2: return real error code in ocfs2_dio_wr_get_blockSu Yue2024-04-261-2/+0
| * vmcore: replace strncpy with strscpy_padJustin Stitt2024-04-261-3/+2
| * Squashfs: remove deprecated strncpy by not copying the stringPhillip Lougher2024-04-261-10/+4
| * ocfs2: fix sparse warningsHeming Zhao2024-04-265-15/+16
| * ocfs2: speed up chain-list searchingHeming Zhao2024-04-261-1/+1
| * ocfs2: adjust enabling place for la windowHeming Zhao2024-04-262-12/+8
| * ocfs2: improve write IO performance when fragmentation is highHeming Zhao2024-04-265-11/+108
| * regset: use kvzalloc() for regset_get_alloc()Douglas Anderson2024-04-261-1/+1
| * fs: add kernel-doc comments to fat_parse_long()Yang Li2024-04-261-0/+12
| * ocfs2: update inode ctime in ocfs2_fileattr_setSu Yue2024-04-261-0/+1