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
2019-08-29
io_uring: add need_resched() check in inner poll loop
Jens Axboe
1
-1
/
+7
2019-08-29
io_uring: don't enter poll loop if we have CQEs pending
Jens Axboe
1
-7
/
+15
2019-08-29
io_uring: fix potential hang with polled IO
Jens Axboe
1
-11
/
+25
2019-08-29
xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT
Darrick J. Wong
1
-0
/
+1
2019-08-29
userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctx
Oleg Nesterov
1
-12
/
+13
2019-08-29
ceph: don't try fill file_lock on unsuccessful GETFILELOCK reply
Jeff Layton
1
-2
/
+1
2019-08-29
ceph: clear page dirty before invalidate page
Erqi Chen
1
-2
/
+3
2019-08-29
NFSv4: Ensure state recovery handles ETIMEDOUT correctly
Trond Myklebust
2
-2
/
+7
2019-08-29
SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUAL
Sebastien Tisserant
1
-1
/
+9
2019-08-29
SMB3: Fix potential memory leak when processing compound chain
Pavel Shilovsky
1
-12
/
+17
2019-08-29
NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mounts
Trond Myklebust
3
-2
/
+8
2019-08-29
NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()
Trond Myklebust
3
-7
/
+28
2019-08-29
NFSv4.1: Only reap expired delegations
Trond Myklebust
1
-6
/
+17
2019-08-29
NFSv4.1: Fix open stateid recovery
Trond Myklebust
1
-27
/
+38
2019-08-29
NFSv4: When recovering state fails with EAGAIN, retry the same recovery
Trond Myklebust
1
-1
/
+8
2019-08-29
NFSv4: Fix a credential refcount leak in nfs41_check_delegation_stateid
Trond Myklebust
1
-2
/
+1
2019-08-25
ocfs2: remove set but not used variable 'last_hash'
YueHaibing
1
-3
/
+0
2019-08-25
Btrfs: fix deadlock between fiemap and transaction commits
Filipe Manana
3
-5
/
+22
2019-08-25
f2fs: fix to read source block before invalidating it
Jaegeuk Kim
1
-36
/
+34
2019-08-25
io_uring: fix manual setup of iov_iter for fixed buffers
Aleix Roca Nonell
1
-3
/
+1
2019-08-25
seq_file: fix problem when seeking mid-record
NeilBrown
1
-1
/
+1
2019-08-16
NFSv4: Fix an Oops in nfs4_do_setattr
Trond Myklebust
1
-1
/
+1
2019-08-16
NFSv4: Check the return value of update_open_stateid()
Trond Myklebust
1
-4
/
+8
2019-08-16
NFSv4: Fix delegation state recovery
Trond Myklebust
3
-15
/
+14
2019-08-16
smb3: send CAP_DFS capability during session setup
Steve French
1
-0
/
+5
2019-08-16
SMB3: Fix deadlock in validate negotiate hits reconnect
Pavel Shilovsky
1
-1
/
+1
2019-08-16
dax: dax_layout_busy_page() should not unmap cow pages
Vivek Goyal
1
-1
/
+1
2019-08-16
gfs2: gfs2_walk_metadata fix
Andreas Gruenbacher
1
-63
/
+101
2019-08-16
bdev: Fixup error handling in blkdev_get()
Jan Kara
1
-1
/
+4
2019-08-09
compat_ioctl: pppoe: fix PPPOEIOCSFWD handling
Arnd Bergmann
1
-3
/
+0
2019-08-06
io_uring: fix KASAN use after free in io_sq_wq_submit_work
Jackie Liu
1
-1
/
+2
2019-08-06
loop: Fix mount(2) failure due to race with LOOP_SET_FD
Jan Kara
1
-25
/
+58
2019-08-06
dax: Fix missed wakeup in put_unlocked_entry()
Jan Kara
1
-1
/
+1
2019-08-06
Btrfs: fix race leading to fs corruption after transaction abort
Filipe Manana
1
-0
/
+10
2019-08-06
Btrfs: fix incremental send failure after deduplication
Filipe Manana
1
-62
/
+15
2019-08-06
coda: add error handling for fget
Zhouyang Jia
1
-1
/
+4
2019-08-06
cifs: fix crash in cifs_dfs_do_automount
Ronnie Sahlberg
1
-4
/
+12
2019-08-06
ceph: return -ERANGE if virtual xattr value didn't fit in buffer
Jeff Layton
1
-7
/
+7
2019-08-06
ceph: fix dir_lease_is_valid()
Yan, Zheng
1
-9
/
+17
2019-08-06
ceph: fix improper use of smp_mb__before_atomic()
Andrea Parri
1
-1
/
+6
2019-08-06
cifs: Fix a race condition with cifs_echo_request
Ronnie Sahlberg
1
-4
/
+4
2019-08-06
btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()
Qu Wenruo
1
-2
/
+22
2019-08-06
btrfs: Flush before reflinking any extent to prevent NOCOW write falling back...
Qu Wenruo
1
-0
/
+21
2019-08-06
btrfs: fix minimum number of chunk errors for DUP
David Sterba
1
-2
/
+1
2019-08-06
btrfs: tree-checker: Check if the file extent end overflows
Qu Wenruo
1
-0
/
+11
2019-08-06
fs/adfs: super: fix use-after-free bug
Russell King
1
-1
/
+4
2019-08-04
ceph: hold i_ceph_lock when removing caps for freeing inode
Yan, Zheng
3
-6
/
+8
2019-08-04
/proc/<pid>/cmdline: add back the setproctitle() special case
Linus Torvalds
1
-4
/
+77
2019-08-04
/proc/<pid>/cmdline: remove all the special cases
Linus Torvalds
1
-63
/
+8
2019-08-04
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
1
-1
/
+1
[next]