summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fs/ntfs3: Remove always false condition checkKari Argillander2021-09-161-4/+1
| * | | fs/ntfs3: Fix ntfs_look_for_free_space() does only report -ENOSPCKari Argillander2021-09-161-24/+27
| * | | fs/ntfs3: Remove tabs before spaces from commentKari Argillander2021-09-161-1/+1
| * | | fs/ntfs3: Remove braces from single statment blockKari Argillander2021-09-161-2/+1
| * | | fs/ntfs3: Place Comparisons constant right side of the testKari Argillander2021-09-161-1/+1
| * | | fs/ntfs3: Remove '+' before constant in ni_insert_resident()Kari Argillander2021-09-161-1/+1
| * | | fs/ntfs3: Always use binary search with entry searchKari Argillander2021-09-132-47/+6
| * | | fs/ntfs3: Make binary search to search smaller chunks in beginningKari Argillander2021-09-131-2/+5
| * | | fs/ntfs3: Limit binary search table sizeKari Argillander2021-09-131-69/+41
| * | | fs/ntfs3: Remove unneeded header files from c filesKari Argillander2021-09-1315-40/+0
| * | | fs/ntfs3: Change right headers to lznt.cKari Argillander2021-09-131-5/+5
| * | | fs/ntfs3: Change right headers to upcase.cKari Argillander2021-09-131-6/+2
| * | | fs/ntfs3: Change right headers to bitfunc.cKari Argillander2021-09-131-6/+1
| * | | fs/ntfs3: Add missing header and guards to lib/ headersKari Argillander2021-09-132-0/+11
| * | | fs/ntfs3: Add missing headers and forward declarations to ntfs_fs.hKari Argillander2021-09-131-0/+31
| * | | fs/ntfs3: Add missing header files to ntfs.hKari Argillander2021-09-131-0/+9
| * | | fs/ntfs3. Add forward declarations for structs to debug.hKari Argillander2021-09-131-0/+3
| * | | fs/ntfs3: Remove redundant initialization of variable errColin Ian King2021-09-131-1/+1
| * | | fs/ntfs3: Show uid/gid always in show_options()Kari Argillander2021-09-092-21/+14
| * | | fs/ntfs3: Rename mount option no_acs_rules > (no)acsrulesKari Argillander2021-09-094-9/+9
| * | | fs/ntfs3: Add iocharset= mount option as alias for nls=Kari Argillander2021-09-091-7/+11
| * | | fs/ntfs3: Make mount option nohidden more universalKari Argillander2021-09-091-2/+2
| * | | fs/ntfs3: Init spi more in init_fs_context than fill_superKari Argillander2021-09-091-19/+22
| * | | fs/ntfs3: Use new api for mountingKari Argillander2021-09-092-205/+229
| * | | fs/ntfs3: Convert mount options to pointer in sbiKari Argillander2021-09-097-27/+34
| * | | fs/ntfs3: Remove unnecesarry remount flag handlingKari Argillander2021-09-091-2/+0
| * | | fs/ntfs3: Remove unnecesarry mount option noatimeKari Argillander2021-09-091-7/+0
* | | | Merge tag 'for-5.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-10-115-52/+97
|\ \ \ \
| * | | | btrfs: fix abort logic in btrfs_replace_file_extentsJosef Bacik2021-10-071-7/+9
| * | | | btrfs: check for error when looking up inode during dir entry replayFilipe Manana2021-10-071-7/+7
| * | | | btrfs: unify lookup return value when dir entry is missingFilipe Manana2021-10-073-22/+42
| * | | | btrfs: deal with errors when adding inode reference during log replayFilipe Manana2021-10-071-2/+7
| * | | | btrfs: deal with errors when replaying dir entry during log replayFilipe Manana2021-10-071-1/+8
| * | | | btrfs: deal with errors when checking if a dir entry exists during log replayFilipe Manana2021-10-071-18/+29
| * | | | btrfs: update refs for any root except tree log rootsJosef Bacik2021-10-071-2/+1
| * | | | btrfs: unlock newly allocated extent buffer after errorQu Wenruo2021-10-071-0/+1
* | | | | Merge tag '5.15-rc4-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2021-10-098-114/+77
|\ \ \ \ \
| * | | | | ksmbd: fix oops from fuse driverNamjae Jeon2021-10-071-11/+6
| * | | | | ksmbd: fix version mismatch with out of treeNamjae Jeon2021-10-071-1/+1
| * | | | | ksmbd: use buf_data_size instead of recalculation in smb3_decrypt_req()Namjae Jeon2021-10-071-5/+3
| * | | | | ksmbd: remove the leftover of smb2.0 dialect supportNamjae Jeon2021-10-074-34/+12
| * | | | | ksmbd: check strictly data area in ksmbd_smb2_check_message()Namjae Jeon2021-10-071-51/+47
| * | | | | ksmbd: add the check to vaildate if stream protocol length exceeds maximum valueNamjae Jeon2021-10-063-12/+8
| | |_|/ / | |/| | |
* | | | | Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-10-073-11/+17
|\ \ \ \ \
| * | | | | NFSD: Keep existing listeners on portlist errorBenjamin Coddington2021-10-061-1/+4
| * | | | | nfsd: Fix a warning for nfsd_file_close_inodeTrond Myklebust2021-10-011-1/+1
| * | | | | nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zeroTrond Myklebust2021-09-301-8/+11
| * | | | | nfsd: fix error handling of register_pernet_subsys() in init_nfsd()Patrick Ho2021-09-301-1/+1
* | | | | | Merge tag 'misc-fixes-20211007' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-10-072-3/+2
|\ \ \ \ \ \
| * | | | | | afs: Fix afs_launder_page() to set correct start file positionDavid Howells2021-10-051-2/+1