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
2015-09-21
hpfs: update ctime and mtime on directory modification
Mikulas Patocka
1
-1
/
+24
2015-08-16
signalfd: fix information leak in signalfd_copyinfo
Amanieu d'Antras
1
-2
/
+3
2015-08-16
ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()
Joseph Qi
1
-3
/
+7
2015-08-16
fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()
Jan Kara
1
-5
/
+25
2015-08-10
freeing unlinked file indefinitely delayed
Al Viro
1
-0
/
+3
2015-08-03
hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV instead
Joe Perches
1
-4
/
+7
2015-08-03
9p: don't leave a half-initialized inode sitting around
Al Viro
2
-4
/
+2
2015-08-03
fixing infinite OPEN loop in 4.0 stateid recovery
Olga Kornievskaia
1
-0
/
+2
2015-08-03
NFS: Fix size of NFSACL SETACL operations
Chuck Lever
1
-1
/
+1
2015-08-03
fuse: initialize fc->release before calling it
Miklos Szeredi
1
-1
/
+1
2015-08-03
Btrfs: use kmem_cache_free when freeing entry in inode cache
Filipe Manana
1
-1
/
+1
2015-08-03
xfs: fix remote symlinks on V5/CRC filesystems
Eric Sandeen
1
-1
/
+1
2015-08-03
jbd2: fix ocfs2 corrupt when updating journal superblock fails
Joseph Qi
2
-10
/
+33
2015-08-03
jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()
Dmitry Monakhov
1
-1
/
+1
2015-08-03
ext4: replace open coded nofail allocation in ext4_free_blocks()
Michal Hocko
1
-11
/
+5
2015-08-03
ext4: correctly migrate a file with a hole at the beginning
Eryu Guan
1
-4
/
+5
2015-08-03
ext4: be more strict when migrating to non-extent based file
Eryu Guan
1
-1
/
+11
2015-08-03
ext4: fix reservation release on invalidatepage for delalloc fs
Lukas Czerner
1
-3
/
+12
2015-08-03
ext4: don't retry file block mapping on bigalloc fs with non-extent file
Darrick J. Wong
1
-1
/
+1
2015-08-03
ext4: call sync_blockdev() before invalidate_bdev() in put_super()
Theodore Ts'o
1
-0
/
+1
2015-08-03
ext4: fix race between truncate and __ext4_journalled_writepage()
Theodore Ts'o
1
-4
/
+19
2015-07-10
fs: Fix S_NOSEC handling
Jan Kara
1
-2
/
+2
2015-07-03
d_walk() might skip too much
Jari Ruusu
1
-8
/
+8
2015-07-03
Btrfs: make xattr replace operations atomic
Filipe Manana
4
-65
/
+111
2015-07-03
fs: take i_mutex during prepare_binprm for set[ug]id executables
Jann Horn
1
-28
/
+48
2015-07-03
get rid of s_files and files_lock
Al Viro
4
-149
/
+2
2015-07-03
fput: turn "list_head delayed_fput_list" into llist_head
Oleg Nesterov
1
-15
/
+10
2015-06-29
pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomic
Ben Hutchings
1
-23
/
+32
2015-06-22
btrfs: cleanup orphans while looking up default subvolume
Jeff Mahoney
1
-0
/
+9
2015-06-22
btrfs: incorrect handling for fiemap_fill_next_extent return
Chengyu Song
1
-1
/
+4
2015-06-05
fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings
Andrew Morton
1
-1
/
+1
2015-06-05
vfs: read file_handle only once in handle_to_path
Sasha Levin
1
-2
/
+3
2015-06-05
ext4: check for zero length extent explicitly
Eryu Guan
1
-1
/
+1
2015-06-05
ext4: convert write_begin methods to stable_page_writes semantics
Dmitry Monakhov
1
-2
/
+3
2015-06-05
d_walk() might skip too much
Al Viro
1
-4
/
+4
2015-06-05
fs, omfs: add NULL terminator in the end up the token list
Sasha Levin
1
-1
/
+2
2015-05-17
nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()
Ryusuke Konishi
1
-1
/
+1
2015-05-17
ocfs2: dlm: fix race between purge and get lock resource
Junxiao Bi
1
-0
/
+13
2015-05-13
ext4: fix data corruption caused by unwritten and delayed extents
Lukas Czerner
2
-0
/
+10
2015-05-06
RCU pathwalk breakage when running into a symlink overmounting something
Al Viro
1
-2
/
+4
2015-05-06
ext4: make fsync to sync parent dir in no-journal for real this time
Lukas Czerner
1
-9
/
+11
2015-05-06
fs/binfmt_elf.c: fix bug in loading of PIE binaries
Michael Davidson
1
-1
/
+8
2015-05-06
Btrfs: fix inode eviction infinite loop after cloning into it
Filipe Manana
1
-0
/
+5
2015-05-06
Btrfs: fix log tree corruption when fs mounted with -o discard
Filipe Manana
1
-3
/
+2
2015-04-29
dcache: Fix locking bugs in backported "deal with deadlock in d_walk()"
Ben Hutchings
1
-1
/
+3
2015-04-29
deal with deadlock in d_walk()
Al Viro
1
-40
/
+62
2015-04-29
move d_rcu from overlapping d_child to overlapping d_alias
Al Viro
16
-70
/
+70
2015-04-29
splice: Apply generic position and size checks to each write
Ben Hutchings
2
-5
/
+11
2015-04-29
jfs: fix readdir regression
Dave Kleikamp
1
-2
/
+2
2015-04-29
remove extra definitions of U32_MAX
Alex Elder
1
-4
/
+0
[next]