index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
linux-2.6
/
xfs_super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-26
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
1
-1
/
+0
2008-04-29
[XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already held
Christoph Hellwig
1
-1
/
+1
2008-04-18
[XFS] Remove periodic logging of in-core superblock counters.
David Chinner
1
-2
/
+1
2008-04-18
[XFS] replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-1
/
+1
2008-04-18
[XFS] cleanup root inode handling in xfs_fs_fill_super
Christoph Hellwig
1
-10
/
+9
2008-04-18
[XFS] Don't block pdflush when writing back inodes
David Chinner
1
-1
/
+2
2008-02-29
[XFS] If you mount an XFS filesystem with no mount options at all, then
Josef Jeff Sipek
1
-7
/
+7
2008-02-07
[XFS] add __init/__exit mark to specific init/cleanup functions
Lachlan McIlroy
1
-1
/
+1
2008-02-07
[XFS] kill xfs_root
Christoph Hellwig
1
-2
/
+4
2008-02-07
[XFS] stop updating inode->i_blocks
Christoph Hellwig
1
-3
/
+1
2008-02-07
[XFS] Move AIL pushing into it's own thread
David Chinner
1
-0
/
+59
2008-02-07
[XFS] Move platform specific mount option parse out of core XFS code
David Chinner
1
-0
/
+430
2008-02-07
[XFS] kill xfs_freeze.
Christoph Hellwig
1
-1
/
+10
2008-02-07
[XFS] Kill off xfs_statvfs.
Christoph Hellwig
1
-10
/
+41
2008-02-07
[XFS] clean up vnode/inode tracing
Lachlan McIlroy
1
-6
/
+3
2007-10-17
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds
1
-153
/
+145
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
1
-2
/
+1
2007-10-16
[XFS] Put back the QUEUE_ORDERED_NONE test in the barrier check.
Tim Shimmin
1
-0
/
+8
2007-10-16
[XFS] avoid race in sync_inodes() that can fail to write out all dirty data
Lachlan McIlroy
1
-9
/
+20
2007-10-16
[XFS] kill struct bhv_vfs
Christoph Hellwig
1
-11
/
+4
2007-10-16
[XFS] move syncing related members from struct bhv_vfs to struct xfs_mount
Christoph Hellwig
1
-64
/
+57
2007-10-16
[XFS] kill the vfs_flags member in struct bhv_vfs
Christoph Hellwig
1
-1
/
+4
2007-10-16
[XFS] call common xfs vfs-level helpers directly and remove vfs operations
Christoph Hellwig
1
-28
/
+28
2007-10-16
[XFS] decontaminate vfs operations from behavior details
Christoph Hellwig
1
-2
/
+2
2007-10-16
[XFS] remove dependency of the quota module on behaviors
Christoph Hellwig
1
-5
/
+5
2007-10-16
[XFS] kill struct bhv_vnode
Christoph Hellwig
1
-1
/
+1
2007-10-16
[XFS] move v_trace from bhv_vnode to xfs_inode
Christoph Hellwig
1
-23
/
+17
2007-10-16
[XFS] kill the v_flag member in struct bhv_vnode
Christoph Hellwig
1
-5
/
+4
2007-10-16
[XFS] kill v_vfsp member from struct bhv_vnode
Christoph Hellwig
1
-1
/
+0
2007-10-16
[XFS] call common xfs vnode-level helpers directly and remove vnode operations
Christoph Hellwig
1
-20
/
+24
2007-10-15
[XFS] Remove xfs_physmem
Eric Sandeen
1
-4
/
+0
2007-10-15
[XFS] Barriers need to be dynamically checked and switched off
David Chinner
1
-8
/
+0
2007-09-18
[XFS] Ensure file size updates have been completed before writing inode to disk.
Lachlan McIlroy
1
-1
/
+3
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-0
/
+1
2007-07-14
[XFS] Fix remount,readonly path to flush everything correctly.
David Chinner
1
-1
/
+1
2007-07-14
[XFS] Lazy Superblock Counters
David Chinner
1
-1
/
+2
2007-05-17
Remove SLAB_CTOR_CONSTRUCTOR
Christoph Lameter
1
-2
/
+1
2007-05-07
slab allocators: Remove SLAB_DEBUG_INITIAL flag
Christoph Lameter
1
-2
/
+1
2007-02-21
[PATCH] xfs warning fix
Andrew Morton
1
-1
/
+1
2007-02-10
[XFS] Remove unused header files for MAC and CAP checking functionality.
Eric Sandeen
1
-2
/
+0
2007-02-10
[XFS] Make freeze code a little cleaner.
David Chinner
1
-1
/
+1
2007-02-10
[XFS] Remove useless memory barrier
Ralf Baechle
1
-1
/
+0
2007-02-10
[XFS] Ensure a frozen filesystem has a clean log before writing the dummy
David Chinner
1
-3
/
+11
2007-02-10
[XFS] Keep stack usage down for 4k stacks by using noinline.
David Chinner
1
-8
/
+8
2006-12-07
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
Nigel Cunningham
1
-0
/
+1
2006-11-11
[XFS] Clean up i_flags and i_flags_lock handling.
David Chinner
1
-3
/
+1
2006-09-28
[XFS] Really fix use after free in xfs_iunpin.
David Chinner
1
-0
/
+2
2006-09-27
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
1
-1
/
+0
2006-07-28
[XFS] Fix a barrier related forced shutdown on mounts with quota enabled.
Nathan Scott
1
-0
/
+7
2006-06-23
[PATCH] XFS: Use the dentry passed to statfs() to limit the scope of the results
David Howells
1
-1
/
+2
[next]