Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
a9c859033f6ec772f8e3228c343bb1321584ae0e
/
fs
/
xfs
/
xfs_mount.c
00d22a1
xfs: recalculate summary counters at mount time if icount is bad
by Darrick J. Wong
· 6 years ago
ff23f4a
xfs: move extent busy tree initialization to xfs_initialize_perag
by Darrick J. Wong
· 6 years ago
44a8736
xfs: clean up IRELE/iput callsites
by Darrick J. Wong
· 6 years ago
f467cad
xfs: force summary counter recalc at next mount
by Darrick J. Wong
· 6 years ago
2e9e648
xfs: detect and fix bad summary counts at mount
by Darrick J. Wong
· 6 years ago
0b61f8a
xfs: convert to SPDX license tags
by Dave Chinner
· 6 years ago
541b5ac
xfs: verify root inode more thoroughly
by Dave Chinner
· 6 years ago
d6b636e
xfs: halt auto-reclamation activities while rebuilding rmap
by Darrick J. Wong
· 7 years ago
72c44e3
xfs: clean up xfs_mount allocation and dynamic initializers
by Brian Foster
· 7 years ago
4603fa7
xfs: remove unused m_dmevmask from xfs_mount struct
by Eric Sandeen
· 7 years ago
1da0618
xfs: destroy mutex pag_ici_reclaim_lock before free
by Xiongwei Song
· 7 years ago
2d1d1da
xfs: on failed mount, force-reclaim inodes after unmounting quota controls
by Darrick J. Wong
· 7 years ago
749f24f
xfs: Fix bool initialization/comparison
by Thomas Meyer
· 7 years ago
77aff8c
xfs: don't leak quotacheck dquots when cow recovery
by Darrick J. Wong
· 7 years ago
8204f8d
xfs: clear MS_ACTIVE after finishing log recovery
by Darrick J. Wong
· 7 years ago
642338b
Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
a4c20b9
Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 7 years ago
31965ef
xfs: make errortag a per-mountpoint structure
by Darrick J. Wong
· 7 years ago
104b4e5
percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batch
by Nikolay Borisov
· 7 years ago
c8ce540
xfs: remove double-underscore integer types
by Darrick J. Wong
· 7 years ago
8578709
fs: switch ->s_uuid to uuid_t
by Christoph Hellwig
· 8 years ago
d905fda
xfs: use the common helper uuid_is_null()
by Amir Goldstein
· 8 years ago
cb0ba6c
xfs: remove uuid_getnodeuniq and xfs_uu_t
by Christoph Hellwig
· 8 years ago
8f720d9
xfs: publish UUID in struct super_block
by Amir Goldstein
· 8 years ago
d582571
xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask
by Chandan Rajendra
· 8 years ago
4560e78
xfs: don't block the log commit handler for discards
by Christoph Hellwig
· 8 years ago
ebf5587
xfs: improve handling of busy extents in the low-level allocator
by Christoph Hellwig
· 8 years ago
b20fe47
xfs: correct null checks and error processing in xfs_initialize_perag
by Bill O'Donnell
· 8 years ago
6031e73
xfs: use rhashtable to track buffer cache
by Lucas Stach
· 8 years ago
d099245
xfs: unset MS_ACTIVE if mount fails
by Darrick J. Wong
· 8 years ago
83104d4
xfs: garbage collect old cowextsz reservations
by Darrick J. Wong
· 8 years ago
84d6961
xfs: preallocate blocks for worst-case btree expansion
by Darrick J. Wong
· 8 years ago
174edb0
xfs: store in-progress CoW allocations in the refcount btree
by Darrick J. Wong
· 8 years ago
17c12bc
xfs: when replaying bmap operations, don't let unlinked inodes get reaped
by Darrick J. Wong
· 8 years ago
1946b91
xfs: define the on-disk refcount btree format
by Darrick J. Wong
· 8 years ago
ddeb14f
xfs: quiesce the filesystem after recovery on readonly mount
by Dave Chinner
· 8 years ago
5254885
xfs: rmap btree requires more reserved free space
by Darrick J. Wong
· 8 years ago
035e00a
xfs: define the on-disk rmap btree format
by Darrick J. Wong
· 8 years ago
8018026
xfs: rmap btree add more reserved blocks
by Darrick J. Wong
· 8 years ago
3ab78df
xfs: rework xfs_bmap_free callers to use xfs_defer_ops
by Darrick J. Wong
· 8 years ago
c891c30
xfs: exclude never-released buffers from buftarg I/O accounting
by Brian Foster
· 8 years ago
0b9210c
Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 8 years ago
544ad71
Merge branch 'xfs-4.7-error-cfg' into for-next
by Dave Chinner
· 9 years ago
e6b3bb7
xfs: add "fail at unmount" error handling configuration
by Carlos Maiolino
· 9 years ago
192852b
xfs: configurable error behavior via sysfs
by Carlos Maiolino
· 9 years ago
664b60f
xfs: improve kmem_realloc
by Christoph Hellwig
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
3c1a79f
Merge branch 'xfs-misc-fixes-4.6-2' into for-next
by Dave Chinner
· 9 years ago
7f0ed54
Merge branch 'xfs-buf-macro-cleanup-4.6' into for-next
by Dave Chinner
· 9 years ago
12c3f05
xfs: fix up inode32/64 (re)mount handling
by Eric Sandeen
· 9 years ago
b0388bf
xfs: remove XBF_DONE flag wrapper macros
by Dave Chinner
· 9 years ago
c19b3b05
xfs: mode di_mode to vfs inode
by Dave Chinner
· 9 years ago
2da5c4b
Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next
by Dave Chinner
· 9 years ago
af3b638
xfs: don't leak uuid table on rmmod
by Darrick J. Wong
· 9 years ago
225e463
xfs: per-filesystem stats in sysfs
by Bill O'Donnell
· 9 years ago
0ae120f
xfs: clean up root inode properly on mount failure
by Brian Foster
· 9 years ago
f0b2efa
xfs: don't leave EFIs on AIL on mount failure
by Brian Foster
· 9 years ago
b9a350a
Merge branch 'xfs-sparse-inode' into for-next
by Dave Chinner
· 9 years ago
e5376fc
xfs: sparse inode chunks feature helpers and mount requirements
by Brian Foster
· 9 years ago
8c1903d
xfs: inode and free block counters need to use __percpu_counter_compare
by Dave Chinner
· 9 years ago
964aa8d9
xfs: remove xfs_mod_incore_sb API
by Dave Chinner
· 10 years ago
0bd5dded
xfs: replace xfs_mod_incore_sb_batched
by Dave Chinner
· 10 years ago
bab98bb
xfs: introduce xfs_mod_frextents
by Dave Chinner
· 10 years ago
5681ca4
xfs: Remove icsb infrastructure
by Dave Chinner
· 10 years ago
0d485ad
xfs: use generic percpu counters for free block counter
by Dave Chinner
· 10 years ago
e88b64e
xfs: use generic percpu counters for free inode counter
by Dave Chinner
· 10 years ago
501ab32
xfs: use generic percpu counters for inode counter
by Dave Chinner
· 10 years ago
074e427
xfs: sanitise sb_bad_features2 handling
by Dave Chinner
· 10 years ago
61e63ec
xfs: consolidate superblock logging functions
by Dave Chinner
· 10 years ago
4d11a40
xfs: remove bitfield based superblock updates
by Dave Chinner
· 10 years ago
6044e43
Merge branch 'xfs-misc-fixes-for-3.19-2' into for-next
by Dave Chinner
· 10 years ago
9a2cc41
xfs: move type conversion functions to xfs_dir.h
by Dave Chinner
· 10 years ago
216875a
Merge branch 'xfs-consolidate-format-defs' into for-next
by Dave Chinner
· 10 years ago
508b6b3
xfs: merge xfs_inum.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
4fb6e8a
xfs: merge xfs_ag.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
6d3ebaa
xfs: merge xfs_dinode.h into xfs_format.h
by Christoph Hellwig
· 10 years ago
91ee575
xfs: allow lazy sb counter sync during filesystem freeze sequence
by Brian Foster
· 10 years ago
75e58ce
Merge branch 'xfs-buf-iosubmit' into for-next
by Dave Chinner
· 10 years ago
ba37267
xfs: check xfs_buf_read_uncached returns correctly
by Dave Chinner
· 10 years ago
e3aed1a
xfs: xfs_kset should be static
by Dave Chinner
· 10 years ago
645f985
Merge branch 'xfs-misc-fixes-3.17-2' into for-next
by Dave Chinner
· 10 years ago
4d7eece
Merge branch 'xfs-misc-fixes-3.17-1' into for-next
by Dave Chinner
· 10 years ago
6eee897
xfs: fix coccinelle warnings
by kbuild test robot
· 10 years ago
5ef828c
xfs: avoid false quotacheck after unclean shutdown
by Eric Sandeen
· 10 years ago
d5cf09b
xfs: require 64-bit sector_t
by Christoph Hellwig
· 10 years ago
9de67c3
xfs: allow inode allocations in post-growfs disk space
by Eric Sandeen
· 10 years ago
a31b1d3
xfs: add xfs_mount sysfs kobject
by Brian Foster
· 10 years ago
a70a4fa
xfs: fix a couple error sequence jumps in xfs_mountfs()
by Brian Foster
· 10 years ago
2451337
xfs: global error sign conversion
by Dave Chinner
· 10 years ago
b474c7a
xfs: Nuke XFS_ERROR macro
by Eric Sandeen
· 10 years ago
7691283
Merge branch 'xfs-misc-fixes-3-for-3.16' into for-next
by Dave Chinner
· 10 years ago
8612c7e
Merge branch 'xfs-da-geom' into for-next
by Dave Chinner
· 10 years ago
556b888
xfs: xfs_readsb needs to check for magic numbers
by Dave Chinner
· 10 years ago
0650b55
xfs: introduce directory geometry structure
by Dave Chinner
· 10 years ago
263997a
xfs: turn NLINK feature on by default
by Dave Chinner
· 11 years ago
c99d609
xfs: fully support v5 format filesystems
by Dave Chinner
· 11 years ago
5f44e4c1
Merge branch 'xfs-bug-fixes-for-3.15-2' into for-next
by Dave Chinner
· 11 years ago
ac75a1f
xfs: don't leak EFSBADCRC to userspace
by Dave Chinner
· 11 years ago
daba542
xfs: skip verification on initial "guess" superblock read
by Eric Sandeen
· 11 years ago
8f80587
xfs: increase inode cluster size for v5 filesystems
by Dave Chinner
· 11 years ago
Next »