index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ntfs
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-10-01
[PATCH] fs/ntfs: Conversion to generic boolean
Richard Knutsson
1
-89
/
+89
2006-09-27
[PATCH] Really ignore kmem_cache_destroy return value
Alexey Dobriyan
1
-23
/
+5
2006-07-03
[PATCH] lockdep: annotate NTFS locking rules
Ingo Molnar
1
-0
/
+31
2006-06-23
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
David Howells
1
-3
/
+4
2006-06-23
[PATCH] VFS: Permit filesystem to override root dentry on mount
David Howells
1
-3
/
+4
2006-03-24
[PATCH] cpuset memory spread: slab cache filesystems
Paul Jackson
1
-2
/
+2
2006-03-23
NTFS: 2.1.27 - Various bug fixes and cleanups.
Anton Altaparmakov
1
-1
/
+1
2006-03-23
NTFS: Semaphore to mutex conversion.
Ingo Molnar
1
-21
/
+21
2006-03-23
NTFS: Fix comparison of $MFT and $MFTMirr to not bail out when there are
Anton Altaparmakov
1
-13
/
+25
2006-03-23
NTFS: Fix an (innocent) off-by-one error in the runlist code.
Anton Altaparmakov
1
-1
/
+1
2006-02-24
NTFS: Do more detailed reporting of why we cannot mount read-write by
Anton Altaparmakov
1
-7
/
+27
2006-02-24
NTFS: Implement support for sector sizes above 512 bytes (up to the maximum
Anton Altaparmakov
1
-52
/
+99
2006-02-05
NTFS: We have struct kmem_cache now so use it instead of the typedef.
Pekka Enberg
1
-6
/
+6
2006-01-10
[PATCH] ntfs: remove superflous MS_NOATIME/MS_NODIRATIME assignments
Christoph Hellwig
1
-14
/
+14
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-8
/
+8
2005-10-24
NTFS: Use %z for size_t to fix compilation warnings. (Andrew Morton)
Anton Altaparmakov
1
-1
/
+1
2005-09-12
NTFS: Change the mount options {u,f,d}mask to always parse the number as
Anton Altaparmakov
1
-3
/
+11
2005-09-08
NTFS: 2.1.24 release and some minor final fixes.
Anton Altaparmakov
1
-1
/
+1
2005-09-08
NTFS: Support more clean journal ($LogFile) states.
Anton Altaparmakov
1
-4
/
+12
2005-06-25
NTFS: Detect the case when Windows has been suspended to disk on the volume
Anton Altaparmakov
1
-11
/
+168
2005-06-25
NTFS: Stamp the transaction log ($UsnJrnl), aka user space journal, if it
Anton Altaparmakov
1
-3
/
+251
2005-05-27
NTFS: Use C99 style structure initialization after memory allocation where
Anton Altaparmakov
1
-28
/
+11
2005-05-05
NTFS: Minor cleanup: Define and use NTFS_MAX_CLUSTER_SIZE constant instead
Anton Altaparmakov
1
-3
/
+3
2005-05-05
NTFS: Some utilities modify the boot sector but do not update the checksum.
Anton Altaparmakov
1
-4
/
+8
2005-05-05
NTFS: Remove checks for NULL before calling kfree() since kfree() does the
Jesper Juhl
1
-2
/
+1
2005-05-05
NTFS: Make fs/ntfs/namei.c::ntfs_get_{parent,dentry} static and move the
Anton Altaparmakov
1
-34
/
+0
2005-05-05
NTFS: - Add disable_sparse mount option together with a per volume sparse
Anton Altaparmakov
1
-18
/
+47
2005-05-05
NTFS: - Use i_size_read() in fs/ntfs/super.c once and then use the cached
Anton Altaparmakov
1
-48
/
+54
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+2771