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
2018-12-21
xfs: reallocate realtime summary cache on growfs
Omar Sandoval
1
-8
/
+36
2018-12-19
xfs: stringify scrub types in ftrace output
Darrick J. Wong
2
-28
/
+79
2018-12-19
xfs: stringify btree cursor types in ftrace output
Darrick J. Wong
3
-14
/
+49
2018-12-19
xfs: move XFS_INODE_FORMAT_STR mappings to libxfs
Darrick J. Wong
2
-5
/
+15
2018-12-19
xfs: move XFS_AG_BTREE_CMP_FORMAT_STR mappings to libxfs
Darrick J. Wong
2
-4
/
+5
2018-12-19
xfs: fix symbolic enum printing in ftrace output
Darrick J. Wong
3
-0
/
+26
2018-12-19
xfs: fix function pointer type in ftrace format
Darrick J. Wong
1
-1
/
+1
2018-12-18
xfs: Fix x32 ioctls when cmd numbers differ from ia32.
Nick Bowler
1
-3
/
+15
2018-12-18
xfs: Fix bulkstat compat ioctls on x32 userspace.
Nick Bowler
1
-4
/
+30
2018-12-18
xfs: Align compat attrlist_by_handle with native implementation.
Nick Bowler
1
-0
/
+6
2018-12-13
xfs: require both realtime inodes to mount
Darrick J. Wong
1
-3
/
+1
2018-12-12
xfs: cache minimum realtime summary level
Omar Sandoval
3
-4
/
+34
2018-12-12
xfs: count inode blocks correctly in inobt scrub
Darrick J. Wong
1
-7
/
+15
2018-12-12
xfs: precalculate cluster alignment in inodes and blocks
Darrick J. Wong
5
-8
/
+11
2018-12-12
xfs: precalculate inodes and blocks per inode cluster
Darrick J. Wong
7
-43
/
+34
2018-12-12
xfs: add a block to inode count converter
Darrick J. Wong
8
-17
/
+18
2018-12-12
xfs: remove xfs_rmap_ag_owner and friends
Darrick J. Wong
17
-116
/
+84
2018-12-12
xfs: const-ify xfs_owner_info arguments
Darrick J. Wong
18
-261
/
+266
2018-12-12
xfs: streamline defer op type handling
Darrick J. Wong
7
-45
/
+43
2018-12-12
xfs: idiotproof defer op type configuration
Darrick J. Wong
8
-53
/
+23
2018-12-12
xfs: zero length symlinks are not valid
Dave Chinner
2
-20
/
+27
2018-12-12
xfs: clean up indentation issues, remove an unwanted space
Colin Ian King
1
-1
/
+1
2018-12-12
xfs: libxfs: move xfs_perag_put late
Pan Bian
1
-1
/
+1
2018-12-12
xfs: split up the xfs_reflink_end_cow work into smaller transactions
Darrick J. Wong
1
-94
/
+138
2018-12-04
xfs: fix inverted return from xfs_btree_sblock_verify_crc
Eric Sandeen
1
-1
/
+1
2018-12-04
xfs: fix PAGE_MASK usage in xfs_free_file_space
Darrick J. Wong
1
-2
/
+2
2018-11-26
fs/xfs: fix f_ffree value for statfs when project quota is set
Ye Yin
1
-1
/
+1
2018-11-21
xfs: delalloc -> unwritten COW fork allocation can go wrong
Dave Chinner
1
-1
/
+4
2018-11-21
xfs: flush removing page cache in xfs_reflink_remap_prep
Dave Chinner
3
-5
/
+17
2018-11-20
xfs: extent shifting doesn't fully invalidate page cache
Dave Chinner
1
-7
/
+1
2018-11-20
xfs: finobt AG reserves don't consider last AG can be a runt
Dave Chinner
1
-4
/
+7
2018-11-20
xfs: fix transient reference count error in xfs_buf_resubmit_failed_buffers
Dave Chinner
1
-7
/
+21
2018-11-20
xfs: uncached buffer tracing needs to print bno
Dave Chinner
1
-1
/
+4
2018-11-19
xfs: make xfs_file_remap_range() static
Eric Biggers
1
-1
/
+1
2018-11-19
xfs: fix shared extent data corruption due to missing cow reservation
Brian Foster
1
-0
/
+1
2018-11-06
xfs: fix overflow in xfs_attr3_leaf_verify
Dave Chinner
1
-2
/
+9
2018-11-06
xfs: print buffer offsets when dumping corrupt buffers
Darrick J. Wong
1
-1
/
+1
2018-11-06
xfs: Fix error code in 'xfs_ioc_getbmap()'
Christophe JAILLET
1
-1
/
+1
2018-11-02
Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
3
-161
/
+109
2018-10-30
xfs: remove [cm]time update from reflink calls
Darrick J. Wong
1
-6
/
+1
2018-10-30
xfs: remove xfs_reflink_remap_range
Darrick J. Wong
3
-75
/
+70
2018-10-30
xfs: remove redundant remap partial EOF block checks
Darrick J. Wong
1
-19
/
+0
2018-10-30
xfs: support returning partial reflink results
Darrick J. Wong
3
-10
/
+14
2018-10-30
xfs: clean up xfs_reflink_remap_blocks call site
Darrick J. Wong
1
-19
/
+18
2018-10-30
xfs: fix pagecache truncation prior to reflink
Darrick J. Wong
1
-2
/
+3
2018-10-30
vfs: clean up generic_remap_file_range_prep return value
Darrick J. Wong
1
-2
/
+2
2018-10-30
vfs: make remap_file_range functions take and return bytes completed
Darrick J. Wong
3
-6
/
+9
2018-10-30
vfs: remap helper should update destination inode metadata
Darrick J. Wong
1
-23
/
+0
2018-10-30
vfs: pass remap flags to generic_remap_file_range_prep
Darrick J. Wong
3
-12
/
+14
2018-10-30
vfs: combine the clone and dedupe into a single remap_file_range
Darrick J. Wong
1
-16
/
+7
[next]