Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b1ff4f96fd1c63890d78d8939c6e0f2b44ce3113
/
fs
/
xfs
/
xfs_mount.c
d4f3512
xfs: flush outstanding buffers on log mount failure
by Dave Chinner
· 13 years ago
2a0ec1d
xfs: move xfs_get_extsz_hint() and kill xfs_rw.h
by Dave Chinner
· 13 years ago
e70b73f
xfs: clean up buffer get/read call API
by Dave Chinner
· 13 years ago
211e4d4
xfs: implement freezing by emptying the AIL
by Christoph Hellwig
· 13 years ago
6bd92a2
Change xfs_sb_from_disk() interface to take a mount pointer
by Chandra Seetharaman
· 13 years ago
021000e
xfs: show uuid when mount fails due to duplicate uuid
by Mitsuo Hayasaka
· 13 years ago
a9add83
xfs: remove XFS_bflush
by Christoph Hellwig
· 13 years ago
901796a
xfs: clean up xfs_ioerror_alert
by Christoph Hellwig
· 13 years ago
87c7bec
xfs: fix buffer flushing during unmount
by Christoph Hellwig
· 13 years ago
61551f1
xfs: call xfs_buf_delwri_queue directly
by Christoph Hellwig
· 13 years ago
2ddb4e9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by Alex Elder
· 13 years ago
abbede1
xfs: get rid of open-coded S_ISREG(), etc.
by Al Viro
· 13 years ago
49074c0
xfs: Remove the macro XFS_BUF_TARGET
by Chandra Seetharaman
· 13 years ago
72790aa
xfs: Remove macro XFS_BUF_HOLD
by Chandra Seetharaman
· 13 years ago
adab0f6
xfs: Remove the second parameter to xfs_sb_count()
by Chandra Seetharaman
· 13 years ago
ea15ab3
xfs: remove the dead QUOTADEBUG code
by Christoph Hellwig
· 13 years ago
b2ce397
Revert "xfs: fix filesystsem freeze race in xfs_trans_alloc"
by Alex Elder
· 13 years ago
c0e090c
xfs: consolidate & clarify mount sanity checks
by Eric Sandeen
· 13 years ago
0c842ad
xfs: clean up buffer locking helpers
by Christoph Hellwig
· 13 years ago
7a249cf
xfs: fix filesystsem freeze race in xfs_trans_alloc
by Christoph Hellwig
· 13 years ago
45c51b9
xfs: cleanup duplicate initializations
by David Sterba
· 14 years ago
0b932cc
xfs: Convert remaining cmn_err() callers to new API
by Dave Chinner
· 14 years ago
5348778
xfs: convert xfs_fs_cmn_err to new error logging API
by Dave Chinner
· 14 years ago
af34e09
xfs: kill xfs_fs_mount_cmn_err() macro
by Dave Chinner
· 14 years ago
1a427ab
xfs: convert pag_ici_lock to a spin lock
by Dave Chinner
· 14 years ago
055388a
xfs: dynamic speculative EOF preallocation
by Dave Chinner
· 14 years ago
f83282a
xfs: fix per-ag reference counting in inode reclaim tree walking
by Dave Chinner
· 14 years ago
1a1a3e9
xfs: remove xfs_buf wrappers
by Christoph Hellwig
· 14 years ago
1b04071
xfs: do not use xfs_mod_incore_sb_batch for per-cpu counters
by Christoph Hellwig
· 14 years ago
96540c7
xfs: do not use xfs_mod_incore_sb for per-cpu counters
by Christoph Hellwig
· 14 years ago
61ba35d
xfs: remove XFS_MOUNT_NO_PERCPU_SB
by Christoph Hellwig
· 14 years ago
74f75a0
xfs: convert buffer cache hash to rbtree
by Dave Chinner
· 14 years ago
69b491c
xfs: serialise inode reclaim within an AG
by Dave Chinner
· 14 years ago
65d0f20
xfs: split inode AG walking into separate code for reclaim
by Dave Chinner
· 14 years ago
1922c94
xfs: use unhashed buffers for size checks
by Dave Chinner
· 14 years ago
26af655
xfs: kill XBF_FS_MANAGED buffers
by Dave Chinner
· 14 years ago
e176579
xfs: lockless per-ag lookups
by Dave Chinner
· 14 years ago
bd32d25
xfs: remove debug assert for per-ag reference counting
by Dave Chinner
· 14 years ago
3400777
xfs: remove unneeded #include statements
by Christoph Hellwig
· 14 years ago
288699f
xfs: drop dmapi hooks
by Christoph Hellwig
· 14 years ago
7b6259e
xfs: remove block number from inode lookup code
by Dave Chinner
· 14 years ago
fb3b504
xfs: fix access to upper inodes without inode64
by Christoph Hellwig
· 14 years ago
9b98b6f
xfs: fix might_sleep() warning when initialising per-ag tree
by Dave Chinner
· 14 years ago
657a4cf
xfs: replace E2BIG with EFBIG where appropriate
by Eric Sandeen
· 15 years ago
1414a60
xfs: remove dead XFS_LOUD_RECOVERY code
by Christoph Hellwig
· 15 years ago
8babd8a
xfs: Increase the default size of the reserved blocks pool
by Dave Chinner
· 15 years ago
dda35b8
xfs: merge xfs_lrw.c into xfs_file.c
by Christoph Hellwig
· 15 years ago
c854363
xfs: Use delayed write for inodes rather than async V2
by Dave Chinner
· 15 years ago
d5db0f9
xfs: more reserved blocks fixups
by Eric Sandeen
· 15 years ago
a14a348
xfs: cleanup up xfs_log_force calling conventions
by Christoph Hellwig
· 15 years ago
0cadda1
xfs: remove duplicate buffer flags
by Christoph Hellwig
· 15 years ago
587aa0f
xfs: rearrange xfs_mod_sb() to avoid array subscript warning
by Dave Chinner
· 15 years ago
e57336f
xfs: embed the pagb_list array in the perag structure
by Dave Chinner
· 15 years ago
8b26c58
xfs: handle ENOMEM correctly during initialisation of perag structures
by Dave Chinner
· 15 years ago
0fa800f
xfs: Add trace points for per-ag refcount debugging.
by Dave Chinner
· 15 years ago
aed3bb9
xfs: Reference count per-ag structures
by Dave Chinner
· 15 years ago
1c1c6eb
xfs: Replace per-ag array with a radix tree
by Dave Chinner
· 15 years ago
44b56e0
xfs: convert remaining direct references to m_perag
by Dave Chinner
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago
d031655
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
b8f82a4
xfs: kill the STATIC_INLINE macro
by Christoph Hellwig
· 15 years ago
6ad112b
xfs: simplify xfs_buf_get / xfs_buf_read interfaces
by Christoph Hellwig
· 15 years ago
80641dc
xfs: I/O completion handlers must use NOFS allocations
by Christoph Hellwig
· 15 years ago
7a9e02d
this_cpu: xfs_icsb_modify_counters does not need "cpu" variable
by Christoph Lameter
· 15 years ago
d96f8f8
xfs: add more statics & drop some unused functions
by Eric Sandeen
· 15 years ago
abc1064
xfs: remove unused parameter from xfs_reclaim_inodes
by Dave Chinner
· 15 years ago
7d09525
xfs: kill xfs_qmops
by Christoph Hellwig
· 15 years ago
2ac00af
xfs: add more checks to superblock validation
by Olaf Weber
· 16 years ago
2717420
xfs: cleanup uuid handling
by Christoph Hellwig
· 16 years ago
1a5902c
xfs: remove m_attroffset
by Christoph Hellwig
· 16 years ago
9da096f
xfs: fix various typos
by Malcolm Parsons
· 16 years ago
6447c36
xfs: remove m_litino
by Christoph Hellwig
· 16 years ago
21b699c
xfs: cleanup log unmount handling
by Christoph Hellwig
· 16 years ago
b93b6e4
xfs: make sure to free the real-time inodes in the mount error path
by Christoph Hellwig
· 16 years ago
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
Next »