index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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-12-03
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
12
-33
/
+3
2020-12-03
libfs: Add generic function for setting dentry_ops
Daniel Rosenberg
1
-0
/
+70
2020-12-03
f2fs: Remove the redundancy initialization
Zhang Qilong
2
-2
/
+2
2020-12-03
f2fs: remove writeback_inodes_sb in f2fs_remount
Liu Song
1
-1
/
+0
2020-12-03
f2fs: fix double free of unicode map
Hyeongseok Kim
1
-0
/
+1
2020-12-03
f2fs: fix compat F2FS_IOC_{MOVE,GARBAGE_COLLECT}_RANGE
Chao Yu
1
-33
/
+104
2020-12-03
f2fs: avoid unneeded data copy in f2fs_ioc_move_range()
Chao Yu
1
-6
/
+0
2020-12-03
f2fs: add F2FS_IOC_SET_COMPRESS_OPTION ioctl
Daeho Jeong
1
-0
/
+54
2020-11-03
f2fs: add F2FS_IOC_GET_COMPRESS_OPTION ioctl
Daeho Jeong
1
-0
/
+30
2020-11-02
f2fs: move ioctl interface definitions to separated file
Chao Yu
2
-79
/
+1
2020-11-02
f2fs: fix to seek incorrect data offset in inline data file
Chao Yu
1
-3
/
+8
2020-11-02
f2fs: call f2fs_get_meta_page_retry for nat page
Jaegeuk Kim
1
-1
/
+1
2020-11-01
Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+7
2020-11-01
Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...
Linus Torvalds
5
-9
/
+9
2020-10-31
Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-70
/
+38
2020-10-30
Merge tag 'for-5.10-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
14
-51
/
+225
2020-10-30
debugfs: remove return value of debugfs_create_devm_seqfile()
Greg Kroah-Hartman
1
-8
/
+7
2020-10-30
fs: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
5
-9
/
+9
2020-10-29
Merge tag 'afs-fixes-20201029' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-79
/
+184
2020-10-29
Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
9
-133
/
+73
2020-10-29
afs: Fix dirty-region encoding on ppc32 with 64K pages
David Howells
2
-9
/
+20
2020-10-29
afs: Fix afs_invalidatepage to adjust the dirty region
David Howells
3
-12
/
+76
2020-10-29
afs: Alter dirty range encoding in page->private
David Howells
2
-4
/
+4
2020-10-29
afs: Wrap page->private manipulations in inline functions
David Howells
2
-18
/
+41
2020-10-29
afs: Fix where page->private is set during write
David Howells
1
-15
/
+26
2020-10-29
afs: Fix page leak on afs_write_begin() failure
David Howells
1
-12
/
+11
2020-10-29
afs: Fix to take ref on page when PG_private is set
David Howells
4
-26
/
+18
2020-10-28
ext4: indicate that fast_commit is available via /sys/fs/ext4/feature/...
Theodore Ts'o
1
-0
/
+2
2020-10-28
ext4: use generic casefolding support
Daniel Rosenberg
5
-93
/
+17
2020-10-28
ext4: do not use extent after put_bh
yangerkun
1
-15
/
+15
2020-10-28
ext4: use IS_ERR() for error checking of path
Harshad Shirwadkar
1
-2
/
+4
2020-10-28
ext4: fix mmap write protection for data=journal mode
Jan Kara
1
-2
/
+3
2020-10-28
ext4: use s_mount_flags instead of s_mount_state for fast commit state
Harshad Shirwadkar
3
-15
/
+15
2020-10-28
ext4: make num of fast commit blocks configurable
Harshad Shirwadkar
1
-1
/
+11
2020-10-28
ext4: properly check for dirty state in ext4_inode_datasync_dirty()
Andrea Righi
1
-4
/
+6
2020-10-28
ext4: fix double locking in ext4_fc_commit_dentry_updates()
Harshad Shirwadkar
1
-1
/
+0
2020-10-28
afs: Fix afs_launder_page to not clear PG_writeback
David Howells
2
-4
/
+7
2020-10-28
afs: Fix a use after free in afs_xattr_get_acl()
Dan Carpenter
1
-1
/
+1
2020-10-28
afs: Fix tracing deref-before-check
David Howells
1
-1
/
+2
2020-10-28
afs: Fix copy_file_range()
David Howells
1
-0
/
+1
2020-10-27
btrfs: convert data_seqcount to seqcount_mutex_t
Davidlohr Bueso
2
-7
/
+6
2020-10-27
btrfs: don't fallback to buffered read if we don't need to
Johannes Thumshirn
1
-1
/
+2
2020-10-26
cachefiles: Handle readpage error correctly
Matthew Wilcox (Oracle)
1
-1
/
+2
2020-10-26
btrfs: add a helper to read the tree_root commit root for backref lookup
Josef Bacik
3
-41
/
+114
2020-10-26
btrfs: drop the path before adding qgroup items when enabling qgroups
Josef Bacik
1
-0
/
+18
2020-10-26
btrfs: fix readahead hang and use-after-free after removing a device
Filipe Manana
5
-0
/
+56
2020-10-26
btrfs: fix use-after-free on readahead extent after failure to create it
Filipe Manana
1
-0
/
+2
2020-10-26
btrfs: tree-checker: validate number of chunk stripes and parity
Daniel Xu
1
-0
/
+18
2020-10-26
btrfs: tree-checker: fix incorrect printk format
Pujin Shi
1
-1
/
+1
2020-10-26
btrfs: drop the path before adding block group sysfs files
Josef Bacik
1
-0
/
+1
[next]