Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
25dfeeb757bdf06521d65973676b21dac1d26d20
/
fs
/
xfs
/
xfs_mount.c
cc92e7a
[XFS] growlock should be a mutex
by Christoph Hellwig
· 17 years ago
b267ce9
[XFS] kill struct bhv_vfs
by Christoph Hellwig
· 17 years ago
bd186aa
[XFS] kill the vfs_flags member in struct bhv_vfs
by Christoph Hellwig
· 17 years ago
0ce4cfd
[XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfs
by Christoph Hellwig
· 17 years ago
745f691
[XFS] call common xfs vfs-level helpers directly and remove vfs operations
by Christoph Hellwig
· 17 years ago
f541d27
[XFS] move freeing the mount structure from xfs_mount_free into the callers
by Christoph Hellwig
· 17 years ago
da353b0
[XFS] Radix tree based inode caching
by David Chinner
· 17 years ago
2bdf7cd
[XFS] superblock endianess annotations
by Christoph Hellwig
· 17 years ago
49ee6c9
[XFS] Fix a potential NULL pointer deref in XFS on failed mount.
by Jesper Juhl
· 17 years ago
425f9dd
[XFS] Pick a single default inode cluster size.
by Eric Sandeen
· 17 years ago
4090663
[XFS] Remove m_nreadaheads
by Eric Sandeen
· 17 years ago
39726be
[XFS] Use do_div() on 64 bit types.
by Christoph Hellwig
· 17 years ago
84e1e99
[XFS] Prevent ENOSPC from aborting transactions that need to succeed
by David Chinner
· 17 years ago
641c56f
[XFS] Prevent deadlock when flushing inodes on unmount
by David Chinner
· 17 years ago
92821e2
[XFS] Lazy Superblock Counters
by David Chinner
· 17 years ago
4cc929e
[XFS] Don't grow filesystems past the size they can index.
by Nathan Scott
· 17 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 18 years ago
1c72bf9
[XFS] The last argument "lsn" of xfs_trans_commit() is always called with NULL.
by Eric Sandeen
· 18 years ago
5478eea
[XFS] Re-initialize the per-cpu superblock counters after recovery.
by Lachlan McIlroy
· 18 years ago
dbcabad
[XFS] Fix block reservation mechanism.
by David Chinner
· 18 years ago
20f4ebf
[XFS] Make growfs work for amounts greater than 2TB
by David Chinner
· 18 years ago
03135cf
[XFS] Fix UP build breakage due to undefined m_icsb_mutex.
by David Chinner
· 18 years ago
20b6428
[XFS] Reduction global superblock lock contention near ENOSPC.
by David Chinner
· 18 years ago
7989cb8
[XFS] Keep stack usage down for 4k stacks by using noinline.
by David Chinner
· 18 years ago
4be536d
[XFS] Prevent free space oversubscription and xfssyncd looping.
by David Chinner
· 18 years ago
73a0e40
Merge git://oss.sgi.com:8090/nathans/xfs-2.6
by Linus Torvalds
· 18 years ago
5a67e4c
[PATCH] cpu hotplug: use hotplug version of cpu notifier in appropriate places
by Chandra Seetharaman
· 18 years ago
6fdf8cc
[XFS] Rework code snippets slightly to remove remaining recent-gcc warnings.
by Nathan Scott
· 18 years ago
f6c2d1f
[XFS] Remove version 1 directory code. Never functioned on Linux, just
by Nathan Scott
· 18 years ago
67fcaa7
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
by Nathan Scott
· 18 years ago
b83bd13
[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.
by Nathan Scott
· 18 years ago
b657452
[XFS] Portability changes: remove prdev, stick to one diagnostic interface.
by Nathan Scott
· 18 years ago
d210a28
[XFS] In actual allocation of file system blocks and freeing extents, the
by Yingping Lu
· 18 years ago
e50bd16
[XFS] Fix superblock validation regression for the zero imaxpct case.
by Nathan Scott
· 19 years ago
764d1f8
[XFS] Implement the silent parameter to fill_super, previously ignored.
by Nathan Scott
· 19 years ago
c41564b
[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all
by Nathan Scott
· 19 years ago
9f989c9
[XFS] Additional mount time superblock validation checks.
by Nathan Scott
· 19 years ago
01e1b69
[XFS] using a spinlock per cpu for superblock counter exclusion results in
by David Chinner
· 19 years ago
e8234a6
[XFS] Add support for hotplug CPUs to the per-CPU superblock counters by
by David Chinner
· 19 years ago
8d280b9
[XFS] On machines with more than 8 cpus, when running parallel I/O
by David Chinner
· 19 years ago
014c254
return statement cleanup - kill pointless parentheses
by Jesper Juhl
· 19 years ago
ee2a4f7
[XFS] Fix an intermittent pquota panic caused by dodgey quota flags to an
by Nathan Scott
· 19 years ago
1df84c9
[XFS] Mark some lookup tables const. Thanks to Arjan van de Ven for
by Christoph Hellwig
· 19 years ago
794ee1b
[PATCH] mutex subsystem, semaphore to mutex: XFS
by Jes Sorensen
· 19 years ago
a749ee8
[XFS] Fix calculation of reserved AGs for inodes in 32-bit inode mode
by Eric Sandeen
· 19 years ago
c11e2c3
[XFS] Rework fid encode/decode wrt 64 bit inums interacting with NFS.
by Nathan Scott
· 19 years ago
7b71876
[XFS] Update license/copyright notices to match the prefered SGI boilerplate.
by Nathan Scott
· 19 years ago
a844f45
[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.
by Nathan Scott
· 19 years ago
fc1f8c1
[XFS] Track external log/realtime device names for correct reporting in
by Nathan Scott
· 19 years ago
d8cc890
[XFS] Ondisk format extension for extended attributes (attr2). Basically,
by Nathan Scott
· 19 years ago
da1650a
[XFS] Add format checking to cmn_err and icmn_err
by Christoph Hellwig
· 19 years ago
8401e96
[XFS] remove xfs_incore_relse
by Christoph Hellwig
· 19 years ago
efa8027
[XFS] rewrite xfs_iflush_all
by Christoph Hellwig
· 19 years ago
ba0f32d
[XFS] mark various symbols static Patch from Adrian Bunk
by Christoph Hellwig
· 19 years ago
de20614
[XFS] Block mount attempts for filesystems with version 1 directories.
by Nathan Scott
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago