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-01-26
xfs: remove unnecessary null pointer checks from _read_agf callers
Darrick J. Wong
1
-6
/
+0
2020-01-26
xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callers
Darrick J. Wong
2
-27
/
+20
2020-01-26
xfs: remove the xfs_btree_get_buf[ls] functions
Darrick J. Wong
4
-79
/
+18
2020-01-26
xfs: make xfs_trans_get_buf return an error code
Darrick J. Wong
3
-17
/
+27
2020-01-26
xfs: make xfs_trans_get_buf_map return an error code
Darrick J. Wong
1
-6
/
+2
2020-01-26
xfs: make xfs_buf_read return an error code
Darrick J. Wong
1
-4
/
+4
2020-01-26
xfs: make xfs_buf_get_uncached return an error code
Darrick J. Wong
1
-9
/
+12
2020-01-26
xfs: make xfs_buf_get return an error code
Darrick J. Wong
2
-7
/
+7
2020-01-26
xfs: make xfs_buf_read_map return an error code
Darrick J. Wong
2
-14
/
+7
2020-01-16
xfs: make struct xfs_buf_log_format have a consistent size
Darrick J. Wong
1
-5
/
+14
2020-01-16
xfs: streamline xfs_attr3_leaf_inactive
Darrick J. Wong
1
-9
/
+0
2020-01-16
xfs: fix memory corruption during remote attr value buffer invalidation
Darrick J. Wong
1
-6
/
+31
2020-01-16
xfs: refactor remote attr value buffer invalidation
Darrick J. Wong
2
-20
/
+34
2020-01-15
xfs: Add __packed to xfs_dir2_sf_entry_t definition
Vincenzo Frascino
1
-1
/
+1
2020-01-14
xfs: introduce XFS_MAX_FILEOFF
Darrick J. Wong
1
-0
/
+7
2020-01-09
xfs: Remove all strlen in all xfs_attr_* functions for attr names.
Allison Henderson
2
-7
/
+13
2020-01-09
xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag
Christoph Hellwig
4
-6
/
+6
2020-01-09
xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE
Christoph Hellwig
1
-2
/
+5
2020-01-07
xfs: remove shadow variable in xfs_btree_lshift
Eric Sandeen
1
-2
/
+0
2019-12-20
xfs: Make the symbol 'xfs_rtalloc_log_count' static
Chen Wandun
1
-1
/
+1
2019-12-19
xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...
Darrick J. Wong
2
-0
/
+65
2019-12-19
xfs: refactor agfl length computation function
Darrick J. Wong
1
-5
/
+13
2019-12-19
libxfs: resync with the userspace libxfs
Darrick J. Wong
4
-24
/
+34
2019-12-17
xfs: fix log reservation overflows when allocating large rt extents
Darrick J. Wong
1
-19
/
+77
2019-12-11
xfs: stabilize insert range start boundary to avoid COW writeback race
Brian Foster
1
-2
/
+1
2019-12-07
Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-12
/
+15
2019-12-02
xfs: don't check for AG deadlock for realtime files in bunmapi
Omar Sandoval
1
-1
/
+1
2019-12-02
xfs: fix realtime file data space leak
Omar Sandoval
1
-11
/
+14
2019-12-02
Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
42
-3271
/
+3324
2019-11-30
Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-6
/
+11
2019-11-22
xfs: remove the mappedbno argument to xfs_da_get_buf
Christoph Hellwig
6
-22
/
+9
2019-11-22
xfs: remove the mappedbno argument to xfs_da_read_buf
Christoph Hellwig
8
-43
/
+39
2019-11-22
xfs: split xfs_da3_node_read
Christoph Hellwig
3
-56
/
+75
2019-11-22
xfs: remove the mappedbno argument to xfs_dir3_leafn_read
Christoph Hellwig
3
-7
/
+5
2019-11-22
xfs: remove the mappedbno argument to xfs_dir3_leaf_read
Christoph Hellwig
2
-7
/
+6
2019-11-22
xfs: remove the mappedbno argument to xfs_attr3_leaf_read
Christoph Hellwig
3
-16
/
+14
2019-11-22
xfs: remove the mappedbno argument to xfs_da_reada_buf
Christoph Hellwig
4
-15
/
+9
2019-11-22
xfs: improve the xfs_dabuf_map calling conventions
Christoph Hellwig
2
-29
/
+17
2019-11-22
xfs: refactor xfs_dabuf_map
Christoph Hellwig
1
-102
/
+54
2019-11-22
xfs: simplify mappedbno handling in xfs_da_{get,read}_buf
Christoph Hellwig
1
-52
/
+51
2019-11-18
xfs: Remove kmem_zone_free() wrapper
Carlos Maiolino
3
-6
/
+6
2019-11-15
xfs: fix attr leaf header freemap.size underflow
Brian Foster
1
-1
/
+3
2019-11-13
xfs: remove duplicated include from xfs_dir2_data.c
YueHaibing
1
-1
/
+0
2019-11-13
xfs: remove unused structure members & simple typedefs
Eric Sandeen
1
-2
/
+0
2019-11-13
xfs: remove unused typedef definitions
Eric Sandeen
2
-4
/
+4
2019-11-13
xfs: remove the xfs_qoff_logitem_t typedef
Pavel Reichl
1
-2
/
+2
2019-11-13
xfs: remove the xfs_disk_dquot_t and xfs_dquot_t
Pavel Reichl
3
-10
/
+10
2019-11-13
xfs: avoid time_t in user api
Arnd Bergmann
1
-1
/
+1
2019-11-13
xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
kaixuxia
2
-5
/
+25
2019-11-13
xfs: don't reset the "inode core" in xfs_iread
Christoph Hellwig
1
-2
/
+0
[next]