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
pinetabv-6.6.y-devel
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
2010-10-19
xfs: remove buftarg hash for external devices
Dave Chinner
1
-1
/
+5
2010-10-19
xfs: use unhashed buffers for size checks
Dave Chinner
3
-45
/
+34
2010-10-19
xfs: kill XBF_FS_MANAGED buffers
Dave Chinner
3
-59
/
+20
2010-10-19
xfs: store xfs_mount in the buftarg instead of in the xfs_buf
Dave Chinner
5
-21
/
+20
2010-10-19
xfs: introduced uncached buffer read primitve
Dave Chinner
2
-0
/
+37
2010-10-19
xfs: rename xfs_buf_get_nodaddr to be more appropriate
Dave Chinner
6
-11
/
+14
2010-10-19
xfs: don't use vfs writeback for pure metadata modifications
Dave Chinner
12
-86
/
+65
2010-10-19
xfs: lockless per-ag lookups
Dave Chinner
3
-11
/
+23
2010-10-19
xfs: remove debug assert for per-ag reference counting
Dave Chinner
1
-2
/
+0
2010-10-19
xfs: reduce the number of CIL lock round trips during commit
Dave Chinner
1
-105
/
+127
2010-10-19
xfs: eliminate some newly-reported gcc warnings
Poyo VL
1
-2
/
+2
2010-10-19
xfs: remove the ->kill_root btree operation
Christoph Hellwig
4
-88
/
+44
2010-10-19
xfs: stop using xfs_qm_dqtobp in xfs_qm_dqflush
Christoph Hellwig
1
-88
/
+76
2010-10-19
xfs: simplify xfs_qm_dqusage_adjust
Christoph Hellwig
1
-142
/
+61
2010-10-19
xfs: Introduce XFS_IOC_ZERO_RANGE
Dave Chinner
6
-9
/
+27
2010-10-19
xfs: use range primitives for xfs page cache operations
Dave Chinner
1
-16
/
+15
2010-10-11
workqueue: add and use WQ_MEM_RECLAIM flag
Tejun Heo
1
-1
/
+1
2010-10-07
xfs: properly account for reclaimed inodes
Johannes Weiner
1
-5
/
+14
2010-10-05
quota: Make QUOTACTL config be selected by its users
Jan Kara
1
-0
/
+1
2010-09-29
xfs: force background CIL push under sustained load
Dave Chinner
2
-19
/
+30
2010-09-16
block: remove BLKDEV_IFL_WAIT
Christoph Hellwig
1
-2
/
+1
2010-09-10
xfs: log IO completion workqueue is a high priority queue
Dave Chinner
1
-1
/
+2
2010-09-10
xfs: prevent reading uninitialized stack memory
Dan Rosenberg
1
-0
/
+2
2010-09-10
xfs: replace barriers with explicit flush / FUA usage
Christoph Hellwig
4
-38
/
+3
2010-09-03
Merge branch '2.6.36-xfs-misc' of git://git.kernel.org/pub/scm/linux/kernel/g...
Alex Elder
3
-11
/
+11
2010-09-03
xfs: Make fiemap work with sparse files
Tao Ma
3
-3
/
+17
2010-09-03
xfs: prevent 32bit overflow in space reservation
Dave Chinner
1
-3
/
+10
2010-09-02
xfs: Disallow 32bit project quota id
Arkadiusz Mi?kiewicz
1
-0
/
+7
2010-09-02
xfs: improve buffer cache hash scalability
Dave Chinner
2
-8
/
+1
2010-08-24
xfs: do not discard page cache data on EAGAIN
Christoph Hellwig
1
-3
/
+6
2010-08-24
xfs: don't do memory allocation under the CIL context lock
Dave Chinner
1
-8
/
+26
2010-08-24
xfs: Reduce log force overhead for delayed logging
Dave Chinner
3
-118
/
+147
2010-08-24
xfs: dummy transactions should not dirty VFS state
Dave Chinner
4
-51
/
+26
2010-08-24
xfs: ensure f_ffree returned by statfs() is non-negative
Stuart Brodsky
1
-1
/
+6
2010-08-24
xfs: handle negative wbc->nr_to_write during sync writeback
Dave Chinner
1
-2
/
+2
2010-08-24
xfs: fix untrusted inode number lookup
Dave Chinner
1
-6
/
+10
2010-08-24
xfs: ensure we mark all inodes in a freed cluster XFS_ISTALE
Dave Chinner
1
-23
/
+26
2010-08-24
xfs: unlock items before allowing the CIL to commit
Dave Chinner
3
-5
/
+17
2010-08-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
6
-54
/
+78
2010-08-10
convert remaining ->clear_inode() to ->evict_inode()
Al Viro
2
-4
/
+6
2010-08-10
simplify checks for I_CLEAR/I_FREEING
Al Viro
1
-2
/
+2
2010-08-10
xfs: new truncate sequence
Christoph Hellwig
4
-42
/
+56
2010-08-10
get rid of block_write_begin_newtrunc
Christoph Hellwig
1
-3
/
+11
2010-08-10
sort out blockdev_direct_IO variants
Christoph Hellwig
1
-8
/
+8
2010-08-07
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2
-21
/
+21
2010-07-27
xfs simplify and speed up direct I/O completions
Christoph Hellwig
1
-82
/
+76
2010-07-27
xfs: move aio completion after unwritten extent conversion
Christoph Hellwig
1
-3
/
+16
2010-07-27
direct-io: move aio_complete into ->end_io
Christoph Hellwig
2
-1
/
+8
2010-07-27
xfs: fix big endian build
Dave Chinner
1
-1
/
+2
2010-07-26
xfs: clean up xfs_bmap_get_bp
Christoph Hellwig
1
-25
/
+18
[prev]
[next]