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
2020-03-27
xfs: validate the realtime geometry in xfs_validate_sb_common
Darrick J. Wong
1
-0
/
+32
2020-03-19
xfs: remove the di_version field from struct icdinode
Christoph Hellwig
2
-11
/
+6
2020-03-19
xfs: only check the superblock version for dinode size calculation
Christoph Hellwig
8
-33
/
+23
2020-03-19
xfs: add a new xfs_sb_version_has_v3inode helper
Christoph Hellwig
5
-19
/
+23
2020-03-18
xfs: add support for rmap btree staging cursors
Darrick J. Wong
2
-10
/
+62
2020-03-18
xfs: add support for refcount btree staging cursors
Darrick J. Wong
2
-10
/
+66
2020-03-18
xfs: add support for inode btree staging cursors
Darrick J. Wong
2
-12
/
+76
2020-03-18
xfs: add support for free space btree staging cursors
Darrick J. Wong
2
-16
/
+84
2020-03-18
xfs: support bulk loading of staged btrees
Darrick J. Wong
4
-7
/
+707
2020-03-18
xfs: introduce fake roots for inode-rooted btrees
Darrick J. Wong
4
-2
/
+127
2020-03-18
xfs: introduce fake roots for ag-rooted btrees
Darrick J. Wong
4
-1
/
+219
2020-03-17
xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblock
Darrick J. Wong
1
-1
/
+1
2020-03-15
xfs: xfs_dabuf_map should return ENOMEM when map allocation fails
Darrick J. Wong
1
-1
/
+3
2020-03-13
xfs: make the btree ag cursor private union anonymous
Dave Chinner
5
-36
/
+33
2020-03-13
xfs: make the btree cursor union members named structure
Dave Chinner
1
-15
/
+24
2020-03-13
xfs: make btree cursor private union anonymous
Dave Chinner
1
-5
/
+3
2020-03-13
xfs: rename btree cursor private btree member flags
Dave Chinner
4
-9
/
+9
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
[next]