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
2022-05-04
xfs: zero inode fork buffer at allocation
Dave Chinner
1
-3
/
+9
2022-04-21
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
17
-138
/
+384
2022-04-21
Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-next
Dave Chinner
1
-1
/
+0
2022-04-21
Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-next
Dave Chinner
13
-149
/
+166
2022-04-21
xfs: convert quota options flags to unsigned.
Dave Chinner
1
-14
/
+31
2022-04-21
xfs: convert dquot flags to unsigned.
Dave Chinner
2
-6
/
+6
2022-04-21
xfs: convert da btree operations flags to unsigned.
Dave Chinner
1
-8
/
+8
2022-04-21
xfs: convert btree buffer log flags to unsigned.
Dave Chinner
2
-18
/
+18
2022-04-21
xfs: convert AGI log flags to unsigned.
Dave Chinner
3
-19
/
+19
2022-04-21
xfs: convert AGF log flags to unsigned.
Dave Chinner
3
-25
/
+25
2022-04-21
xfs: convert bmapi flags to unsigned.
Dave Chinner
2
-29
/
+29
2022-04-21
xfs: convert bmap extent type flags to unsigned.
Dave Chinner
2
-18
/
+18
2022-04-21
xfs: convert scrub type flags to unsigned.
Dave Chinner
1
-8
/
+8
2022-04-21
xfs: convert attr type flags to unsigned.
Dave Chinner
1
-4
/
+4
2022-04-21
xfs: log tickets don't need log client id
Dave Chinner
1
-1
/
+0
2022-04-13
xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags
Chandan Babu R
1
-1
/
+2
2022-04-13
xfs: Enable bulkstat ioctl to support 64-bit per-inode extent counters
Chandan Babu R
1
-6
/
+18
2022-04-13
xfs: Conditionally upgrade existing inodes to use large extent counters
Chandan Babu R
5
-2
/
+44
2022-04-13
xfs: Directory's data fork extent counter can never overflow
Chandan Babu R
7
-33
/
+26
2022-04-12
xfs: use a separate frextents counter for rt extent reservations
Darrick J. Wong
1
-0
/
+5
2022-04-12
xfs: pass explicit mount pointer to rtalloc query functions
Darrick J. Wong
1
-4
/
+5
2022-04-11
xfs: Introduce per-inode 64-bit extent counters
Chandan Babu R
4
-12
/
+109
2022-04-11
xfs: Introduce macros to represent new maximum extent counts for data/attr forks
Chandan Babu R
6
-15
/
+55
2022-04-11
xfs: Use uint64_t to count maximum blocks that can be used by BMBT
Chandan Babu R
1
-3
/
+3
2022-04-11
xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
Chandan Babu R
2
-1
/
+12
2022-04-11
xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64
Chandan Babu R
2
-0
/
+3
2022-04-11
xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bit
Chandan Babu R
2
-0
/
+4
2022-04-11
xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
Chandan Babu R
4
-7
/
+7
2022-04-11
xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextents
Chandan Babu R
1
-2
/
+2
2022-04-11
xfs: Introduce xfs_dfork_nextents() helper
Chandan Babu R
4
-13
/
+48
2022-04-11
xfs: Use xfs_extnum_t instead of basic data types
Chandan Babu R
3
-3
/
+3
2022-04-11
xfs: Introduce xfs_iext_max_nextents() helper
Chandan Babu R
4
-11
/
+16
2022-04-11
xfs: Define max extent length based on on-disk format definition
Chandan Babu R
5
-38
/
+41
2022-04-11
xfs: Move extent count limits to xfs_format.h
Chandan Babu R
2
-7
/
+7
2022-04-01
Merge tag 'xfs-5.18-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-6
/
+23
2022-03-24
Merge tag 'xfs-5.18-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
3
-22
/
+27
2022-03-22
mm/fs: delete PF_SWAPWRITE
Hugh Dickins
1
-1
/
+1
2022-03-21
xfs: document the XFS_ALLOC_AGFL_RESERVE constant
Darrick J. Wong
2
-6
/
+23
2022-03-14
xfs: constify xfs_name_dotdot
Darrick J. Wong
2
-2
/
+6
2022-03-14
xfs: constify the name argument to various directory functions
Darrick J. Wong
3
-20
/
+21
2022-01-21
Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-4
/
+4
2022-01-21
Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-25
/
+4
2022-01-17
xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitions
Darrick J. Wong
1
-4
/
+4
2022-01-17
xfs: remove the XFS_IOC_FSSETDM definitions
Darrick J. Wong
1
-25
/
+4
2022-01-12
Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2021-12-04
xfs: pass the mapping flags to xfs_bmbt_to_iomap
Christoph Hellwig
1
-2
/
+2
2021-11-24
xfs: Fix the free logic of state in xfs_attr_node_hasname
Yang Xu
1
-10
/
+7
2021-11-11
xfs: sync xfs_btree_split macros with userspace libxfs
Darrick J. Wong
1
-0
/
+4
2021-11-10
xfs: #ifdef out perag code for userspace
Eric Sandeen
2
-3
/
+7
2021-11-08
xfs: use swap() to make dabtree code cleaner
Yang Guang
1
-4
/
+1
[next]