Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f9057e3da79d18fdbd9d6adbb183f032c614feeb
/
fs
/
xfs
/
xfs_mount.c
f9057e3
xfs: cleanup error handling in xfs_mountfs:
by Christoph Hellwig
· 16 years ago
7884bc8
xfs: fix bad_features2 fixups for the root filesystem
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
81591fe
[XFS] kill xfs_dinode_core_t
by Christoph Hellwig
· 16 years ago
1165451
[XFS] kill deleted inodes list
by David Chinner
· 16 years ago
1dc3318
[XFS] rename inode reclaim functions
by David Chinner
· 16 years ago
6c7699c
[XFS] remove the mount inode list
by David Chinner
· 16 years ago
60197e8
[XFS] Cleanup maxrecs calculation.
by Christoph Hellwig
· 16 years ago
75c68f4
[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()
by David Chinner
· 16 years ago
a357a12
[XFS] Fix use-after-free with log and quotas
by Lachlan McIlroy
· 16 years ago
d62c251
[XFS] use KM_MAYFAIL in xfs_mountfs
by Christoph Hellwig
· 16 years ago
ff4f038
[XFS] refactor xfs_mount_free
by Christoph Hellwig
· 16 years ago
6203300
[XFS] don't call xfs_freesb from xfs_unmountfs
by Christoph Hellwig
· 16 years ago
41b5c2e
[XFS] xfs_unmountfs should return void
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
1550d0b
[XFS] kill INDUCE_IO_ERROR
by Christoph Hellwig
· 16 years ago
a738159
[XFS] don't leak m_fsname/m_rtname/m_logname
by Christoph Hellwig
· 16 years ago
2edbddd
[XFS] Don't assert if trying to mount with blocksize > pagesize
by Lachlan McIlroy
· 16 years ago
c962fb7
[XFS] kill xfs_mount_init
by Christoph Hellwig
· 16 years ago
19f354d
[XFS] sort out opening and closing of the block devices
by Christoph Hellwig
· 16 years ago
af15b89
[XFS] don't call xfs_freesb from xfs_mountfs failure case
by Christoph Hellwig
· 16 years ago
fa6adbe
[XFS] kill xfs_uuid_unmount
by Christoph Hellwig
· 16 years ago
4b166de
[XFS] Update valid fields in xfs_mount_log_sb()
by David Chinner
· 16 years ago
f0e2d93
[XFS] Remove unused arg from kmem_free()
by Denys Vlasenko
· 16 years ago
7c12f29
[XFS] Fix up noattr2 so that it will properly update the versionnum and
by Tim Shimmin
· 17 years ago
ce46193
[XFS] kill XFS_ICSB_SB_LOCKED
by Christoph Hellwig
· 17 years ago
45af6c6
[XFS] split xfs_icsb_balance_counter
by Christoph Hellwig
· 17 years ago
d4d90b5
[XFS] Add xfs_icsb_sync_counters_locked for when m_sb_lock already held
by Christoph Hellwig
· 17 years ago
d64e31a
[XFS] Ensure errors from xfs_bdstrat() are correctly checked.
by David Chinner
· 17 years ago
e5720ee
[XFS] Propagate errors from xfs_trans_commit().
by David Chinner
· 17 years ago
714082b
[XFS] Report errors from xfs_reserve_blocks().
by David Chinner
· 17 years ago
36fbe6e
[XFS] xfs_icsb_counter_disabled() never returns an error.
by David Chinner
· 17 years ago
4335509
[XFS] remove most calls to VN_RELE
by Christoph Hellwig
· 17 years ago
a45c796
[XFS] Remove superflous xfs_readsb call in xfs_mountfs.
by Christoph Hellwig
· 17 years ago
e6957ea
[XFS] Ensure "both" features2 slots are consistent
by Eric Sandeen
· 17 years ago
ee1c090
[XFS] Fix superblock features2 field alignment problem
by David Chinner
· 17 years ago
6211870
[XFS] remove shouting-indirection macros from xfs_sb.h
by Eric Sandeen
· 17 years ago
249a8c1
[XFS] Move AIL pushing into it's own thread
by David Chinner
· 17 years ago
a8272ce
[XFS] Fix up sparse warnings.
by David Chinner
· 17 years ago
0771fb4
[XFS] Refactor xfs_mountfs
by Eric Sandeen
· 17 years ago
007c61c
[XFS] Remove spin.h
by Eric Sandeen
· 17 years ago
3685c2a
[XFS] Unwrap XFS_SB_LOCK.
by Eric Sandeen
· 17 years ago
287f3da
[XFS] Unwrap AIL_LOCK
by Donald Douwsma
· 17 years ago
541d7d3
[XFS] kill unnessecary ioops indirection
by Lachlan McIlroy
· 17 years ago
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
Next »