| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | ext2: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -2/+2 |
|/ |
|
* | ext2: protect inode changes in the SETVERSION and SETFLAGS ioctls | Djalal Harouni | 2012-01-11 | 1 | -6/+16 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2012-01-09 | 7 | -11/+8 |
|\ |
|
| * | ext2/3/4: delete unneeded includes of module.h | Paul Gortmaker | 2012-01-09 | 6 | -9/+3 |
| * | ext2: Fix error handling on inode bitmap corruption | Jan Kara | 2012-01-09 | 1 | -2/+5 |
* | | vfs: switch ->show_options() to struct dentry * | Al Viro | 2012-01-06 | 1 | -2/+2 |
* | | ext2: propagate umode_t | Al Viro | 2012-01-03 | 3 | -3/+3 |
* | | switch ->mknod() to umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | | switch ->create() to umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
* | | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 2012-01-03 | 1 | -1/+0 |
* | | vfs: mnt_drop_write_file() | Al Viro | 2012-01-03 | 1 | -3/+3 |
* | | switch a bunch of places to mnt_want_write_file() | Al Viro | 2012-01-03 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/... | Linus Torvalds | 2011-11-02 | 2 | -2/+2 |
|\ |
|
| * | filesystems: add set_nlink() | Miklos Szeredi | 2011-11-02 | 1 | -1/+1 |
| * | filesystems: add missing nlink wrappers | Miklos Szeredi | 2011-11-02 | 1 | -1/+1 |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2011-11-02 | 2 | -5/+5 |
|\ \
| |/
|/| |
|
| * | ext2: fix the outdated comment in ext2_nfs_get_inode() | Li Haifeng | 2011-08-30 | 1 | -4/+4 |
| * | fs/ext2/balloc.c: delete useless initialization | Julia Lawall | 2011-08-17 | 1 | -1/+1 |
* | | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 2011-10-31 | 1 | -4/+4 |
* | | Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha... | James Morris | 2011-08-09 | 1 | -16/+18 |
|\ \
| |/
|/| |
|
| * | security: new security_inode_init_security API adds function callback | Mimi Zohar | 2011-07-18 | 1 | -16/+18 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-08-01 | 1 | -6/+2 |
|\ \ |
|
| * | | switch posix_acl_equiv_mode() to umode_t * | Al Viro | 2011-08-01 | 1 | -3/+1 |
| * | | switch posix_acl_create() to umode_t * | Al Viro | 2011-08-01 | 1 | -3/+1 |
* | | | ext2: remove duplicate 'ext2_get_acl()' define | Linus Torvalds | 2011-07-29 | 1 | -1/+0 |
|/ / |
|
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2011-07-26 | 1 | -5/+5 |
|\ \ |
|
| * | | ext2: check xattr name_len before acquiring xattr_sem in ext2_xattr_get | Wang Sheng-Hui | 2011-07-22 | 1 | -5/+5 |
| |/ |
|
* | | fs: take the ACL checks to common code | Christoph Hellwig | 2011-07-25 | 4 | -23/+6 |
* | | kill boilerplates around posix_acl_create_masq() | Al Viro | 2011-07-25 | 1 | -17/+8 |
* | | kill boilerplate around posix_acl_chmod_masq() | Al Viro | 2011-07-25 | 1 | -8/+5 |
* | | vfs: move ACL cache lookup into generic code | Linus Torvalds | 2011-07-25 | 1 | -6/+0 |
* | | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2011-07-20 | 2 | -3/+4 |
* | | fs: simplify the blockdev_direct_IO prototype | Christoph Hellwig | 2011-07-20 | 1 | -2/+2 |
* | | fs: move inode_dio_wait calls into ->setattr | Christoph Hellwig | 2011-07-20 | 1 | -0/+2 |
* | | make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) | Al Viro | 2011-07-20 | 1 | -9/+5 |
* | | ->permission() sanitizing: don't pass flags to ->check_acl() | Al Viro | 2011-07-20 | 2 | -2/+2 |
* | | ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() | Al Viro | 2011-07-20 | 1 | -1/+1 |
|/ |
|
* | ext2: fix error msg when mounting fs with too-large blocksize | Robin Dong | 2011-05-17 | 1 | -1/+2 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 4 | -9/+9 |
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-03-24 | 1 | -2/+0 |
|\ |
|
| * | block: remove per-queue plugging | Jens Axboe | 2011-03-10 | 1 | -2/+0 |
* | | userns: rename is_owner_or_cap to inode_owner_or_capable | Serge E. Hallyn | 2011-03-23 | 2 | -4/+4 |
* | | bitops: remove ext2 non-atomic bitops from asm/bitops.h | Akinobu Mita | 2011-03-23 | 1 | -0/+6 |
* | | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris | 2011-03-08 | 5 | -11/+15 |
|\ \ |
|
| * | | fs/vfs/security: pass last path component to LSM on inode creation | Eric Paris | 2011-02-01 | 5 | -11/+15 |
* | | | ext2: Fix link count corruption under heavy link+rename load | Josh Hunt | 2011-03-02 | 1 | -7/+2 |
| |/
|/| |
|
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2011-01-11 | 1 | -9/+1 |
|\ \ |
|
| * | | ext2: remove dead code in ext2_xattr_get | Wang Sheng-Hui | 2011-01-10 | 1 | -8/+0 |
| * | | ext2,ext3,ext4: clarify comment for extN_xattr_set_handle | Wang Sheng-Hui | 2011-01-10 | 1 | -1/+1 |