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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-27
ubifs: Use NULL instead of using plain integer as pointer
Haowen Bai
1
-1
/
+1
2022-05-27
ubifs: Simplify the return expression of run_gc()
Minghao Chi
1
-5
/
+2
2022-05-27
jffs2: fix memory leak in jffs2_do_fill_super
Baokun Li
1
-0
/
+1
2022-05-27
jffs2: Use kzalloc instead of kmalloc/memset
Haowen Bai
1
-4
/
+2
2022-05-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-1
/
+1
2022-05-26
Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
16
-371
/
+910
2022-05-27
xfs: move xfs_attr_use_log_assist usage out of libxfs
Darrick J. Wong
6
-19
/
+39
2022-05-27
xfs: move xfs_attr_use_log_assist out of xfs_log.c
Darrick J. Wong
6
-45
/
+67
2022-05-27
xfs: warn about LARP once per mount
Darrick J. Wong
2
-3
/
+6
2022-05-27
xfs: implement per-mount warnings for scrub and shrink usage
Darrick J. Wong
4
-22
/
+23
2022-05-27
xfs: don't log every time we clear the log incompat flags
Darrick J. Wong
1
-1
/
+0
2022-05-27
xfs: convert buf_cancel_table allocation to kmalloc_array
Darrick J. Wong
3
-6
/
+14
2022-05-27
xfs: don't leak xfs_buf_cancel structures when recovery fails
Darrick J. Wong
1
-0
/
+13
2022-05-27
xfs: refactor buffer cancellation table allocation
Darrick J. Wong
4
-32
/
+64
2022-05-27
xfs: don't leak btree cursor when insrec fails after a split
Darrick J. Wong
1
-3
/
+5
2022-05-27
xfs: purge dquots after inode walk fails during quotacheck
Darrick J. Wong
1
-1
/
+8
2022-05-27
xfs: assert in xfs_btree_del_cursor should take into account error
Dave Chinner
1
-1
/
+7
2022-05-27
xfs: don't assert fail on perag references on teardown
Dave Chinner
1
-2
/
+1
2022-05-27
xfs: avoid unnecessary runtime sibling pointer endian conversions
Dave Chinner
1
-14
/
+33
2022-05-26
Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-39
/
+50
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
14
-162
/
+132
2022-05-26
NFSD: nfsd_file_put() can sleep
Chuck Lever
1
-0
/
+2
2022-05-26
NFSD: Add documenting comment for nfsd4_release_lockowner()
Chuck Lever
1
-3
/
+20
2022-05-26
NFSD: Modernize nfsd4_release_lockowner()
Chuck Lever
1
-25
/
+11
2022-05-26
NFSD: Fix possible sleep during nfsd4_release_lockowner()
Chuck Lever
1
-8
/
+4
2022-05-25
Merge tag 'xfs-5.19-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
104
-2675
/
+4689
2022-05-25
Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
12
-192
/
+297
2022-05-25
Merge tag 'fs_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+1
2022-05-25
Merge tag 'size_t-saturating-helpers-5.19-rc1' of git://git.kernel.org/pub/sc...
Linus Torvalds
1
-2
/
+1
2022-05-25
ocfs2: dlmfs: fix error handling of user_dlm_destroy_lock
Junxiao Bi via Ocfs2-devel
1
-1
/
+15
2022-05-25
ocfs2: dlmfs: don't clear USER_LOCK_ATTACHED when destroying lock
Junxiao Bi
1
-1
/
+0
2022-05-25
Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
6
-6
/
+48
2022-05-25
ceph: fix decoding of client session messages flags
Luís Henriques
1
-5
/
+9
2022-05-25
ceph: switch TASK_INTERRUPTIBLE to TASK_KILLABLE
Xiubo Li
1
-1
/
+1
2022-05-25
ceph: remove redundant variable ino
Colin Ian King
1
-2
/
+2
2022-05-25
ceph: try to queue a writeback if revoking fails
Xiubo Li
1
-4
/
+24
2022-05-25
ceph: fix statfs for subdir mounts
Luís Henriques
3
-13
/
+36
2022-05-25
ceph: fix possible deadlock when holding Fwb to get inline_data
Xiubo Li
1
-14
/
+19
2022-05-25
ceph: redirty the page for writepage on failure
Xiubo Li
1
-1
/
+3
2022-05-25
ceph: try to choose the auth MDS if possible for getattr
Xiubo Li
3
-2
/
+29
2022-05-25
ceph: disable updating the atime since cephfs won't maintain it
Xiubo Li
2
-1
/
+1
2022-05-25
ceph: flush the mdlog for filesystem sync
Xiubo Li
1
-6
/
+27
2022-05-25
ceph: rename unsafe_request_wait()
Xiubo Li
1
-4
/
+4
2022-05-25
ceph: fix statx AT_STATX_DONT_SYNC vs AT_STATX_FORCE_SYNC check
Xiubo Li
1
-1
/
+1
2022-05-25
ceph: no need to invalidate the fscache twice
Xiubo Li
1
-1
/
+0
2022-05-25
ceph: replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-17
/
+15
2022-05-25
ceph: use dedicated list iterator variable
Jakob Koschel
1
-3
/
+4
2022-05-25
ceph: update the dlease for the hashed dentry when removing
Xiubo Li
1
-1
/
+3
2022-05-25
ceph: stop retrying the request when exceeding 256 times
Xiubo Li
1
-2
/
+23
2022-05-25
ceph: stop forwarding the request when exceeding 256 times
Xiubo Li
1
-5
/
+34
[prev]
[next]