index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ntfs
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
NTFS: Fix a mount time deadlock.
Anton Altaparmakov
2007-10-12
1
-3
/
+0
*
ntfs_init_locked_inode(): fix array indexing
Andrew Morton
2007-05-31
1
-1
/
+1
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
1
-1
/
+0
*
NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().
Anton Altaparmakov
2007-01-18
1
-56
/
+13
*
[PATCH] slab: remove SLAB_NOFS
Christoph Lameter
2006-12-07
1
-2
/
+2
*
[PATCH] fs/ntfs: Conversion to generic boolean
Richard Knutsson
2006-10-01
1
-5
/
+5
*
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
2006-09-27
1
-4
/
+0
*
[PATCH] fs: Removing useless casts
Panagiotis Issaris
2006-09-27
1
-1
/
+1
*
[PATCH] lockdep: annotate NTFS locking rules
Ingo Molnar
2006-07-03
1
-0
/
+33
*
NTFS: Semaphore to mutex conversion.
Ingo Molnar
2006-03-23
1
-5
/
+5
*
NTFS: Add a missing call to flush_dcache_mft_record_page() in
Anton Altaparmakov
2006-03-23
1
-3
/
+6
*
NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where we
Anton Altaparmakov
2006-03-23
1
-15
/
+11
*
NTFS: Add support for sparse files which have a compression unit of 0.
Anton Altaparmakov
2006-03-23
1
-23
/
+45
*
NTFS: - Cope with attribute list attribute having invalid flags.
Anton Altaparmakov
2006-02-24
1
-10
/
+39
*
[PATCH] replace inode_update_time with file_update_time
Christoph Hellwig
2006-01-10
1
-1
/
+19
*
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
2006-01-09
1
-4
/
+4
*
NTFS: Enable ATTR_SIZE attribute changes in ntfs_setattr(). This completes
Anton Altaparmakov
2005-10-04
1
-8
/
+15
*
NTFS: Implement fs/ntfs/inode.[hc]::ntfs_truncate(). It only supports
Anton Altaparmakov
2005-10-04
1
-33
/
+458
*
NTFS: Fix ntfs_{read,write}page() to cope with concurrent truncates better.
Anton Altaparmakov
2005-09-19
1
-4
/
+5
*
NTFS: Fixup handling of sparse, compressed, and encrypted attributes in
Anton Altaparmakov
2005-09-08
1
-101
/
+114
*
NTFS: Truncate {a,c,m}time to the ntfs supported time granularity when
Anton Altaparmakov
2005-09-08
1
-5
/
+7
*
NTFS: Remove spurious void pointer casts from fs/ntfs/.
Pekka Enberg
2005-05-27
1
-3
/
+2
*
NTFS: Correct sparse file handling. The compressed values need to be
Anton Altaparmakov
2005-05-05
1
-90
/
+82
*
NTFS: Fix printk format warnings on ia64. (Randy Dunlap)
Randy Dunlap
2005-05-05
1
-6
/
+6
*
NTFS: - Set the ntfs_inode->allocated_size to the real allocated size in the
Anton Altaparmakov
2005-05-05
1
-174
/
+170
*
NTFS: - Add disable_sparse mount option together with a per volume sparse
Anton Altaparmakov
2005-05-05
1
-1
/
+4
*
NTFS: Use i_size_read() in fs/ntfs/inode.c once and then use the cached value
Anton Altaparmakov
2005-05-05
1
-11
/
+14
*
NTFS: - In fs/ntfs/compress.c, use i_size_read() at the start and then use the
Anton Altaparmakov
2005-05-05
1
-0
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+2616