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-12-09
xfs: remove the unused XFS_B_FSB_OFFSET macro
Kaixu Xia
1
-1
/
+0
2020-12-09
xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flag
Kaixu Xia
1
-1
/
+0
2020-12-09
xfs: refactor file range validation
Darrick J. Wong
3
-1
/
+29
2020-12-09
xfs: refactor realtime volume extent validation
Darrick J. Wong
3
-10
/
+21
2020-12-09
xfs: refactor data device extent validation
Darrick J. Wong
3
-6
/
+27
2020-12-09
xfs: detect overflows in bmbt records
Darrick J. Wong
1
-0
/
+5
2020-12-09
xfs: enable the needsrepair feature
Darrick J. Wong
1
-1
/
+2
2020-12-09
xfs: define a new "needrepair" feature
Darrick J. Wong
1
-0
/
+7
2020-12-08
xfs: move kernel-specific superblock validation out of libxfs
Darrick J. Wong
1
-27
/
+0
2020-11-19
xfs: revert "xfs: fix rmap key and record comparison functions"
Darrick J. Wong
1
-8
/
+8
2020-11-18
xfs: fix forkoff miscalculation related to XFS_LITINO(mp)
Gao Xiang
1
-1
/
+7
2020-11-10
xfs: fix rmap key and record comparison functions
Darrick J. Wong
1
-8
/
+8
2020-11-10
xfs: fix flags argument to rmap lookup when converting shared file rmaps
Darrick J. Wong
1
-1
/
+1
2020-10-29
xfs: set xefi_discard when creating a deferred agfl free log intent item
Darrick J. Wong
2
-1
/
+2
2020-10-16
xfs: fix high key handling in the rt allocator's query_range function
Darrick J. Wong
1
-7
/
+4
2020-10-07
xfs: only relog deferred intent items if free space in the log gets low
Darrick J. Wong
1
-0
/
+16
2020-10-07
xfs: periodically relog deferred intent items
Darrick J. Wong
1
-0
/
+42
2020-10-07
xfs: change the order in which child and parent defer ops are finished
Darrick J. Wong
1
-1
/
+10
2020-10-07
xfs: fix an incore inode UAF in xfs_bui_recover
Darrick J. Wong
2
-7
/
+47
2020-10-07
xfs: xfs_defer_capture should absorb remaining transaction reservation
Darrick J. Wong
2
-0
/
+6
2020-10-07
xfs: xfs_defer_capture should absorb remaining block reservations
Darrick J. Wong
2
-0
/
+8
2020-10-07
xfs: proper replay of deferred ops queued during log recovery
Darrick J. Wong
2
-8
/
+100
2020-10-07
xfs: remove xfs_defer_reset
Darrick J. Wong
1
-19
/
+5
2020-09-25
xfs: avoid shared rmap operations for attr fork extents
Darrick J. Wong
1
-9
/
+18
2020-09-25
xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}
Kaixu Xia
1
-4
/
+4
2020-09-25
xfs: remove the redundant crc feature check in xfs_attr3_rmt_verify
Kaixu Xia
1
-2
/
+0
2020-09-25
xfs: fix some comments
Kaixu Xia
1
-5
/
+5
2020-09-25
xfs: use the existing type definition for di_projid
Kaixu Xia
1
-1
/
+1
2020-09-23
xfs: log new intent items created as part of finishing recovered intent items
Darrick J. Wong
2
-2
/
+30
2020-09-23
xfs: don't free rt blocks when we're doing a REMAP bunmapi call
Darrick J. Wong
1
-7
/
+12
2020-09-15
xfs: Convert xfs_attr_sf macros to inline functions
Carlos Maiolino
3
-23
/
+39
2020-09-15
xfs: Use variable-size array for nameval in xfs_attr_sf_entry
Carlos Maiolino
3
-7
/
+6
2020-09-15
xfs: Remove typedef xfs_attr_shortform_t
Carlos Maiolino
2
-10
/
+10
2020-09-15
xfs: remove typedef xfs_attr_sf_entry_t
Carlos Maiolino
2
-7
/
+8
2020-09-15
xfs: enable big timestamps
Darrick J. Wong
1
-1
/
+2
2020-09-15
xfs: widen ondisk quota expiration timestamps to handle y2038+
Darrick J. Wong
3
-4
/
+70
2020-09-15
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
8
-10
/
+134
2020-09-15
xfs: redefine xfs_ictimestamp_t
Darrick J. Wong
1
-2
/
+5
2020-09-15
xfs: redefine xfs_timestamp_t
Darrick J. Wong
3
-19
/
+47
2020-09-15
xfs: move xfs_log_dinode_to_disk to the log recovery code
Darrick J. Wong
2
-54
/
+0
2020-09-15
xfs: refactor quota timestamp coding
Darrick J. Wong
2
-0
/
+23
2020-09-15
xfs: refactor default quota grace period setting code
Darrick J. Wong
1
-0
/
+13
2020-09-15
xfs: refactor quota expiration timer modification
Darrick J. Wong
1
-0
/
+24
2020-09-15
xfs: explicitly define inode timestamp range
Darrick J. Wong
1
-0
/
+22
2020-09-15
xfs: enable new inode btree counters feature
Darrick J. Wong
1
-1
/
+2
2020-09-15
xfs: support inode btree blockcounts in online repair
Darrick J. Wong
1
-3
/
+13
2020-09-15
xfs: use the finobt block counts to speed up mount times
Darrick J. Wong
1
-1
/
+27
2020-09-15
xfs: store inode btree block counts in AGI header
Darrick J. Wong
4
-1
/
+44
2020-09-15
xfs: simplify xfs_trans_getsb
Christoph Hellwig
1
-2
/
+2
2020-09-15
xfs: remove xlog_recover_iodone
Christoph Hellwig
1
-1
/
+0
[next]