| Commit message (Expand) | Author | Age | Files | Lines |
* | another race fix in jfs_check_acl() | Al Viro | 2009-06-24 | 1 | -6/+7 |
* | Get "no acls for this inode" right, fix shmem breakage | Al Viro | 2009-06-24 | 2 | -6/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-06-24 | 48 | -741/+326 |
|\ |
|
| * | switch xfs to generic acl caching helpers | Al Viro | 2009-06-24 | 4 | -75/+9 |
| * | helpers for acl caching + switch to those | Al Viro | 2009-06-24 | 9 | -333/+91 |
| * | switch reiserfs to inode->i_acl | Al Viro | 2009-06-24 | 3 | -34/+4 |
| * | switch reiserfs to usual conventions for caching ACLs | Al Viro | 2009-06-24 | 2 | -19/+14 |
| * | reiserfs: minimal fix for ACL caching | Al Viro | 2009-06-24 | 1 | -1/+1 |
| * | switch nilfs2 to inode->i_acl | Al Viro | 2009-06-24 | 3 | -22/+0 |
| * | switch btrfs to inode->i_acl | Al Viro | 2009-06-24 | 4 | -27/+9 |
| * | switch jffs2 to inode->i_acl | Al Viro | 2009-06-24 | 5 | -48/+19 |
| * | switch jfs to inode->i_acl | Al Viro | 2009-06-24 | 4 | -41/+15 |
| * | switch ext4 to inode->i_acl | Al Viro | 2009-06-24 | 5 | -40/+10 |
| * | switch ext3 to inode->i_acl | Al Viro | 2009-06-24 | 4 | -36/+10 |
| * | switch ext2 to inode->i_acl | Al Viro | 2009-06-24 | 5 | -41/+11 |
| * | add caching of ACLs in struct inode | Al Viro | 2009-06-24 | 1 | -0/+10 |
| * | fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs io... | Ankit Jain | 2009-06-24 | 3 | -29/+112 |
| * | cleanup __writeback_single_inode | Christoph Hellwig | 2009-06-24 | 1 | -50/+50 |
| * | ... and the same for vfsmount id/mount group id | Al Viro | 2009-06-24 | 2 | -6/+26 |
| * | Make allocation of anon devices cheaper | Al Viro | 2009-06-24 | 1 | -1/+6 |
| * | devpts: remove module-related code | H. Peter Anvin | 2009-06-24 | 1 | -10/+0 |
| * | VFS: Switch init_mount_tree() to use the new create_mnt_ns() helper | Trond Myklebust | 2009-06-24 | 1 | -9/+2 |
| * | vfs: fix nd->root leak in do_filp_open() | J. R. Okajima | 2009-06-24 | 1 | -1/+10 |
| * | reiserfs: remove stray unlock_super in reiserfs_resize | Christoph Hellwig | 2009-06-24 | 1 | -1/+0 |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2009-06-24 | 2 | -6/+10 |
|\ \ |
|
| * | | udf: remove redundant tests on unsigned | Roel Kluin | 2009-06-24 | 1 | -5/+4 |
| * | | udf: Use device size when drive reported bogus number of written blocks | Jan Kara | 2009-06-18 | 1 | -1/+6 |
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-06-23 | 16 | -111/+294 |
|\ \ \
| |_|/
|/| | |
|
| * | | ocfs2/trivial: Wrap ocfs2_sysfile_cluster_lock_key within define. | Tao Ma | 2009-06-22 | 1 | -0/+2 |
| * | | ocfs2: Add lockdep annotations | Jan Kara | 2009-06-22 | 6 | -25/+123 |
| * | | vfs: Set special lockdep map for dirs only if not set by fs | Jan Kara | 2009-06-22 | 1 | -6/+11 |
| * | | ocfs2: Disable orphan scanning for local and hard-ro mounts | Sunil Mushran | 2009-06-22 | 5 | -43/+51 |
| * | | ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init() | Sunil Mushran | 2009-06-22 | 2 | -4/+4 |
| * | | ocfs2: Stop orphan scan as early as possible during umount | Sunil Mushran | 2009-06-22 | 3 | -4/+21 |
| * | | ocfs2: Fix ocfs2_osb_dump() | Sunil Mushran | 2009-06-22 | 1 | -14/+18 |
| * | | ocfs2: Pin journal head before accessing jh->b_committed_data | Sunil Mushran | 2009-06-22 | 1 | -4/+24 |
| * | | ocfs2: Update atime in splice read if necessary. | Tao Ma | 2009-06-22 | 1 | -3/+3 |
| * | | ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API. | Joel Becker | 2009-06-22 | 5 | -9/+38 |
| |/ |
|
* | | NFS: Correct the NFS mount path when following a referral | Trond Myklebust | 2009-06-22 | 1 | -0/+24 |
* | | NFS: Fix nfs_path() to always return a '/' at the beginning of the path | Trond Myklebust | 2009-06-22 | 1 | -0/+5 |
* | | NFSv4: Replace nfs4_path_walk() with VFS path lookup in a private namespace | Trond Myklebust | 2009-06-22 | 1 | -21/+157 |
* | | VFS: Add VFS helper functions for setting up private namespaces | Trond Myklebust | 2009-06-22 | 1 | -8/+37 |
* | | VFS: Uninline the function put_mnt_ns() | Trond Myklebust | 2009-06-22 | 1 | -2/+6 |
* | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-06-22 | 2 | -54/+2 |
|\ \ |
|
| * | | jffs2: leaking jffs2_summary in function jffs2_scan_medium | Christian Engelmayer | 2009-06-15 | 1 | -2/+2 |
| * | | Merge branch 'next-mtd' of git://aeryn.fluff.org.uk/bjdooks/linux | David Woodhouse | 2009-06-08 | 70 | -719/+831 |
| |\ \ |
|
| * | | | mtd: Handle compat ioctls directly; remove all trace from compat_ioctl.c | Kevin Cernekee | 2009-05-29 | 1 | -22/+0 |
| * | | | mtd: add OOB ioctls for >4GiB devices | Kevin Cernekee | 2009-05-29 | 1 | -0/+2 |
| * | | | mtd: compat_ioctl cleanup | Kevin Cernekee | 2009-05-29 | 1 | -42/+9 |
| * | | | mtd: add MEMERASE64 ioctl for >4GiB devices | Kevin Cernekee | 2009-05-29 | 1 | -0/+1 |