summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-25finish_automount() doesn't need vfsmount_lock for removal from expiry listAl Viro
2013-10-25fs/namespace.c: bury long-dead defineAl Viro
2013-10-25fold mntfree() into mntput_no_expire()Al Viro
2013-10-25do_remount(): pull touch_mnt_namespace() upAl Viro
2013-10-25dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lockAl Viro
2013-10-25fs_is_visible only needs namespace_sem held sharedAl Viro
2013-10-25initialize namespace_sem staticallyAl Viro
2013-10-25file->f_op is never NULL...Al Viro
2013-10-25rtl8188eu: remove dead codeAl Viro
2013-10-25dmxdev: get rid of pointless clearing ->f_opAl Viro
2013-10-25consolidate the reassignments of ->f_op in ->open() instancesAl Viro
2013-10-25put_mnt_ns(): use drop_collected_mounts()Al Viro
2013-10-25ncpfs: switch to %p[dD]Al Viro
2013-10-25ubifs: switch to %pdAl Viro
2013-10-25sunrpc: switch to %pdAl Viro
2013-10-25nfsd: switch to %p[dD]Al Viro
2013-10-25nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro
2013-10-25befs: split symlink iops in two - for short and long symlinks resp.Al Viro
2013-10-25new helper: kfree_put_link()Al Viro
2013-10-25libfs: get exports to definitions of objects being exported...Al Viro
2013-10-25ecryptfs: ->lower_path.dentry is never NULLAl Viro
2013-10-25ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro
2013-10-25ecryptfs: don't leave RCU pathwalk immediatelyAl Viro
2013-10-25ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_opAl Viro
2013-10-259p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFSAl Viro
2013-10-06Linux 3.12-rc4Linus Torvalds
2013-10-06net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman
2013-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds
2013-10-06Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-10-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-10-05Merge tag 'gpio-v3.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2013-10-05Merge tag 'usb-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-10-05Merge tag 'tty-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-10-05Merge tag 'staging-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-10-05btrfs: Fix crash due to not allocating integrity data for a biosetDarrick J. Wong
2013-10-05Merge branch 'for-linus' into for-linus-3.12Chris Mason
2013-10-05Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-10-05Merge tag 'pci-v3.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-10-04Revert "x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zero"Bjorn Helgaas
2013-10-04Merge tag 'pm+acpi-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-10-04Merge tag 'xfs-for-linus-v3.12-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2013-10-04selinux: remove 'flags' parameter from avc_audit()Linus Torvalds
2013-10-04selinux: avc_has_perm_flags has no more usersLinus Torvalds
2013-10-04Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishingIlya Dryomov
2013-10-04Btrfs: eliminate races in worker stopping codeIlya Dryomov
2013-10-04Btrfs: fix crash of compressed writesLiu Bo
2013-10-04Btrfs: fix transid verify errors when recovering log treeJosef Bacik
2013-10-04selinux: remove 'flags' parameter from inode_has_permLinus Torvalds
2013-10-04xfs: Use kmem_free() instead of free()Thierry Reding
2013-10-04xfs: fix memory leak in xlog_recover_add_to_transtinguely@sgi.com