index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ntfs3
Age
Commit message (
Expand
)
Author
2023-09-28
fs/ntfs3: Fix directory element type detection
Gabriel Marcano
2023-09-28
fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e()
Ziqi Zhao
2023-09-28
fs/ntfs3: Fix OOB read in ntfs_init_from_boot
Pavel Skripkin
2023-09-28
fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea()
Zeng Heng
2023-09-28
fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()
Konstantin Komarov
2023-09-28
fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr()
Konstantin Komarov
2023-09-28
fs/ntfs3: Do not allow to change label if volume is read-only
Konstantin Komarov
2023-09-28
fs/ntfs3: Add more info into /proc/fs/ntfs3/<dev>/volinfo
Konstantin Komarov
2023-09-28
fs/ntfs3: Refactoring and comments
Konstantin Komarov
2023-09-28
fs/ntfs3: Fix alternative boot searching
Konstantin Komarov
2023-09-28
fs/ntfs3: Allow repeated call to ntfs3_put_sbi
Konstantin Komarov
2023-09-28
fs/ntfs3: Use inode_set_ctime_to_ts instead of inode_set_ctime
Konstantin Komarov
2023-09-28
fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super
Konstantin Komarov
2023-09-28
fs/ntfs3: fix deadlock in mark_as_free_ex
Konstantin Komarov
2023-09-28
fs/ntfs3: Add more attributes checks in mi_enum_attr()
Konstantin Komarov
2023-09-28
fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)
Konstantin Komarov
2023-09-28
fs/ntfs3: Write immediately updated ntfs state
Konstantin Komarov
2023-09-28
fs/ntfs3: Add ckeck in ni_update_parent()
Konstantin Komarov
2023-09-07
ntfs3: drop inode references in ntfs_put_super()
Christian Brauner
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-28
Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-18
ntfs3: convert ntfs_get_block_vbo() to use a folio
Matthew Wilcox (Oracle)
2023-08-10
ntfs3: free the sbi in ->kill_sb
Christoph Hellwig
2023-08-10
ntfs3: don't call sync_blockdev in ntfs_put_super
Christoph Hellwig
2023-08-10
ntfs3: rename put_ntfs ntfs3_free_sbi
Christoph Hellwig
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
2023-08-02
fs: add CONFIG_BUFFER_HEAD
Christoph Hellwig
2023-07-24
ntfs3: convert to ctime accessor functions
Jeff Layton
2023-07-10
ntfs3: convert to simple_rename_timestamp
Jeff Layton
2023-07-07
Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-...
Linus Torvalds
2023-07-03
fs/ntfs3: Correct mode for label entry inside /proc/fs/ntfs3/
Konstantin Komarov
2023-07-03
fs/ntfs3: Add support /proc/fs/ntfs3/<dev>/volinfo and /proc/fs/ntfs3/<dev>/l...
Konstantin Komarov
2023-07-03
fs/ntfs3: Fix endian problem
Konstantin Komarov
2023-07-03
fs/ntfs3: Add ability to format new mft records with bigger/smaller header
Konstantin Komarov
2023-07-03
fs/ntfs3: Code refactoring
Konstantin Komarov
2023-07-03
fs/ntfs3: Code formatting
Konstantin Komarov
2023-07-03
fs/ntfs3: Do not update primary boot in ntfs_init_from_boot()
Konstantin Komarov
2023-07-03
fs/ntfs3: Alternative boot if primary boot is corrupted
Konstantin Komarov
2023-07-03
fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted
Konstantin Komarov
2023-07-03
fs/ntfs3: Fix ntfs_atomic_open
Konstantin Komarov
2023-07-03
fs/ntfs3: Correct checking while generating attr_list
Konstantin Komarov
2023-07-03
fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()
Tetsuo Handa
2023-07-03
fs: ntfs3: Fix possible null-pointer dereferences in mi_read()
Jia-Ju Bai
2023-07-03
fs/ntfs3: Return error for inconsistent extended attributes
Edward Lo
2023-07-03
fs/ntfs3: Enhance sanity check while generating attr_list
Edward Lo
2023-07-03
fs/ntfs3: Use wrapper i_blocksize() in ntfs_zero_range()
Yangtao Li
2023-07-03
ntfs: Fix panic about slab-out-of-bounds caused by ntfs_listxattr()
Zeng Heng
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-09
backing_dev: remove current->backing_dev_info
Christoph Hellwig
[next]