index
:
linux.git
cached
cdir_v2
cfid-fixes
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
2021-09-08
new helper: inode_wrong_type()
Al Viro
9
-18
/
+17
2021-09-08
ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()
Tuo Li
1
-3
/
+5
2021-09-08
Revert "Add a reference to ucounts for each cred"
Greg Kroah-Hartman
1
-4
/
+0
2021-09-08
ubifs: report correct st_size for encrypted symlinks
Eric Biggers
1
-1
/
+11
2021-09-08
f2fs: report correct st_size for encrypted symlinks
Eric Biggers
1
-1
/
+10
2021-09-08
ext4: report correct st_size for encrypted symlinks
Eric Biggers
1
-1
/
+10
2021-09-08
fscrypt: add fscrypt_symlink_getattr() for computing st_size
Eric Biggers
1
-0
/
+44
2021-09-08
ext4: fix race writing to an inline_data file while its xattrs are changing
Theodore Ts'o
1
-0
/
+6
2021-09-03
btrfs: fix NULL pointer dereference when deleting device by invalid id
Qu Wenruo
1
-1
/
+1
2021-09-03
pipe: do FASYNC notifications for every pipe IO, not just state changes
Linus Torvalds
1
-12
/
+8
2021-09-03
pipe: avoid unnecessary EPOLLET wakeups under normal loads
Linus Torvalds
1
-6
/
+9
2021-09-03
btrfs: fix race between marking inode needs to be logged and log syncing
Filipe Manana
4
-13
/
+19
2021-09-03
Revert "btrfs: compression: don't try to compress if we don't have enough pages"
Qu Wenruo
1
-1
/
+1
2021-09-03
ceph: correctly handle releasing an embedded cap flush
Xiubo Li
4
-12
/
+22
2021-09-03
ovl: fix uninitialized pointer read in ovl_lookup_real_one()
Miklos Szeredi
1
-1
/
+1
2021-08-26
io_uring: only assign io_uring_enter() SQPOLL error in actual error case
Jens Axboe
1
-2
/
+3
2021-08-26
io_uring: fix xa_alloc_cycle() error return value check
Jens Axboe
1
-5
/
+6
2021-08-26
fs: warn about impending deprecation of mandatory locks
Jeff Layton
1
-1
/
+5
2021-08-26
btrfs: prevent rename2 from exchanging a subvol with a directory from differe...
NeilBrown
1
-2
/
+8
2021-08-18
ceph: take snap_empty_lock atomically with snaprealm refcount change
Jeff Layton
1
-17
/
+17
2021-08-18
ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...
Jeff Layton
1
-4
/
+4
2021-08-18
ceph: add some lockdep assertions around snaprealm handling
Jeff Layton
1
-0
/
+16
2021-08-18
vboxsf: Add support for the atomic_open directory-inode op
Hans de Goede
1
-0
/
+48
2021-08-18
vboxsf: Add vboxsf_[create|release]_sf_handle() helpers
Hans de Goede
2
-27
/
+51
2021-08-18
ceph: reduce contention in ceph_check_delayed_caps()
Luis Henriques
3
-11
/
+33
2021-08-18
cifs: create sd context must be a multiple of 8
Shyam Prasad N
1
-1
/
+1
2021-08-15
ovl: prevent private clone if bind mount is not allowed
Miklos Szeredi
1
-14
/
+28
2021-08-15
vboxsf: Make vboxsf_dir_create() return the handle for the created file
Hans de Goede
1
-7
/
+11
2021-08-15
vboxsf: Honor excl flag to the dir-inode create op
Hans de Goede
1
-7
/
+9
2021-08-12
smb3: rc uninitialized in one fallocate path
Steve French
1
-1
/
+2
2021-08-12
reiserfs: check directory items on read from disk
Shreyansh Chouhan
1
-5
/
+26
2021-08-12
reiserfs: add check for root_inode in reiserfs_fill_super
Yu Kuai
1
-0
/
+8
2021-08-12
ext4: fix potential htree corruption when growing large_dir directories
Theodore Ts'o
1
-1
/
+1
2021-08-12
pipe: increase minimum default pipe size to 2 pages
Alex Xu (Hello71)
1
-2
/
+17
2021-08-08
btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...
Filipe Manana
1
-2
/
+2
2021-08-08
btrfs: fix race causing unnecessary inode logging during link and rename
Filipe Manana
1
-3
/
+2
2021-08-04
SMB3: fix readpage for large swap cache
Steve French
1
-1
/
+1
2021-08-04
ocfs2: issue zeroout to EOF blocks
Junxiao Bi
1
-39
/
+60
2021-08-04
ocfs2: fix zero out valid data
Junxiao Bi
1
-2
/
+2
2021-08-04
btrfs: mark compressed range uptodate only if all bio succeed
Goldwyn Rodrigues
1
-1
/
+1
2021-08-04
btrfs: fix rw device counting in __btrfs_free_extra_devids
Desmond Cheong Zhi Xi
1
-0
/
+1
2021-08-04
pipe: make pipe writes always wake up readers
Linus Torvalds
1
-5
/
+5
2021-08-04
io_uring: fix null-ptr-deref in io_sq_offload_start()
Yang Yingliang
1
-1
/
+1
2021-07-31
iomap: remove the length variable in iomap_seek_hole
Christoph Hellwig
1
-6
/
+3
2021-07-31
iomap: remove the length variable in iomap_seek_data
Christoph Hellwig
1
-10
/
+6
2021-07-31
cifs: fix the out of range assignment to bit fields in parse_server_interfaces
Hyunchul Lee
1
-2
/
+2
2021-07-31
hfs: add lock nesting notation to hfs_find_init
Desmond Cheong Zhi Xi
2
-1
/
+20
2021-07-31
hfs: fix high memory mapping in hfs_bnode_read
Desmond Cheong Zhi Xi
1
-5
/
+20
2021-07-31
hfs: add missing clean-up in hfs_fill_super
Desmond Cheong Zhi Xi
1
-5
/
+5
2021-07-31
cgroup1: fix leaked context root causing sporadic NULL deref in LTP
Paul Gortmaker
1
-1
/
+0
[prev]
[next]