summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-fixes-for-v6.13-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-12-163-5/+1
|\
| * efivarfs: Fix error on non-existent fileJames Bottomley2024-12-093-5/+1
* | Merge tag '6.13-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-12-144-4/+8
|\ \
| * | smb: client: destroy cfid_put_wq on module exitEnzo Matsumiya2024-12-111-0/+1
| * | cifs: Use str_yes_no() helper in cifs_ses_add_channel()Thorsten Blum2024-12-111-2/+2
| * | cifs: Fix rmdir failure due to ongoing I/O on deleted fileDavid Howells2024-12-111-1/+4
| * | smb3: fix compiler warning in reparse codeSteve French2024-12-091-1/+1
* | | Merge tag 'xfs-6.13-fixes_2024-12-12' of https://git.kernel.org/pub/scm/linux...Carlos Maiolino2024-12-1333-250/+577
|\ \ \
| * | | xfs: port xfs_ioc_start_commit to multigrain timestampsDarrick J. Wong2024-12-131-7/+7
| * | | xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong2024-12-131-1/+3
| * | | xfs: fix zero byte checking in the superblock scrubberDarrick J. Wong2024-12-131-2/+29
| * | | xfs: check pre-metadir fields correctlyDarrick J. Wong2024-12-131-13/+27
| * | | xfs: don't crash on corrupt /quotas direntDarrick J. Wong2024-12-131-0/+7
| * | | xfs: don't move nondir/nonreg temporary repair files to the metadir namespaceDarrick J. Wong2024-12-131-1/+11
| * | | xfs: fix sb_spino_align checks for large fsblock sizesDarrick J. Wong2024-12-131-5/+6
| * | | xfs: convert quotacheck to attach dquot buffersDarrick J. Wong2024-12-133-13/+16
| * | | xfs: attach dquot buffer to dquot log item bufferDarrick J. Wong2024-12-136-24/+169
| * | | xfs: clean up log item accesses in xfs_qm_dqflush{,_done}Darrick J. Wong2024-12-131-7/+8
| * | | xfs: separate dquot buffer reads from xfs_dqflushDarrick J. Wong2024-12-134-32/+86
| * | | xfs: don't lose solo dquot update transactionsDarrick J. Wong2024-12-133-14/+32
| * | | xfs: don't lose solo superblock counter update transactionsDarrick J. Wong2024-12-131-2/+7
| * | | xfs: avoid nested calls to __xfs_trans_commitDarrick J. Wong2024-12-131-12/+14
| * | | xfs: only run precommits once per transaction objectDarrick J. Wong2024-12-131-12/+4
| * | | xfs: unlock inodes when erroring out of xfs_trans_alloc_dirDarrick J. Wong2024-12-131-0/+3
| * | | xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong2024-12-131-1/+1
| * | | xfs: update btree keys correctly when _insrec splits an inode root blockDarrick J. Wong2024-12-131-6/+23
| * | | xfs: fix error bailout in xfs_rtginode_createDarrick J. Wong2024-12-131-1/+1
| * | | xfs: fix null bno_hint handling in xfs_rtallocate_rtgDarrick J. Wong2024-12-131-1/+1
| * | | xfs: mark metadir repair tempfiles with IRECOVERYDarrick J. Wong2024-12-132-3/+9
| * | | xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlinkDarrick J. Wong2024-12-131-1/+2
| * | | xfs: separate healthy clearing mask during repairDarrick J. Wong2024-12-132-24/+39
| * | | xfs: don't drop errno values when we fail to ficlone the entire rangeDarrick J. Wong2024-12-131-0/+8
| * | | xfs: return a 64-bit block count from xfs_btree_count_blocksDarrick J. Wong2024-12-139-15/+17
| * | | xfs: keep quota directory inode loadedDarrick J. Wong2024-12-133-53/+32
| * | | xfs: metapath scrubber should use the already loaded inodesDarrick J. Wong2024-12-131-16/+25
| * | | xfs: fix off-by-one error in fsmap's end_daddr usageDarrick J. Wong2024-12-131-16/+22
* | | | Merge tag 'v6.13-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-12-135-24/+38
|\ \ \ \
| * | | | ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon2024-12-111-7/+3
| * | | | ksmbd: fix racy issue from session lookup and expireNamjae Jeon2024-12-114-16/+23
| * | | | ksmbd: retry iterate_dir in smb2_query_dirHobin Woo2024-12-112-1/+12
| | |/ / | |/| |
* | | | Revert "unicode: Don't special case ignorable code points"Linus Torvalds2024-12-112-3346/+3427
| |/ / |/| |
* | | Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-12-115-41/+53
|\ \ \ | |/ / |/| |
| * | btrfs: flush delalloc workers queue before stopping cleaner kthread during un...Filipe Manana2024-12-061-0/+9
| * | btrfs: handle bio_split() errorsJohannes Thumshirn2024-12-061-2/+15
| * | btrfs: properly wait for writeback before buffered writeQu Wenruo2024-12-061-0/+1
| * | btrfs: fix missing snapshot drew unlock when root is dead during swap activationFilipe Manana2024-12-031-0/+1
| * | btrfs: fix mount failure due to remount racesQu Wenruo2024-12-031-39/+27
* | | Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds2024-12-084-30/+33
|\ \ \
| * | | ocfs2: update seq_file index in ocfs2_dlm_seq_nextWengang Wang2024-12-061-0/+1
| * | | ocfs2: free inode when ocfs2_get_init_inode() failsTetsuo Handa2024-12-061-1/+3