index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ntfs3
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-30
fs/ntfs3: Fix junction point resolution
Daniel Pinto
1
-2
/
+101
2022-09-30
fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()
Shigeru Yoshida
1
-1
/
+1
2022-09-30
fs/ntfs3: Fix memory leak on ntfs_fill_super() error path
Shigeru Yoshida
1
-0
/
+1
2022-09-30
fs/ntfs3: Use kmalloc_array for allocating multiple elements
Kenneth Lee
1
-1
/
+1
2022-09-30
fs/ntfs3: Fix attr_punch_hole() null pointer derenference
Alon Zahavi
1
-1
/
+1
2022-09-30
fs/ntfs3: Fix [df]mask display in /proc/mounts
Marc Aurèle La France
1
-2
/
+2
2022-09-30
fs/ntfs3: Add null pointer check to attr_load_runs_vcn
Edward Lo
1
-0
/
+5
2022-09-30
fs/ntfs3: Validate data run offset
Edward Lo
5
-0
/
+46
2022-09-30
fs/ntfs3: Add overflow check for attribute size
edward lo
1
-0
/
+5
2022-09-30
fs/ntfs3: Validate BOOT record_size
edward lo
1
-1
/
+1
2022-09-30
fs/ntfs3: Rename variables and add comment
Konstantin Komarov
2
-13
/
+12
2022-09-30
fs/ntfs3: Add option "nocase"
Konstantin Komarov
5
-1
/
+162
2022-09-30
fs/ntfs3: Change destroy_inode to free_inode
Konstantin Komarov
1
-16
/
+4
2022-09-30
fs/ntfs3: Add hidedotfiles option
Konstantin Komarov
3
-0
/
+10
2022-09-30
fs/ntfs3: Add comments about cluster size
Konstantin Komarov
3
-1
/
+29
2022-09-26
lib/bitmap: don't call __bitmap_weight() in kernel code
Yury Norov
1
-2
/
+2
2022-09-11
ntfs3: replace ll_rw_block()
Zhang Yi
1
-5
/
+2
2022-08-31
ntfs3: rework xattr handlers and switch to POSIX ACL VFS helpers
Christian Brauner
2
-98
/
+6
2022-08-22
Merge tag 'fs.idmapped.fixes.v6.0-rc3' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-9
/
+7
2022-08-22
ntfs: fix acl handling
Christian Brauner
1
-9
/
+7
2022-08-17
Merge tag 'ntfs3_for_6.0' of https://github.com/Paragon-Software-Group/linux-...
Linus Torvalds
14
-329
/
+835
2022-08-10
fs/ntfs3: uninitialized variable in ntfs_set_acl_ex()
Dan Carpenter
1
-1
/
+1
2022-08-10
fs/ntfs3: Remove unused function wnd_bits
Jiapeng Chong
1
-5
/
+0
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2
-11
/
+4
2022-08-03
fs/ntfs3: Make ni_ins_new_attr return error
Konstantin Komarov
1
-3
/
+26
2022-08-03
fs/ntfs3: Create MFT zone only if length is large enough
Konstantin Komarov
1
-8
/
+3
2022-08-03
fs/ntfs3: Refactoring attr_insert_range to restore after errors
Konstantin Komarov
1
-31
/
+86
2022-08-03
fs/ntfs3: Refactoring attr_punch_hole to restore after errors
Konstantin Komarov
3
-38
/
+105
2022-08-03
fs/ntfs3: Refactoring attr_set_size to restore after errors
Konstantin Komarov
1
-54
/
+126
2022-08-03
fs/ntfs3: New function ntfs_bad_inode
Konstantin Komarov
6
-17
/
+25
2022-08-03
fs/ntfs3: Make MFT zone less fragmented
Konstantin Komarov
3
-14
/
+33
2022-08-03
fs/ntfs3: Check possible errors in run_pack in advance
Konstantin Komarov
1
-17
/
+22
2022-08-03
fs/ntfs3: Added comments to frecord functions
Konstantin Komarov
4
-8
/
+6
2022-08-03
fs/ntfs3: Fill duplicate info in ni_add_name
Konstantin Komarov
2
-16
/
+14
2022-08-03
fs/ntfs3: Make static function attr_load_runs
Konstantin Komarov
2
-4
/
+2
2022-08-03
fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_free
Konstantin Komarov
4
-11
/
+14
2022-08-03
fs/ntfs3: Remove unused mi_mark_free
Konstantin Komarov
4
-25
/
+2
2022-08-03
fs/ntfs3: Fix very fragmented case in attr_punch_hole
Konstantin Komarov
1
-1
/
+12
2022-08-03
fs/ntfs3: Fix work with fragmented xattr
Konstantin Komarov
1
-1
/
+6
2022-08-03
fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIG
Konstantin Komarov
1
-0
/
+13
2022-08-03
fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRY
Konstantin Komarov
4
-18
/
+25
2022-08-03
fs/ntfs3: Check reserved size for maximum allowed
Konstantin Komarov
2
-3
/
+9
2022-08-03
fs/ntfs3: Do not change mode if ntfs_set_ea failed
Konstantin Komarov
1
-10
/
+10
2022-08-02
ntfs3: refactor ntfs_writepages
Christoph Hellwig
1
-5
/
+3
2022-07-14
fs/ntfs3: Use enum req_op where appropriate
Bart Van Assche
2
-2
/
+2
2022-07-14
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
2
-2
/
+2
2022-07-06
fs/ntfs3: Remove unnecessary 'NULL' values from pointers
Li kunyu
1
-2
/
+2
2022-07-05
fs/ntfs3: Remove duplicated assignment to variable r
Colin Ian King
1
-1
/
+0
2022-07-05
fs/ntfs3: Unlock on error in attr_insert_range()
Dan Carpenter
1
-2
/
+4
2022-07-05
fs/ntfs3: Make ntfs_update_mftmirr return void
Pavel Skripkin
2
-14
/
+8
[prev]
[next]