summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs3: Refactoring attr_set_size to restore after errorsKonstantin Komarov2022-08-031-54/+126
* fs/ntfs3: New function ntfs_bad_inodeKonstantin Komarov2022-08-036-17/+25
* fs/ntfs3: Make MFT zone less fragmentedKonstantin Komarov2022-08-033-14/+33
* fs/ntfs3: Check possible errors in run_pack in advanceKonstantin Komarov2022-08-031-17/+22
* fs/ntfs3: Added comments to frecord functionsKonstantin Komarov2022-08-034-8/+6
* fs/ntfs3: Fill duplicate info in ni_add_nameKonstantin Komarov2022-08-032-16/+14
* fs/ntfs3: Make static function attr_load_runsKonstantin Komarov2022-08-032-4/+2
* fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov2022-08-034-11/+14
* fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov2022-08-034-25/+2
* fs/ntfs3: Fix very fragmented case in attr_punch_holeKonstantin Komarov2022-08-031-1/+12
* fs/ntfs3: Fix work with fragmented xattrKonstantin Komarov2022-08-031-1/+6
* fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIGKonstantin Komarov2022-08-031-0/+13
* fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRYKonstantin Komarov2022-08-034-18/+25
* fs/ntfs3: Check reserved size for maximum allowedKonstantin Komarov2022-08-032-3/+9
* fs/ntfs3: Do not change mode if ntfs_set_ea failedKonstantin Komarov2022-08-031-10/+10
* fs/ntfs3: Remove unnecessary 'NULL' values from pointersLi kunyu2022-07-061-2/+2
* fs/ntfs3: Remove duplicated assignment to variable rColin Ian King2022-07-051-1/+0
* fs/ntfs3: Unlock on error in attr_insert_range()Dan Carpenter2022-07-051-2/+4
* fs/ntfs3: Make ntfs_update_mftmirr return voidPavel Skripkin2022-07-052-14/+8
* fs/ntfs3: Fix NULL deref in ntfs_update_mftmirrPavel Skripkin2022-07-051-1/+6
* fs/ntfs3: Enable FALLOC_FL_INSERT_RANGEKonstantin Komarov2022-06-281-42/+55
* fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementationKonstantin Komarov2022-06-283-1/+222
* fs/ntfs3: Add missing error checkKonstantin Komarov2022-06-171-0/+2
* fs/ntfs3: Don't clear upper bits accidentally in log_replay()Dan Carpenter2022-06-101-1/+1
* fs/ntfs3: Use the same order for acl pointer check in ntfs_init_aclYang Xu2022-06-091-3/+3
* fs/ntfs3: Fix using uninitialized value n when calling indx_readYan Lei2022-06-091-1/+1
* fs/ntfs3: Remove redundant assignment to variable vcnColin Ian King2022-06-081-1/+1
* fs/ntfs3: Remove redundant assignment to variable frameColin Ian King2022-06-071-1/+0
* fs/ntfs3: Remove a useless testChristophe JAILLET2022-06-071-3/+1
* fs/ntfs3: Fix missing i_op in ntfs_read_mftKonstantin Komarov2022-06-061-0/+1
* fs/ntfs3: Refactor ni_try_remove_attr_list functionKonstantin Komarov2022-06-062-15/+39
* fs/ntfs3: Fix double free on remountKonstantin Komarov2022-06-061-4/+4
* fs/ntfs3: Refactoring of indx_find functionKonstantin Komarov2022-06-061-16/+9
* fs/ntfs3: provide block_invalidate_folio to fix memory leakMikulas Patocka2022-06-011-0/+1
* fs/ntfs3: Fix invalid free in log_replayNamjae Jeon2022-05-311-3/+3
* Merge tag 'v5.18'Konstantin Komarov2022-05-3126050-920251/+2343461
|\
| * Linux 5.18v5.18Linus Torvalds2022-05-221-1/+1
| * afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells2022-05-221-1/+13
| * Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-223-2/+23
| |\
| | * drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllersPiyush Malgujar2022-05-211-0/+1
| | * i2c: ismt: Provide a DMA buffer for Interrupt Cause LoggingMika Westerberg2022-05-211-0/+14
| | * i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()Yang Yingliang2022-05-211-2/+8
| * | Merge tag 'perf-tools-fixes-for-v5.18-2022-05-21' of git://git.kernel.org/pub...Linus Torvalds2022-05-2113-16/+103
| |\ \
| | * | perf session: Fix Intel LBR callstack entries and nr print messageChengdong Li2022-05-211-5/+21
| | * | perf test bpf: Skip test if clang is not presentAthira Rajeev2022-05-211-4/+6
| | * | perf test session topology: Fix test to skip the test in guest environmentAthira Rajeev2022-05-211-0/+11
| | * | perf bench numa: Address compiler error on s390Thomas Richter2022-05-211-1/+1
| | * | perf test: Avoid shell test description infinite loopIan Rogers2022-05-211-2/+6
| | * | perf regs x86: Fix arch__intr_reg_mask() for the hybrid platformKan Liang2022-05-211-0/+12
| | * | perf test: Fix "all PMU test" to skip hv_24x7/hv_gpci tests on powerpcAthira Rajeev2022-05-211-0/+10