summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-08-31fs/ntfs3: Restyle comments to better align with kernel-docKonstantin Komarov15-75/+84
2021-08-31fs/ntfs3: Rework file operationsKonstantin Komarov10-529/+563
2021-08-31fs/ntfs3: Remove fat ioctl's from ntfs3 driver for nowKari Argillander1-8/+0
2021-08-30fs/ntfs3: Restyle comments to better align with kernel-docKari Argillander21-2070/+1987
2021-08-27fs/ntfs3: Fix error handling in indx_insert_into_root()Dan Carpenter1-20/+16
2021-08-27fs/ntfs3: Potential NULL dereference in hdr_find_split()Dan Carpenter1-1/+2
2021-08-27fs/ntfs3: Fix error code in indx_add_allocate()Dan Carpenter1-0/+1
2021-08-27fs/ntfs3: fix an error code in ntfs_get_acl_ex()Dan Carpenter1-1/+1
2021-08-27fs/ntfs3: add checks for allocation failureDan Carpenter1-2/+16
2021-08-27fs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmallocKari Argillander3-6/+5
2021-08-27fs/ntfs3: Do not use driver own alloc wrappersKari Argillander16-194/+188
2021-08-27fs/ntfs3: Use kernel ALIGN macros over driver specificKari Argillander13-67/+56
2021-08-27fs/ntfs3: Restyle comment block in ni_parse_reparse()Kari Argillander1-6/+10
2021-08-27fs/ntfs3: Remove unused including <linux/version.h>Jiapeng Chong1-1/+0
2021-08-27fs/ntfs3: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-08-27fs/ntfs3: Fix one none utf8 char in source fileKari Argillander1-1/+1
2021-08-27fs/ntfs3: Remove unused variable cnt in ntfs_security_init()Nathan Chancellor1-4/+1
2021-08-27fs/ntfs3: Fix integer overflow in multiplicationColin Ian King1-1/+1
2021-08-27fs/ntfs3: Add ifndef + define to all header filesKari Argillander3-0/+13
2021-08-27fs/ntfs3: Use linux/log2 is_power_of_2 functionKari Argillander3-10/+7
2021-08-27fs/ntfs3: Fix various spelling mistakesColin Ian King5-6/+6
2021-08-23Merge branch 'torvalds:master' into masteraalexandrovich23-157/+321
2021-08-21Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds1-1/+5
2021-08-21Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+10
2021-08-21fs: warn about impending deprecation of mandatory locksJeff Layton1-1/+5
2021-08-20io_uring: fix xa_alloc_cycle() error return value checkJens Axboe1-4/+5
2021-08-18Merge tag 'for-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+8
2021-08-18pipe: avoid unnecessary EPOLLET wakeups under normal loadsLinus Torvalds1-6/+9
2021-08-18io_uring: pin ctx on fallback executionPavel Begunkov1-0/+2
2021-08-16btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown1-2/+8
2021-08-15Merge tag 'libnvdimm-fixes-5.14-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+3
2021-08-14io_uring: only assign io_uring_enter() SQPOLL error in actual error caseJens Axboe1-2/+3
2021-08-14Merge tag 'configfs-5.14' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-12/+6
2021-08-14Merge tag '5.14-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-33/+80
2021-08-14Merge tag 'io_uring-5.14-2021-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds2-36/+48
2021-08-13fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/MakefileKonstantin Komarov2-0/+2
2021-08-13fs/ntfs3: Add Kconfig, Makefile and docKonstantin Komarov2-0/+82
2021-08-13fs/ntfs3: Add NTFS journalKonstantin Komarov1-0/+5182
2021-08-13fs/ntfs3: Add compressionKonstantin Komarov6-0/+2000
2021-08-13fs/ntfs3: Add attrib operationsKonstantin Komarov3-0/+3680
2021-08-13fs/ntfs3: Add file operations and implementationKonstantin Komarov6-0/+7178
2021-08-13fs/ntfs3: Add bitmapKonstantin Komarov2-0/+1654
2021-08-13fs/ntfs3: Add initialization of super blockKonstantin Komarov4-0/+8731
2021-08-13fs/ntfs3: Add headers and misc filesKonstantin Komarov4-0/+2499
2021-08-13Merge tag 'ceph-for-5.14-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds4-28/+50
2021-08-12Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-12/+22
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula3-30/+56
2021-08-12cifs: Handle race conditions during renameRohith Surabattula2-7/+28
2021-08-11Merge branch 'for-5.14/dax' into libnvdimm-fixesDan Williams2-5/+3
2021-08-10Merge tag 'ovl-fixes-5.14-rc6-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-16/+80