index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_mount.h
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-29
[XFS] fix non-smp xfs build
Eric Sandeen
1
-0
/
+1
2008-04-29
[XFS] kill XFS_ICSB_SB_LOCKED
Christoph Hellwig
1
-1
/
+0
2008-04-29
[XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already held
Christoph Hellwig
1
-2
/
+3
2008-04-18
[XFS] remove bhv_vname_t and xfs_rename code
Barry Naujok
1
-2
/
+2
2008-04-18
[XFS] Replace custom AIL linked-list code with struct list_head
Josef 'Jeff' Sipek
1
-1
/
+1
2008-04-18
[XFS] cleanup vnode use in dmapi calls
Christoph Hellwig
1
-11
/
+11
2008-04-18
[XFS] kill xfs_rwlock/xfs_rwunlock
Christoph Hellwig
1
-1
/
+1
2008-02-28
[XFS] If you mount an XFS filesystem with no mount options at all, then
Josef Jeff Sipek
1
-1
/
+1
2008-02-07
[XFS] Move AIL pushing into it's own thread
David Chinner
1
-2
/
+8
2008-02-07
[XFS] kill xfs_iocore_t
Christoph Hellwig
1
-1
/
+0
2008-02-07
[XFS] Cleanup lock goop.
Eric Sandeen
1
-1
/
+1
2008-02-07
[XFS] Unwrap XFS_SB_LOCK.
Eric Sandeen
1
-3
/
+1
2008-02-07
[XFS] Unwrap AIL_LOCK
Donald Douwsma
1
-8
/
+1
2008-02-07
[XFS] kill unnessecary ioops indirection
Lachlan McIlroy
1
-101
/
+0
2007-10-16
[XFS] growlock should be a mutex
Christoph Hellwig
1
-1
/
+1
2007-10-16
[XFS] kill struct bhv_vfs
Christoph Hellwig
1
-32
/
+15
2007-10-16
[XFS] move syncing related members from struct bhv_vfs to struct xfs_mount
Christoph Hellwig
1
-0
/
+6
2007-10-16
[XFS] kill the vfs_flags member in struct bhv_vfs
Christoph Hellwig
1
-4
/
+4
2007-10-16
[XFS] call common xfs vfs-level helpers directly and remove vfs operations
Christoph Hellwig
1
-14
/
+7
2007-10-16
[XFS] decontaminate vfs operations from behavior details
Christoph Hellwig
1
-1
/
+0
2007-10-16
[XFS] remove dependency of the quota module on behaviors
Christoph Hellwig
1
-15
/
+28
2007-10-16
[XFS] remove dependency of the dmapi module on behaviors
Christoph Hellwig
1
-8
/
+16
2007-10-16
[XFS] kill struct bhv_vnode
Christoph Hellwig
1
-6
/
+5
2007-10-16
[XFS] call common xfs vnode-level helpers directly and remove vnode operations
Christoph Hellwig
1
-1
/
+0
2007-10-15
[XFS] Radix tree based inode caching
David Chinner
1
-6
/
+16
2007-10-15
[XFS] superblock endianess annotations
Christoph Hellwig
1
-1
/
+2
2007-10-15
[XFS] Remove m_nreadaheads
Eric Sandeen
1
-1
/
+0
2007-07-14
[XFS] Concurrent Multi-File Data Streams
David Chinner
1
-0
/
+4
2007-07-14
[XFS] Lazy Superblock Counters
David Chinner
1
-3
/
+7
2007-07-14
[XFS] Don't grow filesystems past the size they can index.
Nathan Scott
1
-0
/
+1
2007-02-10
[XFS] Re-initialize the per-cpu superblock counters after recovery.
Lachlan McIlroy
1
-0
/
+2
2007-02-10
[XFS] Fix block reservation changes for non-SMP systems.
Kevin Jamieson
1
-1
/
+1
2007-02-10
[XFS] Fix block reservation mechanism.
David Chinner
1
-1
/
+1
2007-02-10
[XFS] Make growfs work for amounts greater than 2TB
David Chinner
1
-3
/
+4
2007-02-10
[XFS] remove unused xflags parameter from sync routines
Lachlan McIlroy
1
-2
/
+2
2007-02-10
[XFS] Fix UP build breakage due to undefined m_icsb_mutex.
David Chinner
1
-0
/
+21
2007-02-10
[XFS] Reduction global superblock lock contention near ENOSPC.
David Chinner
1
-0
/
+1
2006-09-28
[XFS] Fix kmem_zalloc_greedy warnings on 64 bit platforms.
Nathan Scott
1
-1
/
+1
2006-09-28
[XFS] remove bhv_lookup, _range version works aswell and has more useful
Christoph Hellwig
1
-1
/
+2
2006-06-20
[XFS] Remove version 1 directory code. Never functioned on Linux, just
Nathan Scott
1
-2
/
+0
2006-06-09
[XFS] Resolve a namespace collision on remaining vtypes for FreeBSD
Nathan Scott
1
-1
/
+1
2006-06-09
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
Nathan Scott
1
-7
/
+7
2006-06-09
[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.
Nathan Scott
1
-11
/
+11
2006-06-09
[XFS] Shutdown the filesystem if all device paths have gone. Made
Nathan Scott
1
-9
/
+0
2006-06-09
[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report
Olaf Weber
1
-3
/
+20
2006-03-31
[XFS] Implement the silent parameter to fill_super, previously ignored.
Nathan Scott
1
-1
/
+4
2006-03-29
[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all
Nathan Scott
1
-1
/
+1
2006-03-14
[XFS] Remove a couple of no-longer-used macros/types from XFS.
Nathan Scott
1
-5
/
+0
2006-03-14
[XFS] using a spinlock per cpu for superblock counter exclusion results in
David Chinner
1
-1
/
+3
2006-03-14
[XFS] Add support for hotplug CPUs to the per-CPU superblock counters by
David Chinner
1
-0
/
+1
[next]