index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-28
ext4: allow directory holes
Theodore Ts'o
2
-18
/
+46
2019-07-28
ext4: use jbd2_inode dirty range scoping
Ross Zwisler
3
-10
/
+18
2019-07-28
jbd2: introduce jbd2_inode dirty range scoping
Ross Zwisler
3
-27
/
+49
2019-07-28
ext4: enforce the immutable flag on open files
Theodore Ts'o
2
-0
/
+15
2019-07-28
ext4: don't allow any modifications to an immutable file
Darrick J. Wong
1
-1
/
+45
2019-07-26
eCryptfs: fix a couple type promotion bugs
Dan Carpenter
1
-4
/
+8
2019-07-26
xfs: abort unaligned nowait directio early
Darrick J. Wong
1
-3
/
+3
2019-07-26
xfs: serialize unaligned dio writes against all other dio writes
Brian Foster
1
-10
/
+17
2019-07-26
xfs: fix reporting supported extra file attributes for statx()
Luis R. Rodriguez
1
-0
/
+8
2019-07-26
xfs: reserve blocks for ifree transaction during log recovery
Darrick J. Wong
2
-0
/
+8
2019-07-26
xfs: don't ever put nlink > 0 inodes on the unlinked list
Darrick J. Wong
2
-12
/
+17
2019-07-26
xfs: rename m_inotbt_nores to m_finobt_nores
Darrick J. Wong
4
-5
/
+5
2019-07-26
xfs: don't overflow xattr listent buffer
Darrick J. Wong
2
-0
/
+4
2019-07-26
xfs: flush removing page cache in xfs_reflink_remap_prep
Dave Chinner
3
-5
/
+16
2019-07-26
xfs: fix pagecache truncation prior to reflink
Darrick J. Wong
1
-2
/
+3
2019-07-26
coda: pass the host file in vma->vm_file on mmap
Jan Harkes
1
-2
/
+68
2019-07-26
Btrfs: add missing inode version, ctime and mtime updates when punching hole
Filipe Manana
1
-0
/
+5
2019-07-26
Btrfs: fix fsync not persisting dentry deletions due to inode evictions
Filipe Manana
1
-2
/
+26
2019-07-26
Btrfs: fix data loss after inode eviction, renaming it, and fsync it
Filipe Manana
1
-1
/
+11
2019-07-26
fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...
Radoslaw Burny
1
-0
/
+4
2019-07-26
pnfs: Fix a problem where we gratuitously start doing I/O through the MDS
Trond Myklebust
1
-1
/
+1
2019-07-26
pNFS: Fix a typo in pnfs_update_layout
Trond Myklebust
1
-1
/
+1
2019-07-26
pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_error
Trond Myklebust
1
-1
/
+1
2019-07-26
NFSv4: Handle the special Linux file open access mode
Trond Myklebust
2
-1
/
+2
2019-07-26
blkcg, writeback: dead memcgs shouldn't contribute to writeback ownership arb...
Tejun Heo
1
-1
/
+7
2019-07-26
fscrypt: clean up some BUG_ON()s in block encryption/decryption
Eric Biggers
1
-6
/
+9
2019-07-21
afs: Fix uninitialised spinlock afs_volume::cb_break_lock
David Howells
3
-3
/
+4
2019-07-14
udf: Fix incorrect final NOT_ALLOCATED (hole) extent length
Steven J. Magnani
1
-33
/
+60
2019-07-14
fscrypt: don't set policy for a dead directory
Hongjie Fang
1
-0
/
+2
2019-07-14
NFS4: Only set creation opendata if O_CREAT
Benjamin Coddington
1
-9
/
+11
2019-07-14
quota: fix a problem about transfer quota
yangerkun
1
-2
/
+2
2019-07-10
nfsd: Fix overflow causing non-working mounts on 1 TB machines
Paul Menzel
1
-1
/
+1
2019-07-10
f2fs: don't access node/meta inode mapping after iput
Jaegeuk Kim
2
-7
/
+17
2019-07-10
btrfs: Ensure replaced device doesn't have pending chunk allocation
Nikolay Borisov
3
-9
/
+24
2019-07-10
fs/userfaultfd.c: disable irqs for fault_pending and event locks
Eric Biggers
1
-16
/
+26
2019-07-03
NFS/flexfiles: Use the correct TCP timeout for flexfiles I/O
Trond Myklebust
1
-1
/
+1
2019-07-03
fs/binfmt_flat.c: make load_flat_shared_library() work
Jann Horn
1
-16
/
+7
2019-07-03
fs/proc/array.c: allow reporting eip/esp for all coredumping threads
John Ogness
1
-1
/
+1
2019-07-03
9p: acl: fix uninitialized iattr access
Dominique Martinet
1
-1
/
+1
2019-06-25
SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing write
Steve French
1
-1
/
+1
2019-06-25
btrfs: start readahead also in seed devices
Naohiro Aota
1
-0
/
+5
2019-06-25
ovl: fix bogus -Wmaybe-unitialized warning
Arnd Bergmann
1
-2
/
+2
2019-06-25
ovl: don't fail with disconnected lower NFS
Miklos Szeredi
1
-17
/
+9
2019-06-25
ovl: detect overlapping layers
Amir Goldstein
6
-17
/
+229
2019-06-25
ovl: make i_ino consistent with st_ino in more cases
Amir Goldstein
1
-6
/
+6
2019-06-25
ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctls
Amir Goldstein
1
-26
/
+65
2019-06-25
ovl: support the FS_IOC_FS[SG]ETXATTR ioctls
Amir Goldstein
1
-3
/
+6
2019-06-22
Abort file_remove_privs() for non-reg. files
Alexander Lochmann
1
-2
/
+7
2019-06-22
ocfs2: fix error path kobject memory leak
Tobin C. Harding
1
-0
/
+1
2019-06-22
configfs: Fix use-after-free when accessing sd->s_dentry
Sahitya Tummala
1
-8
/
+6
[prev]
[next]