index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bad_inode.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-04-02
iov_iter: Move iov_iter to uio.h
Kent Overstreet
2
-32
/
+50
2014-04-02
do_shmem_file_read(): call file_read_actor() directly
Al Viro
1
-3
/
+3
2014-04-02
callers of iov_copy_from_user_atomic() don't need pagecache_disable()
Al Viro
3
-10
/
+0
2014-04-02
switch ->is_partially_uptodate() to saner arguments
Al Viro
6
-9
/
+9
2014-04-02
pipe: kill ->map() and ->unmap()
Al Viro
7
-100
/
+29
2014-04-02
fuse/dev: use atomic maps
Al Viro
1
-5
/
+5
2014-04-02
VFS: Make delayed_free() call free_vfsmnt()
David Howells
1
-12
/
+8
2014-04-02
mn10300: kmap_atomic() returns void *, not unsigned long...
Al Viro
1
-2
/
+2
2014-04-02
cifs: ->rename() without ->lookup() makes no sense
Al Viro
1
-1
/
+0
2014-04-02
get rid of pointless checks for NULL ->i_op
Al Viro
5
-7
/
+5
2014-04-02
ntfs: don't put NULL into ->i_op/->i_fop
Al Viro
1
-2
/
+0
2014-04-02
new helper: readlink_copy()
Al Viro
5
-47
/
+12
2014-04-02
lustre: generic_readlink() is just fine there, TYVM...
Al Viro
1
-22
/
+1
2014-04-02
get rid of files_defer_init()
Al Viro
3
-10
/
+4
2014-04-02
namei.c: move EXPORT_SYMBOL to corresponding definitions
Al Viro
1
-28
/
+27
2014-04-02
get_write_access() is inlined, exporting it is pointless
Al Viro
1
-1
/
+0
2014-04-02
tidy do_dentry_open() up a bit
Al Viro
1
-12
/
+10
2014-04-02
mark struct file that had write access grabbed by open()
Al Viro
4
-41
/
+11
2014-04-02
fold __get_file_write_access() into its only caller
Al Viro
1
-19
/
+6
2014-04-02
get rid of DEBUG_WRITECOUNT
Al Viro
10
-78
/
+0
2014-04-02
don't bother with {get,put}_write_access() on non-regular files
Al Viro
2
-21
/
+9
2014-04-02
ncpfs: switch to sockfd_lookup()/sockfd_put()
Al Viro
2
-40
/
+12
2014-04-02
switch nbd to sockfd_lookup/sockfd_put
Al Viro
2
-31
/
+20
2014-04-02
vhost: don't open-code sockfd_put()
Al Viro
1
-7
/
+7
2014-04-02
usbip: don't open-code sockfd_lookup/sockfd_put
Al Viro
5
-35
/
+9
2014-04-02
reduce m_start() cost...
Al Viro
3
-4
/
+23
2014-04-02
smarter propagate_mnt()
Al Viro
4
-82
/
+133
2014-03-31
switch mnt_hash to hlist
Al Viro
4
-50
/
+61
2014-03-31
don't bother with propagate_mnt() unless the target is shared
Al Viro
1
-10
/
+7
2014-03-31
keep shadowed vfsmounts together
Al Viro
1
-9
/
+23
2014-03-31
resizable namespace.c hashes
Al Viro
2
-24
/
+59
2014-03-29
rbd: drop an unsafe assertion
Alex Elder
1
-1
/
+0
2014-03-28
vlan: Warn the user if lowerdev has bad vlan features.
Vlad Yasevich
2
-0
/
+10
2014-03-28
veth: Turn off vlan rx acceleration in vlan_features
Vlad Yasevich
1
-1
/
+4
2014-03-28
ifb: Remove vlan acceleration from vlan_features
Vlad Yasevich
1
-1
/
+2
2014-03-28
qlge: Do not propaged vlan tag offloads to vlans
Vlad Yasevich
1
-1
/
+3
2014-03-28
bridge: Fix crash with vlan filtering and tcpdump
Vlad Yasevich
2
-5
/
+20
2014-03-28
net: Account for all vlan headers in skb_mac_gso_segment
Vlad Yasevich
3
-6
/
+12
2014-03-28
MAINTAINERS: bonding: change email address
Veaceslav Falico
1
-1
/
+1
2014-03-28
MAINTAINERS: bonding: change email address
Jay Vosburgh
1
-1
/
+1
2014-03-28
x86: fix boot on uniprocessor systems
Artem Fetishev
1
-1
/
+2
2014-03-28
ocfs2: check if cluster name exists before deref
Sasha Levin
1
-1
/
+3
2014-03-28
ipv6: move DAD and addrconf_verify processing to workqueue
Hannes Frederic Sowa
2
-52
/
+145
2014-03-28
tcp: fix get_timewait4_sock() delay computation on 64bit
Eric Dumazet
1
-1
/
+1
2014-03-28
openvswitch: fix a possible deadlock and lockdep warning
Flavio Leitner
1
-20
/
+6
2014-03-28
bridge: Fix handling stacked vlan tags
Toshiaki Makita
1
-17
/
+1
2014-03-28
bridge: Fix inabillity to retrieve vlan tags when tx offload is disabled
Toshiaki Makita
2
-3
/
+15
2014-03-28
vhost: validate vhost_get_vq_desc return value
Michael S. Tsirkin
1
-1
/
+5
2014-03-28
vhost: fix total length when packets are too short
Michael S. Tsirkin
1
-0
/
+14
2014-03-28
random32: avoid attempt to late reseed if in the middle of seeding
Sasha Levin
1
-1
/
+12
[next]