aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-24adfs: delayed freeing of sbiAl Viro2-5/+7
2013-10-24hpfs: make freeing sbi and codetables rcu-delayedAl Viro2-14/+15
2013-10-24make freeing super_block rcu-delayedAl Viro2-1/+2
2013-10-24vfs: introduce d_instantiate_no_diralias()Miklos Szeredi5-40/+33
2013-10-24move taking vfsmount_lock down into prepend_path()Al Viro1-9/+2
2013-10-24split __lookup_mnt() in two functionsAl Viro4-25/+30
2013-10-24uninline destroy_super(), consolidate alloc_super()Al Viro1-120/+86
2013-10-24isofs: don't pass dentry to isofs_hash{i,}_common()Al Viro1-6/+6
2013-10-24new helpers: lock_mount_hash/unlock_mount_hashAl Viro5-54/+64
2013-10-24don't bother with vfsmount_lock in mounts_poll()Al Viro1-4/+4
2013-10-24namespace.c: get rid of mnt_ghostsAl Viro3-18/+9
2013-10-24fold dup_mnt_ns() into its only surviving callerAl Viro1-30/+18
2013-10-24mnt_set_expiry() doesn't need vfsmount_lockAl Viro1-2/+0
2013-10-24finish_automount() doesn't need vfsmount_lock for removal from expiry listAl Viro1-2/+0
2013-10-24fs/namespace.c: bury long-dead defineAl Viro1-2/+0
2013-10-24fold mntfree() into mntput_no_expire()Al Viro1-23/+16
2013-10-24do_remount(): pull touch_mnt_namespace() upAl Viro1-5/+1
2013-10-24dup_mnt_ns(): get rid of pointless grabbing of vfsmount_lockAl Viro1-2/+0
2013-10-24fs_is_visible only needs namespace_sem held sharedAl Viro1-2/+2
2013-10-24initialize namespace_sem staticallyAl Viro1-3/+1
2013-10-24file->f_op is never NULL...Al Viro29-97/+74
2013-10-24rtl8188eu: remove dead codeAl Viro2-213/+0
2013-10-24dmxdev: get rid of pointless clearing ->f_opAl Viro1-4/+0
2013-10-24consolidate the reassignments of ->f_op in ->open() instancesAl Viro8-77/+43
2013-10-24put_mnt_ns(): use drop_collected_mounts()Al Viro1-5/+1
2013-10-24ncpfs: switch to %p[dD]Al Viro2-43/+24
2013-10-24ubifs: switch to %pdAl Viro3-34/+29
2013-10-24sunrpc: switch to %pdAl Viro1-6/+6
2013-10-24nfsd: switch to %p[dD]Al Viro5-37/+31
2013-10-24nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro11-186/+119
2013-10-24befs: split symlink iops in two - for short and long symlinks resp.Al Viro1-30/+31
2013-10-24new helper: kfree_put_link()Al Viro8-38/+15
2013-10-24libfs: get exports to definitions of objects being exported...Al Viro1-35/+34
2013-10-24ecryptfs: ->lower_path.dentry is never NULLAl Viro1-2/+1
2013-10-24ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro3-18/+3
2013-10-24ecryptfs: don't leave RCU pathwalk immediatelyAl Viro2-15/+20
2013-10-24ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_opAl Viro1-1/+1
2013-10-249p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFSAl Viro4-12/+12
2013-10-06Linux 3.12-rc4Linus Torvalds1-1/+1
2013-10-06net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman1-2/+2
2013-10-05btrfs: Fix crash due to not allocating integrity data for a biosetDarrick J. Wong1-0/+8
2013-10-04Revert "x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zero"Bjorn Helgaas1-1/+6
2013-10-04selinux: remove 'flags' parameter from avc_audit()Linus Torvalds3-4/+4
2013-10-04selinux: avc_has_perm_flags has no more usersLinus Torvalds2-17/+6
2013-10-04Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishingIlya Dryomov2-5/+7
2013-10-04Btrfs: eliminate races in worker stopping codeIlya Dryomov2-6/+21
2013-10-04Btrfs: fix crash of compressed writesLiu Bo1-1/+1
2013-10-04Btrfs: fix transid verify errors when recovering log treeJosef Bacik1-5/+2
2013-10-04selinux: remove 'flags' parameter from inode_has_permLinus Torvalds1-7/+6
2013-10-04xfs: Use kmem_free() instead of free()Thierry Reding1-1/+1