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.13.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
2019-02-21
ext4: fix compile error when using BUFFER_TRACE
zhangyi (F)
1
-1
/
+1
2019-02-21
jbd2: fix compile warning when using JBUFFER_TRACE
zhangyi (F)
1
-8
/
+8
2019-02-21
ext4: fix some error pointer dereferences
Dan Carpenter
1
-0
/
+3
2019-02-21
ext4: annotate more implicit fall throughs
Mathieu Malaterre
1
-0
/
+6
2019-02-21
ext4: annotate implicit fall throughs
Mathieu Malaterre
1
-0
/
+2
2019-02-15
ext4: don't update s_rev_level if not required
Andreas Dilger
3
-3
/
+5
2019-02-15
jbd2: fold jbd2_superblock_csum_{verify,set} into their callers
Theodore Ts'o
1
-25
/
+11
2019-02-15
jbd2: fix race when writing superblock
Theodore Ts'o
1
-25
/
+27
2019-02-11
ext4: fix crash during online resizing
Jan Kara
1
-1
/
+2
2019-02-11
ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOT
Theodore Ts'o
1
-0
/
+1
2019-02-11
ext4: add mask of ext4 flags to swap
yangerkun
2
-1
/
+8
2019-02-11
ext4: update quota information while swapping boot loader inode
yangerkun
1
-13
/
+43
2019-02-11
ext4: cleanup pagecache before swap i_data
yangerkun
1
-4
/
+12
2019-02-11
ext4: fix check of inode in swap_inode_boot_loader
yangerkun
1
-9
/
+13
2019-02-11
ext4: unlock unused_pages timely when doing writeback
Xiaoguang Wang
1
-4
/
+5
2019-02-11
ext4: cleanup clean_bdev_aliases() calls
zhangyi (F)
3
-21
/
+2
2019-02-11
jbd2: discard dirty data when forgetting an un-journalled buffer
zhangyi (F)
1
-4
/
+38
2019-02-11
jbd2: clear dirty flag when revoking a buffer from an older transaction
zhangyi (F)
1
-5
/
+12
2019-02-11
ext4: replace opencoded i_writecount usage with inode_is_open_for_write()
Nikolay Borisov
2
-5
/
+4
2019-02-01
jbd2: fix deadlock while checkpoint thread waits commit thread to finish
Xiaoguang Wang
2
-3
/
+16
2019-02-01
Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"
Theodore Ts'o
1
-9
/
+4
2019-01-21
Merge tag 'pstore-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-8
/
+4
2019-01-21
pstore/ram: Avoid allocation and leak of platform data
Kees Cook
1
-6
/
+3
2019-01-20
Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-10
/
+35
2019-01-20
Merge tag 'nfs-for-5.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-7
/
+1
2019-01-20
Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-10
/
+18
2019-01-18
btrfs: wakeup cleaner thread when adding delayed iput
Josef Bacik
3
-0
/
+8
2019-01-18
btrfs: run delayed iputs before committing
Josef Bacik
1
-0
/
+9
2019-01-18
btrfs: wait on ordered extents on abort cleanup
Josef Bacik
1
-0
/
+8
2019-01-18
btrfs: handle delayed ref head accounting cleanup in abort
Josef Bacik
3
-7
/
+10
2019-01-18
Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"
David Sterba
1
-3
/
+0
2019-01-17
Merge tag 'afs-fixes-20190117' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-18
/
+59
2019-01-17
pstore/ram: Fix console ramoops to show the previous boot logs
Sai Prakash Ranjan
1
-2
/
+1
2019-01-17
afs: Fix race in async call refcounting
David Howells
1
-5
/
+30
2019-01-17
afs: Provide a function to get a ref on a call
David Howells
1
-6
/
+12
2019-01-17
afs: Fix key refcounting in file locking code
David Howells
2
-2
/
+4
2019-01-17
afs: Don't set vnode->cb_s_break in afs_validate()
Marc Dionne
1
-1
/
+0
2019-01-15
NFSv4.2 fix unnecessary retry in nfs4_copy_file_range
Olga Kornievskaia
1
-7
/
+1
2019-01-15
blockdev: Fix livelocks on loop device
Jan Kara
1
-10
/
+18
2019-01-13
Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-13
/
+64
2019-01-13
Merge tag 'driver-core-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-5
/
+10
2019-01-13
Merge tag '5.0-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
10
-65
/
+211
2019-01-11
Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-client
Linus Torvalds
2
-6
/
+3
2019-01-11
cifs: update internal module version number
Steve French
1
-1
/
+1
2019-01-11
CIFS: Fix error paths in writeback code
Pavel Shilovsky
4
-9
/
+56
2019-01-11
CIFS: Move credit processing to mid callbacks for SMB3
Pavel Shilovsky
1
-17
/
+34
2019-01-11
CIFS: Fix credits calculation for cancelled requests
Pavel Shilovsky
2
-2
/
+27
2019-01-11
cifs: Fix potential OOB access of lock element array
Ross Lagerwall
2
-6
/
+6
2019-01-11
cifs: Limit memory used by lock request calls to a page
Ross Lagerwall
2
-0
/
+12
2019-01-11
cifs: move large array from stack to heap
Aurelien Aptel
2
-14
/
+32
[next]