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
2016-11-15
ext4: use current_time() for inode timestamps
Deepa Dinamani
10
-35
/
+31
2016-11-15
ext4: fix stack memory corruption with 64k block size
Chandan Rajendra
1
-1
/
+1
2016-11-15
ext4: fix mballoc breakage with 64k block size
Chandan Rajendra
1
-1
/
+1
2016-11-14
ext4: don't lock buffer in ext4_commit_super if holding spinlock
Theodore Ts'o
1
-2
/
+3
2016-11-14
ext4: allow ext4_ext_truncate() to return an error
Theodore Ts'o
3
-10
/
+11
2016-11-14
ext4: allow ext4_truncate() to return an error
Theodore Ts'o
4
-20
/
+36
2016-11-14
Merge branch 'fscrypt' into origin
Theodore Ts'o
6
-73
/
+98
2016-11-14
Merge branch 'dax-4.10-iomap-pmd' into origin
Theodore Ts'o
8
-422
/
+489
2016-11-14
fscrypto: don't use on-stack buffer for key derivation
Eric Biggers
1
-3
/
+13
2016-11-14
fscrypto: don't use on-stack buffer for filename encryption
Eric Biggers
1
-32
/
+21
2016-11-14
fscrypt: Let fs select encryption index/tweak
David Gstir
4
-9
/
+14
2016-11-14
fscrypt: Constify struct inode pointer
David Gstir
2
-7
/
+7
2016-11-14
fscrypt: Enable partial page encryption
David Gstir
4
-19
/
+33
2016-11-14
fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages
David Gstir
2
-7
/
+9
2016-11-14
fscrypt: Add in-place encryption mode
David Gstir
1
-10
/
+15
2016-11-10
dax: Introduce IOMAP_FAULT flag
Jan Kara
2
-4
/
+5
2016-11-08
dax: remove "depends on BROKEN" from FS_DAX_PMD
Ross Zwisler
1
-1
/
+0
2016-11-08
xfs: use struct iomap based DAX PMD fault path
Ross Zwisler
3
-25
/
+6
2016-11-08
dax: add struct iomap based DAX PMD support
Ross Zwisler
1
-37
/
+341
2016-11-08
dax: move put_(un)locked_mapping_entry() in dax.c
Ross Zwisler
1
-25
/
+25
2016-11-08
dax: move RADIX_DAX_* defines to dax.h
Ross Zwisler
1
-14
/
+0
2016-11-08
dax: dax_iomap_fault() needs to call iomap_end()
Ross Zwisler
1
-8
/
+29
2016-11-08
dax: add dax_iomap_sector() helper function
Ross Zwisler
1
-3
/
+7
2016-11-08
dax: correct dax iomap code namespace
Ross Zwisler
3
-15
/
+15
2016-11-08
dax: remove dax_pmd_fault()
Ross Zwisler
1
-213
/
+0
2016-11-08
dax: coordinate locking for offsets in PMD range
Ross Zwisler
1
-24
/
+41
2016-11-08
dax: consistent variable naming for DAX entries
Ross Zwisler
1
-17
/
+17
2016-11-08
dax: remove the last BUG_ON() from fs/dax.c
Ross Zwisler
1
-1
/
+2
2016-11-08
dax: make 'wait_table' global variable static
Ross Zwisler
1
-1
/
+1
2016-11-08
ext2: remove support for DAX PMD faults
Ross Zwisler
1
-23
/
+6
2016-11-08
dax: remove buffer_size_valid()
Ross Zwisler
1
-21
/
+1
2016-11-08
ext4: tell DAX the size of allocation holes
Ross Zwisler
1
-0
/
+3
2016-11-05
Merge tag 'nfsd-4.9-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2
-19
/
+24
2016-11-05
Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...
Linus Torvalds
5
-9
/
+29
2016-11-05
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-3
/
+17
2016-11-01
nfsd: Fix general protection fault in release_lock_stateid()
Chuck Lever
1
-6
/
+4
2016-10-31
ovl: fsync after copy-up
Miklos Szeredi
1
-0
/
+2
2016-10-31
ovl: fix get_acl() on tmpfs
Miklos Szeredi
1
-3
/
+0
2016-10-31
ovl: update S_ISGID when setting posix ACLs
Miklos Szeredi
1
-0
/
+15
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-8
/
+7
2016-10-29
Merge tag 'upstream-4.9-rc3' of git://git.infradead.org/linux-ubifs
Linus Torvalds
1
-0
/
+8
2016-10-29
Merge tag 'driver-core-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2016-10-28
Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-14
/
+64
2016-10-28
ubifs: Fix regression in ubifs_readdir()
Richard Weinberger
1
-0
/
+8
2016-10-28
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-1
/
+4
2016-10-28
fs: exofs: print a hex number after a 0x prefix
Uwe Kleine-König
1
-1
/
+1
2016-10-28
proc: fix NULL dereference when reading /proc/<pid>/auxv
Leon Yu
1
-0
/
+3
2016-10-27
Merge tag 'for-linus-4.9-rc2-ofs-1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-13
/
+21
2016-10-27
Merge tag 'xfs-fixes-for-linus-4.9-rc3' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
16
-639
/
+629
2016-10-27
btrfs: fix races on root_log_ctx lists
Chris Mason
1
-14
/
+6
[next]