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-01-04
ext4: work around deleting a file with i_nlink == 0 safely
Theodore Ts'o
1
-6
/
+5
2020-01-04
fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned long
Konstantin Khlebnikov
1
-12
/
+17
2020-01-04
jbd2: Fix statistics for the number of logged blocks
Jan Kara
1
-1
/
+3
2020-01-04
ext4: check for directory entries too close to block end
Jan Kara
1
-0
/
+5
2020-01-04
ext4: fix ext4_empty_dir() for directories with holes
Jan Kara
1
-14
/
+18
2020-01-04
Btrfs: fix removal logic of the tree mod log that leads to use-after-free issues
Filipe Manana
1
-1
/
+1
2020-01-04
btrfs: abort transaction after failed inode updates in create_subvol
Josef Bacik
1
-2
/
+8
2020-01-04
btrfs: return error pointer from alloc_test_extent_buffer
Dan Carpenter
3
-7
/
+9
2020-01-04
btrfs: do not call synchronize_srcu() in inode_tree_del
Josef Bacik
1
-1
/
+0
2020-01-04
btrfs: don't double lock the subvol_sem for rename exchange
Josef Bacik
1
-6
/
+4
2020-01-04
btrfs: don't prematurely free work in reada_start_machine_worker()
Omar Sandoval
1
-6
/
+4
2020-01-04
btrfs: don't prematurely free work in run_ordered_work()
Omar Sandoval
1
-12
/
+44
2020-01-04
btrfs: don't prematurely free work in end_workqueue_fn()
Omar Sandoval
1
-1
/
+1
2020-01-04
btrfs: handle ENOENT in btrfs_uuid_tree_iterate
Josef Bacik
1
-0
/
+2
2020-01-04
btrfs: do not leak reloc root if we fail to read the fs root
Josef Bacik
1
-0
/
+1
2020-01-04
btrfs: skip log replay on orphaned roots
Josef Bacik
1
-2
/
+21
2019-12-21
CIFS: Respect O_SYNC and O_DIRECT flags during reconnect
Pavel Shilovsky
1
-0
/
+7
2019-12-21
ext4: fix a bug in ext4_wait_for_tail_page_commit
yangerkun
1
-4
/
+8
2019-12-21
reiserfs: fix extended attributes on the root directory
Jeff Mahoney
6
-14
/
+32
2019-12-21
Btrfs: fix negative subv_writers counter and data space leak after buffered w...
Filipe Manana
1
-1
/
+1
2019-12-21
quota: fix livelock in dquot_writeback_dquots
Dmitry Monakhov
1
-4
/
+5
2019-12-21
ext2: check err when partial != NULL
Chengguang Xu
1
-2
/
+5
2019-12-21
quota: Check that quota is not dirty before release
Dmitry Monakhov
2
-2
/
+2
2019-12-21
btrfs: record all roots for rename exchange on a subvol
Josef Bacik
1
-0
/
+3
2019-12-21
Btrfs: send, skip backreference walking for extents with many references
Filipe Manana
1
-1
/
+24
2019-12-21
btrfs: Remove btrfs_bio::flags member
Qu Wenruo
1
-1
/
+0
2019-12-21
btrfs: check page->mapping when loading free space cache
Josef Bacik
1
-0
/
+6
2019-12-21
CIFS: Fix SMB2 oplock break processing
Pavel Shilovsky
1
-4
/
+3
2019-12-21
CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locks
Pavel Shilovsky
1
-3
/
+4
2019-12-21
fuse: verify attributes
Miklos Szeredi
2
-7
/
+19
2019-12-21
fuse: verify nlink
Miklos Szeredi
1
-1
/
+2
2019-12-21
nfsd: Return EPERM, not EACCES, in some SETATTR cases
zhengbin
1
-2
/
+15
2019-12-21
dlm: fix invalid cluster name warning
David Teigland
1
-1
/
+2
2019-12-21
nfsd: fix a warning in __cld_pipe_upcall()
Scott Mayhew
1
-11
/
+6
2019-12-21
dlm: NULL check before kmem_cache_destroy is not needed
Wen Yang
1
-6
/
+3
2019-12-21
dlm: fix missing idr_destroy for recover_idr
David Teigland
1
-0
/
+1
2019-12-21
exportfs_decode_fh(): negative pinned may become positive without the parent ...
Al Viro
1
-12
/
+19
2019-12-21
autofs: fix a leak in autofs_expire_indirect()
Al Viro
1
-2
/
+3
2019-12-05
ocfs2: clear journal dirty flag after shutdown journal
Junxiao Bi
1
-4
/
+2
2019-12-05
xfs: Fix bulkstat compat ioctls on x32 userspace.
Nick Bowler
1
-4
/
+30
2019-12-05
xfs: Align compat attrlist_by_handle with native implementation.
Nick Bowler
1
-0
/
+6
2019-12-05
gfs2: take jdata unstuff into account in do_grow
Bob Peterson
1
-0
/
+2
2019-12-05
btrfs: only track ref_heads in delayed_ref_updates
Josef Bacik
1
-3
/
+0
2019-12-05
xfs: require both realtime inodes to mount
Darrick J. Wong
1
-3
/
+1
2019-11-28
ocfs2: remove ocfs2_is_o2cb_active()
Gang He
3
-10
/
+1
2019-11-28
dlm: don't leak kernel pointer to userspace
Tycho Andersen
1
-1
/
+1
2019-11-28
dlm: fix invalid free
Tycho Andersen
1
-2
/
+3
2019-11-28
ocfs2: fix clusters leak in ocfs2_defrag_extent()
Larry Chen
1
-0
/
+17
2019-11-28
ocfs2: don't put and assigning null to bh allocated outside
Changwei Ge
1
-18
/
+59
2019-11-28
fs/hfs/extent.c: fix array out of bounds read of array extent
Colin Ian King
1
-1
/
+1
[next]