index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-27
xfs: add a xfs_bmap_fork_to_state helper
Christoph Hellwig
2
-36
/
+21
2017-10-27
xfs: scrub quota information
Darrick J. Wong
6
-1
/
+339
2017-10-27
xfs: scrub realtime bitmap/summary
Darrick J. Wong
7
-1
/
+152
2017-10-27
xfs: scrub directory parent pointers
Darrick J. Wong
6
-1
/
+327
2017-10-27
xfs: scrub symbolic links
Darrick J. Wong
6
-1
/
+102
2017-10-27
xfs: scrub extended attributes
Darrick J. Wong
8
-3
/
+285
2017-10-27
xfs: scrub directory freespace
Darrick J. Wong
1
-0
/
+495
2017-10-27
xfs: scrub directory metadata
Darrick J. Wong
11
-4
/
+393
2017-10-27
xfs: scrub directory/attribute btrees
Darrick J. Wong
3
-0
/
+647
2017-10-27
xfs: scrub inode block mappings
Darrick J. Wong
6
-2
/
+390
2017-10-27
xfs: scrub inodes
Darrick J. Wong
8
-3
/
+693
2017-10-27
xfs: scrub refcount btrees
Darrick J. Wong
6
-1
/
+110
2017-10-27
xfs: scrub rmap btrees
Darrick J. Wong
6
-1
/
+149
2017-10-27
xfs: scrub inode btrees
Darrick J. Wong
8
-2
/
+385
2017-10-27
xfs: scrub free space btrees
Darrick J. Wong
7
-1
/
+138
2017-10-27
xfs: scrub the AGI
Darrick J. Wong
5
-3
/
+95
2017-10-27
xfs: scrub AGF and AGFL
Darrick J. Wong
6
-7
/
+223
2017-10-27
xfs: scrub the secondary superblocks
Darrick J. Wong
6
-1
/
+340
2017-10-27
xfs: create helpers to scan an allocation group
Darrick J. Wong
4
-0
/
+214
2017-10-27
xfs: scrub btree keys and records
Darrick J. Wong
2
-1
/
+154
2017-10-27
xfs: scrub the shape of a metadata btree
Darrick J. Wong
3
-7
/
+274
2017-10-27
xfs: create helpers to scrub a metadata btree
Darrick J. Wong
5
-0
/
+352
2017-10-27
xfs: create helpers to record and deal with scrub problems
Darrick J. Wong
3
-0
/
+428
2017-10-27
xfs: probe the scrub ioctl
Darrick J. Wong
7
-1
/
+150
2017-10-27
xfs: dispatch metadata scrub subcommands
Darrick J. Wong
3
-1
/
+262
2017-10-27
xfs: create an ioctl to scrub AG metadata
Darrick J. Wong
10
-0
/
+292
2017-10-27
xfs: create inode pointer verifiers
Darrick J. Wong
5
-28
/
+100
2017-10-27
xfs: refactor btree block header checking functions
Darrick J. Wong
4
-68
/
+121
2017-10-27
xfs: refactor btree pointer checks
Darrick J. Wong
3
-42
/
+45
2017-10-27
xfs: create block pointer check functions
Darrick J. Wong
4
-0
/
+67
2017-10-27
xfs: return a distinct error code value for IGET_INCORE cache misses
Darrick J. Wong
1
-1
/
+1
2017-10-27
xfs: buffer lru reference count error injection tag
Brian Foster
4
-5
/
+23
2017-10-27
xfs: fail if xattr inactivation hits a hole
Brian Foster
1
-36
/
+33
2017-10-27
xfs: check kthread_should_stop() after the setting of task state
Hou Tao
1
-3
/
+18
2017-10-27
xfs: remove xfs_bmbt_get_state
Christoph Hellwig
2
-29
/
+1
2017-10-27
xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_all
Christoph Hellwig
2
-94
/
+14
2017-10-27
xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_first
Christoph Hellwig
1
-8
/
+6
2017-10-27
xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eq
Christoph Hellwig
1
-106
/
+39
2017-10-27
xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_update
Christoph Hellwig
3
-116
/
+44
2017-10-27
xfs: refactor xfs_bmap_add_extent_unwritten_real
Christoph Hellwig
1
-104
/
+104
2017-10-27
xfs: refactor delalloc accounting in xfs_bmap_add_extent_delay_real
Christoph Hellwig
1
-23
/
+9
2017-10-27
xfs: refactor xfs_bmap_add_extent_delay_real
Christoph Hellwig
1
-86
/
+95
2017-10-27
xfs: refactor xfs_bmap_add_extent_hole_real
Christoph Hellwig
1
-27
/
+21
2017-10-27
xfs: refactor xfs_bmap_add_extent_hole_delay
Christoph Hellwig
1
-10
/
+11
2017-10-27
xfs: refactor xfs_del_extent_real
Christoph Hellwig
1
-30
/
+30
2017-10-27
xfs: use the state defines in xfs_bmap_del_extent_real
Christoph Hellwig
1
-12
/
+9
2017-10-27
xfs: use correct state defines in xfs_bmap_del_extent_{cow,delay}
Christoph Hellwig
1
-12
/
+12
2017-10-27
xfs: move some more code into xfs_bmap_del_extent_real
Christoph Hellwig
1
-24
/
+17
2017-10-27
xfs: use xfs_bmap_del_extent_delay for the data fork as well
Christoph Hellwig
1
-217
/
+114
2017-10-27
xfs: rename bno to end in __xfs_bunmapi
Christoph Hellwig
1
-25
/
+24
[prev]
[next]