Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
cb183a06b381652b7637fedfa7ef85ec0baf2a1f
/
fs
/
ntfs
44456d3
[PATCH] turn many #if $undefined_string into #ifdef $undefined_string
by Olaf Hering
· 19 years ago
ba6d237
NTFS: Fix a nasty deadlock that appeared in recent kernels.
by Anton Altaparmakov
· 19 years ago
af859a4
NTFS: Prepare for 2.1.23 release: Update documentation and bump version.
by Anton Altaparmakov
· 19 years ago
4757d7df
NTFS: Change ntfs_map_runlist_nolock() to only decompress the mapping pairs
by Anton Altaparmakov
· 19 years ago
fa3be92
NTFS: Add an extra parameter @last_vcn to ntfs_get_size_for_mapping_pairs()
by Anton Altaparmakov
· 19 years ago
1d58b27
NTFS: Change the runlist terminator of the newly allocated cluster(s) to
by Anton Altaparmakov
· 19 years ago
3bd1f4a
NTFS: Fix several occurences of a bug where we would perform 'var & ~const'
by Anton Altaparmakov
· 19 years ago
ca8fd7a
NTFS: Detect the case when Windows has been suspended to disk on the volume
by Anton Altaparmakov
· 19 years ago
9f993fe
NTFS: Fix a bug in address space operations error recovery code paths where
by Anton Altaparmakov
· 19 years ago
3f2faef
NTFS: Stamp the transaction log ($UsnJrnl), aka user space journal, if it
by Anton Altaparmakov
· 19 years ago
442d207
NTFS: Use C99 style structure initialization after memory allocation where
by Anton Altaparmakov
· 20 years ago
2fb21db
NTFS: Remove spurious void pointer casts from fs/ntfs/.
by Pekka Enberg
· 20 years ago
d53ee32
NTFS: Use MAX_BUF_PER_PAGE instead of variable sized array allocation for
by Anton Altaparmakov
· 20 years ago
7fafb8b
NTFS: Minor cleanup: Define and use NTFS_MAX_CLUSTER_SIZE constant instead
by Anton Altaparmakov
· 20 years ago
bb3cf33
NTFS: Update attribute definition handling.
by Anton Altaparmakov
· 20 years ago
b0d2374
NTFS: Some utilities modify the boot sector but do not update the checksum.
by Anton Altaparmakov
· 20 years ago
251c842
NTFS: Remove checks for NULL before calling kfree() since kfree() does the
by Jesper Juhl
· 20 years ago
53d59aa
NTFS: Fix compilation when configured read-only.
by Anton Altaparmakov
· 20 years ago
1ef334d
NTFS: Include linux/swap.h in fs/ntfs/attrib.c for mark_page_accessed().
by Anton Altaparmakov
· 20 years ago
905685f
NTFS: - Modify ->readpage and ->writepage (fs/ntfs/aops.c) so they detect
by Anton Altaparmakov
· 20 years ago
43b01fd
NTFS: Fix sign of various error return values to be negative in
by Anton Altaparmakov
· 20 years ago
2bfb4ff
NTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_make_non_resident().
by Anton Altaparmakov
· 20 years ago
c0c1cc0
NTFS: - Fix bug in fs/ntfs/attrib.c::ntfs_find_vcn_nolock() where after
by Anton Altaparmakov
· 20 years ago
271849a
NTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_vcn_to_lcn_nolock() used by the new
by Anton Altaparmakov
· 20 years ago
7e69307
NTFS: Add AT_EA in addition to AT_DATA to whitelist for being allowed to be
by Anton Altaparmakov
· 20 years ago
9451f85
NTFS: Correct sparse file handling. The compressed values need to be
by Anton Altaparmakov
· 20 years ago
4138268
NTFS: Make fs/ntfs/namei.c::ntfs_get_{parent,dentry} static and move the
by Anton Altaparmakov
· 20 years ago
8907547
NTFS: Fix printk format warnings on ia64. (Randy Dunlap)
by Randy Dunlap
· 20 years ago
5ae9fcf
NTFS: - Set the ntfs_inode->allocated_size to the real allocated size in the
by Anton Altaparmakov
· 20 years ago
37e4c13
NTFS: Fix a nasty runlist merge bug when merging two holes.
by Anton Altaparmakov
· 20 years ago
d8ec785
NTFS: Change time to u64 in time.h::ntfs2utc() as it otherwise generates a
by Anton Altaparmakov
· 20 years ago
b6ad6c5
NTFS: - Split ntfs_map_runlist() into ntfs_map_runlist() and a non-locking
by Anton Altaparmakov
· 20 years ago
1a0df15
NTFS: Fix a bug in fs/ntfs/runlist.c::ntfs_mapping_pairs_decompress() in
by Anton Altaparmakov
· 20 years ago
c002f42
NTFS: - Add disable_sparse mount option together with a per volume sparse
by Anton Altaparmakov
· 20 years ago
f40661b
NTFS: Optimise/reorganise some error handling code in fs/ntfs/aops.c.
by Anton Altaparmakov
· 20 years ago
946929d
NTFS: Fixup the resident attribute resizing code in
by Anton Altaparmakov
· 20 years ago
3834c3f
NTFS: Fix stupid bug in fs/ntfs/mft.c introduced in last changeset.
by Anton Altaparmakov
· 20 years ago
149f0c5
NTFS: Repeat a failed ntfs_truncate() in fs/ntfs/aops.c::ntfs_writepage()
by Anton Altaparmakov
· 20 years ago
07a4e2d
NTFS: Use i_size_{read,write}() in fs/ntfs/{aops.c,mft.c} and protect
by Anton Altaparmakov
· 20 years ago
f50f3ac
NTFS: Use i_size_read() in fs/ntfs/inode.c once and then use the cached value
by Anton Altaparmakov
· 20 years ago
218357f
NTFS: - Use i_size_read() in fs/ntfs/super.c once and then use the cached
by Anton Altaparmakov
· 20 years ago
206f9f3
NTFS: In fs/ntfs/dir.c, use i_size_read() once and then the cached value
by Anton Altaparmakov
· 20 years ago
3676367
NTFS: - In fs/ntfs/compress.c, use i_size_read() at the start and then use the
by Anton Altaparmakov
· 20 years ago
d4b9ba7
NTFS: Use i_size_read() in fs/ntfs/file.c::ntfs_file_open().
by Anton Altaparmakov
· 20 years ago
db30d16
NTFS: Use i_size_read() once and then use the cached value in
by Anton Altaparmakov
· 20 years ago
66129f8
NTFS: Use i_size_read() in fs/ntfs/logfile.c::ntfs_{check,empty}_logfile().
by Anton Altaparmakov
· 20 years ago
da28438
NTFS: Use i_size_read() in fs/ntfs/attrib.c::ntfs_attr_set().
by Anton Altaparmakov
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago