index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ntfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-07
fs: icache RCU free inodes
Nick Piggin
1
-1
/
+8
2010-08-09
convert remaining ->clear_inode() to ->evict_inode()
Al Viro
1
-2
/
+5
2010-08-09
remove inode_setattr
Christoph Hellwig
1
-3
/
+0
2010-03-05
pass writeback_control to ->write_inode
Christoph Hellwig
1
-1
/
+1
2009-12-17
kill I_LOCK
Christoph Hellwig
1
-3
/
+3
2009-06-16
ntfs: use is_power_of_2() function for clarity.
Robert P. J. Day
1
-1
/
+2
2009-04-01
ntfs: remove private wrapper of endian helpers
Harvey Harrison
1
-2
/
+1
2009-01-05
ntfs: don't NULL i_op
Al Viro
1
-3
/
+0
2007-10-12
NTFS: Fix a mount time deadlock.
Anton Altaparmakov
1
-3
/
+0
2007-05-31
ntfs_init_locked_inode(): fix array indexing
Andrew Morton
1
-1
/
+1
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-01-18
NTFS: 2.1.28 - Fix deadlock reported by Sergey Vlasov due to ntfs_put_inode().
Anton Altaparmakov
1
-56
/
+13
2006-12-07
[PATCH] slab: remove SLAB_NOFS
Christoph Lameter
1
-2
/
+2
2006-10-01
[PATCH] fs/ntfs: Conversion to generic boolean
Richard Knutsson
1
-5
/
+5
2006-09-27
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
1
-4
/
+0
2006-09-27
[PATCH] fs: Removing useless casts
Panagiotis Issaris
1
-1
/
+1
2006-07-03
[PATCH] lockdep: annotate NTFS locking rules
Ingo Molnar
1
-0
/
+33
2006-03-23
NTFS: Semaphore to mutex conversion.
Ingo Molnar
1
-5
/
+5
2006-03-23
NTFS: Add a missing call to flush_dcache_mft_record_page() in
Anton Altaparmakov
1
-3
/
+6
2006-03-23
NTFS: Fix a bug in fs/ntfs/inode.c::ntfs_read_locked_index_inode() where we
Anton Altaparmakov
1
-15
/
+11
2006-03-23
NTFS: Add support for sparse files which have a compression unit of 0.
Anton Altaparmakov
1
-23
/
+45
2006-02-24
NTFS: - Cope with attribute list attribute having invalid flags.
Anton Altaparmakov
1
-10
/
+39
2006-01-10
[PATCH] replace inode_update_time with file_update_time
Christoph Hellwig
1
-1
/
+19
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-4
/
+4
2005-10-04
NTFS: Enable ATTR_SIZE attribute changes in ntfs_setattr(). This completes
Anton Altaparmakov
1
-8
/
+15
2005-10-04
NTFS: Implement fs/ntfs/inode.[hc]::ntfs_truncate(). It only supports
Anton Altaparmakov
1
-33
/
+458
2005-09-19
NTFS: Fix ntfs_{read,write}page() to cope with concurrent truncates better.
Anton Altaparmakov
1
-4
/
+5
2005-09-08
NTFS: Fixup handling of sparse, compressed, and encrypted attributes in
Anton Altaparmakov
1
-101
/
+114
2005-09-08
NTFS: Truncate {a,c,m}time to the ntfs supported time granularity when
Anton Altaparmakov
1
-5
/
+7
2005-05-27
NTFS: Remove spurious void pointer casts from fs/ntfs/.
Pekka Enberg
1
-3
/
+2
2005-05-05
NTFS: Correct sparse file handling. The compressed values need to be
Anton Altaparmakov
1
-90
/
+82
2005-05-05
NTFS: Fix printk format warnings on ia64. (Randy Dunlap)
Randy Dunlap
1
-6
/
+6
2005-05-05
NTFS: - Set the ntfs_inode->allocated_size to the real allocated size in the
Anton Altaparmakov
1
-174
/
+170
2005-05-05
NTFS: - Add disable_sparse mount option together with a per volume sparse
Anton Altaparmakov
1
-1
/
+4
2005-05-05
NTFS: Use i_size_read() in fs/ntfs/inode.c once and then use the cached value
Anton Altaparmakov
1
-11
/
+14
2005-05-05
NTFS: - In fs/ntfs/compress.c, use i_size_read() at the start and then use the
Anton Altaparmakov
1
-0
/
+1
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+2616