Age | Commit message (Expand) | Author | Files | Lines |
2018-12-25 | ext4: make sure enough credits are reserved for dioread_nolock writes | Theodore Ts'o | 1 | -1/+2 |
2018-12-19 | ext4: check for shutdown and r/o file system in ext4_write_inode() | Theodore Ts'o | 1 | -2/+7 |
2018-12-19 | ext4: force inode writes when nfsd calls commit_metadata() | Theodore Ts'o | 2 | -0/+31 |
2018-12-19 | ext4: avoid declaring fs inconsistent due to invalid file handles | Theodore Ts'o | 8 | -41/+65 |
2018-12-19 | ext4: include terminating u32 in size of xattr entries when expanding inodes | Theodore Ts'o | 1 | -1/+1 |
2018-12-10 | ext4: compare old and new mode before setting update_mode flag | Chengguang Xu | 1 | -1/+2 |
2018-12-04 | ext4: fix EXT4_IOC_GROUP_ADD ioctl | ruippan (潘睿) | 1 | -1/+1 |
2018-12-04 | ext4: hard fail dax mount on unsupported devices | Eric Sandeen | 1 | -3/+3 |
2018-12-04 | jbd2: update locking documentation for transaction_t | Alexander Lochmann | 1 | -3/+3 |
2018-12-04 | ext4: remove redundant condition check | Chengguang Xu | 1 | -16/+13 |
2018-12-04 | jbd2: clean up indentation issue, replace spaces with tab | Colin Ian King | 1 | -1/+1 |
2018-12-04 | ext4: clean up indentation issues, remove extraneous tabs | Colin Ian King | 2 | -7/+7 |
2018-12-04 | ext4: missing unlock/put_page() in ext4_try_to_write_inline_data() | Maurizio Lombardi | 1 | -1/+4 |
2018-12-04 | ext4: fix possible use after free in ext4_quota_enable | Pan Bian | 1 | -1/+1 |
2018-12-04 | jbd2: avoid long hold times of j_state_lock while committing a transaction | Jan Kara | 3 | -5/+42 |
2018-11-26 | ext4: add ext4_sb_bread() to disambiguate ENOMEM cases | Theodore Ts'o | 5 | -94/+115 |
2018-11-26 | Linux 4.20-rc4v4.20-rc4 | Linus Torvalds | 1 | -2/+2 |
2018-11-25 | Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2 | -2/+3 |
2018-11-25 | Merge tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 7 | -37/+66 |
2018-11-25 | MAINTAINERS: change Sparse's maintainer | Luc Van Oostenryck | 2 | -2/+5 |
2018-11-25 | Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 6 | -185/+387 |
2018-11-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid... | Linus Torvalds | 11 | -444/+159 |
2018-11-24 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2 | -3/+3 |
2018-11-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 67 | -335/+537 |
2018-11-24 | Merge tag 'xfs-4.20-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 10 | -46/+104 |
2018-11-24 | net: gemini: Fix copy/paste error | Andreas Fiedler | 1 | -1/+1 |
2018-11-24 | net: phy: mscc: fix deadlock in vsc85xx_default_config | Quentin Schulz | 1 | -9/+5 |
2018-11-24 | dt-bindings: dsa: Fix typo in "probed" | Fabio Estevam | 1 | -1/+1 |
2018-11-24 | net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queue | Lorenzo Bianconi | 1 | -1/+3 |
2018-11-24 | net: amd: add missing of_node_put() | Yangtao Li | 1 | -1/+3 |
2018-11-24 | team: no need to do team_notify_peers or team_mcast_rejoin when disabling port | Hangbin Liu | 1 | -2/+0 |
2018-11-23 | virtio-net: fail XDP set if guest csum is negotiated | Jason Wang | 1 | -2/+3 |
2018-11-23 | virtio-net: disable guest csum during XDP set | Jason Wang | 1 | -6/+2 |
2018-11-23 | Merge tag 'ceph-for-4.20-rc4' of https://github.com/ceph/ceph-client | Linus Torvalds | 1 | -3/+9 |
2018-11-23 | Merge tag 'for-linus-20181123' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -10/+63 |
2018-11-23 | net/sched: act_police: add missing spinlock initialization | Davide Caratti | 1 | -0/+1 |
2018-11-23 | net: don't keep lonely packets forever in the gro hash | Paolo Abeni | 1 | -2/+5 |
2018-11-23 | net/ipv6: re-do dad when interface has IFF_NOARP flag change | Hangbin Liu | 1 | -6/+13 |
2018-11-23 | Merge tag 'iommu-fixes-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -3/+7 |
2018-11-23 | packet: copy user buffers before orphan or clone | Willem de Bruijn | 2 | -3/+19 |
2018-11-23 | Merge tag 'acpi-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -0/+1 |
2018-11-23 | Merge tag 'pm-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 10 | -22/+42 |
2018-11-23 | arm64: cpufeature: Fix mismerge of CONFIG_ARM64_SSBD block | Will Deacon | 1 | -1/+1 |
2018-11-23 | Merge tag 'gpio-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 4 | -19/+30 |
2018-11-23 | Merge tag 'mmc-v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ul... | Linus Torvalds | 1 | -3/+83 |
2018-11-23 | Merge tag 'drm-fixes-2018-11-23' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 24 | -63/+273 |
2018-11-23 | arm64: sysreg: fix sparse warnings | Sergey Matyukevich | 1 | -2/+2 |
2018-11-23 | Merge branches 'pm-cpufreq' and 'pm-sleep' | Rafael J. Wysocki | 2 | -7/+24 |
2018-11-23 | Merge branches 'pm-opp' and 'pm-tools' | Rafael J. Wysocki | 7 | -14/+14 |
2018-11-23 | Merge tag 'drm-intel-fixes-2018-11-22' of git://anongit.freedesktop.org/drm/d... | Dave Airlie | 7 | -4/+112 |