index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2022-06-02
9
-90
/
+244
|
\
|
*
ceph: fix decoding of client session messages flags
Luís Henriques
2022-05-25
1
-5
/
+9
|
*
ceph: switch TASK_INTERRUPTIBLE to TASK_KILLABLE
Xiubo Li
2022-05-25
1
-1
/
+1
|
*
ceph: remove redundant variable ino
Colin Ian King
2022-05-25
1
-2
/
+2
|
*
ceph: try to queue a writeback if revoking fails
Xiubo Li
2022-05-25
1
-4
/
+24
|
*
ceph: fix statfs for subdir mounts
Luís Henriques
2022-05-25
3
-13
/
+36
|
*
ceph: fix possible deadlock when holding Fwb to get inline_data
Xiubo Li
2022-05-25
1
-14
/
+19
|
*
ceph: redirty the page for writepage on failure
Xiubo Li
2022-05-25
1
-1
/
+3
|
*
ceph: try to choose the auth MDS if possible for getattr
Xiubo Li
2022-05-25
3
-2
/
+29
|
*
ceph: disable updating the atime since cephfs won't maintain it
Xiubo Li
2022-05-25
2
-1
/
+1
|
*
ceph: flush the mdlog for filesystem sync
Xiubo Li
2022-05-25
1
-6
/
+27
|
*
ceph: rename unsafe_request_wait()
Xiubo Li
2022-05-25
1
-4
/
+4
|
*
ceph: fix statx AT_STATX_DONT_SYNC vs AT_STATX_FORCE_SYNC check
Xiubo Li
2022-05-25
1
-1
/
+1
|
*
ceph: no need to invalidate the fscache twice
Xiubo Li
2022-05-25
1
-1
/
+0
|
*
ceph: replace usage of found with dedicated list iterator variable
Jakob Koschel
2022-05-25
1
-17
/
+15
|
*
ceph: use dedicated list iterator variable
Jakob Koschel
2022-05-25
1
-3
/
+4
|
*
ceph: update the dlease for the hashed dentry when removing
Xiubo Li
2022-05-25
1
-1
/
+3
|
*
ceph: stop retrying the request when exceeding 256 times
Xiubo Li
2022-05-25
1
-2
/
+23
|
*
ceph: stop forwarding the request when exceeding 256 times
Xiubo Li
2022-05-25
1
-5
/
+34
|
*
ceph: remove unused CEPH_MDS_LEASE_RELEASE related code
Xiubo Li
2022-05-25
1
-6
/
+0
|
*
ceph: allow ceph.dir.rctime xattr to be updatable
Venky Shankar
2022-05-25
1
-1
/
+9
*
|
Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-l...
Linus Torvalds
2022-06-02
34
-513
/
+719
|
\
\
|
*
\
Merge branch 'guilt/xfs-5.19-larp-cleanups' into xfs-5.19-for-next
Dave Chinner
2022-05-30
14
-81
/
+126
|
|
\
\
|
|
*
|
xfs: move xfs_attr_use_log_assist usage out of libxfs
Darrick J. Wong
2022-05-27
6
-19
/
+39
|
|
*
|
xfs: move xfs_attr_use_log_assist out of xfs_log.c
Darrick J. Wong
2022-05-27
6
-45
/
+67
|
|
*
|
xfs: warn about LARP once per mount
Darrick J. Wong
2022-05-27
2
-3
/
+6
|
|
*
|
xfs: implement per-mount warnings for scrub and shrink usage
Darrick J. Wong
2022-05-27
4
-22
/
+23
|
|
*
|
xfs: don't log every time we clear the log incompat flags
Darrick J. Wong
2022-05-27
1
-1
/
+0
|
*
|
|
Merge branch 'guilt/xfs-5.19-recovery-buf-cancel' into xfs-5.19-for-next
Dave Chinner
2022-05-30
4
-32
/
+85
|
|
\
\
\
|
|
*
|
|
xfs: convert buf_cancel_table allocation to kmalloc_array
Darrick J. Wong
2022-05-27
3
-6
/
+14
|
|
*
|
|
xfs: don't leak xfs_buf_cancel structures when recovery fails
Darrick J. Wong
2022-05-27
1
-0
/
+13
|
|
*
|
|
xfs: refactor buffer cancellation table allocation
Darrick J. Wong
2022-05-27
4
-32
/
+64
|
|
|
/
/
|
*
|
|
xfs: fix xfs_ifree() error handling to not leak perag ref
Brian Foster
2022-05-30
1
-1
/
+1
|
*
|
|
xfs: don't leak btree cursor when insrec fails after a split
Darrick J. Wong
2022-05-27
1
-3
/
+5
|
*
|
|
xfs: purge dquots after inode walk fails during quotacheck
Darrick J. Wong
2022-05-27
1
-1
/
+8
|
*
|
|
xfs: assert in xfs_btree_del_cursor should take into account error
Dave Chinner
2022-05-27
1
-1
/
+7
|
*
|
|
xfs: don't assert fail on perag references on teardown
Dave Chinner
2022-05-27
1
-2
/
+1
|
*
|
|
xfs: avoid unnecessary runtime sibling pointer endian conversions
Dave Chinner
2022-05-27
1
-14
/
+33
|
|
/
/
|
*
|
Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-next
Dave Chinner
2022-05-23
4
-62
/
+2
|
|
\
\
|
|
*
|
xfs: Remove duplicate include
Jiapeng Chong
2022-05-22
1
-1
/
+0
|
|
*
|
xfs: reduce IOCB_NOWAIT judgment for retry exclusive unaligned DIO
Kaixu Xia
2022-05-22
1
-1
/
+1
|
|
*
|
xfs: Remove dead code
Jiapeng Chong
2022-05-22
1
-59
/
+0
|
|
*
|
xfs: fix typo in comment
Julia Lawall
2022-05-22
1
-1
/
+1
|
*
|
|
xfs: share xattr name and value buffers when logging xattr updates
Darrick J. Wong
2022-05-23
5
-134
/
+223
|
*
|
|
xfs: do not use logged xattr updates on V4 filesystems
Darrick J. Wong
2022-05-23
2
-4
/
+5
|
*
|
|
xfs: rename struct xfs_attr_item to xfs_attr_intent
Darrick J. Wong
2022-05-22
6
-51
/
+51
|
*
|
|
xfs: clean up state variable usage in xfs_attr_node_remove_attr
Darrick J. Wong
2022-05-22
1
-5
/
+2
|
*
|
|
xfs: put attr[id] log item cache init with the others
Darrick J. Wong
2022-05-22
6
-52
/
+25
|
*
|
|
xfs: remove struct xfs_attr_item.xattri_flags
Darrick J. Wong
2022-05-22
1
-19
/
+13
|
*
|
|
xfs: use a separate slab cache for deferred xattr work state
Darrick J. Wong
2022-05-22
4
-2
/
+31
[next]