index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
afs
/
mntpt.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-02-07
tmpfs: switch to use of invalfc()
Al Viro
1
-3
/
+3
2020-02-07
cgroup1: switch to use of errorfc() et.al.
Al Viro
1
-12
/
+12
2020-02-07
procfs: switch to use of invalfc()
Al Viro
1
-1
/
+1
2020-02-07
hugetlbfs: switch to use of invalfc()
Al Viro
1
-1
/
+1
2020-02-07
cramfs: switch to use of errofc() et.al.
Al Viro
1
-7
/
+7
2020-02-07
gfs2: switch to use of errorfc() et.al.
Al Viro
1
-15
/
+15
2020-02-07
fuse: switch to use errorfc() et.al.
Al Viro
1
-6
/
+6
2020-02-07
ceph: use errorfc() and friends instead of spelling the prefix out
Al Viro
2
-9
/
+9
2020-02-07
prefix-handling analogues of errorf() and friends
Al Viro
1
-0
/
+4
2020-02-07
turn fs_param_is_... into functions
Al Viro
3
-129
/
+139
2020-02-07
fs_parse: handle optional arguments sanely
Al Viro
5
-121
/
+82
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
29
-198
/
+106
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
26
-44
/
+11
2020-02-07
add prefix to fs_context->log
Al Viro
6
-27
/
+23
2020-02-07
ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_log
Al Viro
3
-8
/
+9
2020-02-07
new primitive: __fs_parse()
Al Viro
5
-12
/
+23
2020-02-07
switch rbd and libceph to p_log-based primitives
Al Viro
2
-20
/
+20
2020-02-07
struct p_log, variants of warnf() et.al. taking that one instead
Al Viro
2
-0
/
+12
2020-02-07
teach logfc() to handle prefices, give it saner calling conventions
Al Viro
2
-52
/
+27
2020-02-07
get rid of cg_invalf()
Al Viro
1
-14
/
+12
2020-02-07
get rid of fs_value_is_filename_empty
Al Viro
4
-16
/
+5
2020-02-07
don't bother with explicit length argument for __lookup_constant()
Al Viro
3
-18
/
+21
2020-02-07
sunrpc: expiry_time should be seconds not timeval
Roberto Bergantinos Corpas
1
-0
/
+4
2020-02-07
nfsd: make nfsd_filecache_wq variable static
Chen Zhou
1
-1
/
+1
2020-02-07
fold struct fs_parameter_enum into struct constant_table
Al Viro
8
-16
/
+11
2020-02-07
fs_parse: get rid of ->enums
Al Viro
9
-165
/
+119
2020-02-07
Pass consistent param->type to fs_parse()
Al Viro
4
-20
/
+16
2020-02-06
gfs2: fix O_SYNC write handling
Andreas Gruenbacher
1
-30
/
+21
2020-02-06
gpu: host1x: Set DMA direction only for DMA-mapped buffer objects
Thierry Reding
1
-1
/
+1
2020-02-06
drm/tegra: Reuse IOVA mapping where possible
Thierry Reding
3
-23
/
+63
2020-02-06
drm/tegra: Relax IOMMU usage criteria on old Tegra
Thierry Reding
1
-17
/
+32
2020-02-06
gfs2: move setting current->backing_dev_info
Christoph Hellwig
1
-11
/
+10
2020-02-06
gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0
Abhi Das
1
-1
/
+1
2020-02-06
nfsd4: fix double free in nfsd4_do_async_copy()
Dan Carpenter
1
-1
/
+0
2020-02-06
nfsd: convert file cache to use over/underflow safe refcount
Trond Myklebust
3
-16
/
+15
2020-02-06
nfsd: Define the file access mode enum for tracing
Trond Myklebust
1
-0
/
+6
2020-02-06
nfsd: Fix a perf warning
Trond Myklebust
1
-6
/
+6
2020-02-06
fuse: use true,false for bool variable
zhengbin
4
-12
/
+12
2020-02-06
Documentation: filesystems: convert fuse to RST
Daniel W. S. Almeida
3
-91
/
+75
2020-02-06
fuse: Support RENAME_WHITEOUT flag
Vivek Goyal
1
-1
/
+1
2020-02-06
fuse: don't overflow LLONG_MAX with end offset
Miklos Szeredi
1
-0
/
+12
2020-02-06
fix up iter on short count in fuse_direct_io()
Miklos Szeredi
1
-1
/
+4
2020-02-06
Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no r...
Daniel Thompson
1
-13
/
+15
2020-02-06
ALSA: hda: Clear RIRB status before reading WP
Mohan Kumar
1
-2
/
+9
2020-02-06
virtio_balloon: Fix memory leaks on errors in virtballoon_probe()
David Hildenbrand
1
-4
/
+9
2020-02-06
virtio-balloon: Fix memory leak when unloading while hinting is in progress
David Hildenbrand
1
-0
/
+4
2020-02-06
virtio_balloon: prevent pfn array overflow
Michael S. Tsirkin
1
-0
/
+2
2020-02-06
virtio-blk: remove VIRTIO_BLK_F_SCSI support
Christoph Hellwig
3
-125
/
+1
2020-02-06
virtio-pci: check name when counting MSI-X vectors
Daniel Verkamp
1
-1
/
+1
2020-02-06
virtio-balloon: initialize all vq callbacks
Daniel Verkamp
1
-0
/
+2
[next]