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
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2012-11-26
ceph: avoid 32-bit page index overflow
Alex Elder
1
-6
/
+5
2012-11-26
ceph: Fix oops when handling mdsmap that decreases max_mds
Yan, Zheng
1
-1
/
+2
2012-11-26
libceph: delay debugfs initialization until we learn global_id
Sage Weil
1
-0
/
+1
2012-11-26
libceph: set peer name on con_open, not init
Sage Weil
1
-3
/
+4
2012-11-26
libceph: fully initialize connection in con_init()
Alex Elder
1
-5
/
+2
2012-11-26
libceph: embed ceph messenger structure in ceph_client
Alex Elder
1
-1
/
+1
2012-11-26
ceph: check PG_Private flag before accessing page->private
Yan, Zheng
1
-9
/
+12
2012-11-26
ceph: use info returned by get_authorizer
Alex Elder
1
-8
/
+1
2012-11-26
ceph: have get_authorizer methods return pointers
Alex Elder
1
-7
/
+13
2012-11-26
ceph: ensure auth ops are defined before use
Alex Elder
1
-8
/
+6
2012-11-26
ceph: messenger: reduce args to create_authorizer
Alex Elder
1
-15
/
+12
2012-11-26
ceph: define ceph_auth_handshake type
Alex Elder
2
-19
/
+18
2012-11-26
reiserfs: Protect reiserfs_quota_write() with write lock
Jan Kara
1
-0
/
+4
2012-11-26
reiserfs: Move quota calls out of write lock
Jan Kara
3
-7
/
+25
2012-11-26
reiserfs: Protect reiserfs_quota_on() with write lock
Jan Kara
1
-3
/
+8
2012-11-26
reiserfs: Fix lock ordering during remount
Jan Kara
1
-7
/
+20
2012-11-26
NFS: Wait for session recovery to finish before returning
Bryan Schumaker
1
-2
/
+1
2012-11-26
eCryptfs: check for eCryptfs cipher support at mount
Tim Sally
1
-0
/
+13
2012-11-26
eCryptfs: Copy up POSIX ACL and read-only flags from lower mount
Tyler Hicks
1
-1
/
+9
2012-11-26
UBIFS: introduce categorized lprops counter
Artem Bityutskiy
2
-0
/
+9
2012-11-26
UBIFS: fix mounting problems after power cuts
Artem Bityutskiy
1
-2
/
+10
2012-11-26
cifs: fix potential buffer overrun in cifs.idmap handling code
Jeff Layton
1
-29
/
+20
2012-11-26
fanotify: fix missing break
Eric Paris
1
-0
/
+1
2012-11-26
xfs: drop buffer io reference when a bad bio is built
Dave Chinner
1
-2
/
+12
2012-11-17
xfs: fix reading of wrapped log data
Dave Chinner
1
-1
/
+1
2012-11-17
NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate
Trond Myklebust
1
-2
/
+2
2012-11-17
NFS: fix bug in legacy DNS resolver.
NeilBrown
1
-2
/
+3
2012-11-17
nfsd: add get_uint for u32's
J. Bruce Fields
1
-3
/
+3
2012-11-17
NFSv4.1: We must release the sequence id when we fail to get a session slot
Trond Myklebust
1
-13
/
+23
2012-11-17
NFSv4: nfs4_locku_done must release the sequence id
Trond Myklebust
1
-0
/
+1
2012-11-17
nfs: Show original device name verbatim in /proc/*/mount{s,info}
Ben Hutchings
4
-9
/
+20
2012-11-17
nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeouts
Scott Mayhew
1
-1
/
+1
2012-11-05
ext4: fix unjournaled inode bitmap modification
Eric Sandeen
1
-10
/
+9
2012-10-31
freezer: exec should clear PF_NOFREEZE along with PF_KTHREAD
Oleg Nesterov
1
-1
/
+2
2012-10-31
sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()
Geert Uytterhoeven
1
-8
/
+8
2012-10-31
fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error check
Kees Cook
1
-0
/
+2
2012-10-28
NLM: nlm_lookup_file() may return NLMv4-specific error codes
Trond Myklebust
2
-2
/
+3
2012-10-28
nohz: Fix idle ticks in cpu summary line of /proc/stat
Michal Hocko
1
-4
/
+10
2012-10-28
ext4: Avoid underflow in ext4_trim_fs()
Lukas Czerner
1
-2
/
+3
2012-10-28
ext4: race-condition protection for ext4_convert_unwritten_extents_endio
Dmitry Monakhov
1
-11
/
+46
2012-10-21
eCryptfs: Call lower ->flush() from ecryptfs_flush()
Tyler Hicks
1
-2
/
+8
2012-10-21
eCryptfs: Write out all dirty pages just before releasing the lower file
Tyler Hicks
1
-0
/
+1
2012-10-21
eCryptfs: Revert to a writethrough cache model
Tyler Hicks
3
-63
/
+15
2012-10-21
eCryptfs: Initialize empty lower files when opening them
Tyler Hicks
3
-28
/
+49
2012-10-21
eCryptfs: Unlink lower inode when ecryptfs_create() fails
Tyler Hicks
1
-23
/
+32
2012-10-21
jbd: Fix assertion failure in commit code due to lacking transaction credits
Jan Kara
2
-31
/
+78
2012-10-21
autofs4 - fix reset pending flag on mount fail
Ian Kent
1
-2
/
+4
2012-10-21
tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking
Hugh Dickins
5
-6
/
+27
2012-10-21
lockd: use rpc client's cl_nodename for id encoding
Stanislav Kinsbursky
1
-1
/
+3
2012-10-21
NFSD: pass null terminated buf to kstrtouint()
Malahal Naineni
1
-1
/
+1
[next]