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
2021-09-03
ubifs: report correct st_size for encrypted symlinks
Eric Biggers
1
-1
/
+12
2021-09-03
f2fs: report correct st_size for encrypted symlinks
Eric Biggers
1
-1
/
+11
2021-09-03
ext4: report correct st_size for encrypted symlinks
Eric Biggers
1
-1
/
+11
2021-09-03
fscrypt: add fscrypt_symlink_getattr() for computing st_size
Eric Biggers
1
-0
/
+44
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
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-09-03
io_uring: rsrc ref lock needs to be IRQ safe
Jens Axboe
1
-14
/
+5
2021-08-26
fs: warn about impending deprecation of mandatory locks
Jeff Layton
1
-1
/
+5
2021-08-26
io_uring: fix xa_alloc_cycle() error return value check
Jens Axboe
1
-4
/
+5
2021-08-26
btrfs: prevent rename2 from exchanging a subvol with a directory from differe...
NeilBrown
1
-2
/
+8
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 code style problems
Pavel Begunkov
1
-8
/
+8
2021-08-26
io_uring: Use WRITE_ONCE() when writing to sq_flags
Nadav Amit
1
-4
/
+9
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
ovl: fix deadlock in splice write
Miklos Szeredi
1
-1
/
+46
2021-08-18
io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()
Hao Xu
1
-7
/
+11
2021-08-18
io-wq: fix bug of creating io-wokers unconditionally
Hao Xu
1
-2
/
+10
2021-08-18
io_uring: clear TIF_NOTIFY_SIGNAL when running task work
Nadav Amit
1
-2
/
+3
2021-08-18
ceph: reduce contention in ceph_check_delayed_caps()
Luis Henriques
3
-11
/
+33
2021-08-18
io_uring: fix ctx-exit io_rsrc_put_work() deadlock
Pavel Begunkov
1
-7
/
+8
2021-08-18
io_uring: drop ctx->uring_lock before flushing work item
Jens Axboe
1
-2
/
+4
2021-08-18
cifs: use the correct max-length for dentry_path_raw()
Ronnie Sahlberg
1
-1
/
+1
2021-08-18
cifs: Call close synchronously during unlink/rename/lease break.
Rohith Surabattula
3
-30
/
+56
2021-08-18
cifs: create sd context must be a multiple of 8
Shyam Prasad N
1
-1
/
+1
2021-08-18
cifs: Handle race conditions during rename
Rohith Surabattula
2
-7
/
+28
2021-08-15
ovl: prevent private clone if bind mount is not allowed
Miklos Szeredi
1
-14
/
+28
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
io-wq: fix race between worker exiting and activating free worker
Jens Axboe
1
-19
/
+19
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-12
io-wq: fix lack of acct->nr_workers < acct->max_workers judgement
Hao Xu
1
-1
/
+9
2021-08-12
io-wq: fix no lock protection of acct->nr_worker
Hao Xu
1
-6
/
+17
2021-08-12
ext4: fix potential uninitialized access to retval in kmmpd
Ye Bin
1
-1
/
+1
2021-08-08
io_uring: explicitly catch any illegal async queue attempt
Jens Axboe
2
-1
/
+17
2021-08-08
io_uring: never attempt iopoll reissue from release path
Jens Axboe
1
-7
/
+7
2021-08-08
cifs: add missing parsing of backupuid
Ronnie Sahlberg
1
-0
/
+7
2021-08-08
cifs: use helpers when parsing uid/gid mount options and validate them
Ronnie Sahlberg
2
-5
/
+20
2021-08-04
io_uring: fix race in unified task_work running
Jens Axboe
1
-1
/
+4
2021-08-04
SMB3: fix readpage for large swap cache
Steve French
1
-1
/
+1
2021-08-04
block: delay freeing the gendisk
Christoph Hellwig
1
-0
/
+2
2021-08-04
io_uring: fix poll requests leaking second poll entries
Hao Xu
1
-3
/
+2
2021-08-04
io_uring: don't block level reissue off completion path
Jens Axboe
1
-0
/
+6
[next]