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
2018-02-22
Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly
Liu Bo
1
-1
/
+1
2018-02-22
Btrfs: fix extent state leak from tree log
Liu Bo
1
-2
/
+3
2018-02-22
Btrfs: fix crash due to not cleaning up tree log block's dirty bits
Liu Bo
1
-0
/
+9
2018-02-22
Btrfs: fix deadlock in run_delalloc_nocow
Liu Bo
1
-1
/
+4
2018-02-22
seq_file: fix incomplete reset on read from zero offset
Miklos Szeredi
1
-1
/
+4
2018-02-22
ext4: save error to disk in __ext4_grp_locked_error()
Zhouyi Zhou
1
-0
/
+1
2018-02-22
ext4: fix a race in the ext4 shutdown path
Harshad Shirwadkar
1
-4
/
+12
2018-02-22
jbd2: fix sphinx kernel-doc build warnings
Tobin C. Harding
1
-1
/
+4
2018-02-22
mbcache: initialize entry->e_referenced in mb_cache_entry_create()
Alexander Potapenko
1
-0
/
+1
2018-02-22
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
1
-2
/
+0
2018-02-22
ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE
Gang He
1
-0
/
+9
2018-02-16
devpts: fix error handling in devpts_mntget()
Eric Biggers
1
-2
/
+2
2018-02-16
ovl: take mnt_want_write() for removing impure xattr
Amir Goldstein
1
-2
/
+9
2018-02-16
ovl: fix failure to fsync lower dir
Amir Goldstein
1
-1
/
+5
2018-02-16
btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker
Nikolay Borisov
1
-2
/
+9
2018-02-16
pipe: fix off-by-one error when checking buffer limits
Eric Biggers
1
-2
/
+2
2018-02-16
pipe: actually allow root to exceed the pipe buffer limits
Eric Biggers
1
-3
/
+8
2018-02-16
fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()
Heiko Carstens
1
-13
/
+5
2018-02-16
Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all
Liu Bo
1
-6
/
+5
2018-02-16
kernfs: fix regression in kernfs_fop_write caused by wrong type
Ivan Vecera
1
-1
/
+1
2018-02-16
NFS: Fix a race between mmap() and O_DIRECT
Trond Myklebust
1
-1
/
+1
2018-02-16
NFS: reject request for id_legacy key without auxdata
Eric Biggers
1
-1
/
+5
2018-02-16
NFS: commit direct writes even if they fail partially
J. Bruce Fields
1
-3
/
+1
2018-02-16
NFS: Fix nfsstat breakage due to LOOKUPP
Trond Myklebust
1
-26
/
+38
2018-02-16
NFS: Add a cond_resched() to nfs_commit_release_pages()
Trond Myklebust
1
-0
/
+2
2018-02-16
nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE
Tigran Mkrtchyan
1
-3
/
+1
2018-02-16
nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds
Scott Mayhew
1
-2
/
+2
2018-02-16
ubifs: free the encrypted symlink target
Eric Biggers
1
-6
/
+4
2018-02-16
CIFS: zero sensitive data when freeing
Aurelien Aptel
3
-15
/
+8
2018-02-16
cifs: Fix autonegotiate security settings mismatch
Daniel N Pettersson
1
-2
/
+1
2018-02-16
cifs: Fix missing put_xid in cifs_file_strict_mmap
Matthew Wilcox
1
-14
/
+12
2018-02-03
xfs: Properly retry failed dquot items in case of error during buffer writeback
Carlos Maiolino
2
-5
/
+49
2018-02-03
xfs: ubsan fixes
Darrick J. Wong
1
-3
/
+3
2018-02-03
quota: Check for register_shrinker() failure.
Tetsuo Handa
1
-1
/
+2
2018-02-03
xfs: fortify xfs_alloc_buftarg error handling
Michal Hocko
1
-5
/
+10
2018-02-03
Btrfs: incremental send, fix wrong unlink path after renaming file
Filipe Manana
1
-18
/
+106
2018-02-03
quota: propagate error from __dquot_initialize
Chao Yu
1
-6
/
+13
2018-02-03
lockd: fix "list_add double add" caused by legacy signal interface
Vasily Averin
2
-4
/
+9
2018-02-03
race of lockd inetaddr notifiers vs nlmsvc_rqst change
Vasily Averin
1
-2
/
+14
2018-02-03
nfsd: check for use of the closed special stateid
Andrew Elble
1
-2
/
+5
2018-02-03
grace: replace BUG_ON by WARN_ONCE in exit_net hook
Vasily Averin
1
-1
/
+3
2018-02-03
nfsd: Ensure we check stateid validity in the seqid operation checks
Trond Myklebust
1
-9
/
+3
2018-02-03
nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)
Trond Myklebust
1
-0
/
+8
2018-02-03
xfs: log recovery should replay deferred ops in order
Darrick J. Wong
5
-40
/
+85
2018-02-03
xfs: always free inline data before resetting inode fork during ifree
Darrick J. Wong
1
-0
/
+21
2018-02-03
Btrfs: fix list_add corruption and soft lockups in fsync
Liu Bo
2
-3
/
+4
2018-02-03
reiserfs: remove unneeded i_version bump
Jeff Layton
1
-1
/
+0
2018-02-03
btrfs: fix deadlock when writing out space cache
Josef Bacik
1
-1
/
+2
2018-02-03
Btrfs: bail out gracefully rather than BUG_ON
Liu Bo
1
-2
/
+8
2018-02-03
btrfs: Fix transaction abort during failure in btrfs_rm_dev_item
Nikolay Borisov
1
-8
/
+12
[prev]
[next]