summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix promotesKent Overstreet2023-12-261-1/+2
* bcachefs: Fix leakage of internal error codeKent Overstreet2023-12-211-2/+4
* bcachefs: Fix insufficient disk reservation with compression + snapshotsKent Overstreet2023-12-211-7/+8
* bcachefs: fix BCH_FSCK_ERR enumKent Overstreet2023-12-192-2/+2
* bcachefs: Fix bch2_alloc_sectors_start_trans() error handlingKent Overstreet2023-12-191-3/+11
* bcachefs; guard against overflow in btree node splitKent Overstreet2023-12-191-0/+12
* bcachefs: btree_node_u64s_with_format() takes nr keysKent Overstreet2023-12-192-17/+14
* bcachefs: print explicit recovery pass message only onceKent Overstreet2023-12-171-0/+3
* bcachefs: improve modprobe support by providing softdepsDaniel Hill2023-12-141-0/+6
* bcachefs: fix invalid memory access in bch2_fs_alloc() error pathThomas Bertschinger2023-12-143-2/+8
* bcachefs: Fix determining required file handle lengthJan Kara2023-12-131-5/+14
* bcachefs: Fix nocow locks deadlockKent Overstreet2023-12-111-1/+2
* bcachefs: Close journal entry if necessary when flushing all pinsKent Overstreet2023-12-104-4/+9
* bcachefs: Fix uninitialized var in bch2_journal_replay()Kent Overstreet2023-12-101-1/+1
* bcachefs: Fix deleted inode check for dirsKent Overstreet2023-12-083-13/+22
* bcachefs: rebalance shouldn't attempt to compress unwritten extentsDaniel Hill2023-12-061-1/+2
* bcachefs: don't attempt rw on unfreeze when shutdownBrian Foster2023-12-061-0/+3
* bcachefs: Fix creating snapshot with implict sourceKent Overstreet2023-12-061-1/+1
* bcachefs: Don't run indirect extent trigger unless inserting/deletingKent Overstreet2023-12-041-0/+8
* bcachefs: Convert compression_stats to for_each_btree_key2Kent Overstreet2023-12-041-4/+4
* bcachefs: Fix bch2_extent_drop_ptrs() callKent Overstreet2023-12-041-2/+2
* bcachefs: Fix a journal deadlock in replayKent Overstreet2023-12-041-0/+11
* bcachefs; Don't use btree write buffer until journal replay is finishedKent Overstreet2023-12-041-0/+16
* bcachefs: Don't drop journal pins in exit pathKent Overstreet2023-12-034-12/+5
* Merge tag 'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-12-037-34/+54
|\
| * smb: client, common: fix fortify warningsDmitry Antipov2023-11-305-31/+40
| * cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF movedDavid Howells2023-11-291-0/+3
| * cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF movedDavid Howells2023-11-291-2/+8
| * smb: client: report correct st_size for SMB and NFS symlinksPaulo Alcantara2023-11-281-0/+2
| * smb: client: fix missing mode bits for SMB symlinksPaulo Alcantara2023-11-281-1/+1
* | Merge tag 'fs_for_v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-12-021-1/+0
|\ \
| * | ext2: Fix ki_pos update for DIO buffered-io fallback caseRitesh Harjani (IBM)2023-11-221-1/+0
* | | Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-12-0236-228/+394
|\ \ \
| * | | bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet2023-11-282-4/+10
| * | | bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Kent Overstreet2023-11-281-4/+5
| * | | bcachefs: Fix race between btree writes and metadata dropKent Overstreet2023-11-281-0/+4
| * | | bcachefs: move journal seq assertionKent Overstreet2023-11-282-3/+3
| * | | bcachefs: -EROFS doesn't count as move_extent_start_failKent Overstreet2023-11-281-0/+4
| * | | bcachefs: trace_move_extent_start_fail() now includes errcodeKent Overstreet2023-11-283-17/+14
| * | | bcachefs: Fix split_race livelockKent Overstreet2023-11-281-1/+5
| * | | bcachefs: Fix bucket data type for stripe bucketsKent Overstreet2023-11-281-2/+6
| * | | bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet2023-11-284-31/+53
| * | | bcachefs: Fix zstd compress workspace sizeKent Overstreet2023-11-282-7/+11
| * | | bcachefs: bpos is misaligned on big endianKent Overstreet2023-11-251-1/+5
| * | | bcachefs: Fix ec + durability calculationKent Overstreet2023-11-251-18/+12
| * | | bcachefs: Data update path won't accidentaly grow replicasKent Overstreet2023-11-255-67/+96
| * | | bcachefs: deallocate_extra_replicas()Kent Overstreet2023-11-241-0/+27
| * | | bcachefs: Proper refcounting for journal_keysKent Overstreet2023-11-246-11/+42
| * | | bcachefs: preserve device path as device nameBrian Foster2023-11-243-2/+7
| * | | bcachefs: Fix an endianness conversionKent Overstreet2023-11-241-1/+1