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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-20
xfs: xfs_buf cache destroy isn't RCU safe
Dave Chinner
3
-37
/
+16
2022-07-20
xfs: delete unnecessary NULL checks
Dan Carpenter
1
-2
/
+1
2022-07-20
xfs: fix comment for start time value of inode with bigtime enabled
Xiaole He
1
-1
/
+1
2022-07-17
xfs: add dax dedupe support
Shiyang Ruan
4
-7
/
+69
2022-07-17
xfs: support CoW in fsdax mode
Shiyang Ruan
3
-6
/
+58
2022-07-17
fsdax: dedup file range to use a compare function
Shiyang Ruan
1
-2
/
+6
2022-07-17
xfs: implement ->notify_failure() for XFS
Shiyang Ruan
6
-3
/
+238
2022-07-17
dax: introduce holder for dax_device
Shiyang Ruan
1
-2
/
+3
2022-07-14
fs/xfs: Use the enum req_op and blk_opf_t types
Bart Van Assche
4
-5
/
+5
2022-07-14
xfs: fix use-after-free in xattr node block inactivation
Darrick J. Wong
1
-5
/
+3
2022-07-14
Merge tag 'make-attr-fork-permanent-5.20_2022-07-14' of git://git.kernel.org/...
Darrick J. Wong
35
-247
/
+285
2022-07-14
Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...
Darrick J. Wong
5
-135
/
+188
2022-07-14
Merge tag 'xfs-iunlink-item-5.20' of git://git.kernel.org/pub/scm/linux/kerne...
Darrick J. Wong
14
-545
/
+539
2022-07-14
xfs: lockless buffer lookup
Dave Chinner
2
-7
/
+16
2022-07-14
xfs: remove a superflous hash lookup when inserting new buffers
Dave Chinner
1
-4
/
+9
2022-07-14
xfs: reduce the number of atomic when locking a buffer after lookup
Dave Chinner
1
-2
/
+3
2022-07-14
xfs: merge xfs_buf_find() and xfs_buf_get_map()
Dave Chinner
1
-109
/
+93
2022-07-14
xfs: break up xfs_buf_find() into individual pieces
Dave Chinner
1
-54
/
+104
2022-07-14
xfs: add in-memory iunlink log item
Dave Chinner
5
-63
/
+219
2022-07-14
xfs: add log item precommit operation
Dave Chinner
3
-2
/
+96
2022-07-14
xfs: combine iunlink inode update functions
Dave Chinner
1
-36
/
+16
2022-07-14
xfs: clean up xfs_iunlink_update_inode()
Dave Chinner
1
-13
/
+5
2022-07-14
xfs: double link the unlinked inode list
Dave Chinner
6
-310
/
+90
2022-07-14
xfs: introduce xfs_iunlink_lookup
Dave Chinner
2
-96
/
+66
2022-07-14
xfs: refactor xlog_recover_process_iunlinks()
Dave Chinner
1
-66
/
+71
2022-07-14
xfs: track the iunlink list pointer in the xfs_inode
Dave Chinner
4
-18
/
+10
2022-07-14
xfs: factor the xfs_iunlink functions
Dave Chinner
1
-42
/
+66
2022-07-14
xfs: flush inode gc workqueue before clearing agi bucket
Zhang Yi
1
-0
/
+1
2022-07-12
xfs: replace inode fork size macros with functions
Darrick J. Wong
15
-39
/
+61
2022-07-12
xfs: replace XFS_IFORK_Q with a proper predicate function
Darrick J. Wong
13
-27
/
+31
2022-07-09
xfs: use XFS_IFORK_Q to determine the presence of an xattr fork
Darrick J. Wong
11
-29
/
+12
2022-07-09
xfs: make inode attribute forks a permanent part of struct xfs_inode
Darrick J. Wong
16
-104
/
+121
2022-07-09
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
23
-83
/
+95
2022-07-09
xfs: removed useless condition in function xfs_attr_node_get
Andrey Strachuk
1
-1
/
+1
2022-07-09
xfs: add selinux labels to whiteout inodes
Eric Sandeen
3
-7
/
+21
2022-07-09
Merge tag 'xfs-perag-conv-5.20' of git://git.kernel.org/pub/scm/linux/kernel/...
Darrick J. Wong
40
-522
/
+486
2022-07-07
xfs: rework xfs_buf_incore() API
Dave Chinner
5
-37
/
+41
2022-07-07
xfs: make is_log_ag() a first class helper
Dave Chinner
8
-17
/
+18
2022-07-07
xfs: replace xfs_ag_block_count() with perag accesses
Dave Chinner
3
-13
/
+11
2022-07-07
xfs: Pre-calculate per-AG agino geometry
Dave Chinner
10
-81
/
+95
2022-07-07
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
17
-82
/
+115
2022-07-07
xfs: pass perag to xfs_alloc_read_agfl
Dave Chinner
4
-19
/
+20
2022-07-07
xfs: pass perag to xfs_alloc_put_freelist
Dave Chinner
5
-18
/
+10
2022-07-07
xfs: pass perag to xfs_alloc_get_freelist
Dave Chinner
5
-22
/
+13
2022-07-07
xfs: pass perag to xfs_read_agf
Dave Chinner
2
-16
/
+14
2022-07-07
xfs: pass perag to xfs_read_agi
Dave Chinner
4
-43
/
+40
2022-07-07
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
20
-83
/
+70
2022-07-07
xfs: kill xfs_alloc_pagf_init()
Dave Chinner
7
-41
/
+19
2022-07-07
xfs: pass perag to xfs_ialloc_read_agi()
Dave Chinner
7
-36
/
+31
2022-07-07
xfs: kill xfs_ialloc_pagi_init()
Dave Chinner
3
-36
/
+16
[prev]
[next]