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.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
2017-05-09
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
19
-58
/
+252
2017-05-09
proc: try to remove use of FOLL_FORCE entirely
Linus Torvalds
1
-4
/
+1
2017-05-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
42
-225
/
+176
2017-05-09
dax: add tracepoint to dax_insert_mapping()
Ross Zwisler
1
-0
/
+1
2017-05-09
dax: add tracepoint to dax_writeback_one()
Ross Zwisler
1
-0
/
+1
2017-05-09
dax: add tracepoints to dax_writeback_mapping_range()
Ross Zwisler
1
-5
/
+7
2017-05-09
dax: add tracepoints to dax_load_hole()
Ross Zwisler
1
-5
/
+11
2017-05-09
dax: add tracepoints to dax_pfn_mkwrite()
Ross Zwisler
1
-0
/
+3
2017-05-09
dax: add tracepoints to dax_iomap_pte_fault()
Ross Zwisler
1
-4
/
+11
2017-05-09
gfs2: replace CURRENT_TIME with current_time
Stephen Rothwell
1
-2
/
+2
2017-05-09
fs: ubifs: replace CURRENT_TIME_SEC with current_time
Deepa Dinamani
6
-30
/
+26
2017-05-09
fs: ufs: use ktime_get_real_ts64() for birthtime
Deepa Dinamani
1
-2
/
+4
2017-05-09
fs: ceph: CURRENT_TIME with ktime_get_real_ts()
Deepa Dinamani
1
-1
/
+3
2017-05-09
fs: cifs: replace CURRENT_TIME by other appropriate apis
Deepa Dinamani
3
-19
/
+23
2017-05-09
fs: f2fs: use ktime_get_real_seconds for sit_info times
Deepa Dinamani
2
-3
/
+4
2017-05-09
fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag
Tetsuo Handa
6
-26
/
+14
2017-05-09
scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances
Masahiro Yamada
2
-2
/
+2
2017-05-09
mm, vmalloc: use __GFP_HIGHMEM implicitly
Michal Hocko
3
-4
/
+3
2017-05-09
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
6
-58
/
+28
2017-05-09
fs/xattr.c: zero out memory copied to userspace in getxattr
Michal Hocko
1
-1
/
+1
2017-05-09
mm: introduce kv[mz]alloc helpers
Michal Hocko
7
-50
/
+16
2017-05-09
pidns: expose task pid_ns_for_children to userspace
Kirill Tkhai
1
-0
/
+1
2017-05-09
ns: allow ns_entries to have custom symlink content
Kirill Tkhai
1
-1
/
+3
2017-05-09
reiserfs: use designated initializers
Kees Cook
1
-12
/
+12
2017-05-09
fs/proc/inode.c: remove cast from memory allocation
Tobin C. Harding
1
-1
/
+1
2017-05-08
Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
20
-902
/
+1694
2017-05-08
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
11
-173
/
+200
2017-05-08
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
16
-93
/
+1081
2017-05-06
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
14
-105
/
+465
2017-05-06
Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
55
-667
/
+2050
2017-05-06
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-21
/
+13
2017-05-06
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-226
/
+219
2017-05-05
Merge tag 'gfs2-4.12.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
8
-347
/
+518
2017-05-05
Merge tag 'for-linus-4.12-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
14
-432
/
+447
2017-05-05
Merge tag 'befs-v4.12-rc1' of git://github.com/luisbg/linux-befs
Linus Torvalds
1
-0
/
+15
2017-05-05
fs/affs: add rename exchange
Fabian Frederick
1
-1
/
+57
2017-05-05
fs/affs: add rename2 to prepare multiple methods
Fabian Frederick
3
-11
/
+18
2017-05-05
GFS2: Allow glocks to be unlocked after withdraw
Bob Peterson
1
-2
/
+4
2017-05-05
xfs: fix use-after-free in xfs_finish_page_writeback
Eryu Guan
1
-2
/
+2
2017-05-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2
-4
/
+1
2017-05-05
CIFS: add misssing SFM mapping for doublequote
Björn Jacke
2
-0
/
+7
2017-05-05
befs: make export work with cold dcache
Fabian Frederick
1
-0
/
+15
2017-05-05
Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+86
2017-05-04
orangefs: count directory pieces correctly
Martin Brandenburg
1
-2
/
+5
2017-05-04
orangefs: invalidate stored directory on seek
Martin Brandenburg
1
-1
/
+23
2017-05-04
orangefs: skip forward to the next directory entry if seek is short
Martin Brandenburg
1
-4
/
+14
2017-05-04
ext4: clean up ext4_match() and callers
Eric Biggers
1
-56
/
+25
2017-05-04
f2fs: switch to using fscrypt_match_name()
Eric Biggers
1
-24
/
+4
2017-05-04
ext4: switch to using fscrypt_match_name()
Eric Biggers
1
-17
/
+5
2017-05-04
fscrypt: introduce helper function for filename matching
Eric Biggers
2
-22
/
+70
[next]