summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '6.0-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-08-2113-52/+44
|\
| * cifs: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-193-3/+3
| * cifs: Fix memory leak on the deferred closeZhang Xiaoxu2022-08-191-0/+6
| * cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya2022-08-174-36/+24
| * cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya2022-08-179-13/+11
* | Merge tag 'execve-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-191-7/+7
|\ \
| * | exec: Replace kmap{,_atomic}() with kmap_local_page()Fabio M. De Francesco2022-08-161-7/+7
* | | Merge tag 'for-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-1912-101/+176
|\ \ \
| * | | btrfs: tree-checker: check for overlapping extent itemsJosef Bacik2022-08-171-2/+23
| * | | btrfs: fix warning during log replay when bumping inode link countFilipe Manana2022-08-171-2/+2
| * | | btrfs: fix lost error handling when looking up extended ref on log replayFilipe Manana2022-08-171-1/+3
| * | | btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik2022-08-177-2/+50
| * | | btrfs: move lockdep class helpers to locking.cJosef Bacik2022-08-174-92/+89
| * | | btrfs: unset reloc control if transaction commit fails in prepare_to_relocate()Zixuan Fu2022-08-171-1/+6
| * | | btrfs: reset RO counter on block group if we fail to relocateJosef Bacik2022-07-271-1/+3
* | | | Merge tag '5.20-rc2-ksmbd-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-08-195-21/+39
|\ \ \ \
| * | | | ksmbd: don't remove dos attribute xattr on O_TRUNC openNamjae Jeon2022-08-151-9/+9
| * | | | ksmbd: remove unnecessary generic_fillattr in smb2_openHyunchul Lee2022-08-151-9/+4
| * | | | ksmbd: request update to stale share configAtte Heikkilä2022-08-115-1/+23
| * | | | ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configuredNamjae Jeon2022-08-112-2/+3
* | | | | Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2022-08-1714-329/+835
|\ \ \ \ \
| * | | | | fs/ntfs3: uninitialized variable in ntfs_set_acl_ex()Dan Carpenter2022-08-101-1/+1
| * | | | | fs/ntfs3: Remove unused function wnd_bitsJiapeng Chong2022-08-101-5/+0
| * | | | | fs/ntfs3: Make ni_ins_new_attr return errorKonstantin Komarov2022-08-031-3/+26
| * | | | | fs/ntfs3: Create MFT zone only if length is large enoughKonstantin Komarov2022-08-031-8/+3
| * | | | | fs/ntfs3: Refactoring attr_insert_range to restore after errorsKonstantin Komarov2022-08-031-31/+86
| * | | | | fs/ntfs3: Refactoring attr_punch_hole to restore after errorsKonstantin Komarov2022-08-033-38/+105
| * | | | | 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