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
2018-02-03
xfs: ubsan fixes
Darrick J. Wong
1
-3
/
+3
2018-02-03
quota: Check for register_shrinker() failure.
Tetsuo Handa
1
-1
/
+2
2018-02-03
lockd: fix "list_add double add" caused by legacy signal interface
Vasily Averin
2
-4
/
+9
2018-02-03
nfsd: check for use of the closed special stateid
Andrew Elble
1
-2
/
+5
2018-02-03
grace: replace BUG_ON by WARN_ONCE in exit_net hook
Vasily Averin
1
-1
/
+3
2018-02-03
nfsd: Ensure we check stateid validity in the seqid operation checks
Trond Myklebust
1
-9
/
+3
2018-02-03
nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)
Trond Myklebust
1
-0
/
+8
2018-02-03
btrfs: fix deadlock when writing out space cache
Josef Bacik
1
-1
/
+2
2018-01-31
nfsd: auth: Fix gid sorting when rootsquash enabled
Ben Hutchings
1
-2
/
+3
2018-01-31
fs/fcntl: f_setown, avoid undefined behaviour
Jiri Slaby
1
-0
/
+4
2018-01-31
reiserfs: Don't clear SGID when inheriting ACLs
Jan Kara
1
-5
/
+7
2018-01-31
reiserfs: don't preallocate blocks for extended attributes
Jeff Mahoney
1
-1
/
+1
2018-01-31
reiserfs: fix race in prealloc discard
Jeff Mahoney
1
-2
/
+10
2018-01-31
ext2: Don't clear SGID when inheriting ACLs
Jan Kara
1
-14
/
+22
2018-01-31
fs/select: add vmalloc fallback for select(2)
Vlastimil Babka
1
-3
/
+11
2018-01-23
pipe: avoid round_pipe_size() nr_pages overflow on 32-bit
Joe Lawrence
1
-2
/
+16
2018-01-17
locks: don't check for race with close when setting OFD lock
Jeff Layton
1
-6
/
+10
2018-01-10
kernel: make groups_sort calling a responsibility group_info allocators
Thiago Rafael Becker
1
-0
/
+3
2017-12-20
udf: Avoid overflow when session starts at large offset
Jan Kara
1
-1
/
+1
2017-12-20
tty fix oops when rmmod 8250
nixiaoming
1
-1
/
+2
2017-12-20
xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_real
Christoph Hellwig
1
-1
/
+1
2017-12-20
xfs: fix log block underflow during recovery cycle verification
Brian Foster
1
-1
/
+1
2017-12-20
GFS2: Take inode off order_write list when setting jdata flag
Bob Peterson
1
-1
/
+3
2017-12-20
btrfs: add missing memset while reading compressed inline extents
Zygo Blaxell
1
-0
/
+14
2017-12-20
NFSv4.1 respect server's max size in CREATE_SESSION
Olga Kornievskaia
1
-2
/
+2
2017-12-20
afs: Fix afs_kill_pages()
David Howells
1
-3
/
+7
2017-12-20
afs: Fix page leak in afs_write_begin()
David Howells
1
-2
/
+5
2017-12-20
afs: Populate and use client modification time
Marc Dionne
2
-10
/
+10
2017-12-20
afs: Fix the maths in afs_fs_store_data()
David Howells
1
-1
/
+1
2017-12-20
afs: Prevent callback expiry timer overflow
Tina Ruchandani
3
-6
/
+7
2017-12-20
afs: Migrate vlocation fields to 64-bit
Tina Ruchandani
4
-16
/
+20
2017-12-20
afs: Flush outstanding writes when an fd is closed
David Howells
3
-0
/
+16
2017-12-20
afs: Adjust mode bits processing
Marc Dionne
1
-1
/
+6
2017-12-20
afs: Populate group ID from vnode status
Marc Dionne
1
-1
/
+1
2017-12-20
afs: Fix missing put_page()
David Howells
1
-0
/
+1
2017-12-20
writeback: fix memory leak in wb_queue_work()
Tahsin Erdogan
1
-14
/
+21
2017-12-20
NFSD: fix nfsd_reset_versions for NFSv4.
NeilBrown
1
-15
/
+12
2017-12-20
NFSD: fix nfsd_minorversion(.., NFSD_AVAIL)
NeilBrown
1
-1
/
+2
2017-12-20
userfaultfd: shmem: __do_fault requires VM_FAULT_NOPAGE
Andrea Arcangeli
1
-1
/
+1
2017-12-20
ext4: fix crash when a directory's i_size is too small
Chandan Rajendra
1
-0
/
+4
2017-12-20
ext4: fix fdatasync(2) after fallocate(2) operation
Eryu Guan
1
-0
/
+1
2017-12-20
ceph: drop negative child dentries before try pruning inode's alias
Yan, Zheng
1
-4
/
+38
2017-12-20
autofs: fix careless error in recent commit
NeilBrown
1
-1
/
+0
2017-12-16
afs: Connect up the CB.ProbeUuid
David Howells
1
-0
/
+3
2017-12-16
NFS: Fix a typo in nfs_rename()
Trond Myklebust
1
-1
/
+1
2017-12-09
Revert "ocfs2: should wait dio before inode lock in ocfs2_setattr()"
Greg Kroah-Hartman
1
-7
/
+2
2017-12-09
NFSv4: Fix client recovery when server reboots multiple times
Trond Myklebust
1
-1
/
+0
2017-12-09
nfs: Don't take a reference on fl->fl_file for LOCK operation
Benjamin Coddington
1
-3
/
+0
2017-12-05
nfsd: Fix another OPEN stateid race
Trond Myklebust
1
-15
/
+13
2017-12-05
nfsd: Fix stateid races between OPEN and CLOSE
Trond Myklebust
1
-8
/
+59
[next]