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
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-27
xfs: bunmapi has unnecessary AG lock ordering issues
Dave Chinner
1
-11
/
+0
2021-05-27
xfs: btree format inode forks can have zero extents
Dave Chinner
1
-1
/
+0
2021-05-24
xfs: validate extsz hints against rt extent size when rtinherit is set
Darrick J. Wong
2
-0
/
+39
2021-05-24
xfs: standardize extent size hint validation
Darrick J. Wong
1
-4
/
+20
2021-05-24
xfs: check free AG space when making per-AG reservations
Darrick J. Wong
1
-3
/
+15
2021-05-20
xfs: restore old ioctl definitions
Darrick J. Wong
1
-0
/
+4
2021-05-06
Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
6
-27
/
+58
2021-04-29
Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
32
-384
/
+416
2021-04-29
xfs: introduce in-core global counter of allocbt blocks
Brian Foster
2
-0
/
+16
2021-04-29
xfs: unconditionally read all AGFs on mounts with perag reservation
Brian Foster
1
-11
/
+23
2021-04-29
xfs: update superblock counters correctly for !lazysbcount
Dave Chinner
1
-3
/
+13
2021-04-29
xfs: remove obsolete AGF counter debugging
Darrick J. Wong
3
-7
/
+0
2021-04-22
xfs: rename struct xfs_legacy_ictimestamp
Christoph Hellwig
1
-1
/
+1
2021-04-22
xfs: rename xfs_ictimestamp_t
Christoph Hellwig
1
-5
/
+5
2021-04-15
xfs: remove XFS_IFEXTENTS
Christoph Hellwig
5
-28
/
+9
2021-04-15
xfs: remove XFS_IFINLINE
Christoph Hellwig
7
-23
/
+12
2021-04-15
xfs: remove XFS_IFBROOT
Christoph Hellwig
4
-14
/
+8
2021-04-15
xfs: only look at the fork format in xfs_idestroy_fork
Christoph Hellwig
1
-7
/
+6
2021-04-15
xfs: simplify xfs_attr_remove_args
Christoph Hellwig
1
-13
/
+8
2021-04-15
xfs: rename and simplify xfs_bmap_one_block
Christoph Hellwig
4
-38
/
+26
2021-04-15
xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
Christoph Hellwig
1
-48
/
+34
2021-04-12
xfs: convert to fileattr
Miklos Szeredi
1
-4
/
+0
2021-04-09
xfs: fix return of uninitialized value in variable error
Colin Ian King
1
-0
/
+1
2021-04-07
xfs: precalculate default inode attribute offset
Dave Chinner
3
-11
/
+15
2021-04-07
xfs: default attr fork size does not handle device inodes
Dave Chinner
1
-2
/
+7
2021-04-07
xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate...
Chandan Babu R
1
-1
/
+3
2021-04-07
xfs: deprecate BMV_IF_NO_DMAPI_READ flag
Anthony Iliopoulos
1
-1
/
+1
2021-04-07
xfs: move the di_crtime field to struct xfs_inode
Christoph Hellwig
4
-18
/
+5
2021-04-07
xfs: move the di_flags2 field to struct xfs_inode
Christoph Hellwig
3
-5
/
+3
2021-04-07
xfs: move the di_flags field to struct xfs_inode
Christoph Hellwig
4
-7
/
+5
2021-04-07
xfs: move the di_forkoff field to struct xfs_inode
Christoph Hellwig
5
-32
/
+31
2021-04-07
xfs: use a union for i_cowextsize and i_flushiter
Christoph Hellwig
1
-1
/
+2
2021-04-07
xfs: move the di_flushiter field to struct xfs_inode
Christoph Hellwig
2
-3
/
+2
2021-04-07
xfs: move the di_cowextsize field to struct xfs_inode
Christoph Hellwig
2
-3
/
+2
2021-04-07
xfs: move the di_extsize field to struct xfs_inode
Christoph Hellwig
3
-4
/
+3
2021-04-07
xfs: move the di_nblocks field to struct xfs_inode
Christoph Hellwig
6
-14
/
+13
2021-04-07
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
9
-42
/
+41
2021-04-07
xfs: move the di_projid field to struct xfs_inode
Christoph Hellwig
2
-5
/
+4
2021-04-07
xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinode
Christoph Hellwig
2
-6
/
+3
2021-04-07
xfs: remove the unused xfs_icdinode_has_bigtime helper
Christoph Hellwig
1
-5
/
+0
2021-04-07
xfs: split xfs_imap_to_bp
Christoph Hellwig
3
-28
/
+7
2021-04-07
xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extents
Chandan Babu R
1
-1
/
+2
2021-03-25
xfs: add error injection for per-AG resv failure
Gao Xiang
2
-2
/
+8
2021-03-25
xfs: introduce xfs_ag_shrink_space()
Gao Xiang
2
-0
/
+117
2021-03-25
xfs: reduce debug overhead of dir leaf/node checks
Dave Chinner
3
-5
/
+10
2021-03-25
xfs: No need for inode number error injection in __xfs_dir3_data_check
Dave Chinner
1
-1
/
+1
2021-03-25
xfs: type verification is expensive
Dave Chinner
1
-9
/
+9
2021-03-25
xfs: initialise attr fork on inode create
Dave Chinner
3
-10
/
+21
2021-03-25
xfs: prevent metadata files from being inactivated
Darrick J. Wong
1
-1
/
+1
2021-03-25
xfs: validate ag btree levels using the precomputed values
Darrick J. Wong
3
-7
/
+7
[next]