summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* fs/ntfs3: Change how module init/info messages are displayedKari Argillander2021-09-021-19/+8
* fs/ntfs3: Remove GPL boilerplates from decompress lib filesKari Argillander2021-09-024-53/+0
* fs/ntfs3: Remove unnecessary condition checking from ntfs_file_read_iterKari Argillander2021-09-021-5/+1
* fs/ntfs3: Fix integer overflow in ni_fiemap with fiemap_prep()Kari Argillander2021-09-021-2/+3
* fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov2021-08-3115-75/+84
* fs/ntfs3: Rework file operationsKonstantin Komarov2021-08-3110-529/+563
* fs/ntfs3: Remove fat ioctl's from ntfs3 driver for nowKari Argillander2021-08-311-8/+0
* fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander2021-08-3021-2070/+1987
* fs/ntfs3: Fix error handling in indx_insert_into_root()Dan Carpenter2021-08-271-20/+16
* fs/ntfs3: Potential NULL dereference in hdr_find_split()Dan Carpenter2021-08-271-1/+2
* fs/ntfs3: Fix error code in indx_add_allocate()Dan Carpenter2021-08-271-0/+1
* fs/ntfs3: fix an error code in ntfs_get_acl_ex()Dan Carpenter2021-08-271-1/+1
* fs/ntfs3: add checks for allocation failureDan Carpenter2021-08-271-2/+16
* fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmallocKari Argillander2021-08-273-6/+5
* fs/ntfs3: Do not use driver own alloc wrappersKari Argillander2021-08-2716-194/+188
* fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander2021-08-2713-67/+56
* fs/ntfs3: Restyle comment block in ni_parse_reparse()Kari Argillander2021-08-271-6/+10
* fs/ntfs3: Remove unused including <linux/version.h>Jiapeng Chong2021-08-271-1/+0
* fs/ntfs3: Fix fall-through warnings for ClangGustavo A. R. Silva2021-08-272-0/+2
* fs/ntfs3: Fix one none utf8 char in source fileKari Argillander2021-08-271-1/+1
* fs/ntfs3: Remove unused variable cnt in ntfs_security_init()Nathan Chancellor2021-08-271-4/+1
* fs/ntfs3: Fix integer overflow in multiplicationColin Ian King2021-08-271-1/+1
* fs/ntfs3: Add ifndef + define to all header filesKari Argillander2021-08-273-0/+13
* fs/ntfs3: Use linux/log2 is_power_of_2 functionKari Argillander2021-08-273-10/+7
* fs/ntfs3: Fix various spelling mistakesColin Ian King2021-08-275-6/+6
* Merge branch 'torvalds:master' into masteraalexandrovich2021-08-2323-157/+321
|\
| * Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds2021-08-211-1/+5
| |\
| | * fs: warn about impending deprecation of mandatory locksJeff Layton2021-08-211-1/+5
| * | Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-211-6/+10
| |\ \
| | * | io_uring: fix xa_alloc_cycle() error return value checkJens Axboe2021-08-201-4/+5
| | * | io_uring: pin ctx on fallback executionPavel Begunkov2021-08-171-0/+2
| | * | io_uring: only assign io_uring_enter() SQPOLL error in actual error caseJens Axboe2021-08-141-2/+3