index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-12
NFSv4.2: fix failure to unregister shrinker
J. Bruce Fields
1
-0
/
+2
2020-11-12
gfs2: fix possible reference leak in gfs2_check_blk_type
Zhang Qilong
1
-5
/
+5
2020-11-12
fscrypt: fix inline encryption not used on new files
Eric Biggers
1
-1
/
+1
2020-11-11
Revert "ext4: fix superblock checksum calculation race"
Theodore Ts'o
1
-11
/
+0
2020-11-11
ext4: handle dax mount option collision
Harshad Shirwadkar
1
-3
/
+3
2020-11-11
io_uring: round-up cq size before comparing with rounded sq size
Jens Axboe
1
-1
/
+1
2020-11-11
xfs: fix a missing unlock on error in xfs_fs_map_blocks
Christoph Hellwig
1
-1
/
+1
2020-11-11
vfs: move __sb_{start,end}_write* to fs.h
Darrick J. Wong
1
-30
/
+0
2020-11-11
vfs: separate __sb_start_write into blocking and non-blocking helpers
Darrick J. Wong
3
-9
/
+14
2020-11-11
vfs: remove lockdep bogosity in __sb_start_write
Darrick J. Wong
1
-29
/
+4
2020-11-11
xfs: fix brainos in the refcount scrubber's rmap fragment processor
Darrick J. Wong
1
-5
/
+3
2020-11-11
xfs: fix rmap key and record comparison functions
Darrick J. Wong
1
-8
/
+8
2020-11-11
xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextents
Darrick J. Wong
1
-0
/
+2
2020-11-11
xfs: fix flags argument to rmap lookup when converting shared file rmaps
Darrick J. Wong
1
-1
/
+1
2020-11-10
Merge tag 'for-5.10-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-39
/
+48
2020-11-10
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
1
-3
/
+1
2020-11-09
Merge tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
3
-6
/
+4
2020-11-09
Merge tag 'ext4_for_linus_cleanups' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
18
-255
/
+305
2020-11-09
Merge tag 'erofs-for-5.10-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-12
/
+16
2020-11-09
fanotify: fix logic of reporting name info with watched parent
Amir Goldstein
1
-5
/
+7
2020-11-08
Merge tag 'xfs-5.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
7
-32
/
+37
2020-11-08
Merge branch 'hch' (patches from Christoph)
Linus Torvalds
5
-17
/
+38
2020-11-08
Merge tag 'io_uring-5.10-2020-11-07' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-47
/
+140
2020-11-07
jbd2: fix up sparse warnings in checkpoint code
Theodore Ts'o
2
-1
/
+5
2020-11-07
ext4: fix sparse warnings in fast_commit code
Theodore Ts'o
1
-1
/
+4
2020-11-07
ext4: cleanup fast commit mount options
Harshad Shirwadkar
1
-8
/
+4
2020-11-07
jbd2: don't start fast commit on aborted journal
Harshad Shirwadkar
1
-0
/
+2
2020-11-07
ext4: make s_mount_flags modifications atomic
Harshad Shirwadkar
7
-34
/
+52
2020-11-07
ext4: issue fsdev cache flush before starting fast commit
Harshad Shirwadkar
1
-0
/
+7
2020-11-07
ext4: disable fast commit with data journalling
Harshad Shirwadkar
3
-1
/
+10
2020-11-07
ext4: fix inode dirty check in case of fast commits
Harshad Shirwadkar
3
-8
/
+1
2020-11-07
ext4: remove unnecessary fast commit calls from ext4_file_mmap
Harshad Shirwadkar
1
-2
/
+0
2020-11-07
ext4: mark buf dirty before submitting fast commit buffer
Harshad Shirwadkar
1
-1
/
+1
2020-11-07
ext4: fix code documentatioon
Harshad Shirwadkar
1
-1
/
+2
2020-11-07
ext4: dedpulicate the code to wait on inode that's being committed
Harshad Shirwadkar
1
-34
/
+27
2020-11-07
jbd2: don't read journal->j_commit_sequence without taking a lock
Harshad Shirwadkar
1
-2
/
+4
2020-11-07
jbd2: don't touch buffer state until it is filled
Harshad Shirwadkar
1
-4
/
+0
2020-11-07
jbd2: add todo for a fast commit performance optimization
Harshad Shirwadkar
1
-0
/
+9
2020-11-07
jbd2: don't pass tid to jbd2_fc_end_commit_fallback()
Harshad Shirwadkar
2
-4
/
+10
2020-11-07
jbd2: don't use state lock during commit path
Harshad Shirwadkar
1
-6
/
+0
2020-11-07
ext4: clean up the JBD2 API that initializes fast commits
Harshad Shirwadkar
4
-57
/
+64
2020-11-07
jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs
Harshad Shirwadkar
6
-13
/
+13
2020-11-07
ext4: fixup ext4_fc_track_* functions' signature
Harshad Shirwadkar
5
-63
/
+74
2020-11-07
ext4: drop redundant calls ext4_fc_track_range
Harshad Shirwadkar
2
-9
/
+0
2020-11-07
ext4: mark fc ineligible if inode gets evictied due to mem pressure
Harshad Shirwadkar
3
-3
/
+5
2020-11-07
ext4: describe fast_commit feature flags
Harshad Shirwadkar
1
-0
/
+7
2020-11-07
ext4: unlock xattr_sem properly in ext4_inline_data_truncate()
Joseph Qi
1
-0
/
+1
2020-11-07
ext4: silence an uninitialized variable warning
Dan Carpenter
1
-1
/
+1
2020-11-07
ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTA
Kaixu Xia
1
-2
/
+2
2020-11-07
Merge tag 'ceph-for-5.10-rc3' of git://github.com/ceph/ceph-client
Linus Torvalds
5
-18
/
+39
[prev]
[next]