index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-01
ext4: fix bitmap position validation
Lukas Czerner
1
-4
/
+5
2018-05-01
ext4: add validity checks for bitmap block numbers
Theodore Ts'o
2
-2
/
+21
2018-05-01
ext4: set h_journal if there is a failure starting a reserved handle
Theodore Ts'o
1
-0
/
+1
2018-05-01
ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS
Eric Biggers
1
-5
/
+11
2018-04-29
jbd2: fix use after free in kjournald2()
Sahitya Tummala
1
-1
/
+1
2018-04-29
cifs: do not allow creating sockets except with SMB1 posix exensions
Steve French
1
-4
/
+5
2018-04-24
writeback: safer lock nesting
Greg Thelen
1
-3
/
+4
2018-04-24
fanotify: fix logic of events on child
Amir Goldstein
1
-19
/
+15
2018-04-24
autofs: mount point create should honour passed in mode
Ian Kent
1
-1
/
+1
2018-04-24
Don't leak MNT_INTERNAL away from internal mounts
Al Viro
1
-1
/
+2
2018-04-24
orangefs_kill_sb(): deal with allocation failures
Al Viro
1
-0
/
+5
2018-04-24
jffs2_kill_sb(): deal with failed allocations
Al Viro
1
-1
/
+1
2018-04-24
udf: Fix leak of UTF-16 surrogates into encoded strings
Jan Kara
1
-0
/
+6
2018-04-24
ext4: don't allow r/w mounts if metadata blocks overlap the superblock
Theodore Ts'o
1
-0
/
+6
2018-04-24
ext4: fail ext4_iget for root directory if unallocated
Theodore Ts'o
1
-0
/
+6
2018-04-24
ext4: protect i_disksize update by i_data_sem in direct write path
Eryu Guan
1
-3
/
+2
2018-04-24
ext4: don't update checksum of new initialized bitmaps
Theodore Ts'o
2
-46
/
+4
2018-04-24
jbd2: if the journal is aborted then don't allow update of the log tail
Theodore Ts'o
1
-1
/
+4
2018-04-24
smb3: Fix root directory when server returns inode number of zero
Steve French
2
-0
/
+34
2018-04-24
fs/reiserfs/journal.c: add missing resierfs_warning() arg
Andrew Morton
1
-1
/
+1
2018-04-24
ubifs: Check ubifs_wbuf_sync() return code
Richard Weinberger
1
-4
/
+10
2018-04-20
getname_kernel() needs to make sure that ->name != ->iname in long case
Al Viro
1
-1
/
+2
2018-04-13
ovl: filter trusted xattr for non-admin
Miklos Szeredi
1
-1
/
+11
2018-04-13
VFS: close race between getcwd() and d_move()
NeilBrown
1
-7
/
+16
2018-04-13
ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()
Eryu Guan
1
-1
/
+1
2018-04-13
pNFS/flexfiles: missing error code in ff_layout_alloc_lseg()
Dan Carpenter
1
-0
/
+1
2018-04-13
ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errors
Konstantin Khlebnikov
1
-9
/
+14
2018-04-13
btrfs: fix incorrect error return ret being passed to mapping_set_error
Colin Ian King
1
-1
/
+1
2018-04-13
SMB2: Fix share type handling
Christophe JAILLET
1
-5
/
+9
2018-04-13
CIFS: silence lockdep splat in cifs_relock_file()
Rabin Vincent
1
-1
/
+1
2018-04-13
NFSv4.1: Work around a Linux server bug...
Trond Myklebust
1
-0
/
+6
2018-04-13
lockd: fix lockd shutdown race
J. Bruce Fields
1
-2
/
+4
2018-04-13
NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION
Trond Myklebust
2
-4
/
+13
2018-04-13
ovl: persistent inode numbers for upper hardlinks
Amir Goldstein
1
-0
/
+3
2018-04-08
btrfs: Remove extra parentheses from condition in copy_items()
Matthias Kaehlcke
1
-1
/
+1
2018-04-08
fs: compat: Remove warning from COMPATIBLE_IOCTL
Mark Charlebois
1
-1
/
+1
2018-04-08
ceph: only dirty ITER_IOVEC pages for direct read
Yan, Zheng
1
-3
/
+6
2018-03-28
staging: ncpfs: memory corruption in ncp_read_kernel()
Dan Carpenter
1
-0
/
+4
2018-03-28
nfsd: remove blocked locks on client teardown
Jeff Layton
1
-19
/
+43
2018-03-24
nfsd4: permit layoutget of executable-only files
Benjamin Coddington
1
-3
/
+3
2018-03-24
cifs: small underflow in cnvrtDosUnixTm()
Dan Carpenter
1
-3
/
+3
2018-03-24
pNFS: Fix a deadlock when coalescing writes and returning the layout
Trond Myklebust
1
-2
/
+0
2018-03-24
jbd2: Fix lockdep splat with generic/270 test
Jan Kara
1
-1
/
+14
2018-03-24
orangefs: do not wait for timeout if umounting
Martin Brandenburg
1
-1
/
+8
2018-03-24
Btrfs: fix extent map leak during fallocate error path
Filipe Manana
1
-1
/
+3
2018-03-24
Btrfs: send, fix file hole not being preserved due to inline extent
Filipe Manana
1
-2
/
+21
2018-03-24
Btrfs: fix incorrect space accounting after failure to insert inline extent
Filipe Manana
1
-2
/
+4
2018-03-24
NFS: don't try to cross a mountpount when there isn't one there.
NeilBrown
1
-4
/
+20
2018-03-24
pNFS: Fix use after free issues in pnfs_do_read()
Trond Myklebust
1
-3
/
+13
2018-03-24
NFS: Fix missing pg_cleanup after nfs_pageio_cond_complete()
Benjamin Coddington
1
-2
/
+4
[next]