summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-12-12xfs: don't crash on corrupt /quotas direntDarrick J. Wong
2024-12-12xfs: don't move nondir/nonreg temporary repair files to the metadir namespaceDarrick J. Wong
2024-12-12xfs: fix sb_spino_align checks for large fsblock sizesDarrick J. Wong
2024-12-12xfs: convert quotacheck to attach dquot buffersDarrick J. Wong
2024-12-12xfs: attach dquot buffer to dquot log item bufferDarrick J. Wong
2024-12-12xfs: clean up log item accesses in xfs_qm_dqflush{,_done}Darrick J. Wong
2024-12-12xfs: separate dquot buffer reads from xfs_dqflushDarrick J. Wong
2024-12-12xfs: don't lose solo dquot update transactionsDarrick J. Wong
2024-12-12xfs: don't lose solo superblock counter update transactionsDarrick J. Wong
2024-12-12xfs: avoid nested calls to __xfs_trans_commitDarrick J. Wong
2024-12-12xfs: only run precommits once per transaction objectDarrick J. Wong
2024-12-12xfs: unlock inodes when erroring out of xfs_trans_alloc_dirDarrick J. Wong
2024-12-12xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong
2024-12-12xfs: update btree keys correctly when _insrec splits an inode root blockDarrick J. Wong
2024-12-12xfs: fix error bailout in xfs_rtginode_createDarrick J. Wong
2024-12-12xfs: fix null bno_hint handling in xfs_rtallocate_rtgDarrick J. Wong
2024-12-12xfs: mark metadir repair tempfiles with IRECOVERYDarrick J. Wong
2024-12-12xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlinkDarrick J. Wong
2024-12-12xfs: separate healthy clearing mask during repairDarrick J. Wong
2024-12-12xfs: don't drop errno values when we fail to ficlone the entire rangeDarrick J. Wong
2024-12-12xfs: return a 64-bit block count from xfs_btree_count_blocksDarrick J. Wong
2024-12-12xfs: keep quota directory inode loadedDarrick J. Wong
2024-12-12xfs: metapath scrubber should use the already loaded inodesDarrick J. Wong
2024-12-12xfs: fix off-by-one error in fsmap's end_daddr usageDarrick J. Wong
2024-12-12Merge tag 'v6.13-rc2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-12-13erofs: add erofs_sb_free() helperGao Xiang
2024-12-13erofs: fix PSI memstall accountingGao Xiang
2024-12-13erofs: fix rare pcluster memory leak after unmountingGao Xiang
2024-12-12fuse: fix direct io folio offset and length calculationJoanne Koong
2024-12-11Revert "unicode: Don't special case ignorable code points"Linus Torvalds
2024-12-11fs: don't block write during exec on pre-content watched filesAmir Goldstein
2024-12-11fs: enable pre-content events on supported file systemsJosef Bacik
2024-12-11ext4: add pre-content fsnotify hook for DAX faultsJan Kara
2024-12-11btrfs: disable defrag on pre-content watched filesJosef Bacik
2024-12-11xfs: add pre-content fsnotify hook for DAX faultsJosef Bacik
2024-12-11iomap: fix zero padding data issue in concurrent append writesLong Li
2024-12-11iomap: pass byte granular end position to iomap_add_to_ioendLong Li
2024-12-10smb: client: destroy cfid_put_wq on module exitEnzo Matsumiya
2024-12-10cifs: Use str_yes_no() helper in cifs_ses_add_channel()Thorsten Blum
2024-12-10cifs: Fix rmdir failure due to ongoing I/O on deleted fileDavid Howells
2024-12-10Merge tag 'for-6.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-10ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon
2024-12-10ksmbd: fix racy issue from session lookup and expireNamjae Jeon
2024-12-10ksmbd: retry iterate_dir in smb2_query_dirHobin Woo
2024-12-10fanotify: allow to set errno in FAN_DENY permission responseAmir Goldstein
2024-12-10fanotify: report file range info with pre-content eventsAmir Goldstein
2024-12-10fanotify: introduce FAN_PRE_ACCESS permission eventAmir Goldstein
2024-12-10fsnotify: generate pre-content permission event on truncateAmir Goldstein
2024-12-10fsnotify: pass optional file access range in pre-content eventAmir Goldstein
2024-12-10fsnotify: introduce pre-content permission eventsAmir Goldstein