aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-04-23xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2Darrick J. Wong1-0/+27
2024-04-23xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are availableDarrick J. Wong4-3/+24
2024-04-23xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recoveryDarrick J. Wong1-2/+3
2024-04-23xfs: attr fork iext must be loaded before calling xfs_attr_is_leafDarrick J. Wong3-6/+60
2024-04-23xfs: rearrange xfs_da_args a bit to use less spaceDarrick J. Wong1-9/+11
2024-04-23xfs: make attr removal an explicit operationDarrick J. Wong6-25/+34
2024-04-23xfs: remove xfs_da_args.attr_flagsDarrick J. Wong10-28/+39
2024-04-23xfs: remove XFS_DA_OP_NOTIMEDarrick J. Wong3-8/+4
2024-04-23xfs: remove XFS_DA_OP_REMOVEDarrick J. Wong2-5/+2
2024-04-23udf: Use a folio in udf_write_end()Matthew Wilcox (Oracle)1-3/+5
2024-04-23udf: Convert udf_page_mkwrite() to use a folioMatthew Wilcox (Oracle)1-10/+10
2024-04-23udf: Convert udf_symlink_getattr() to use a folioMatthew Wilcox (Oracle)1-6/+6
2024-04-23udf: Convert udf_adinicb_readpage() to udf_adinicb_read_folio()Matthew Wilcox (Oracle)1-12/+7
2024-04-23udf: Convert udf_expand_file_adinicb() to use a folioMatthew Wilcox (Oracle)1-13/+14
2024-04-23udf: Convert udf_write_begin() to use a folioMatthew Wilcox (Oracle)1-7/+8
2024-04-23udf: Convert udf_symlink_filler() to use a folioMatthew Wilcox (Oracle)1-16/+6
2024-04-23Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman180-2007/+4380
2024-04-23netfs: Fix writethrough-mode error handlingDavid Howells1-4/+6
2024-04-23ntfs3: add legacy ntfs file operationsChristian Brauner4-4/+33
2024-04-23ntfs3: enforce read-only when used as legacy ntfs driverChristian Brauner2-4/+34
2024-04-23fs/ntfs3: Mark volume as dirty if xattr is brokenKonstantin Komarov1-1/+4
2024-04-23fs/ntfs3: Always make file nonresident on fallocate callKonstantin Komarov3-0/+42
2024-04-23fs/ntfs3: Redesign ntfs_create_inode to return error code instead of inodeKonstantin Komarov3-39/+23
2024-04-23fs/ntfs3: Use variable length array instead of fixed sizeKonstantin Komarov1-1/+1
2024-04-23fs/ntfs3: Use 64 bit variable to avoid 32 bit overflowKonstantin Komarov1-1/+2
2024-04-23fs/ntfs3: Check 'folio' pointer for NULLKonstantin Komarov1-6/+11
2024-04-23fs/ntfs3: Missed le32_to_cpu conversionKonstantin Komarov1-1/+1
2024-04-23fs/ntfs3: Remove max link count info display during driver initKonstantin Komarov1-2/+0
2024-04-23fs/ntfs3: Taking DOS names into account during link countingKonstantin Komarov2-12/+6
2024-04-22Merge tag '6.9-rc5-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds5-28/+42
2024-04-22Merge tag 'bcachefs-2024-04-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds19-52/+105
2024-04-22cifs: reinstate original behavior again for forceuid/forcegidTakayuki Nagata2-0/+14
2024-04-22 fs/9p: mitigate inode collisionsEric Van Hensbergen4-22/+56
2024-04-22fuse: verify zero padding in fuse_backing_mapAmir Goldstein1-1/+1
2024-04-22xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)Christoph Hellwig4-4/+5
2024-04-22xfs: stop the steal (of data blocks for RT indirect blocks)Christoph Hellwig1-1/+6
2024-04-22xfs: rework splitting of indirect block reservationsChristoph Hellwig1-22/+16
2024-04-22xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocationsChristoph Hellwig1-12/+31
2024-04-22xfs: support RT inodes in xfs_mod_delallocChristoph Hellwig7-13/+56
2024-04-22xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delayChristoph Hellwig1-10/+10
2024-04-22xfs: reinstate RT support in xfs_bmapi_reserve_delallocChristoph Hellwig1-8/+14
2024-04-22xfs: split xfs_mod_freecounterChristoph Hellwig14-124/+97
2024-04-22xfs: block deltas in xfs_trans_unreserve_and_mod_sb must be positiveChristoph Hellwig1-14/+24
2024-04-22xfs: move RT inode locking out of __xfs_bunmapiChristoph Hellwig2-7/+11
2024-04-22xfs: free RT extents after updating the bmap btreeChristoph Hellwig1-17/+9
2024-04-22xfs: refactor realtime inode lockingChristoph Hellwig7-23/+87
2024-04-22xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitionsChristoph Hellwig1-2/+1
2024-04-22xfs: compile out v4 support if disabledChristoph Hellwig2-18/+44
2024-04-22xfs: remove the unused xfs_extent_busy_enomem trace eventChristoph Hellwig1-1/+0
2024-04-22xfs: unwind xfs_extent_busy_clearChristoph Hellwig1-34/+25