index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-30
Merge tag 'xfs-5.6-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
33
-253
/
+300
2020-01-23
xfs: remove unused variable 'done'
YueHaibing
1
-1
/
+0
2020-01-23
xfs: fix uninitialized variable in xfs_attr3_leaf_inactive
Darrick J. Wong
1
-1
/
+1
2020-01-20
xfs: change return value of xfs_inode_need_cow to int
zhengbin
3
-5
/
+5
2020-01-16
xfs: check log iovec size to make sure it's plausibly a buffer log format
Darrick J. Wong
3
-0
/
+24
2020-01-16
xfs: make struct xfs_buf_log_format have a consistent size
Darrick J. Wong
2
-5
/
+15
2020-01-16
xfs: complain if anyone tries to create a too-large buffer log item
Darrick J. Wong
1
-0
/
+12
2020-01-16
xfs: clean up xfs_buf_item_get_format return value
Darrick J. Wong
1
-13
/
+3
2020-01-16
xfs: streamline xfs_attr3_leaf_inactive
Darrick J. Wong
2
-81
/
+29
2020-01-16
xfs: fix memory corruption during remote attr value buffer invalidation
Darrick J. Wong
2
-41
/
+46
2020-01-16
xfs: refactor remote attr value buffer invalidation
Darrick J. Wong
2
-20
/
+34
2020-01-15
xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_read
Christoph Hellwig
1
-1
/
+6
2020-01-15
xfs: Add __packed to xfs_dir2_sf_entry_t definition
Vincenzo Frascino
1
-1
/
+1
2020-01-14
xfs: fix s_maxbytes computation on 32-bit kernels
Darrick J. Wong
1
-27
/
+21
2020-01-14
xfs: truncate should remove all blocks, not just to the end of the page cache
Darrick J. Wong
1
-12
/
+12
2020-01-14
xfs: introduce XFS_MAX_FILEOFF
Darrick J. Wong
2
-1
/
+9
2020-01-09
xfs: remove bogus assertion when online repair isn't enabled
Darrick J. Wong
1
-1
/
+0
2020-01-09
xfs: Remove all strlen in all xfs_attr_* functions for attr names.
Allison Henderson
6
-20
/
+41
2020-01-09
xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag
Christoph Hellwig
4
-6
/
+6
2020-01-09
xfs: also remove cached ACLs when removing the underlying attr
Christoph Hellwig
1
-3
/
+4
2020-01-09
xfs: reject invalid flags combinations in XFS_IOC_ATTRMULTI_BY_HANDLE
Christoph Hellwig
2
-0
/
+10
2020-01-09
xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE
Christoph Hellwig
3
-2
/
+9
2020-01-07
xfs: remove shadow variable in xfs_btree_lshift
Eric Sandeen
1
-2
/
+0
2020-01-06
xfs: quota: move to time64_t interfaces
Arnd Bergmann
4
-12
/
+14
2020-01-06
xfs: rename compat_time_t to old_time32_t
Arnd Bergmann
2
-2
/
+2
2019-12-25
Merge branch 'core/kprobes' into perf/core, to pick up a completed branch
Ingo Molnar
2
-5
/
+5
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
4
-1
/
+130
2019-12-19
xfs: split the sunit parameter update into two parts
Darrick J. Wong
1
-51
/
+72
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-19
xfs: use bitops interface for buf log item AIL flag check
Brian Foster
1
-1
/
+1
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
2
-2
/
+13
2019-12-10
Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts
Ingo Molnar
123
-7002
/
+5950
2019-12-07
Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-12
/
+17
2019-12-03
xfs: fix mount failure crash on invalid iclog memory access
Brian Foster
1
-0
/
+2
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
122
-6256
/
+5789
2019-11-30
Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
11
-762
/
+172
2019-11-27
xfs: allow parent directory scans to be interrupted with fatal signals
Darrick J. Wong
1
-5
/
+20
2019-11-27
ftrace: Rework event_create_dir()
Peter Zijlstra
2
-5
/
+5
2019-11-22
xfs: remove the mappedbno argument to xfs_da_get_buf
Christoph Hellwig
7
-27
/
+28
2019-11-22
xfs: remove the mappedbno argument to xfs_da_read_buf
Christoph Hellwig
11
-50
/
+47
2019-11-22
xfs: split xfs_da3_node_read
Christoph Hellwig
5
-63
/
+82
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
3
-8
/
+7
2019-11-22
xfs: remove the mappedbno argument to xfs_attr3_leaf_read
Christoph Hellwig
4
-18
/
+17
2019-11-22
xfs: remove the mappedbno argument to xfs_da_reada_buf
Christoph Hellwig
7
-18
/
+13
[next]