index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-29
xfs: always update params on small allocation
Brian Foster
1
-2
/
+2
2019-06-29
xfs: skip small alloc cntbt logic on NULL cursor
Brian Foster
1
-2
/
+9
2019-06-29
xfs: move small allocation helper
Brian Foster
1
-96
/
+94
2019-06-29
xfs: clean up small allocation helper
Brian Foster
1
-72
/
+60
2019-06-29
xfs: merge xfs_trans_bmap.c into xfs_bmap_item.c
Christoph Hellwig
4
-229
/
+198
2019-06-29
xfs: merge xfs_trans_rmap.c into xfs_rmap_item.c
Christoph Hellwig
4
-259
/
+229
2019-06-29
xfs: merge xfs_trans_refcount.c into xfs_refcount_item.c
Christoph Hellwig
4
-237
/
+207
2019-06-29
xfs: merge xfs_trans_extfree.c into xfs_extfree_item.c
Christoph Hellwig
4
-270
/
+244
2019-06-29
xfs: merge xfs_bud_init into xfs_trans_get_bud
Christoph Hellwig
3
-26
/
+6
2019-06-29
xfs: merge xfs_rud_init into xfs_trans_get_rud
Christoph Hellwig
3
-22
/
+6
2019-06-29
xfs: merge xfs_cud_init into xfs_trans_get_cud
Christoph Hellwig
3
-26
/
+6
2019-06-29
xfs: merge xfs_efd_init into xfs_trans_get_efd
Christoph Hellwig
3
-40
/
+15
2019-06-29
xfs: remove a pointless comment duplicated above all xfs_item_ops instances
Christoph Hellwig
8
-39
/
+0
2019-06-29
xfs: use a list_head for iclog callbacks
Christoph Hellwig
4
-69
/
+39
2019-06-29
xfs: remove the xfs_log_item_t typedef
Christoph Hellwig
9
-48
/
+48
2019-06-29
xfs: don't cast inode_log_items to get the log_item
Christoph Hellwig
1
-2
/
+2
2019-06-29
xfs: add a flag to release log items on commit
Christoph Hellwig
7
-121
/
+18
2019-06-29
xfs: split iop_unlock
Christoph Hellwig
13
-73
/
+67
2019-06-29
xfs: don't use xfs_trans_free_items in the commit path
Christoph Hellwig
4
-12
/
+14
2019-06-29
xfs: remove the dummy iop_push implementation for inode creation items
Christoph Hellwig
1
-11
/
+0
2019-06-29
xfs: don't require log items to implement optional methods
Christoph Hellwig
10
-557
/
+25
2019-06-29
xfs: stop using XFS_LI_ABORTED as a parameter flag
Christoph Hellwig
5
-19
/
+16
2019-06-29
xfs: fix a trivial comment typo in xfs_trans_committed_bulk
Christoph Hellwig
1
-1
/
+1
2019-06-29
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
25
-84
/
+81
2019-06-29
xfs: remove the b_io_length field in struct xfs_buf
Christoph Hellwig
3
-9
/
+6
2019-06-29
xfs: properly type the b_log_item field in struct xfs_buf
Christoph Hellwig
1
-1
/
+1
2019-06-29
xfs: remove unused buffer cache APIs
Christoph Hellwig
2
-108
/
+2
2019-06-29
xfs: stop using bp naming for log recovery buffers
Christoph Hellwig
1
-99
/
+102
2019-06-29
xfs: use bios directly to read and write the log recovery buffers
Christoph Hellwig
4
-157
/
+149
2019-06-29
xfs: return an offset instead of a pointer from xlog_align
Christoph Hellwig
1
-11
/
+5
2019-06-29
xfs: move the log ioend workqueue to struct xlog
Christoph Hellwig
4
-13
/
+13
2019-06-29
xfs: use bios directly to write log buffers
Christoph Hellwig
2
-130
/
+118
2019-06-29
xfs: make use of the l_targ field in struct xlog
Christoph Hellwig
2
-5
/
+5
2019-06-29
xfs: remove the syncing argument from xlog_verify_iclog
Christoph Hellwig
1
-8
/
+6
2019-06-29
xfs: update both stat counters together in xlog_sync
Christoph Hellwig
1
-1
/
+1
2019-06-29
xfs: factor out iclog size calculation from xlog_sync
Christoph Hellwig
1
-26
/
+41
2019-06-29
xfs: factor out splitting of an iclog from xlog_sync
Christoph Hellwig
1
-30
/
+33
2019-06-29
xfs: factor out log buffer writing from xlog_sync
Christoph Hellwig
1
-80
/
+45
2019-06-29
xfs: don't use REQ_PREFLUSH for split log writes
Christoph Hellwig
1
-1
/
+1
2019-06-29
xfs: remove XLOG_STATE_IOABORT
Christoph Hellwig
2
-10
/
+14
2019-06-29
xfs: reformat xlog_get_lowest_lsn
Christoph Hellwig
1
-14
/
+10
2019-06-29
xfs: cleanup xlog_get_iclog_buffer_size
Christoph Hellwig
1
-41
/
+11
2019-06-29
xfs: remove the l_iclog_size_log field from struct xlog
Christoph Hellwig
2
-10
/
+0
2019-06-29
xfs: make mem_to_page available outside of xfs_buf.c
Christoph Hellwig
2
-12
/
+9
2019-06-29
xfs: renumber XBF_WRITE_FAIL
Christoph Hellwig
1
-1
/
+1
2019-06-29
xfs: remove the never used _XBF_COMPOUND flag
Christoph Hellwig
1
-3
/
+1
2019-06-29
xfs: remove the no-op spinlock_destroy stub
Christoph Hellwig
2
-4
/
+0
2019-06-29
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
31
-41
/
+71
2019-06-17
block: return from __bio_try_merge_page if merging occured in the same page
Christoph Hellwig
1
-3
/
+8
2019-06-12
xfs: remove unused flag arguments
Eric Sandeen
10
-48
/
+35
[prev]
[next]