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: attribute scrub should use seen_enough to pass error values
Darrick J. Wong
2019-07-05
1
-1
/
+7
*
xfs: allow single bulkstat of special inodes
Darrick J. Wong
2019-07-04
1
-1
/
+12
*
xfs: specify AG in bulk req
Darrick J. Wong
2019-07-04
1
-2
/
+8
*
xfs: wire up the v5 inumbers ioctl
Darrick J. Wong
2019-07-03
1
-0
/
+8
*
xfs: wire up new v5 bulkstat ioctls
Darrick J. Wong
2019-07-03
1
-1
/
+23
*
xfs: introduce v5 inode group structure
Darrick J. Wong
2019-07-03
1
-0
/
+11
*
xfs: introduce new v5 bulkstat structure
Darrick J. Wong
2019-07-03
2
-2
/
+48
*
xfs: remove various bulk request typedef usage
Darrick J. Wong
2019-07-03
1
-8
/
+8
*
xfs: create simplified inode walk function
Darrick J. Wong
2019-07-02
2
-4
/
+36
*
xfs: create iterator error codes
Darrick J. Wong
2019-07-02
3
-3
/
+9
*
xfs: remove XFS_TRANS_NOFS
Christoph Hellwig
2019-06-30
1
-1
/
+0
*
xfs: remove unused header files
Eric Sandeen
2019-06-28
35
-138
/
+0
*
xfs: account for log space when formatting new AGs
Darrick J. Wong
2019-06-28
1
-0
/
+67
*
xfs: refactor free space btree record initialization
Darrick J. Wong
2019-06-28
1
-11
/
+16
*
xfs: always update params on small allocation
Brian Foster
2019-06-28
1
-2
/
+2
*
xfs: skip small alloc cntbt logic on NULL cursor
Brian Foster
2019-06-28
1
-2
/
+9
*
xfs: move small allocation helper
Brian Foster
2019-06-28
1
-96
/
+94
*
xfs: clean up small allocation helper
Brian Foster
2019-06-28
1
-72
/
+60
*
xfs: add struct xfs_mount pointer to struct xfs_buf
Christoph Hellwig
2019-06-28
19
-57
/
+56
*
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
2019-06-28
10
-41
/
+50
*
xfs: remove unused flag arguments
Eric Sandeen
2019-06-12
7
-41
/
+29
*
xfs: remove unused flags arg from getsb interfaces
Eric Sandeen
2019-06-12
1
-2
/
+2
*
xfs: finish converting to inodes_per_cluster
Darrick J. Wong
2019-06-12
1
-4
/
+1
*
xfs: fix inode_cluster_size rounding mayhem
Darrick J. Wong
2019-06-12
3
-11
/
+25
*
xfs: refactor inode geometry setup routines
Darrick J. Wong
2019-06-12
3
-62
/
+100
*
xfs: separate inode geometry
Darrick J. Wong
2019-06-12
9
-86
/
+134
*
xfs: don't reserve per-AG space for an internal log
Darrick J. Wong
2019-05-20
3
-0
/
+27
*
xfs: change some error-less functions to void types
Eric Sandeen
2019-05-01
4
-12
/
+8
*
xfs: add online scrub for superblock counters
Darrick J. Wong
2019-04-30
3
-2
/
+5
*
xfs: always rejoin held resources during defer roll
Darrick J. Wong
2019-04-30
3
-29
/
+22
*
xfs: track delayed allocation reservations across the filesystem
Darrick J. Wong
2019-04-26
1
-3
/
+14
*
xfs: assert that we don't enter agfl freeing with a non-permanent transaction
Brian Foster
2019-04-23
1
-0
/
+3
*
xfs: make tr_growdata a permanent transaction
Brian Foster
2019-04-22
1
-1
/
+5
*
xfs: report inode health via bulkstat
Darrick J. Wong
2019-04-14
2
-1
/
+14
*
xfs: report AG health via AG geometry ioctl
Darrick J. Wong
2019-04-14
3
-1
/
+16
*
xfs: report fs and rt health via geometry structure
Darrick J. Wong
2019-04-14
2
-1
/
+13
*
xfs: add a new ioctl to describe allocation group geometry
Darrick J. Wong
2019-04-14
3
-0
/
+68
*
xfs: bump XFS_IOC_FSGEOMETRY to v5 structures
Dave Chinner
2019-04-14
2
-28
/
+64
*
xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystem
Darrick J. Wong
2019-04-14
1
-0
/
+2
*
xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
Darrick J. Wong
2019-04-14
1
-2
/
+3
*
xfs: track metadata health status
Darrick J. Wong
2019-04-14
1
-0
/
+183
*
xfs: don't account extra agfl blocks as available
Brian Foster
2019-04-14
1
-2
/
+8
*
xfs: always init bma in xfs_bmapi_write
Darrick J. Wong
2019-03-19
1
-5
/
+5
*
xfs: don't trip over uninitialized buffer on extent read of corrupted inode
Brian Foster
2019-03-17
1
-1
/
+4
*
xfs: clean up xfs_dir2_leaf_addname
Darrick J. Wong
2019-03-12
1
-18
/
+15
*
xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addname
Darrick J. Wong
2019-03-10
1
-2
/
+2
*
xfs: clean up xfs_dir2_leafn_add
Darrick J. Wong
2019-03-08
1
-12
/
+8
*
xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_add
Nathan Chancellor
2019-03-08
1
-0
/
+2
*
xfs: fix uninitialized error variables
Darrick J. Wong
2019-02-25
1
-1
/
+1
*
xfs: make COW fork unwritten extent conversions more robust
Christoph Hellwig
2019-02-21
2
-10
/
+7
[next]