summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-08-03fs/ntfs3: Make ni_ins_new_attr return errorKonstantin Komarov1-3/+26
2022-08-03fs/ntfs3: Create MFT zone only if length is large enoughKonstantin Komarov1-8/+3
2022-08-03fs/ntfs3: Refactoring attr_insert_range to restore after errorsKonstantin Komarov1-31/+86
2022-08-03fs/ntfs3: Refactoring attr_punch_hole to restore after errorsKonstantin Komarov3-38/+105
2022-08-03fs/ntfs3: Refactoring attr_set_size to restore after errorsKonstantin Komarov1-54/+126
2022-08-03fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov6-17/+25
2022-08-03fs/ntfs3: Make MFT zone less fragmentedKonstantin Komarov3-14/+33
2022-08-03fs/ntfs3: Check possible errors in run_pack in advanceKonstantin Komarov1-17/+22
2022-08-03fs/ntfs3: Added comments to frecord functionsKonstantin Komarov4-8/+6
2022-08-03fs/ntfs3: Fill duplicate info in ni_add_nameKonstantin Komarov2-16/+14
2022-08-03fs/ntfs3: Make static function attr_load_runsKonstantin Komarov2-4/+2
2022-08-03fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov4-11/+14
2022-08-03fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov4-25/+2
2022-08-03fs/ntfs3: Fix very fragmented case in attr_punch_holeKonstantin Komarov1-1/+12
2022-08-03fs/ntfs3: Fix work with fragmented xattrKonstantin Komarov1-1/+6
2022-08-03fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIGKonstantin Komarov1-0/+13
2022-08-03fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRYKonstantin Komarov4-18/+25
2022-08-03fs/ntfs3: Check reserved size for maximum allowedKonstantin Komarov2-3/+9
2022-08-03fs/ntfs3: Do not change mode if ntfs_set_ea failedKonstantin Komarov1-10/+10
2022-08-03libceph: clean up ceph_osdc_start_request prototypeJeff Layton2-39/+26
2022-08-02ext4: add ioctls to get/set the ext4 superblock uuidJeremy Bongio2-0/+94
2022-08-02ext4: avoid resizing to a partial cluster sizeKiselev, Oleg1-0/+10
2022-08-02ext4: reduce computation of overhead during resizeKiselev, Oleg1-2/+21
2022-08-02jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal abortedZhihao Cheng1-2/+12
2022-08-02ext4: block range must be validated before use in ext4_mb_clear_bb()Lukas Czerner1-1/+20
2022-08-02mbcache: automatically delete entries from cache on freeingJan Kara1-69/+39
2022-08-02mbcache: Remove mb_cache_entry_delete()Jan Kara1-37/+0
2022-08-02ext2: avoid deleting xattr block that is being reusedJan Kara1-29/+29
2022-08-02ext2: unindent codeblock in ext2_xattr_set()Jan Kara1-16/+16
2022-08-02ext2: factor our freeing of xattr block referenceJan Kara1-52/+38
2022-08-02ext4: fix race when reusing xattr blocksJan Kara1-22/+45
2022-08-02ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara1-39/+38
2022-08-02ext4: remove EA inode entry from mbcache on inode evictionJan Kara3-16/+11
2022-08-02mbcache: add functions to delete entry if unusedJan Kara1-2/+64
2022-08-02mbcache: don't reclaim used entriesJan Kara1-1/+9
2022-08-02ext4: make sure ext4_append() always allocates new blockLukas Czerner1-0/+16
2022-08-02ext4: check if directory block is within i_sizeLukas Czerner1-0/+7
2022-08-02ext4: reflect mb_optimize_scan value in options fileOjaswin Mujoo1-0/+9
2022-08-02ext4: avoid remove directory when directory is corruptedYe Bin1-5/+2
2022-08-02ext4: aligned '*' in commentsJiang Jian1-1/+1
2022-08-02ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng1-1/+3
2022-08-02ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin1-3/+9
2022-08-02ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li1-2/+1
2022-08-02ext4: correct max_inline_xattr_value_size computingBaokun Li1-0/+3
2022-08-02ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li1-2/+4
2022-08-02ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li1-0/+13
2022-08-02ext4: fix extent status tree race in writeback error recovery pathEric Whitney1-0/+7
2022-08-02jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()Zhang Yi1-1/+1
2022-08-02jbd2: unexport jbd2_log_start_commit()Jan Kara1-2/+1
2022-08-02jbd2: remove unused exports for jbd2 debuggingJan Kara1-3/+1