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-03-22
btrfs: Fix use-after-free when cleaning up fs_devs with a single stale device
Nikolay Borisov
1
-0
/
+1
2018-03-22
btrfs: alloc_chunk: fix DUP stripe size handling
Hans van Kranenburg
1
-5
/
+6
2018-03-22
fs/aio: Use RCU accessors for kioctx_table->table[]
Tejun Heo
1
-10
/
+11
2018-03-22
fs/aio: Add explicit RCU grace period when freeing kioctx
Tejun Heo
1
-4
/
+19
2018-03-22
lock_parent() needs to recheck if dentry got __dentry_kill'ed under it
Al Viro
1
-3
/
+8
2018-03-22
fs: Teach path_connected to handle nfs filesystems with multiple roots.
Eric W. Biederman
2
-2
/
+5
2018-03-22
reiserfs: Make cancel_old_flush() reliable
Jan Kara
3
-7
/
+17
2018-03-22
f2fs: relax node version check for victim data in gc
Jaegeuk Kim
1
-2
/
+4
2018-03-18
NFS: Fix an incorrect type in struct nfs_direct_req
Trond Myklebust
1
-1
/
+1
2018-03-18
ext4: inplace xattr block update fails to deduplicate blocks
Tahsin Erdogan
1
-2
/
+1
2018-03-11
btrfs: preserve i_mode if __btrfs_set_acl() fails
Ernesto A. Fernández
1
-1
/
+5
2018-03-11
btrfs: Don't clear SGID when inheriting ACLs
Jan Kara
1
-6
/
+7
2018-03-03
xfs: quota: check result of register_shrinker()
Aliaksei Karaliou
1
-16
/
+29
2018-03-03
xfs: quota: fix missed destroy of qi_tree_lock
Aliaksei Karaliou
1
-0
/
+1
2018-03-03
sget(): handle failures of register_shrinker()
Al Viro
1
-1
/
+5
2018-03-03
f2fs: fix a bug caused by NULL extent tree
Yunlei He
1
-1
/
+9
2018-02-25
binfmt_elf: compat: avoid unused function warning
Arnd Bergmann
1
-0
/
+2
2018-02-25
ncpfs: fix unused variable warning
Miklos Szeredi
1
-2
/
+1
2018-02-25
reiserfs: avoid a -Wmaybe-uninitialized warning
Arnd Bergmann
2
-2
/
+1
2018-02-25
btrfs: Fix possible off-by-one in btrfs_search_path_in_tree
Nikolay Borisov
1
-1
/
+1
2018-02-22
vfs: don't do RCU lookup of empty pathnames
Linus Torvalds
1
-0
/
+3
2018-02-22
Btrfs: fix unexpected -EEXIST when creating new inode
Liu Bo
1
-0
/
+18
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
ext4: save error to disk in __ext4_grp_locked_error()
Zhouyi Zhou
1
-0
/
+1
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
-1
/
+9
2018-02-16
nsfs: mark dentry with DCACHE_RCUACCESS
Cong Wang
1
-0
/
+1
2018-02-16
kernfs: fix regression in kernfs_fop_write caused by wrong type
Ivan Vecera
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: Add a cond_resched() to nfs_commit_release_pages()
Trond Myklebust
1
-0
/
+2
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
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-16
don't put symlink bodies in pagecache into highmem
Al Viro
6
-10
/
+14
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
lockd: fix "list_add double add" caused by legacy signal interface
Vasily Averin
2
-4
/
+9
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
btrfs: fix deadlock when writing out space cache
Josef Bacik
1
-1
/
+2
2018-01-31
nfsd: auth: Fix gid sorting when rootsquash enabled
Ben Hutchings
1
-2
/
+3
2018-01-31
fs/fcntl: f_setown, avoid undefined behaviour
Jiri Slaby
1
-0
/
+4
2018-01-31
reiserfs: Don't clear SGID when inheriting ACLs
Jan Kara
1
-5
/
+7
2018-01-31
reiserfs: don't preallocate blocks for extended attributes
Jeff Mahoney
1
-1
/
+1
2018-01-31
reiserfs: fix race in prealloc discard
Jeff Mahoney
1
-2
/
+10
[next]