summaryrefslogtreecommitdiffstats
path: root/fs/file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-04f2fs: avoid deadlock in f2fs_shrink_extent_treeJaegeuk Kim1-3/+4
2015-12-04f2fs: fix to report error in f2fs_readdirChao Yu1-2/+7
2015-12-04f2fs: clear page uptodate when dropping cache for atomic writeChao Yu1-0/+1
2015-12-04f2fs: optimize __find_rev_next_bitFan Li1-28/+18
2015-12-04f2fs: fix to remove directory inode from dirty listChao Yu1-1/+3
2015-12-04f2fs: fix to enable missing ioctl interfaces in ->compat_ioctlChao Yu2-2/+19
2015-12-04f2fs: fix memory leak of kobject in error path of fill_superChao Yu1-0/+2
2015-12-04Doc: f2fs: Fix typos in Documentation/filesystems/f2fs.txtMasanari Iida1-4/+4
2015-12-04f2fs: support file defragmentChao Yu3-1/+208
2015-12-04f2fs: commit atomic written page in LFS modeChao Yu1-0/+1
2015-12-04f2fs: report error of f2fs_create_root_statsChao Yu3-5/+12
2015-12-04ARM/arm64: KVM: correct PTE uncachedness checkArd Biesheuvel1-2/+2
2015-12-04arm64: KVM: Get rid of old vcpu_reg()Pavel Fedin3-19/+14
2015-12-04arm64: KVM: Correctly handle zero register in system register accessesPavel Fedin3-48/+45
2015-12-04arm64: KVM: Remove const from struct sys_reg_paramsPavel Fedin3-21/+21
2015-12-04arm64: KVM: Correctly handle zero register during MMIOPavel Fedin3-2/+28
2015-12-04PM / Domains: Fix bad of_node_put() in failure paths of genpd_dev_pm_attach()Eric Anholt1-2/+1
2015-12-03net: phy: reset only targeted phyJérôme Pouiller1-1/+2
2015-12-03bnxt_en: Setup uc_list mac filters after resetting the chip.Michael Chan1-5/+8
2015-12-03bnxt_en: enforce proper storing of MAC addressJeffrey Huang2-11/+16
2015-12-03bnxt_en: Fixed incorrect implementation of ndo_set_mac_addressJeffrey Huang1-1/+10
2015-12-03net: lpc_eth: remove irq > NR_IRQS check from probe()Vladimir Zapolskiy1-1/+1
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet5-14/+26
2015-12-03openvswitch: fix hangup on vxlan/gre/geneve device deletionPaolo Abeni2-3/+7
2015-12-03ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn1-2/+3
2015-12-03ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2015-12-03arm64: bpf: add 'store immediate' instructionYang Shi1-1/+19
2015-12-03ipv6: kill sk_dst_lockEric Dumazet8-46/+12
2015-12-03ipv6: sctp: add rcu protection around np->optEric Dumazet1-3/+10
2015-12-03net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov1-2/+2
2015-12-03sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner1-2/+2
2015-12-03sctp: convert sack_needed and sack_generation to bitsMarcelo Ricardo Leitner1-8/+8
2015-12-03ipv6: add complete rcu protection around np->optEric Dumazet13-52/+122
2015-12-03bpf: fix allocation warnings in bpf maps and integer overflowAlexei Starovoitov3-12/+34
2015-12-03mvebu: dts: enable IP checksum with jumbo frames for Armada 38x on Port0Marcin Wojtas1-0/+1
2015-12-03net: mvneta: enable setting custom TX IP checksum limitMarcin Wojtas2-2/+23
2015-12-03net: mvneta: fix error path for building skbMarcin Wojtas1-2/+6
2015-12-03net: mvneta: fix bit assignment for RX packet irq enableMarcin Wojtas1-1/+1
2015-12-03net: mvneta: fix bit assignment in MVNETA_RXQ_CONFIG_REGMarcin Wojtas1-1/+1
2015-12-03net: mvneta: add configuration for MBUS windows access protectionMarcin Wojtas1-0/+2
2015-12-02cpufreq: use last policy after online for drivers with ->setpolicySrinivas Pandruvada2-4/+11
2015-12-02mac80211: fix off-channel mgmt-tx uninitialized variable usageJohannes Berg1-2/+6
2015-12-02mac80211: do not actively scan DFS channelsAntonio Quartulli1-4/+5
2015-12-02mac80211: don't teardown sdata on sdata stopEliad Peller1-1/+1
2015-12-02net: thunderx: Enable BGX LMAC's RX/TX only after VF is upSunil Goutham3-3/+38
2015-12-02net: thunderx: Switchon carrier only upon interface link upSunil Goutham3-4/+18
2015-12-02net: thunderx: Set CQ timer threshold properlySunil Goutham3-5/+4
2015-12-02net: thunderx: Wait for delayed work to finish before destroying itThanneeru Srinivasulu2-4/+2
2015-12-02net: thunderx: Force to load octeon-mdio before bgx driver.Thanneeru Srinivasulu2-0/+4
2015-12-02openvswitch: properly refcount vport-vxlan modulePaolo Abeni4-5/+9