aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-10-07xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig3-14/+3
2024-10-07xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig1-45/+28
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addnameChristoph Hellwig1-5/+8
2024-10-07xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig2-3/+7
2024-10-07xfs: return bool from xfs_attr3_leaf_addChristoph Hellwig3-27/+25
2024-10-07xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addnameChristoph Hellwig1-102/+74
2024-10-07xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()Uros Bizjak1-7/+4
2024-10-07xfs: scrub: convert comma to semicolonYan Zhen1-2/+2
2024-10-07xfs: Remove empty declartion in header fileZhang Zekun1-2/+0
2024-10-06cifs: Fix creating native symlinks pointing to current or parent directoryPali Rohár1-3/+14
2024-10-06cifs: Improve creating native symlinks pointing to directoryPali Rohár3-4/+164
2024-10-06bcachefs: Delete vestigal check_inode() checksKent Overstreet1-75/+5
2024-10-06bcachefs: btree_iter_peek_upto() now handles BTREE_ITER_all_snapshotsKent Overstreet1-3/+3
2024-10-06bcachefs: reattach_inode() now correctly handles interior snapshot nodesKent Overstreet2-20/+158
2024-10-06bcachefs: Split out check_unreachable_inodes() passKent Overstreet3-35/+67
2024-10-06bcachefs: Fix lockdep splat in bch2_accounting_readKent Overstreet1-8/+26
2024-10-05Merge tag 'bcachefs-2024-10-05' of git://evilpiepirate.org/bcachefsLinus Torvalds20-209/+342
2024-10-05nfsd: fix possible badness in FREE_STATEIDOlga Kornievskaia1-0/+1
2024-10-05Merge tag 'ext4_for_linus-5.12-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-17/+23
2024-10-04bcachefs: Rework logged op error handlingKent Overstreet3-28/+53
2024-10-04bcachefs: Add warn param to subvol_get_snapshot, peek_inodeKent Overstreet4-28/+43
2024-10-04bcachefs: Kill snapshot arg to fsck_write_inode()Kent Overstreet4-55/+51
2024-10-04bcachefs: Check for unlinked, non-empty dirs in check_inode()Kent Overstreet2-1/+19
2024-10-04bcachefs: Check for unlinked inodes with direntsKent Overstreet2-15/+41
2024-10-04bcachefs: Check for directories with no backpointersKent Overstreet2-8/+17
2024-10-04bcachefs: Kill alloc_v4.fragmentation_lruKent Overstreet7-22/+38
2024-10-04bcachefs: minor lru fsck fixesKent Overstreet1-12/+15
2024-10-04bcachefs: Mark more errors AUTOFIXKent Overstreet1-12/+12
2024-10-04bcachefs: Make sure we print error that causes fsck to bail outKent Overstreet1-3/+9
2024-10-04bcachefs: bkey errors are only AUTOFIX during readKent Overstreet2-8/+12
2024-10-04bcachefs: Create lost+found in correct snapshotKent Overstreet1-1/+7
2024-10-04bcachefs: Fix reattach_inode()Kent Overstreet1-6/+5
2024-10-04bcachefs: Add missing wakeup to bch2_inode_hash_remove()Kent Overstreet1-12/+21
2024-10-04ext4: fix off by one issue in alloc_flex_gd()Baokun Li1-8/+10
2024-10-04ext4: mark fc as ineligible using an handle in ext4_xattr_set()Luis Henriques (SUSE)1-1/+2
2024-10-04ext4: use handle to mark fc as ineligible in __track_dentry_update()Luis Henriques (SUSE)1-8/+11
2024-10-04nfsd/localio: fix nfsd_file tracepoints to handle NULL rqstpMike Snitzer1-3/+3
2024-10-04Merge tag 'fsnotify_for_v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-27/+22
2024-10-04Merge tag 'fs_for_v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-106/+224
2024-10-04Merge tag 'ceph-for-6.12-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds1-2/+5
2024-10-04Merge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-82/+57
2024-10-04Merge tag 'v6.12-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds24-59/+167
2024-10-04Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-61/+34
2024-10-03Merge tag 'pull-fixes.ufs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2024-10-03nfs_common: fix Kconfig for NFS_COMMON_LOCALIO_SUPPORTMike Snitzer1-1/+1
2024-10-03nfs_common: fix race in NFS calls to nfsd_file_put_local() and nfsd_serv_put()Mike Snitzer5-8/+11
2024-10-03NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies()Yanjun Zhang3-2/+3
2024-10-03SUNRPC: Fix integer overflow in decode_rc_list()Dan Carpenter1-0/+2
2024-10-03cifs: Do not convert delimiter when parsing NFS-style symlinksPali Rohár1-1/+0
2024-10-03cifs: Validate content of NFS reparse point bufferPali Rohár1-0/+23