aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: improved rw_aux_tree_bsearch()Kent Overstreet2-21/+24
2023-10-22bcachefs: Factor out btree_key_can_insert()Kent Overstreet4-35/+73
2023-10-22bcachefs: BCH_SB_RESERVE_BYTESKent Overstreet3-17/+17
2023-10-22bcachefs: Better calculation of copygc thresholdKent Overstreet4-23/+32
2023-10-22bcachefs: Change how replicated data is accountedKent Overstreet5-50/+107
2023-10-22bcachefs: Account for internal fragmentation betterKent Overstreet8-61/+93
2023-10-22bcachefs: kill s_alloc, use bch_data_typeKent Overstreet6-70/+44
2023-10-22bcachefs: bch2_mark_key() now takes bch_data_typeKent Overstreet5-18/+18
2023-10-22bcachefs: Fix an assertion in the btree node merge pathKent Overstreet2-48/+28
2023-10-22bcachefs: Fix locking in allocator threadKent Overstreet1-3/+8
2023-10-22bcachefs: fix bch2_val_to_text()Kent Overstreet14-46/+72
2023-10-22bcachefs: minor fsync fixKent Overstreet1-2/+5
2023-10-22bcachefs: Assorted journal refactoringKent Overstreet3-130/+96
2023-10-22bcachefs: fix last_seq_ondiskKent Overstreet1-1/+2
2023-10-22bcachefs: fix mtime/ctime update on truncateKent Overstreet1-1/+2
2023-10-22bcachefs: fix fsync after createKent Overstreet1-1/+3
2023-10-22bcachefs: fix nbuckets usage on device resizeKent Overstreet1-3/+3
2023-10-22bcachefs: Invalidate buckets when writing to alloc btreeKent Overstreet6-337/+300
2023-10-22bcachefs: kill bucket mark sector count saturationKent Overstreet5-69/+10
2023-10-22bcachefs: don't call bch2_bucket_seq_cleanup from journal_buf_switchKent Overstreet5-16/+17
2023-10-22bcachefs: Fix an assertionKent Overstreet1-1/+1
2023-10-22bcachefs: fix rename + fsyncKent Overstreet1-0/+4
2023-10-22bcachefs: Use ei_update_lock consistentlyKent Overstreet2-3/+47
2023-10-22bcachefs: bch2_trans_update() now takes struct btree_insert_entryKent Overstreet7-31/+21
2023-10-22bcachefs: Fix mtime/ctime updatesKent Overstreet7-124/+130
2023-10-22bcachefs: Simplify bch2_write_inode_trans, fix lockdep splatKent Overstreet2-26/+13
2023-10-22bcachefs: add bch_verbose() statements for shutdownKent Overstreet1-0/+4
2023-10-22bcachefs: Fix a use after free in the journal codeKent Overstreet7-76/+112
2023-10-22bcachefs: Fix device addKent Overstreet2-3/+17
2023-10-22bcachefs: trace transaction restartsKent Overstreet5-9/+54
2023-10-22bcachefs: Convert raw uses of bch2_btree_iter_link() to new transactionsKent Overstreet2-93/+130
2023-10-22bcachefs: Only check inode i_nlink during full fsckKent Overstreet4-3/+40
2023-10-22bcachefs: Initial commitKent Overstreet122-0/+57147
2023-09-11fs: factor out d_mark_tmpfile()Kent Overstreet1-2/+10
2023-09-09Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds13-19/+42
2023-09-08Merge tag '6.6-rc-ksmbd' of git://git.samba.org/ksmbdLinus Torvalds2-3/+1
2023-09-08smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTUSteve French1-1/+1
2023-09-07ntfs3: drop inode references in ntfs_put_super()Christian Brauner1-6/+12
2023-09-07vfs: mostly undo glibc turning 'fstat()' into 'fstatat(AT_EMPTY_PATH)'Linus Torvalds1-0/+17
2023-09-07cifs: update internal module version number for cifs.koSteve French1-2/+2
2023-09-07smb3: allow controlling maximum number of cached directoriesSteve French7-6/+22
2023-09-07smb3: add trace point for queryfs (statfs)Steve French2-1/+2
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds18-462/+3532
2023-09-05Merge tag 'gfs2-v6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds19-326/+344
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-105/+237
2023-09-05Merge tag 'mm-stable-2023-09-04-14-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+6
2023-09-05gfs2: change qd_slot_count to qd_slot_refBob Peterson2-9/+9
2023-09-05gfs2: check for no eligible quota changesBob Peterson1-0/+21
2023-09-05gfs2: Remove useless assignmentBob Peterson1-2/+0
2023-09-05gfs2: simplify slot_getBob Peterson1-10/+9