index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-05-06
6
-27
/
+58
|
\
|
*
xfs: introduce in-core global counter of allocbt blocks
Brian Foster
2021-04-29
2
-0
/
+16
|
*
xfs: unconditionally read all AGFs on mounts with perag reservation
Brian Foster
2021-04-29
1
-11
/
+23
|
*
xfs: update superblock counters correctly for !lazysbcount
Dave Chinner
2021-04-29
1
-3
/
+13
|
*
xfs: remove obsolete AGF counter debugging
Darrick J. Wong
2021-04-29
3
-7
/
+0
|
*
xfs: rename struct xfs_legacy_ictimestamp
Christoph Hellwig
2021-04-22
1
-1
/
+1
|
*
xfs: rename xfs_ictimestamp_t
Christoph Hellwig
2021-04-22
1
-5
/
+5
*
|
Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-04-29
32
-384
/
+416
|
\
\
|
|
/
|
*
xfs: remove XFS_IFEXTENTS
Christoph Hellwig
2021-04-15
5
-28
/
+9
|
*
xfs: remove XFS_IFINLINE
Christoph Hellwig
2021-04-15
7
-23
/
+12
|
*
xfs: remove XFS_IFBROOT
Christoph Hellwig
2021-04-15
4
-14
/
+8
|
*
xfs: only look at the fork format in xfs_idestroy_fork
Christoph Hellwig
2021-04-15
1
-7
/
+6
|
*
xfs: simplify xfs_attr_remove_args
Christoph Hellwig
2021-04-15
1
-13
/
+8
|
*
xfs: rename and simplify xfs_bmap_one_block
Christoph Hellwig
2021-04-15
4
-38
/
+26
|
*
xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
Christoph Hellwig
2021-04-15
1
-48
/
+34
|
*
xfs: fix return of uninitialized value in variable error
Colin Ian King
2021-04-09
1
-0
/
+1
|
*
xfs: precalculate default inode attribute offset
Dave Chinner
2021-04-07
3
-11
/
+15
|
*
xfs: default attr fork size does not handle device inodes
Dave Chinner
2021-04-07
1
-2
/
+7
|
*
xfs: Use struct xfs_bmdr_block instead of struct xfs_btree_block to calculate...
Chandan Babu R
2021-04-07
1
-1
/
+3
|
*
xfs: deprecate BMV_IF_NO_DMAPI_READ flag
Anthony Iliopoulos
2021-04-07
1
-1
/
+1
|
*
xfs: move the di_crtime field to struct xfs_inode
Christoph Hellwig
2021-04-07
4
-18
/
+5
|
*
xfs: move the di_flags2 field to struct xfs_inode
Christoph Hellwig
2021-04-07
3
-5
/
+3
|
*
xfs: move the di_flags field to struct xfs_inode
Christoph Hellwig
2021-04-07
4
-7
/
+5
|
*
xfs: move the di_forkoff field to struct xfs_inode
Christoph Hellwig
2021-04-07
5
-32
/
+31
|
*
xfs: use a union for i_cowextsize and i_flushiter
Christoph Hellwig
2021-04-07
1
-1
/
+2
|
*
xfs: move the di_flushiter field to struct xfs_inode
Christoph Hellwig
2021-04-07
2
-3
/
+2
|
*
xfs: move the di_cowextsize field to struct xfs_inode
Christoph Hellwig
2021-04-07
2
-3
/
+2
|
*
xfs: move the di_extsize field to struct xfs_inode
Christoph Hellwig
2021-04-07
3
-4
/
+3
|
*
xfs: move the di_nblocks field to struct xfs_inode
Christoph Hellwig
2021-04-07
6
-14
/
+13
|
*
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
2021-04-07
9
-42
/
+41
|
*
xfs: move the di_projid field to struct xfs_inode
Christoph Hellwig
2021-04-07
2
-5
/
+4
|
*
xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinode
Christoph Hellwig
2021-04-07
2
-6
/
+3
|
*
xfs: remove the unused xfs_icdinode_has_bigtime helper
Christoph Hellwig
2021-04-07
1
-5
/
+0
|
*
xfs: split xfs_imap_to_bp
Christoph Hellwig
2021-04-07
3
-28
/
+7
|
*
xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extents
Chandan Babu R
2021-04-07
1
-1
/
+2
|
*
xfs: add error injection for per-AG resv failure
Gao Xiang
2021-03-25
2
-2
/
+8
|
*
xfs: introduce xfs_ag_shrink_space()
Gao Xiang
2021-03-25
2
-0
/
+117
|
*
xfs: reduce debug overhead of dir leaf/node checks
Dave Chinner
2021-03-25
3
-5
/
+10
|
*
xfs: No need for inode number error injection in __xfs_dir3_data_check
Dave Chinner
2021-03-25
1
-1
/
+1
|
*
xfs: type verification is expensive
Dave Chinner
2021-03-25
1
-9
/
+9
|
*
xfs: initialise attr fork on inode create
Dave Chinner
2021-03-25
3
-10
/
+21
|
*
xfs: prevent metadata files from being inactivated
Darrick J. Wong
2021-03-25
1
-1
/
+1
|
*
xfs: validate ag btree levels using the precomputed values
Darrick J. Wong
2021-03-25
3
-7
/
+7
*
|
xfs: convert to fileattr
Miklos Szeredi
2021-04-12
1
-4
/
+0
|
/
*
xfs: use current->journal_info for detecting transaction recursion
Dave Chinner
2021-02-25
1
-2
/
+10
*
xfs: consider shutdown in bmapbt cursor delete assert
Brian Foster
2021-02-11
1
-21
/
+12
*
libxfs: expose inobtcount in xfs geometry
Zorro Lang
2021-02-03
2
-0
/
+3
*
xfs: allow reservation of rtblocks with xfs_trans_alloc_inode
Darrick J. Wong
2021-02-03
2
-2
/
+2
*
xfs: refactor common transaction/inode/quota allocation idiom
Darrick J. Wong
2021-02-03
2
-18
/
+3
*
xfs: reserve data and rt quota at the same time
Darrick J. Wong
2021-02-03
2
-8
/
+2
[next]