Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
315d01d1ad39f940c5156d6b2653bf89182422a9
/
fs
/
xfs
359c92c
Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 5 years ago
c9d35ee
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
d7167b1
fs_parse: fold fs_parameter_desc/fs_parameter_spec
by Al Viro
· 5 years ago
96cafb9
fs_parser: remove fs_parameter_description name field
by Eric Sandeen
· 5 years ago
99be3f6
Merge tag 'xfs-5.6-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
91f1a95
Merge tag 'xfs-5.6-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
cdbcf82
xfs: fix xfs_buf_ioerror_alert location reporting
by Darrick J. Wong
· 5 years ago
706b8c5b
xfs: remove unnecessary null pointer checks from _read_agf callers
by Darrick J. Wong
· 5 years ago
f48e2df
xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callers
by Darrick J. Wong
· 5 years ago
ee647f8
xfs: remove the xfs_btree_get_buf[ls] functions
by Darrick J. Wong
· 5 years ago
ce92464
xfs: make xfs_trans_get_buf return an error code
by Darrick J. Wong
· 5 years ago
9676b54
xfs: make xfs_trans_get_buf_map return an error code
by Darrick J. Wong
· 5 years ago
0e3eccc
xfs: make xfs_buf_read return an error code
by Darrick J. Wong
· 5 years ago
2842b6d
xfs: make xfs_buf_get_uncached return an error code
by Darrick J. Wong
· 5 years ago
841263e
xfs: make xfs_buf_get return an error code
by Darrick J. Wong
· 5 years ago
4ed8e27
xfs: make xfs_buf_read_map return an error code
by Darrick J. Wong
· 5 years ago
3848b5f
xfs: make xfs_buf_get_map return an error code
by Darrick J. Wong
· 5 years ago
32dff5e
xfs: make xfs_buf_alloc return an error code
by Darrick J. Wong
· 5 years ago
b3531f5
xfs: remove unused variable 'done'
by YueHaibing
· 5 years ago
54027a4
xfs: fix uninitialized variable in xfs_attr3_leaf_inactive
by Darrick J. Wong
· 5 years ago
aa12443
xfs: change return value of xfs_inode_need_cow to int
by zhengbin
· 5 years ago
8a6453a
xfs: check log iovec size to make sure it's plausibly a buffer log format
by Darrick J. Wong
· 5 years ago
b7df5e9
xfs: make struct xfs_buf_log_format have a consistent size
by Darrick J. Wong
· 5 years ago
c3d5f0c
xfs: complain if anyone tries to create a too-large buffer log item
by Darrick J. Wong
· 5 years ago
c64dd49
xfs: clean up xfs_buf_item_get_format return value
by Darrick J. Wong
· 5 years ago
0bb9d15
xfs: streamline xfs_attr3_leaf_inactive
by Darrick J. Wong
· 5 years ago
e8db2aa
xfs: fix memory corruption during remote attr value buffer invalidation
by Darrick J. Wong
· 5 years ago
8edbb26
xfs: refactor remote attr value buffer invalidation
by Darrick J. Wong
· 5 years ago
7b53b86
xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_read
by Christoph Hellwig
· 5 years ago
ca78eee
xfs: Add __packed to xfs_dir2_sf_entry_t definition
by Vincenzo Frascino
· 5 years ago
932befe
xfs: fix s_maxbytes computation on 32-bit kernels
by Darrick J. Wong
· 5 years ago
4bbb04a
xfs: truncate should remove all blocks, not just to the end of the page cache
by Darrick J. Wong
· 5 years ago
a508486
xfs: introduce XFS_MAX_FILEOFF
by Darrick J. Wong
· 5 years ago
7cb41b1
xfs: remove bogus assertion when online repair isn't enabled
by Darrick J. Wong
· 5 years ago
d29f781
xfs: Remove all strlen in all xfs_attr_* functions for attr names.
by Allison Henderson
· 5 years ago
780d290
xfs: fix misuse of the XFS_ATTR_INCOMPLETE flag
by Christoph Hellwig
· 5 years ago
8cde9f2
xfs: also remove cached ACLs when removing the underlying attr
by Christoph Hellwig
· 5 years ago
84fd081
xfs: reject invalid flags combinations in XFS_IOC_ATTRMULTI_BY_HANDLE
by Christoph Hellwig
· 5 years ago
953aa9d
xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE
by Christoph Hellwig
· 5 years ago
5a57c05
xfs: remove shadow variable in xfs_btree_lshift
by Eric Sandeen
· 5 years ago
b8a0880
xfs: quota: move to time64_t interfaces
by Arnd Bergmann
· 5 years ago
3b62f00
xfs: rename compat_time_t to old_time32_t
by Arnd Bergmann
· 5 years ago
3f666c5
dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()
by Vivek Goyal
· 5 years ago
46f5cfc
Merge branch 'core/kprobes' into perf/core, to pick up a completed branch
by Ingo Molnar
· 5 years ago
5084bf6
xfs: Make the symbol 'xfs_rtalloc_log_count' static
by Chen Wandun
· 5 years ago
13eaec4
xfs: don't commit sunit/swidth updates to disk if that would cause repair failures
by Darrick J. Wong
· 5 years ago
4f5b1b3
xfs: split the sunit parameter update into two parts
by Darrick J. Wong
· 5 years ago
1cac233
xfs: refactor agfl length computation function
by Darrick J. Wong
· 5 years ago
af952ae
libxfs: resync with the userspace libxfs
by Darrick J. Wong
· 5 years ago
826f7e3
xfs: use bitops interface for buf log item AIL flag check
by Brian Foster
· 5 years ago
b1de6fc
xfs: fix log reservation overflows when allocating large rt extents
by Darrick J. Wong
· 5 years ago
d0c2204
xfs: stabilize insert range start boundary to avoid COW writeback race
by Brian Foster
· 5 years ago
2040cf9
Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts
by Ingo Molnar
· 5 years ago
50caca9
Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
798a9ca
xfs: fix mount failure crash on invalid iclog memory access
by Brian Foster
· 5 years ago
69ffe59
xfs: don't check for AG deadlock for realtime files in bunmapi
by Omar Sandoval
· 5 years ago
0c4da70
xfs: fix realtime file data space leak
by Omar Sandoval
· 5 years ago
97eeb4d
Merge tag 'xfs-5.5-merge-16' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
3b266a5
Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
8feb473
xfs: allow parent directory scans to be interrupted with fatal signals
by Darrick J. Wong
· 5 years ago
04ae87a
ftrace: Rework event_create_dir()
by Peter Zijlstra
· 5 years ago
2911edb
xfs: remove the mappedbno argument to xfs_da_get_buf
by Christoph Hellwig
· 5 years ago
cd2c9f1
xfs: remove the mappedbno argument to xfs_da_read_buf
by Christoph Hellwig
· 5 years ago
02c57f0
xfs: split xfs_da3_node_read
by Christoph Hellwig
· 5 years ago
f3fcb31
xfs: remove the mappedbno argument to xfs_dir3_leafn_read
by Christoph Hellwig
· 5 years ago
c943c0b
xfs: remove the mappedbno argument to xfs_dir3_leaf_read
by Christoph Hellwig
· 5 years ago
dfb8759
xfs: remove the mappedbno argument to xfs_attr3_leaf_read
by Christoph Hellwig
· 5 years ago
06566fd
xfs: remove the mappedbno argument to xfs_da_reada_buf
by Christoph Hellwig
· 5 years ago
199e9ba
xfs: improve the xfs_dabuf_map calling conventions
by Christoph Hellwig
· 5 years ago
45feef8
xfs: refactor xfs_dabuf_map
by Christoph Hellwig
· 5 years ago
fa0d44e
xfs: simplify mappedbno handling in xfs_da_{get,read}_buf
by Christoph Hellwig
· 5 years ago
6519f70
xfs: report corruption only as a regular error
by Darrick J. Wong
· 5 years ago
377bcd5
xfs: Remove kmem_zone_free() wrapper
by Carlos Maiolino
· 5 years ago
aaf54eb
xfs: Remove kmem_zone_destroy() wrapper
by Carlos Maiolino
· 5 years ago
b123176
xfs: Remove slab init wrappers
by Carlos Maiolino
· 5 years ago
2a2b593
xfs: fix attr leaf header freemap.size underflow
by Brian Foster
· 5 years ago
050552c
xfs: fix some memory leaks in log recovery
by Darrick J. Wong
· 5 years ago
f368b29
xfs: fix another missing include
by Darrick J. Wong
· 5 years ago
8234532
xfs: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLE
by Christoph Hellwig
· 5 years ago
eb0d216
xfs: remove duplicated include from xfs_dir2_data.c
by YueHaibing
· 5 years ago
a55cefc
xfs: remove unused structure members & simple typedefs
by Eric Sandeen
· 5 years ago
35dab30
xfs: remove unused typedef definitions
by Eric Sandeen
· 5 years ago
1cc95e6
xfs: Replace function declaration by actual definition
by Pavel Reichl
· 5 years ago
d0bdfb1
xfs: remove the xfs_qoff_logitem_t typedef
by Pavel Reichl
· 5 years ago
fd8b81d
xfs: remove the xfs_dq_logitem_t typedef
by Pavel Reichl
· 5 years ago
c072fbe
xfs: remove the xfs_quotainfo_t typedef
by Pavel Reichl
· 5 years ago
aefe69a
xfs: remove the xfs_disk_dquot_t and xfs_dquot_t
by Pavel Reichl
· 5 years ago
e8777b2
xfs: avoid time_t in user api
by Arnd Bergmann
· 5 years ago
93597ae
xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
by kaixuxia
· 5 years ago
048a35d
xfs: don't reset the "inode core" in xfs_iread
by Christoph Hellwig
· 5 years ago
de7a866
xfs: merge the projid fields in struct xfs_icdinode
by Christoph Hellwig
· 5 years ago
8d2d878
xfs: use a struct timespec64 for the in-core crtime
by Christoph Hellwig
· 5 years ago
d8d11fc
xfs: devirtualize ->m_dirnameops
by Christoph Hellwig
· 5 years ago
537dabc
xfs: remove the unused m_chsize field
by Christoph Hellwig
· 5 years ago
a71895c
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
by Darrick J. Wong
· 5 years ago
f9e0370
xfs: kill the XFS_WANT_CORRUPT_* macros
by Darrick J. Wong
· 5 years ago
1ec2861
xfs: add a XFS_IS_CORRUPT macro
by Darrick J. Wong
· 5 years ago
2713fef
xfs: attach dquots before performing xfs_swap_extents
by Darrick J. Wong
· 5 years ago
2815a16
xfs: attach dquots and reserve quota blocks during unwritten conversion
by Darrick J. Wong
· 5 years ago
27d9ee5
xfs: actually check xfs_btree_check_block return in xfs_btree_islastblock
by Darrick J. Wong
· 5 years ago
Next »