Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
cbe132a8bdcff0f9afd9060948fb50597c7400b8
/
fs
/
xfs
/
linux-2.6
/
xfs_super.c
cbe132a
xfs: don't hold onto reserved blocks on remount,ro
by Dave Chinner
· 15 years ago
453eac8
xfs: Don't wake the aild once per second
by Dave Chinner
· 15 years ago
57817c6
xfs: reclaim all inodes by background tree walks
by Dave Chinner
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago
30ac068
xfs: cleanup dmapi macros in the umount path
by Christoph Hellwig
· 15 years ago
033da48
xfs: reset the i_iolock lock class in the reclaim path
by Christoph Hellwig
· 15 years ago
848ce8f
xfs: simplify inode teardown
by Christoph Hellwig
· 15 years ago
a372bf8
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 15 years ago
69961a2
xfs: cleanup ->sync_fs
by Christoph Hellwig
· 15 years ago
f9581b1
xfs: implement ->dirty_inode to fix timestamp handling
by Christoph Hellwig
· 15 years ago
b87221d
const: mark remaining super_operations const
by Alexey Dobriyan
· 15 years ago
988abe4
xfs: xfs_showargs() reports group *and* project quotas enabled
by Alex Elder
· 15 years ago
d96f8f8
xfs: add more statics & drop some unused functions
by Eric Sandeen
· 15 years ago
90c699a
block: rename CONFIG_LBD to CONFIG_LBDAF
by Bartlomiej Zolnierkiewicz
· 15 years ago
fd40261
Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linus
by Felix Blyakher
· 15 years ago
f950221
xfs: remove ->write_super and stop maintaining ->s_dirt
by Christoph Hellwig
· 15 years ago
ef14f0c
xfs: use generic Posix ACL code
by Christoph Hellwig
· 15 years ago
075fe10
xfs: split xfs_sync_inodes
by Christoph Hellwig
· 15 years ago
7d09525
xfs: kill xfs_qmops
by Christoph Hellwig
· 15 years ago
a19d9f8
xfs: kill ino64 mount option
by Christoph Hellwig
· 16 years ago
3180e66
xfs: make symbols static
by Hannes Eder
· 16 years ago
b796313
xfs: only issues a cache flush on unmount if barriers are enabled
by Christoph Hellwig
· 16 years ago
fcafb71
xfs: get rid of indirections in the quotaops implementation
by Christoph Hellwig
· 16 years ago
a568778
xfs: remove uchar_t/ushort_t/uint_t/ulong_t types
by Christoph Hellwig
· 16 years ago
d4bb6d0
xfs: merge xfs_inode_flush into xfs_fs_write_inode
by Christoph Hellwig
· 16 years ago
7884bc8
xfs: fix bad_features2 fixups for the root filesystem
by Christoph Hellwig
· 16 years ago
c4be0c1
filesystem freeze: add error handling of write_super_lockfs/unlockfs
by Takashi Sato
· 16 years ago
025dfda
trivial: fix then -> than typos in comments and documentation
by Frederik Schwarzer
· 16 years ago
25e41b3
move vn_iowait / vn_iowake into xfs_aops.c
by Christoph Hellwig
· 16 years ago
f95099b
kill xfs_unmount_flush
by Christoph Hellwig
· 16 years ago
b56757b
remove leftovers of shared read-only support
by Christoph Hellwig
· 16 years ago
6bd16ff
kill dead inode flags
by Christoph Hellwig
· 16 years ago
207fcfa
[XFS] remove xfs_vfsops.h
by Christoph Hellwig
· 16 years ago
2e65609
[XFS] fix error inversion problems with data flushing
by Dave Chinner
· 16 years ago
6579591
[XFS] fix spurious gcc warnings
by Christoph Hellwig
· 16 years ago
1ec7944
[XFS] fix biosize option
by Christoph Hellwig
· 16 years ago
469fc23
[XFS] fix the noquota mount option
by Christoph Hellwig
· 16 years ago
9d565ff
[XFS] kill struct xfs_mount_args
by Christoph Hellwig
· 16 years ago
82fa901
[XFS] Allocate the struct xfs_ail
by David Chinner
· 16 years ago
1165451
[XFS] kill deleted inodes list
by David Chinner
· 16 years ago
493dca6
[XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statement
by Lachlan McIlroy
· 16 years ago
99fa8cb
[XFS] Prevent use-after-free caused by synchronous inode reclaim
by David Chinner
· 16 years ago
bf90424
[XFS] Combine the XFS and Linux inodes
by David Chinner
· 16 years ago
94b97e3
[XFS] Never call mark_inode_dirty_sync() directly
by David Chinner
· 16 years ago
76bf105
[XFS] Move remaining quiesce code.
by David Chinner
· 16 years ago
cb56a4b
[XFS] Kill SYNC_CLOSE
by David Chinner
· 16 years ago
e9f1c6e
[XFS] make SYNC_DELWRI no longer use xfs_sync
by David Chinner
· 16 years ago
be97d9d
[XFS] make SYNC_ATTR no longer use xfs_sync
by David Chinner
· 16 years ago
a167b17
[XFS] move xfssyncd code to xfs_sync.c
by David Chinner
· 16 years ago
fe4fa4b
[XFS] move sync code to its own file
by David Chinner
· 16 years ago
8c4ed63
[XFS] make btree tracing generic
by Christoph Hellwig
· 16 years ago
be8b78a
[XFS] Remove kmem_zone_t argument from xfs_inode_init_once()
by Lachlan McIlroy
· 16 years ago
07c8f67
[XFS] Make use of the init-once slab optimisation.
by David Chinner
· 16 years ago
30c40d2
[PATCH] propagate mode through open_bdev_excl/close_bdev_excl
by Al Viro
· 17 years ago
6c5e51d
xfs: fix remount rw with unrecognized options
by Christoph Hellwig
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
6efdf28
[XFS] Fix regression introduced by remount fixup
by Christoph Hellwig
· 16 years ago
6203300
[XFS] don't call xfs_freesb from xfs_unmountfs
by Christoph Hellwig
· 16 years ago
4249023
[XFS] cleanup xfs_mountfs
by Christoph Hellwig
· 16 years ago
77508ec
[XFS] move root inode IRELE into xfs_unmountfs
by Christoph Hellwig
· 16 years ago
41be8be
[XFS] sanitize xfs_initialize_vnode
by Christoph Hellwig
· 16 years ago
5ec7f8c
[XFS] kill bhv_vnode_t
by Christoph Hellwig
· 16 years ago
df80c93
[XFS] remove some easy bhv_vnode_t instances
by Christoph Hellwig
· 16 years ago
863890c
[XFS] kill vn_to_inode
by Christoph Hellwig
· 16 years ago
a19d033
[XFS] Remove vn_from_inode()
by Christoph Hellwig
· 16 years ago
a738159
[XFS] don't leak m_fsname/m_rtname/m_logname
by Christoph Hellwig
· 16 years ago
e4f7529
[XFS] Kill shouty XFS_ITOV() macro
by David Chinner
· 16 years ago
0165164
[XFS] Avoid directly referencing the VFS inode.
by David Chinner
· 16 years ago
c032bfc
[XFS] fix use after free with external logs or real-time devices
by Lachlan McIlroy
· 16 years ago
62a877e
[XFS] fix mount option parsing in remount
by Christoph Hellwig
· 16 years ago
deeb591
[XFS] Disable queue flag test in barrier check.
by Eric Sandeen
· 16 years ago
9f8868f
[XFS] streamline init/exit path
by Christoph Hellwig
· 16 years ago
0ec5851
[XFS] Use the generic xattr methods.
by Lachlan McIlroy
· 16 years ago
189f4bf
[XFS] XFS: ASCII case-insensitive support
by Barry Naujok
· 16 years ago
120226c
[XFS] add missing call to xfs_filestream_unmount on xfs_mountfs failure
by Christoph Hellwig
· 17 years ago
effa2ed
[XFS] rename error2 goto label in xfs_fs_fill_super
by Christoph Hellwig
· 17 years ago
95db4e2
[XFS] kill calls to xfs_binval in the mount error path
by Christoph Hellwig
· 17 years ago
c962fb7
[XFS] kill xfs_mount_init
by Christoph Hellwig
· 17 years ago
bdd907b
[XFS] allow xfs_args_allocate to fail
by Christoph Hellwig
· 17 years ago
e34b562
[XFS] add xfs_setup_devices helper
by Christoph Hellwig
· 17 years ago
19f354d
[XFS] sort out opening and closing of the block devices
by Christoph Hellwig
· 17 years ago
f8f15e4
[XFS] merge xfs_mount into xfs_fs_fill_super
by Christoph Hellwig
· 17 years ago
e48ad316
[XFS] merge xfs_unmount into xfs_fs_put_super / xfs_fs_fill_super
by Christoph Hellwig
· 17 years ago
48b62a1
[XFS] merge xfs_mntupdate into xfs_fs_remount
by Christoph Hellwig
· 17 years ago
f0e2d93
[XFS] Remove unused arg from kmem_free()
by Denys Vlasenko
· 17 years ago
7c12f29
[XFS] Fix up noattr2 so that it will properly update the versionnum and
by Tim Shimmin
· 17 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
d4d90b5
[XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already held
by Christoph Hellwig
· 17 years ago
7e20694
[XFS] Remove periodic logging of in-core superblock counters.
by David Chinner
· 17 years ago
34a622b
[XFS] replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
f3dcc13
[XFS] cleanup root inode handling in xfs_fs_fill_super
by Christoph Hellwig
· 17 years ago
a3f74ff
[XFS] Don't block pdflush when writing back inodes
by David Chinner
· 17 years ago
1bd960e
[XFS] If you mount an XFS filesystem with no mount options at all, then
by Josef Jeff Sipek
· 17 years ago
de2eeea
[XFS] add __init/__exit mark to specific init/cleanup functions
by Lachlan McIlroy
· 17 years ago
cbc89dc
[XFS] kill xfs_root
by Christoph Hellwig
· 17 years ago
222096a
[XFS] stop updating inode->i_blocks
by Christoph Hellwig
· 17 years ago
249a8c1
[XFS] Move AIL pushing into it's own thread
by David Chinner
· 17 years ago
a67d7c5
[XFS] Move platform specific mount option parse out of core XFS code
by David Chinner
· 17 years ago
9909c4a
[XFS] kill xfs_freeze.
by Christoph Hellwig
· 17 years ago
4ca488e
[XFS] Kill off xfs_statvfs.
by Christoph Hellwig
· 17 years ago
Next »