aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-01-09Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-01-08ext[34]: avoid i_nlink warnings triggered by drop_nlink/inc_nlink kludge in s...Al Viro
2012-01-08exofs: oops after late failure in mountAl Viro
2012-01-08devpts: fix double-free on mount failureAl Viro
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2012-01-08Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-06reiserfs: Properly display mount options in /proc/mountsJan Kara
2012-01-06vfs: prevent remount read-only if pending removesMiklos Szeredi
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-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro
2012-01-06Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...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-05vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-01-04minixfs: misplaced checks lead to dentry leakAl Viro
2012-01-04[CIFS] default ntlmv2 for cifs mount delayed to 3.3Steve French
2012-01-03vfs: trim includes a bitAl Viro
2012-01-03switch mnt_namespace ->root to struct mountAl Viro
2012-01-03vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro
2012-01-03vfs: opencode mntget() mnt_set_mountpoint()Al Viro
2012-01-03vfs: spread struct mount - remaining argument of next_mnt()Al 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: switch pnode.h macros to struct mount *Al 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: spread struct mount - mntput_no_expireAl Viro
2012-01-03vfs: spread struct mount - do_add_mount and graft_treeAl Viro
2012-01-03vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountAl Viro
2012-01-03vfs: and now we can make ->mnt_master point to struct mountAl Viro
2012-01-03vfs: take mnt_master to struct mountAl Viro
2012-01-03vfs: spread struct mount - remaining argument of mnt_set_mountpoint()Al Viro
2012-01-03vfs: spread struct mount - propagate_mnt()Al Viro