index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-16
xfs: implement per-inode writeback completion queues
Darrick J. Wong
4
-12
/
+48
2019-04-16
xfs: scrub should only cross-reference with healthy btrees
Darrick J. Wong
3
-5
/
+77
2019-04-16
xfs: scrub/repair should update filesystem metadata health
Darrick J. Wong
5
-0
/
+200
2019-04-16
xfs: hoist the already_fixed variable to the scrub context
Darrick J. Wong
4
-11
/
+10
2019-04-16
xfs: collapse scrub bool state flags into a single unsigned int
Darrick J. Wong
6
-12
/
+17
2019-04-16
xfs: refactor scrub context initialization
Darrick J. Wong
1
-13
/
+18
2019-04-14
xfs: report inode health via bulkstat
Darrick J. Wong
4
-1
/
+50
2019-04-14
xfs: report AG health via AG geometry ioctl
Darrick J. Wong
4
-1
/
+52
2019-04-14
xfs: report fs and rt health via geometry structure
Darrick J. Wong
4
-2
/
+73
2019-04-14
xfs: add a new ioctl to describe allocation group geometry
Darrick J. Wong
5
-0
/
+93
2019-04-14
xfs: bump XFS_IOC_FSGEOMETRY to v5 structures
Dave Chinner
4
-59
/
+84
2019-04-14
xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystem
Darrick J. Wong
4
-0
/
+81
2019-04-14
xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
Darrick J. Wong
4
-9
/
+9
2019-04-14
xfs: track metadata health status
Darrick J. Wong
8
-0
/
+485
2019-04-14
xfs,fstrim: fix to return correct minlen
Wang Shilong
1
-1
/
+2
2019-04-14
xfs: don't account extra agfl blocks as available
Brian Foster
1
-2
/
+8
2019-04-14
xfs: shutdown after buf release in iflush cluster abort path
Brian Foster
1
-1
/
+3
2019-04-14
xfs: wake commit waiters on CIL abort before log item abort
Brian Foster
1
-8
/
+13
2019-04-14
xfs: fix use after free in buf log item unlock assert
Brian Foster
1
-1
/
+3
2019-03-26
xfs: serialize unaligned dio writes against all other dio writes
Brian Foster
1
-10
/
+17
2019-03-25
xfs: prohibit fstrim in norecovery mode
Darrick J. Wong
1
-0
/
+8
2019-03-19
xfs: always init bma in xfs_bmapi_write
Darrick J. Wong
1
-5
/
+5
2019-03-19
xfs: fix btree scrub checking with regards to root-in-inode
Darrick J. Wong
1
-1
/
+10
2019-03-19
xfs: dabtree scrub needs to range-check level
Darrick J. Wong
1
-0
/
+5
2019-03-17
xfs: don't trip over uninitialized buffer on extent read of corrupted inode
Brian Foster
1
-1
/
+4
2019-03-15
Merge tag 'xfs-5.1-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-30
/
+25
2019-03-12
xfs: clean up xfs_dir2_leaf_addname
Darrick J. Wong
1
-18
/
+15
2019-03-10
xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addname
Darrick J. Wong
1
-2
/
+2
2019-03-08
xfs: clean up xfs_dir2_leafn_add
Darrick J. Wong
1
-12
/
+8
2019-03-08
xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_add
Nathan Chancellor
1
-0
/
+2
2019-03-08
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-4
/
+6
2019-03-01
xfs: fix reporting supported extra file attributes for statx()
Luis R. Rodriguez
1
-0
/
+8
2019-02-25
xfs: fix backwards endian conversion in scrub
Darrick J. Wong
1
-1
/
+1
2019-02-25
xfs: fix uninitialized error variables
Darrick J. Wong
2
-2
/
+2
2019-02-25
xfs: rework breaking of shared extents in xfs_file_iomap_begin
Darrick J. Wong
1
-5
/
+7
2019-02-25
xfs: don't pass iomap flags to xfs_reflink_allocate_cow
Darrick J. Wong
3
-9
/
+10
2019-02-24
iomap: wire up the iopoll method
Christoph Hellwig
1
-0
/
+1
2019-02-21
xfs: fix uninitialized error variable
Colin Ian King
1
-1
/
+1
2019-02-21
xfs: introduce an always_cow mode
Christoph Hellwig
10
-32
/
+116
2019-02-21
xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delay
Christoph Hellwig
1
-3
/
+4
2019-02-21
xfs: make COW fork unwritten extent conversions more robust
Christoph Hellwig
3
-33
/
+45
2019-02-21
xfs: merge COW handling into xfs_file_iomap_begin_delay
Christoph Hellwig
4
-111
/
+94
2019-02-21
xfs: also truncate holes covered by COW blocks
Christoph Hellwig
1
-15
/
+16
2019-02-21
xfs: don't use delalloc extents for COW on files with extsize hints
Christoph Hellwig
3
-13
/
+29
2019-02-21
xfs: fix SEEK_DATA for speculative COW fork preallocation
Christoph Hellwig
3
-2
/
+89
2019-02-21
xfs: make xfs_bmbt_to_iomap more useful
Christoph Hellwig
3
-49
/
+41
2019-02-18
xfs: fix xfs_buf magic number endian checks
Darrick J. Wong
8
-23
/
+45
2019-02-17
xfs: retry COW fork delalloc conversion when no extent was found
Christoph Hellwig
1
-2
/
+16
2019-02-17
xfs: remove the truncate short cut in xfs_map_blocks
Christoph Hellwig
1
-20
/
+0
2019-02-17
xfs: move xfs_iomap_write_allocate to xfs_aops.c
Christoph Hellwig
3
-89
/
+45
[next]