index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
Commit message (
Expand
)
Author
Age
...
|
*
|
|
xfs: remove the b_io_length field in struct xfs_buf
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: properly type the b_log_item field in struct xfs_buf
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: remove unused buffer cache APIs
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: stop using bp naming for log recovery buffers
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: use bios directly to read and write the log recovery buffers
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: return an offset instead of a pointer from xlog_align
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: move the log ioend workqueue to struct xlog
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: use bios directly to write log buffers
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: make use of the l_targ field in struct xlog
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: remove the syncing argument from xlog_verify_iclog
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: update both stat counters together in xlog_sync
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: factor out iclog size calculation from xlog_sync
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: factor out splitting of an iclog from xlog_sync
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: factor out log buffer writing from xlog_sync
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: don't use REQ_PREFLUSH for split log writes
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: remove XLOG_STATE_IOABORT
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: reformat xlog_get_lowest_lsn
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: cleanup xlog_get_iclog_buffer_size
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: remove the l_iclog_size_log field from struct xlog
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: make mem_to_page available outside of xfs_buf.c
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: renumber XBF_WRITE_FAIL
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: remove the never used _XBF_COMPOUND flag
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: remove the no-op spinlock_destroy stub
Christoph Hellwig
2019-06-28
|
*
|
|
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
2019-06-28
|
*
|
|
xfs: remove unused flag arguments
Eric Sandeen
2019-06-12
|
*
|
|
xfs: remove the debug-only q_transp field from struct xfs_dquot
Christoph Hellwig
2019-06-12
|
*
|
|
xfs: merge xfs_buf_zero and xfs_buf_iomove
Christoph Hellwig
2019-06-12
|
*
|
|
xfs: remove unused flags arg from getsb interfaces
Eric Sandeen
2019-06-12
|
*
|
|
xfs: include WARN, REPAIR build options in XFS_BUILD_OPTIONS
Eric Sandeen
2019-06-12
|
*
|
|
xfs: finish converting to inodes_per_cluster
Darrick J. Wong
2019-06-12
|
*
|
|
xfs: fix inode_cluster_size rounding mayhem
Darrick J. Wong
2019-06-12
|
*
|
|
xfs: refactor inode geometry setup routines
Darrick J. Wong
2019-06-12
|
*
|
|
xfs: separate inode geometry
Darrick J. Wong
2019-06-12
*
|
|
|
Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...
Linus Torvalds
2019-07-12
|
\
\
\
\
|
*
|
|
|
vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
Darrick J. Wong
2019-07-01
|
*
|
|
|
vfs: teach vfs_ioc_fssetxattr_check to check project id info
Darrick J. Wong
2019-07-01
|
*
|
|
|
vfs: create a generic checking function for FS_IOC_FSSETXATTR
Darrick J. Wong
2019-07-01
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...
Linus Torvalds
2019-07-10
|
\
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
_
|
/
|
/
|
|
|
*
|
xfs: use file_modified() helper
Amir Goldstein
2019-06-09
|
|
/
*
|
block: fix .bi_size overflow
Ming Lei
2019-07-01
*
|
block: return from __bio_try_merge_page if merging occured in the same page
Christoph Hellwig
2019-06-17
|
/
*
Merge tag 'xfs-5.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2019-06-06
|
\
|
*
xfs: inode btree scrubber should calculate im_boffset correctly
Darrick J. Wong
2019-06-03
|
*
xfs: fix broken log reservation debugging
Darrick J. Wong
2019-05-24
*
|
Merge tag 'xfs-5.2-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2019-05-23
|
\
|
|
*
xfs: don't reserve per-AG space for an internal log
Darrick J. Wong
2019-05-20
*
|
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
|
/
*
treewide: prefix header search paths with $(srctree)/
Masahiro Yamada
2019-05-17
*
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-05-07
|
\
|
*
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
2019-04-30
[prev]
[next]