Age | Commit message (Expand) | Author | Files | Lines |
2016-05-09 | nfs: per-name sillyunlink exclusion | Al Viro | 2 | -10/+5 |
2016-05-02 | Merge branch 'for-linus' into work.lookups | Al Viro | 1 | -0/+1 |
2016-05-02 | introduce a parallel variant of ->iterate() | Al Viro | 1 | -0/+1 |
2016-05-02 | give readdir(2)/getdents(2)/etc. uniform exclusion with lseek() | Al Viro | 1 | -0/+13 |
2016-05-02 | parallel lookups: actual switch to rwsem | Al Viro | 1 | -6/+21 |
2016-05-02 | parallel lookups machinery, part 4 (and last) | Al Viro | 1 | -2/+6 |
2016-05-02 | parallel lookups machinery, part 3 | Al Viro | 1 | -0/+2 |
2016-05-02 | parallel lookups machinery, part 2 | Al Viro | 1 | -0/+1 |
2016-05-02 | beginning of transition to parallel lookups - marking in-lookup dentries | Al Viro | 1 | -0/+18 |
2016-05-02 | Merge getxattr prototype change into work.lookups | Al Viro | 4 | -7/+20 |
2016-04-11 | ->getxattr(): pass dentry and inode as separate arguments | Al Viro | 2 | -2/+3 |
2016-04-10 | xattr_handler: pass dentry and inode as separate arguments of ->get() | Al Viro | 1 | -1/+2 |
2016-04-10 | don't bother with ->d_inode->i_sb - it's always equal to ->d_sb | Al Viro | 1 | -3/+3 |
2016-04-09 | Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+1 |
2016-04-09 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -0/+25 |
2016-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 4 | -5/+9 |
2016-04-09 | Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+88 |
2016-04-09 | Merge tag 'iommu-fixes-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+0 |
2016-04-08 | fix the copy vs. map logics in blk_rq_map_user_iov() | Al Viro | 1 | -0/+1 |
2016-04-08 | Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 13 | -31/+55 |
2016-04-08 | Merge tag 'mac80211-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 1 | -0/+2 |
2016-04-07 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -0/+20 |
2016-04-07 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -0/+2 |
2016-04-07 | GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU | Alexander Duyck | 1 | -1/+4 |
2016-04-07 | virtio: add VIRTIO_CONFIG_S_NEEDS_RESET device status bit | Stefan Hajnoczi | 1 | -0/+2 |
2016-04-07 | Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 1 | -1/+1 |
2016-04-06 | net_sched: fix a memory leak in tc action | WANG Cong | 1 | -0/+1 |
2016-04-06 | Merge tag 'imx-drm-next-2016-04-01' of git://git.pengutronix.de/git/pza/linux... | Dave Airlie | 1 | -3/+4 |
2016-04-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+1 |
2016-04-05 | sctp: use list_* in sctp_list_dequeue | Marcelo Ricardo Leitner | 1 | -4/+2 |
2016-04-05 | compiler-gcc: disable -ftracer for __noclone functions | Paolo Bonzini | 1 | -1/+1 |
2016-04-05 | iommu: provide of_xlate pointer unconditionally | Arnd Bergmann | 1 | -2/+0 |
2016-04-05 | Merge branch 'fixes-base' into fixes | James Bottomley | 569 | -3813/+17193 |
2016-04-05 | scsi: Do not attach VPD to devices that don't support it | Hannes Reinecke | 1 | -0/+25 |
2016-04-05 | mac80211: add doc for RX_FLAG_DUP_VALIDATED flag | Luis de Bethencourt | 1 | -0/+2 |
2016-04-04 | drm/ttm: use phys_addr_t for ttm_bus_placement | Alex Deucher | 1 | -1/+1 |
2016-04-04 | Merge branch 'PAGE_CACHE_SIZE-removal' | Linus Torvalds | 14 | -45/+29 |
2016-04-04 | mm: drop PAGE_CACHE_* and page_cache_{get,release} definition | Kirill A. Shutemov | 1 | -15/+0 |
2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 8 | -11/+10 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 9 | -19/+19 |
2016-04-04 | btrfs: Add qgroup tracing | Mark Fasheh | 1 | -1/+88 |
2016-04-03 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -19/+23 |
2016-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds | 1 | -1/+1 |
2016-04-02 | Merge tag 'configfs-for-linus-2' of git://git.infradead.org/users/hch/configfs | Linus Torvalds | 1 | -2/+2 |
2016-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 5 | -1/+11 |
2016-04-01 | mm/page_isolation: fix tracepoint to mirror check function behavior | Lucas Stach | 1 | -1/+1 |
2016-04-01 | include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock() | Chen Gang | 1 | -1/+1 |
2016-04-01 | stmmac: fix MDIO settings | Giuseppe CAVALLARO | 1 | -1/+1 |
2016-04-01 | Revert "stmmac: Fix 'eth0: No PHY found' regression" | Giuseppe CAVALLARO | 1 | -1/+0 |
2016-04-01 | tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter | Daniel Borkmann | 1 | -0/+4 |