index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-13
xfs: convert btree cursor inode-private member names
Dave Chinner
3
-72
/
+72
2020-03-13
xfs: convert btree cursor ag-private member name
Dave Chinner
9
-175
/
+175
2020-03-13
xfs: introduce new private btree cursor names
Dave Chinner
1
-0
/
+2
2020-03-12
xfs: check owner of dir3 blocks
Darrick J. Wong
1
-2
/
+31
2020-03-12
xfs: check owner of dir3 data blocks
Darrick J. Wong
1
-2
/
+30
2020-03-12
xfs: check owner of dir3 free blocks
Darrick J. Wong
1
-0
/
+2
2020-03-12
xfs: don't ever return a stale pointer from __xfs_dir3_free_read
Darrick J. Wong
1
-0
/
+1
2020-03-12
xfs: fix buffer corruption reporting when xfs_dir3_free_header_check fails
Darrick J. Wong
1
-1
/
+1
2020-03-12
xfs: add a function to deal with corrupt buffers post-verifiers
Darrick J. Wong
6
-14
/
+14
2020-03-12
xfs: fix xfs_rmap_has_other_keys usage of ECANCELED
Darrick J. Wong
1
-7
/
+6
2020-03-11
xfs: remove XFS_BUF_TO_SBP
Christoph Hellwig
3
-10
/
+10
2020-03-11
xfs: remove XFS_BUF_TO_AGF
Christoph Hellwig
6
-50
/
+43
2020-03-11
xfs: remove XFS_BUF_TO_AGI
Christoph Hellwig
4
-23
/
+21
2020-03-11
xfs: remove the xfs_agfl_t typedef
Christoph Hellwig
1
-3
/
+3
2020-03-11
xfs: remove the agfl_bno member from struct xfs_agfl
Christoph Hellwig
4
-12
/
+16
2020-03-02
xfs: embedded the attrlist cursor into struct xfs_attr_list_context
Christoph Hellwig
2
-4
/
+3
2020-03-02
xfs: remove XFS_DA_OP_INCOMPLETE
Christoph Hellwig
3
-14
/
+9
2020-03-02
xfs: clean up the attr flag confusion
Christoph Hellwig
6
-50
/
+29
2020-03-02
xfs: clean up the ATTR_REPLACE checks
Christoph Hellwig
1
-12
/
+12
2020-03-02
xfs: rename xfs_attr_list_int to xfs_attr_list
Christoph Hellwig
1
-2
/
+2
2020-03-02
xfs: move the legacy xfs_attr_list to xfs_ioctl.c
Christoph Hellwig
2
-23
/
+20
2020-03-02
xfs: remove the unused ATTR_ENTRY macro
Christoph Hellwig
1
-8
/
+0
2020-03-02
xfs: cleanup struct xfs_attr_list_context
Christoph Hellwig
1
-17
/
+17
2020-03-02
xfs: factor out a xfs_attr_match helper
Christoph Hellwig
1
-50
/
+30
2020-03-02
xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
Christoph Hellwig
3
-9
/
+5
2020-03-02
xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
Christoph Hellwig
4
-23
/
+8
2020-03-02
xfs: remove ATTR_KERNOVAL
Christoph Hellwig
4
-15
/
+13
2020-03-02
xfs: remove the xfs_inode argument to xfs_attr_get_ilocked
Christoph Hellwig
2
-9
/
+8
2020-03-02
xfs: pass an initialized xfs_da_args to xfs_attr_get
Christoph Hellwig
2
-60
/
+24
2020-03-02
xfs: pass an initialized xfs_da_args structure to xfs_attr_set
Christoph Hellwig
2
-40
/
+32
2020-03-02
xfs: turn xfs_da_args.value into a void pointer
Christoph Hellwig
1
-1
/
+1
2020-03-02
xfs: remove the MAXNAMELEN check from xfs_attr_args_init
Christoph Hellwig
1
-3
/
+0
2020-03-02
xfs: remove the name == NULL check from xfs_attr_args_init
Christoph Hellwig
1
-4
/
+0
2020-03-02
xfs: merge xfs_attr_remove into xfs_attr_set
Christoph Hellwig
2
-118
/
+62
2020-03-02
xfs: remove the ATTR_INCOMPLETE flag
Christoph Hellwig
1
-3
/
+2
2020-03-02
xfs: open code insert range extent split helper
Brian Foster
2
-31
/
+4
2020-03-02
xfs: fix an undefined behaviour in _da3_path_shift
Qian Cai
1
-1
/
+2
2020-03-02
xfs: remove the kuid/kgid conversion wrappers
Christoph Hellwig
1
-4
/
+4
2020-03-02
xfs: remove the icdinode di_uid/di_gid members
Christoph Hellwig
2
-8
/
+4
2020-03-02
xfs: ensure that the inode uid/gid match values match the icdinode ones
Christoph Hellwig
1
-0
/
+2
2020-03-02
xfs: add agf freeblocks verify in xfs_agf_verify
Zheng Bin
1
-0
/
+16
2020-01-26
xfs: remove unnecessary null pointer checks from _read_agf callers
Darrick J. Wong
1
-6
/
+0
2020-01-26
xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callers
Darrick J. Wong
2
-27
/
+20
2020-01-26
xfs: remove the xfs_btree_get_buf[ls] functions
Darrick J. Wong
4
-79
/
+18
2020-01-26
xfs: make xfs_trans_get_buf return an error code
Darrick J. Wong
3
-17
/
+27
2020-01-26
xfs: make xfs_trans_get_buf_map return an error code
Darrick J. Wong
1
-6
/
+2
2020-01-26
xfs: make xfs_buf_read return an error code
Darrick J. Wong
1
-4
/
+4
2020-01-26
xfs: make xfs_buf_get_uncached return an error code
Darrick J. Wong
1
-9
/
+12
2020-01-26
xfs: make xfs_buf_get return an error code
Darrick J. Wong
2
-7
/
+7
2020-01-26
xfs: make xfs_buf_read_map return an error code
Darrick J. Wong
2
-14
/
+7
[prev]
[next]