aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-01-06vfs: count unlinked inodesMiklos Szeredi
2012-01-06vfs: protect remounting superblock read-onlyMiklos Szeredi
2012-01-06vfs: keep list of mounts for each superblockMiklos Szeredi
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-06vfs: switch ->show_path() to struct dentry *Al Viro
2012-01-06vfs: switch ->show_devname() to struct dentry *Al Viro
2012-01-06vfs: switch ->show_stats to struct dentry *Al Viro
2012-01-06switch security_path_chmod() to struct path *Al Viro
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro
2012-01-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Linus Torvalds
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds
2012-01-06Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds
2012-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-01-06Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-01-06Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-01-06Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2012-01-06dma-buf: Introduce dma buffer sharing mechanismSumit Semwal
2012-01-05net: pack skb_shared_info more efficientlyIan Campbell
2012-01-05net_sched: red: split red_parms into parms and varsEric Dumazet
2012-01-05net_sched: sfq: extend limitsEric Dumazet
2012-01-05netdev: FCoE: Add new ndo_get_fcoe_hbainfo() callNeerav Parikh
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-01-05Merge branch 'devel-stable' into for-linusRussell King
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-01-04net/hyperv: Add support for jumbo frame up to 64KBHaiyang Zhang
2012-01-04usb: ch9: fix up MaxStreams helperFelipe Balbi
2012-01-04driver core: remove __must_check from device_create_fileGreg Kroah-Hartman
2012-01-04ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2)Neil Horman
2012-01-04NFC: Export a new attribute nfcid1 in target infoIlan Elias
2012-01-04NFC: Handle error during NCI data exchangeIlan Elias
2012-01-04NFC: Update names and structs to NCI spec 1.0 d22Ilan Elias
2012-01-04ethtool: Remove ethtool_ops::set_rx_ntuple operationBen Hutchings
2012-01-04ethtool: Allow drivers to select RX NFC rule locationsBen Hutchings
2012-01-04rdma/core: Fix sparse warningsSean Hefty
2012-01-03vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro
2012-01-03vfs: move fsnotify junk to struct mountAl Viro
2012-01-03vfs: move mnt_devnameAl Viro
2012-01-03vfs: move mnt_list to struct mountAl Viro
2012-01-03vfs: move the rest of int fields to struct mountAl Viro
2012-01-03vfs: mnt_id/mnt_group_id movedAl Viro
2012-01-03vfs: mnt_ns moved to struct mountAl Viro
2012-01-03vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountAl Viro
2012-01-03vfs: take mnt_master to struct mountAl Viro
2012-01-03vfs: take mnt_child/mnt_mounts to struct mountAl Viro