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.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
2018-07-18
ovl: add reflink/copyfile/dedup support
Miklos Szeredi
1
-0
/
+87
2018-07-18
ovl: add O_DIRECT support
Miklos Szeredi
1
-0
/
+3
2018-07-18
ovl: add ovl_fiemap()
Miklos Szeredi
1
-1
/
+28
2018-07-18
ovl: add lsattr/chattr support
Miklos Szeredi
1
-0
/
+79
2018-07-18
ovl: add ovl_fallocate()
Miklos Szeredi
1
-0
/
+24
2018-07-18
ovl: add ovl_mmap()
Miklos Szeredi
1
-0
/
+32
2018-07-18
ovl: add ovl_fsync()
Miklos Szeredi
1
-0
/
+23
2018-07-18
ovl: add ovl_write_iter()
Miklos Szeredi
1
-0
/
+39
2018-07-18
ovl: add ovl_read_iter()
Miklos Szeredi
1
-0
/
+67
2018-07-18
ovl: add helper to return real file
Miklos Szeredi
1
-0
/
+60
2018-07-18
ovl: stack file ops
Miklos Szeredi
4
-2
/
+82
2018-07-18
ovl: deal with overlay files in ovl_d_real()
Miklos Szeredi
1
-0
/
+4
2018-07-18
ovl: copy up file size as well
Miklos Szeredi
2
-9
/
+2
2018-07-18
Revert "Revert "ovl: get_write_access() in truncate""
Miklos Szeredi
1
-0
/
+21
2018-07-18
ovl: copy up inode flags
Miklos Szeredi
2
-0
/
+8
2018-07-18
ovl: copy up times
Miklos Szeredi
4
-9
/
+37
2018-07-18
vfs: export vfs_dedupe_file_range_one() to modules
Miklos Szeredi
1
-3
/
+3
2018-07-18
vfs: export vfs_ioctl() to modules
Miklos Szeredi
2
-1
/
+1
2018-07-18
vfs: make open_with_fake_path() not contribute to nr_files
Miklos Szeredi
3
-22
/
+50
2018-07-18
Merge branch 'dedupe-cleanup' into overlayfs-next
Miklos Szeredi
5
-83
/
+73
2018-07-18
Merge branch 'for-ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...
Miklos Szeredi
10
-132
/
+99
2018-07-17
ovl: fix wrong use of impure dir cache in ovl_iterate()
Amir Goldstein
1
-2
/
+17
2018-07-12
new helper: open_with_fake_path()
Al Viro
1
-0
/
+18
2018-07-12
now we can fold open_check_o_direct() into do_dentry_open()
Al Viro
3
-19
/
+6
2018-07-12
lift fput() on late failures into path_openat()
Al Viro
1
-16
/
+12
2018-07-12
fold put_filp() into fput()
Al Viro
3
-20
/
+10
2018-07-12
introduce FMODE_OPENED
Al Viro
2
-1
/
+3
2018-07-12
security_file_open(): lose cred argument
Al Viro
1
-1
/
+1
2018-07-12
get rid of cred argument of vfs_open() and do_dentry_open()
Al Viro
3
-12
/
+9
2018-07-12
pass ->f_flags value to alloc_empty_file()
Al Viro
4
-13
/
+9
2018-07-12
pass creds to get_empty_filp(), make sure dentry_open() passes the right creds
Al Viro
4
-6
/
+5
2018-07-12
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
Al Viro
5
-22
/
+17
2018-07-11
make sure do_dentry_open() won't return positive as an error
Al Viro
1
-0
/
+2
2018-07-11
create_pipe_files(): use fput() if allocation of the second file fails
Al Viro
1
-4
/
+3
2018-07-11
turn filp_clone_open() into inline wrapper for dentry_open()
Al Viro
2
-21
/
+1
2018-07-11
fold security_file_free() into file_free()
Al Viro
1
-6
/
+4
2018-07-11
drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
Al Viro
1
-1
/
+0
2018-07-07
vfs: dedupe: extract helper for a single dedup
Miklos Szeredi
1
-40
/
+49
2018-07-07
vfs: dedupe: rationalize args
Miklos Szeredi
5
-19
/
+21
2018-07-07
vfs: dedupe: return int
Miklos Szeredi
5
-39
/
+15
2018-07-07
vfs: limit size of dedupe
Miklos Szeredi
1
-0
/
+3
2018-06-28
proc: add proc_seq_release
Chunyu Hu
1
-1
/
+10
2018-06-16
Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
Linus Torvalds
4
-4
/
+4
2018-06-16
Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
10
-124
/
+152
2018-06-16
Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
20
-645
/
+879
2018-06-16
Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
3
-136
/
+112
2018-06-16
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
3
-9
/
+14
2018-06-16
fix a series of Documentation/ broken file name references
Mauro Carvalho Chehab
2
-2
/
+2
2018-06-16
docs: Fix more broken references
Mauro Carvalho Chehab
2
-2
/
+2
2018-06-15
afs: Optimise callback breaking by not repeating volume lookup
David Howells
3
-20
/
+107
[next]