summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Kill BTREE_UPDATE_PREJOURNALKent Overstreet2024-01-015-36/+11
* bcachefs: BTREE_INSERT_JOURNAL_REPLAY now "don't init trans->journal_res"Kent Overstreet2024-01-012-4/+17
* bcachefs: Clear k->needs_whitout earlier in commit pathKent Overstreet2024-01-011-2/+2
* bcachefs: track_event_change()Kent Overstreet2024-01-018-92/+140
* bcachefs: Journal pins must always have a flush_fnKent Overstreet2024-01-014-20/+40
* bcachefs: Add an assertion in bch2_journal_pin_set()Kent Overstreet2024-01-012-23/+51
* bcachefs: Include average write size in sysfs journal_debugKent Overstreet2024-01-013-9/+16
* bcachefs: Fix warning when building in userspaceKent Overstreet2024-01-011-2/+1
* bcachefs: Print old version when scanning for old metadataKent Overstreet2024-01-011-2/+6
* bcachefs: Fix locking when checking freespace btreeKent Overstreet2024-01-011-25/+35
* bcachefs: Check for unlinked inodes not on deleted listKent Overstreet2024-01-012-3/+27
* bcachefs: kill INODE_LOCK, use lock_two_nondirectories()Kent Overstreet2024-01-012-9/+6
* bcachefs: Improved backpointer messages in fsckKent Overstreet2024-01-011-28/+22
* bcachefs: Add extra verbose logging for ro pathKent Overstreet2024-01-011-2/+12
* bcachefs: Flush fsck errors before running twiceKent Overstreet2024-01-011-0/+2
* bcachefs: make RO snapshots actually ROKent Overstreet2024-01-016-14/+63
* bcachefs: bch_sb_field_downgradeKent Overstreet2024-01-0110-9/+255
* bcachefs: bch_sb.recovery_passes_requiredKent Overstreet2024-01-019-30/+172
* bcachefs: Add persistent identifiers for recovery passesKent Overstreet2024-01-013-39/+84
* bcachefs: prt_bitflags_vector()Kent Overstreet2024-01-013-0/+25
* bcachefs: move BCH_SB_ERRS() to sb-errors_types.hKent Overstreet2024-01-012-253/+253
* bcachefs: fix buffer overflow in nocow write pathKent Overstreet2024-01-011-41/+41
* bcachefs: DARRAY_PREALLOCATED()Kent Overstreet2024-01-012-13/+20
* bcachefs: Switch darray to kvmalloc()Kent Overstreet2024-01-012-2/+4
* bcachefs: Factor out darray resize slowpathKent Overstreet2024-01-013-11/+39
* bcachefs: fix setting version_upgrade_completeKent Overstreet2024-01-011-2/+2
* bcachefs: fix invalid free in dio write pathKent Overstreet2024-01-011-8/+5
* bcachefs: Fix extents iteration + snapshots interactionKent Overstreet2024-01-011-11/+24
* Merge tag 'trace-v6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-12-303-10/+103
|\
| * eventfs: Fix file and directory uid and gid ownershipSteven Rostedt (Google)2023-12-223-10/+103
* | Merge tag '6.7rc7-smb3-srv-fix' of git://git.samba.org/ksmbdLinus Torvalds2023-12-281-3/+12
|\ \
| * | ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon2023-12-271-3/+12
* | | Merge tag 'bcachefs-2023-12-27' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2023-12-285-12/+16
|\ \ \
| * | | 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
* | | | Merge tag 'char-misc-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-12-231-2/+4
|\ \ \ \
| * | | | debugfs: initialize cancellations earlierJohannes Berg2023-12-221-2/+4
* | | | | afs: Fix use-after-free due to get/remove race in volume treeDavid Howells2023-12-212-3/+25
* | | | | afs: Fix overwriting of result of DNS queryDavid Howells2023-12-211-2/+4
* | | | | Merge tag 'afs-fixes-20231221' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-12-211-14/+17
|\ \ \ \ \
| * | | | | afs: Fix dynamic root lookup DNS checkDavid Howells2023-12-201-2/+16
| * | | | | afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells2023-12-201-12/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'trace-v6.7-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-12-211-3/+9
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | eventfs: Have event files and directories default to parent uid and gidSteven Rostedt (Google)2023-12-211-3/+9
* | | | | Merge tag '6.7-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-12-209-72/+93
|\ \ \ \ \
| * | | | | cifs: do not let cifs_chan_update_iface deallocate channelsShyam Prasad N2023-12-191-31/+19
| * | | | | cifs: fix a pending undercount of srv_countShyam Prasad N2023-12-191-2/+1
| * | | | | fs: cifs: Fix atime update checkZizhi Wo2023-12-191-1/+1