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
2020-09-25
xfs: directly call xfs_generic_create() for ->create() and ->mkdir()
Kaixu Xia
1
-2
/
+2
2020-09-25
xfs: avoid shared rmap operations for attr fork extents
Darrick J. Wong
1
-9
/
+18
2020-09-25
xfs: drop the obsolete comment on filestream locking
Gao Xiang
1
-33
/
+1
2020-09-25
xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}
Kaixu Xia
1
-4
/
+4
2020-09-25
xfs: do the assert for all the log done items in xfs_trans_cancel
Kaixu Xia
3
-8
/
+17
2020-09-25
xfs: remove the unused parameter id from xfs_qm_dqattach_one
Kaixu Xia
1
-6
/
+5
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
2
-7
/
+7
2020-09-25
xfs: remove the unnecessary xfs_dqid_t type cast
Kaixu Xia
1
-1
/
+1
2020-09-25
xfs: use the existing type definition for di_projid
Kaixu Xia
1
-1
/
+1
2020-09-25
xfs: remove the unused SYNCHRONIZE macro
Kaixu Xia
1
-1
/
+0
2020-09-23
xfs: clean up calculation of LR header blocks
Gao Xiang
2
-35
/
+18
2020-09-23
xfs: avoid LR buffer overrun due to crafted h_len
Gao Xiang
1
-20
/
+19
2020-09-23
xfs: don't release log intent items when recovery fails
Darrick J. Wong
4
-31
/
+5
2020-09-23
xfs: attach inode to dquot in xfs_bui_item_recover
Darrick J. Wong
1
-0
/
+5
2020-09-23
xfs: log new intent items created as part of finishing recovered intent items
Darrick J. Wong
4
-4
/
+32
2020-09-23
xfs: check dabtree node hash values when loading child blocks
Darrick J. Wong
1
-0
/
+14
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-23
xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary files
Chandan Babu R
1
-0
/
+1
2020-09-21
xfs: Set xfs_buf type flag when growing summary/bitmap files
Chandan Babu R
1
-0
/
+8
2020-09-21
xfs: drop extra transaction roll from inode extent truncate
Brian Foster
1
-8
/
+1
2020-09-21
fs: Introduce i_blocks_per_page
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-09-18
[PATCH] reduce boilerplate in fsid handling
Al Viro
1
-2
/
+1
2020-09-15
xfs: deprecate the V4 format
Darrick J. Wong
2
-0
/
+37
2020-09-15
xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdev
Darrick J. Wong
1
-1
/
+2
2020-09-15
xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...
Darrick J. Wong
1
-0
/
+16
2020-09-15
xfs: refactor inode flags propagation code
Darrick J. Wong
1
-48
/
+65
2020-09-15
xfs: make sure the rt allocator doesn't run off the end
Darrick J. Wong
1
-0
/
+11
2020-09-15
xfs: Remove unneeded semicolon
Zheng Bin
1
-1
/
+1
2020-09-15
xfs: force the log after remapping a synchronous-writes file
Darrick J. Wong
1
-1
/
+16
2020-09-15
xfs: Convert xfs_attr_sf macros to inline functions
Carlos Maiolino
4
-25
/
+41
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
4
-17
/
+17
2020-09-15
xfs: remove typedef xfs_attr_sf_entry_t
Carlos Maiolino
2
-7
/
+8
2020-09-15
xfs: Remove kmem_zalloc_large()
Carlos Maiolino
5
-11
/
+5
2020-09-15
xfs: enable big timestamps
Darrick J. Wong
1
-1
/
+2
2020-09-15
xfs: trace timestamp limits
Darrick J. Wong
3
-0
/
+29
2020-09-15
xfs: widen ondisk quota expiration timestamps to handle y2038+
Darrick J. Wong
7
-6
/
+102
2020-09-15
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
16
-28
/
+201
2020-09-15
xfs: redefine xfs_ictimestamp_t
Darrick J. Wong
4
-13
/
+33
2020-09-15
xfs: redefine xfs_timestamp_t
Darrick J. Wong
6
-36
/
+85
2020-09-15
xfs: move xfs_log_dinode_to_disk to the log recovery code
Darrick J. Wong
3
-54
/
+52
2020-09-15
xfs: refactor quota timestamp coding
Darrick J. Wong
3
-6
/
+29
2020-09-15
xfs: refactor default quota grace period setting code
Darrick J. Wong
4
-2
/
+24
2020-09-15
xfs: refactor quota expiration timer modification
Darrick J. Wong
6
-9
/
+61
2020-09-15
xfs: explicitly define inode timestamp range
Darrick J. Wong
2
-2
/
+24
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
2
-3
/
+37
2020-09-15
xfs: support inode btree blockcounts in online scrub
Darrick J. Wong
1
-0
/
+30
2020-09-15
xfs: use the finobt block counts to speed up mount times
Darrick J. Wong
1
-1
/
+27
[prev]
[next]