aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds14-32/+31
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds16-28/+25
2012-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds19-334/+394
2012-01-08Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds19-1333/+412
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds267-7706/+1920
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+95
2012-01-06reiserfs: Properly display mount options in /proc/mountsJan Kara2-10/+197
2012-01-06vfs: prevent remount read-only if pending removesMiklos Szeredi3-27/+7
2012-01-06vfs: count unlinked inodesMiklos Szeredi1-0/+85
2012-01-06vfs: protect remounting superblock read-onlyMiklos Szeredi3-5/+58
2012-01-06vfs: keep list of mounts for each superblockMiklos Szeredi3-0/+10
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro31-78/+77
2012-01-06vfs: switch ->show_path() to struct dentry *Al Viro2-3/+3
2012-01-06vfs: switch ->show_devname() to struct dentry *Al Viro2-11/+12
2012-01-06vfs: switch ->show_stats to struct dentry *Al Viro3-13/+14
2012-01-06switch security_path_chmod() to struct path *Al Viro1-1/+1
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro10-17/+17
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro179-6536/+426
2012-01-06Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds2-33/+6
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-0/+95
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-41/+41
2012-01-05vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds2-37/+3
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-19/+19
2012-01-04minixfs: misplaced checks lead to dentry leakAl Viro1-17/+17
2012-01-04[CIFS] default ntlmv2 for cifs mount delayed to 3.3Steve French1-1/+1
2012-01-03vfs: trim includes a bitAl Viro2-20/+6
2012-01-03switch mnt_namespace ->root to struct mountAl Viro2-7/+7
2012-01-03vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro5-325/+364
2012-01-03vfs: opencode mntget() mnt_set_mountpoint()Al Viro1-1/+2
2012-01-03vfs: spread struct mount - remaining argument of next_mnt()Al Viro1-17/+18
2012-01-03vfs: move fsnotify junk to struct mountAl Viro5-37/+47
2012-01-03vfs: move mnt_devnameAl Viro2-10/+11
2012-01-03vfs: move mnt_list to struct mountAl Viro2-24/+26
2012-01-03vfs: switch pnode.h macros to struct mount *Al Viro3-29/+29
2012-01-03vfs: move the rest of int fields to struct mountAl Viro3-16/+21
2012-01-03vfs: mnt_id/mnt_group_id movedAl Viro4-18/+22
2012-01-03vfs: mnt_ns moved to struct mountAl Viro4-28/+30
2012-01-03vfs: spread struct mount - mntput_no_expireAl Viro1-6/+7
2012-01-03vfs: spread struct mount - do_add_mount and graft_treeAl Viro1-11/+11
2012-01-03vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountAl Viro3-36/+41
2012-01-03vfs: and now we can make ->mnt_master point to struct mountAl Viro3-12/+12
2012-01-03vfs: take mnt_master to struct mountAl Viro3-18/+20
2012-01-03vfs: spread struct mount - remaining argument of mnt_set_mountpoint()Al Viro3-6/+6
2012-01-03vfs: spread struct mount - propagate_mnt()Al Viro3-13/+13
2012-01-03vfs: spread struct mount - shared subtree iteratorsAl Viro1-50/+47
2012-01-03vfs: spread struct mount - get_dominating_id / do_make_slaveAl Viro3-31/+31
2012-01-03vfs: take mnt_child/mnt_mounts to struct mountAl Viro3-24/+26
2012-01-03vfs: all counters taken to struct mountAl Viro2-20/+32
2012-01-03vfs: spread struct mount - work with countersAl Viro3-62/+66