index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: stringify scrub types in ftrace output
Darrick J. Wong
2018-12-19
1
-2
/
+2
*
xfs: stringify btree cursor types in ftrace output
Darrick J. Wong
2018-12-19
1
-0
/
+13
*
xfs: move XFS_INODE_FORMAT_STR mappings to libxfs
Darrick J. Wong
2018-12-19
1
-0
/
+10
*
xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfs
Darrick J. Wong
2018-12-19
1
-0
/
+5
*
xfs: fix symbolic enum printing in ftrace output
Darrick J. Wong
2018-12-19
1
-0
/
+4
*
xfs: cache minimum realtime summary level
Omar Sandoval
2018-12-12
1
-0
/
+6
*
xfs: precalculate cluster alignment in inodes and blocks
Darrick J. Wong
2018-12-12
2
-7
/
+6
*
xfs: precalculate inodes and blocks per inode cluster
Darrick J. Wong
2018-12-12
1
-13
/
+10
*
xfs: add a block to inode count converter
Darrick J. Wong
2018-12-12
3
-11
/
+12
*
xfs: remove xfs_rmap_ag_owner and friends
Darrick J. Wong
2018-12-12
8
-50
/
+55
*
xfs: const-ify xfs_owner_info arguments
Darrick J. Wong
2018-12-12
6
-155
/
+155
*
xfs: streamline defer op type handling
Darrick J. Wong
2018-12-12
2
-39
/
+42
*
xfs: idiotproof defer op type configuration
Darrick J. Wong
2018-12-12
2
-10
/
+13
*
xfs: zero length symlinks are not valid
Dave Chinner
2018-12-12
1
-4
/
+10
*
xfs: libxfs: move xfs_perag_put late
Pan Bian
2018-12-12
1
-1
/
+1
*
xfs: fix inverted return from xfs_btree_sblock_verify_crc
Eric Sandeen
2018-12-04
1
-1
/
+1
*
xfs: delalloc -> unwritten COW fork allocation can go wrong
Dave Chinner
2018-11-21
1
-1
/
+4
*
xfs: finobt AG reserves don't consider last AG can be a runt
Dave Chinner
2018-11-20
1
-4
/
+7
*
xfs: fix overflow in xfs_attr3_leaf_verify
Dave Chinner
2018-11-06
1
-2
/
+9
*
xfs: Add attibute remove and helper functions
Allison Henderson
2018-10-18
2
-11
/
+26
*
xfs: Add attibute set and helper functions
Allison Henderson
2018-10-18
4
-87
/
+115
*
xfs: Add helper function xfs_attr_try_sf_addname
Allison Henderson
2018-10-18
1
-23
/
+30
*
xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.h
Allison Henderson
2018-10-18
1
-0
/
+148
*
xfs: remove suport for filesystems without unwritten extent flag
Christoph Hellwig
2018-10-18
3
-23
/
+11
*
xfs: fix error handling in xfs_bmap_extents_to_btree
Dave Chinner
2018-10-01
1
-11
/
+13
*
xfs: validate inode di_forkoff
Eric Sandeen
2018-09-29
1
-0
/
+30
*
xfs: don't treat unknown di_flags2 as corruption in scrub
Eric Sandeen
2018-09-29
1
-0
/
+2
*
xfs: remove last of unnecessary xfs_defer_cancel() callers
Brian Foster
2018-09-29
2
-28
/
+10
*
Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-08-14
39
-1097
/
+973
|
\
|
*
xfs: fix a null pointer dereference in xfs_bmap_extents_to_btree
Shan Hai
2018-08-12
1
-8
/
+16
|
*
xfs: use WRITE_ONCE to update if_seq
Christoph Hellwig
2018-08-07
1
-3
/
+17
|
*
xfs: only validate summary counts on primary superblock
Darrick J. Wong
2018-08-03
1
-4
/
+10
|
*
xfs: fold dfops into the transaction
Brian Foster
2018-08-02
7
-56
/
+19
|
*
xfs: always defer agfl block frees
Brian Foster
2018-08-02
1
-9
/
+2
|
*
xfs: pass transaction to xfs_defer_add()
Brian Foster
2018-08-02
11
-177
/
+151
|
*
xfs: replace xfs_defer_ops ->dop_pending with on-stack list
Brian Foster
2018-08-02
2
-79
/
+68
|
*
xfs: cancel dfops on xfs_defer_finish() error
Brian Foster
2018-08-02
3
-15
/
+16
|
*
xfs: clean out superfluous dfops dop params/vars
Brian Foster
2018-08-02
2
-23
/
+22
|
*
xfs: drop dop param from xfs_defer_op_type ->finish_item() callback
Brian Foster
2018-08-02
6
-13
/
+10
|
*
xfs: automatic dfops inode relogging
Brian Foster
2018-08-02
5
-58
/
+21
|
*
xfs: automatic dfops buffer relogging
Brian Foster
2018-08-02
3
-34
/
+26
|
*
xfs: add missing defer ijoins for held inodes
Brian Foster
2018-08-02
1
-0
/
+1
|
*
xfs: replace dop_low with transaction flag
Brian Foster
2018-08-02
5
-19
/
+32
|
*
xfs: pass transaction to dfops reset/move helpers
Brian Foster
2018-08-02
2
-6
/
+11
|
*
xfs: remove unused __xfs_defer_cancel() internal helper
Brian Foster
2018-08-02
2
-3
/
+4
|
*
xfs: check da node magic in _node_lookup_int
Darrick J. Wong
2018-08-01
1
-1
/
+3
|
*
xfs: use a local variable for magic number in xfs_da3_node_lookup_int
Darrick J. Wong
2018-08-01
1
-5
/
+6
|
*
xfs: refactor log recovery check
Darrick J. Wong
2018-08-01
1
-2
/
+1
|
*
xfs: move extent busy tree initialization to xfs_initialize_perag
Darrick J. Wong
2018-07-31
1
-3
/
+0
|
*
xfs: maintain a sequence count for inode fork manipulations
Christoph Hellwig
2018-07-31
2
-0
/
+7
[next]