Age | Commit message (Expand) | Author |
2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro |
2012-01-03 | switch sys_mknodat(2) to umode_t | Al Viro |
2012-01-03 | vfs: fix the rest of sget() races | Al Viro |
2012-01-03 | vfs: new helper - vfs_ustat() | Al Viro |
2012-01-03 | vfs: live vfsmounts never have NULL ->mnt_sb | Al Viro |
2012-01-03 | vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root | Al Viro |
2012-01-03 | vfs: pipe.c is really non-modular | Al Viro |
2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro |
2012-01-03 | vfs: mnt_drop_write_file() | Al Viro |
2012-01-03 | constify seq_file stuff | Al Viro |
2012-01-03 | vfs: make do_kern_mount() static | Al Viro |
2012-01-03 | vfs: convert fs_supers to hlist | Al Viro |
2012-01-03 | make nfs_follow_remote_path() handle ERR_PTR() passed as root_mnt | Al Viro |
2012-01-03 | vfs: kill ->mnt_devname use in afs printks | Al Viro |
2012-01-03 | btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason... | Al Viro |
2012-01-03 | vfs: dentry_reset_mounted() doesn't use vfsmount argument | Al Viro |
2012-01-03 | unexport put_mnt_ns(), make create_mnt_ns() static outright | Al Viro |
2012-01-03 | vfs: add missing parens in pnode.h macros | Al Viro |
2012-01-03 | vfs: more mnt_parent cleanups | Al Viro |
2012-01-03 | vfs: new internal helper: mnt_has_parent(mnt) | Al Viro |
2012-01-03 | vfs: kill pointless helpers in namespace.c | Al Viro |
2012-01-03 | new helpers: fh_{want,drop}_write() | Al Viro |
2012-01-03 | switch a bunch of places to mnt_want_write_file() | Al Viro |
2012-01-03 | trim fs/internal.h | Al Viro |
2012-01-03 | pull manipulations of rpc_cred inside alloc_nfs_open_context() | Al Viro |
2011-12-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2011-12-29 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds |
2011-12-29 | procfs: do not confuse jiffies with cputime64_t | Andreas Schwab |
2011-12-29 | ceph: disable use of dcache for readdir etc. | Sage Weil |
2011-12-26 | vfs: fix handling of lock allocation failure in lease-break case | Linus Torvalds |
2011-12-23 | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds |
2011-12-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2011-12-23 | xfs: log all dirty inodes in xfs_fs_sync_fs | Christoph Hellwig |
2011-12-23 | xfs: log the inode in ->write_inode calls for kupdate | Christoph Hellwig |
2011-12-23 | Btrfs: call d_instantiate after all ops are setup | Al Viro |
2011-12-23 | Btrfs: fix worker lock misuse in find_worker | Chris Mason |
2011-12-20 | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2011-12-20 | nilfs2: potential integer overflow in nilfs_ioctl_clean_segments() | Haogang Chen |
2011-12-20 | nilfs2: unbreak compat ioctl | Thomas Meyer |
2011-12-18 | writeback: show writeback reason with __print_symbolic | Wu Fengguang |
2011-12-16 | Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc... | Linus Torvalds |
2011-12-16 | btrfs: lower the dirty balance poll interval | Wu Fengguang |
2011-12-15 | NFS: Fix a regression in nfs_file_llseek() | Trond Myklebust |
2011-12-15 | Btrfs: unplug every once and a while | Chris Mason |
2011-12-15 | Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/jo... | Chris Mason |
2011-12-15 | Btrfs: deal with NULL srv_rsv in the delalloc inode reservation code | Chris Mason |
2011-12-15 | Btrfs: only set cache_generation if we setup the block group | Josef Bacik |
2011-12-15 | Btrfs: don't panic if orphan item already exists | Josef Bacik |
2011-12-15 | Btrfs: fix leaked space in truncate | Josef Bacik |
2011-12-15 | Btrfs: fix how we do delalloc reservations and how we free reservations on error | Josef Bacik |