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
/
attrib.c
Age
Commit message (
Expand
)
Author
2024-11-01
fs/ntfs3: Fix warning in ni_fiemap
Konstantin Komarov
2024-09-03
fs/ntfs3: Add support for the compression attribute
Konstantin Komarov
2024-09-03
fs/ntfs3: Implement fallocate for compressed files
Konstantin Komarov
2024-07-11
fs/ntfs3: Fix formatting, change comments, renaming
Konstantin Komarov
2024-07-11
fs/ntfs3: Keep runs for $MFT::$ATTR_DATA and $MFT::$ATTR_BITMAP
Konstantin Komarov
2024-06-26
ntfs3: Convert attr_wof_frame_info() to use a folio
Matthew Wilcox (Oracle)
2024-06-26
ntfs3: Convert attr_make_nonresident to use a folio
Matthew Wilcox (Oracle)
2024-06-26
ntfs3: Convert attr_data_write_resident to use a folio
Matthew Wilcox (Oracle)
2024-06-26
ntfs3: Convert attr_data_read_resident() to take a folio
Matthew Wilcox (Oracle)
2024-06-26
fs/ntfs3: Fix attr_insert_range at end of file
Konstantin Komarov
2024-06-07
fs/ntfs3: Missed NI_FLAG_UPDATE_PARENT setting
Konstantin Komarov
2024-06-07
fs/ntfs3: Deny getting attr data block in compressed frame
Konstantin Komarov
2024-06-07
fs/ntfs3: Fix transform resident to nonresident for compressed files
Konstantin Komarov
2024-06-07
fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNIT
Konstantin Komarov
2024-04-23
fs/ntfs3: Always make file nonresident on fallocate call
Konstantin Komarov
2024-01-29
fs/ntfs3: Use i_size_read and i_size_write
Konstantin Komarov
2023-12-06
fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()
Konstantin Komarov
2023-12-06
fs/ntfs3: Fix multithreaded stress test
Konstantin Komarov
2023-09-28
fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()
Konstantin Komarov
2023-09-28
fs/ntfs3: Refactoring and comments
Konstantin Komarov
2023-07-03
fs/ntfs3: Code formatting
Konstantin Komarov
2023-03-27
fs/ntfs3: Code formatting and refactoring
Konstantin Komarov
2022-11-14
fs/ntfs3: Restore correct state after ENOSPC in attr_data_get_block
Konstantin Komarov
2022-11-14
fs/ntfs3: Fixing wrong logic in attr_set_size and ntfs_fallocate
Konstantin Komarov
2022-11-14
fs/ntfs3: Change new sparse cluster processing
Konstantin Komarov
2022-11-14
fs/ntfs3: Remove unused functions
Konstantin Komarov
2022-11-14
fs/ntfs3: Fix sparse problems
Konstantin Komarov
2022-09-30
fs/ntfs3: Fix attr_punch_hole() null pointer derenference
Alon Zahavi
2022-09-30
fs/ntfs3: Add null pointer check to attr_load_runs_vcn
Edward Lo
2022-09-30
fs/ntfs3: Validate data run offset
Edward Lo
2022-08-03
fs/ntfs3: Refactoring attr_insert_range to restore after errors
Konstantin Komarov
2022-08-03
fs/ntfs3: Refactoring attr_punch_hole to restore after errors
Konstantin Komarov
2022-08-03
fs/ntfs3: Refactoring attr_set_size to restore after errors
Konstantin Komarov
2022-08-03
fs/ntfs3: New function ntfs_bad_inode
Konstantin Komarov
2022-08-03
fs/ntfs3: Make static function attr_load_runs
Konstantin Komarov
2022-08-03
fs/ntfs3: Fix very fragmented case in attr_punch_hole
Konstantin Komarov
2022-08-03
fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRY
Konstantin Komarov
2022-08-03
fs/ntfs3: Check reserved size for maximum allowed
Konstantin Komarov
2022-07-05
fs/ntfs3: Unlock on error in attr_insert_range()
Dan Carpenter
2022-06-28
fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementation
Konstantin Komarov
2022-06-08
fs/ntfs3: Remove redundant assignment to variable vcn
Colin Ian King
2021-10-11
fs/ntfs3: Keep prealloc for all types of files
Konstantin Komarov
2021-09-21
fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_update
Konstantin Komarov
2021-09-16
fs/ntfs3: Use min/max macros instated of ternary operators
Kari Argillander
2021-09-13
fs/ntfs3: Remove unneeded header files from c files
Kari Argillander
2021-09-09
fs/ntfs3: Convert mount options to pointer in sbi
Kari Argillander
2021-08-31
fs/ntfs3: Restyle comments to better align with kernel-doc
Konstantin Komarov
2021-08-31
fs/ntfs3: Rework file operations
Konstantin Komarov
2021-08-30
fs/ntfs3: Restyle comments to better align with kernel-doc
Kari Argillander
2021-08-27
fs/ntfs3: Do not use driver own alloc wrappers
Kari Argillander
[next]