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-03-25
gfs2: move freeze glock outside the make_fs_rw and _ro functions
Bob Peterson
3
-39
/
+33
2021-03-25
gfs2: Add common helper for holding and releasing the freeze glock
Bob Peterson
5
-37
/
+47
2021-03-25
io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED return
Jens Axboe
1
-0
/
+1
2021-03-25
io_uring: don't attempt IO reissue from the ring exit path
Jens Axboe
1
-0
/
+7
2021-03-25
io_uring: fix inconsistent lock state
Pavel Begunkov
1
-2
/
+3
2021-03-25
cifs: fix allocation size on newly created files
Steve French
1
-1
/
+9
2021-03-25
io_uring: ensure that SQPOLL thread is started for exit
Jens Axboe
1
-3
/
+3
2021-03-25
pstore: Fix warning in pstore_kill_sb()
Tetsuo Handa
1
-1
/
+1
2021-03-25
NFSD: fix dest to src mount in inter-server COPY
Olga Kornievskaia
1
-1
/
+1
2021-03-25
nfsd: don't abort copies early
J. Bruce Fields
1
-1
/
+1
2021-03-25
nfsd: Don't keep looking up unhashed files in the nfsd file cache
Trond Myklebust
1
-0
/
+2
2021-03-25
afs: Stop listxattr() from listing "afs.*" attributes
David Howells
6
-28
/
+0
2021-03-25
afs: Fix accessing YFS xattrs on a non-YFS server
David Howells
2
-3
/
+12
2021-03-25
btrfs: fix slab cache flags for free space tree bitmap
David Sterba
1
-1
/
+1
2021-03-25
btrfs: fix race when cloning extent buffer during rewind of an old root
Filipe Manana
1
-0
/
+2
2021-03-25
zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone()
Chao Yu
1
-4
/
+3
2021-03-25
zonefs: prevent use of seq files as swap file
Damien Le Moal
1
-0
/
+16
2021-03-25
zonefs: Fix O_APPEND async write handling
Damien Le Moal
1
-10
/
+68
2021-03-20
Revert "nfsd4: a client's own opens needn't prevent delegations"
J. Bruce Fields
2
-43
/
+14
2021-03-20
Revert "nfsd4: remove check_conflicting_opens warning"
J. Bruce Fields
1
-0
/
+1
2021-03-20
fuse: fix live lock in fuse_iget()
Amir Goldstein
1
-0
/
+1
2021-03-17
binfmt_misc: fix possible deadlock in bm_register_write
Lior Ribak
1
-15
/
+14
2021-03-17
configfs: fix a use-after-free in __configfs_open_file
Daiyue Zhang
1
-4
/
+2
2021-03-17
NFSv4.2: fix return value of _nfs4_get_security_label()
Ondrej Mosnacek
1
-1
/
+1
2021-03-17
NFS: Don't gratuitously clear the inode cache when lookup failed
Trond Myklebust
1
-12
/
+8
2021-03-17
NFS: Don't revalidate the directory permissions on a lookup failure
Trond Myklebust
1
-3
/
+17
2021-03-17
cifs: do not send close in compound create+close requests
Paulo Alcantara
6
-17
/
+18
2021-03-17
block: Try to handle busy underlying device on discard
Jan Kara
1
-1
/
+10
2021-03-17
ext4: don't try to processed freed blocks until mballoc is initialized
Theodore Ts'o
1
-1
/
+8
2021-03-17
udf: fix silent AED tagLocation corruption
Steven J. Magnani
1
-3
/
+6
2021-03-17
cifs: fix credit accounting for extra channel
Aurelien Aptel
2
-5
/
+6
2021-03-17
cifs: return proper error code in statfs(2)
Paulo Alcantara
1
-1
/
+1
2021-03-17
mount: fix mounting of detached mounts onto targets that reside on shared mounts
Christian Brauner
1
-1
/
+1
2021-03-11
btrfs: don't flush from btrfs_delayed_inode_reserve_metadata
Nikolay Borisov
2
-2
/
+3
2021-03-11
btrfs: export and rename qgroup_reserve_meta
Nikolay Borisov
2
-4
/
+6
2021-03-09
io_uring: ignore double poll add on the same waitqueue head
Jens Axboe
1
-0
/
+3
2021-03-09
btrfs: fix warning when creating a directory with smack enabled
Filipe Manana
1
-4
/
+27
2021-03-09
btrfs: unlock extents in btrfs_zero_range in case of quota reservation errors
Nikolay Borisov
1
-1
/
+4
2021-03-09
btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadata
Nikolay Borisov
1
-1
/
+1
2021-03-09
btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctl
Dan Carpenter
1
-1
/
+18
2021-03-09
btrfs: fix race between extent freeing/allocation when using bitmaps
Nikolay Borisov
1
-2
/
+4
2021-03-09
btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabled
Filipe Manana
1
-0
/
+18
2021-03-09
btrfs: fix race between swap file activation and snapshot creation
Filipe Manana
1
-2
/
+19
2021-03-09
btrfs: fix race between writes to swap files and scrub
Filipe Manana
5
-3
/
+72
2021-03-09
btrfs: fix raid6 qstripe kmap
Ira Weiny
1
-11
/
+10
2021-03-09
btrfs: avoid double put of block group when emptying cluster
Josef Bacik
1
-4
/
+4
2021-03-07
btrfs: fix error handling in commit_fs_roots
Josef Bacik
1
-5
/
+6
2021-03-07
f2fs: fix to set/clear I_LINKABLE under i_lock
Chao Yu
1
-0
/
+8
2021-03-07
f2fs: handle unallocated section and zone on pinned/atgc
Jaegeuk Kim
1
-2
/
+2
2021-03-07
fs: make unlazy_walk() error handling consistent
Jens Axboe
1
-26
/
+17
[prev]
[next]