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-10-21
udf: fix retun value on error path in udf_load_logicalvol
Nikola Pajkovsky
1
-1
/
+4
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-13
ext4: fix fdatasync() for files with only i_size changes
Jan Kara
1
-2
/
+6
2012-10-13
ext4: always set i_op in ext4_mknod()
Bernd Schubert
1
-2
/
+0
2012-10-13
ext4: online defrag is not supported for journaled files
Dmitry Monakhov
1
-1
/
+6
2012-10-07
coredump: prevent double-free on an error path in core dumper
Denys Vlasenko
1
-15
/
+4
2012-10-07
vfs: dcache: fix deadlock in tree traversal
Miklos Szeredi
1
-0
/
+6
2012-10-02
Squashfs: fix mount time sanity check for corrupted superblock
Phillip Lougher
1
-1
/
+1
2012-10-02
NFS: return error from decode_getfh in decode open
Weston Andros Adamson
1
-1
/
+2
2012-10-02
NFS: Fix a problem with the legacy binary mount code
Trond Myklebust
1
-0
/
+2
2012-10-02
NFS: Fix the initialisation of the readdir 'cookieverf' array
Trond Myklebust
3
-4
/
+4
2012-10-02
eCryptfs: Copy up attributes of the lower target inode after rename
Tyler Hicks
1
-0
/
+5
2012-10-02
vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()
Miklos Szeredi
1
-2
/
+2
2012-10-02
vfs: make O_PATH file descriptors usable for 'fstat()'
Linus Torvalds
1
-1
/
+1
2012-09-14
fuse: fix retrieve length
Miklos Szeredi
1
-0
/
+1
2012-09-14
ext3: Fix fdatasync() for files with only i_size changes
Jan Kara
1
-3
/
+14
2012-09-14
udf: Fix data corruption for files in ICB
Jan Kara
1
-6
/
+29
2012-09-14
block: replace __getblk_slow misfix by grow_dev_page fix
Hugh Dickins
1
-36
/
+30
2012-09-14
NFS: Alias the nfs module to nfs4
bjschuma@gmail.com
1
-0
/
+2
2012-09-14
NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_done
Trond Myklebust
1
-6
/
+2
2012-09-14
NFSv3: Ensure that do_proc_get_root() reports errors correctly
Trond Myklebust
1
-1
/
+1
2012-09-14
vfs: canonicalize create mode in build_open_flags()
Miklos Szeredi
1
-3
/
+4
2012-09-14
vfs: missed source of ->f_pos races
Al Viro
1
-2
/
+8
2012-08-26
ext4: avoid kmemcheck complaint from reading uninitialized memory
Theodore Ts'o
1
-0
/
+1
2012-08-26
fuse: verify all ioctl retry iov elements
Zach Brown
1
-1
/
+1
2012-08-15
nilfs2: fix deadlock issue between chcp and thaw ioctls
Ryusuke Konishi
4
-2
/
+8
2012-08-09
ext4: don't let i_reserved_meta_blocks go negative
Brian Foster
1
-0
/
+9
2012-08-09
ext4: pass a char * to ext4_count_free() instead of a buffer_head ptr
Theodore Ts'o
4
-8
/
+8
2012-08-09
nfs: skip commit in releasepage if we're freeing memory for fs-related reasons
Jeff Layton
1
-2
/
+5
2012-08-09
nfsd4: our filesystems are normally case sensitive
J. Bruce Fields
1
-1
/
+1
2012-08-09
Btrfs: call the ordered free operation without any locks held
Chris Mason
1
-1
/
+8
2012-08-09
locks: fix checking of fcntl_setlease argument
J. Bruce Fields
1
-3
/
+3
2012-08-01
mm: compaction: introduce sync-light migration for use by compaction
Mel Gorman
4
-6
/
+7
2012-08-01
mm: compaction: determine if dirty pages can be migrated without blocking wit...
Mel Gorman
4
-6
/
+7
2012-08-01
UBIFS: fix a bug in empty space fix-up
Artem Bityutskiy
1
-2
/
+6
2012-08-01
cifs: always update the inode cache with the results from a FIND_*
Jeff Layton
1
-2
/
+5
2012-07-19
fifo: Do not restart open() if it already found a partner
Anders Kaseorg
1
-5
/
+4
2012-07-19
block: fix infinite loop in __getblk_slow
Jeff Moyer
1
-9
/
+13
2012-07-16
fs: ramfs: file-nommu: add SetPageUptodate()
Bob Liu
1
-0
/
+1
2012-07-16
eCryptfs: Properly check for O_RDONLY flag before doing privileged open
Tyler Hicks
1
-1
/
+1
2012-07-16
eCryptfs: Fix lockdep warning in miscdev operations
Tyler Hicks
1
-12
/
+13
2012-07-16
eCryptfs: Gracefully refuse miscdev file ops on inherited/passed files
Tyler Hicks
1
-7
/
+16
2012-07-16
vfs: make O_PATH file descriptors usable for 'fchdir()'
Linus Torvalds
1
-3
/
+3
2012-07-16
Btrfs: run delayed directory updates during log replay
Chris Mason
1
-0
/
+6
2012-07-16
udf: Fortify loading of sparing table
Jan Kara
1
-33
/
+53
2012-07-16
udf: Avoid run away loop when partition table length is corrupted
Jan Kara
1
-1
/
+9
2012-07-16
udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()
Jan Kara
1
-4
/
+2
[next]