Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
45422e7431f3afa049d07a99a35de8f8ceea6b3c
/
fs
/
ext2
a0e881b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
1e8b212
ext2: Implement freezing
by Jan Kara
· 12 years ago
ecd0afa
ext2: use memweight()
by Akinobu Mita
· 12 years ago
08d9329
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 12 years ago
8fc37ec
don't expose I_NEW inodes via dentry->d_inode
by Al Viro
· 12 years ago
a117782
quota: Move quota syncing to ->sync_fs method
by Jan Kara
· 12 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
e124a32
ext2: cleanup the confused goto label
by Wanlong Gao
· 12 years ago
90324cc
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
ece78b7
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 12 years ago
644473e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
0324876
ext2: trivial fix to comment for ext2_free_blocks
by Wang Sheng-Hui
· 12 years ago
b8a9f9e
userns: Convert ext2 to use kuid/kgid where appropriate.
by Eric W. Biederman
· 13 years ago
aa9e939
ext2: remove the redundant comment for ext2_export_ops
by Wang Sheng-Hui
· 12 years ago
e2a3fde
ext2: Remove i_mutex use from ext2_quota_write()
by Jan Kara
· 13 years ago
26fe575
vfs: make it possible to access the dentry hash/len as one 64-bit entry
by Linus Torvalds
· 12 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
f72cf5e
ext2: do not register write_super within VFS
by Artem Bityutskiy
· 13 years ago
b838ec2
ext2: Remove s_dirt handling
by Jan Kara
· 13 years ago
f2b2242
ext2: write superblock only once on unmount
by Artem Bityutskiy
· 13 years ago
f7699f2
migrate ext2_fs.h guts to fs/ext2/ext2.h
by Al Viro
· 13 years ago
e2a0883
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
8de5277
vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}
by Al Viro
· 13 years ago
d4a23ae
ext2: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
34b0784
ext2: protect inode changes in the SETVERSION and SETFLAGS ioctls
by Djalal Harouni
· 13 years ago
ac69e09
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 13 years ago
302bf2f
ext2/3/4: delete unneeded includes of module.h
by Paul Gortmaker
· 13 years ago
ef6919c
ext2: Fix error handling on inode bitmap corruption
by Jan Kara
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
3ea40bc
ext2: propagate umode_t
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
2a79f17
vfs: mnt_drop_write_file()
by Al Viro
· 13 years ago
a561be7
switch a bunch of places to mnt_want_write_file()
by Al Viro
· 13 years ago
d211858
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue
by Linus Torvalds
· 13 years ago
3411664
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
6d6b77f
filesystems: add missing nlink wrappers
by Miklos Szeredi
· 13 years ago
b9075fa
treewide: use __printf not __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
f32948d
ext2: fix the outdated comment in ext2_nfs_get_inode()
by Li Haifeng
· 13 years ago
6e3d6ca0
fs/ext2/balloc.c: delete useless initialization
by Julia Lawall
· 13 years ago
5a2f3a0
Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into next
by James Morris
· 13 years ago
1b8e949
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
d695212
switch posix_acl_equiv_mode() to umode_t *
by Al Viro
· 13 years ago
d3fb612
switch posix_acl_create() to umode_t *
by Al Viro
· 13 years ago
59ed2bb
ext2: remove duplicate 'ext2_get_acl()' define
by Linus Torvalds
· 13 years ago
2ac232f
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 13 years ago
4e34e71
fs: take the ACL checks to common code
by Christoph Hellwig
· 13 years ago
826cae2
kill boilerplates around posix_acl_create_masq()
by Al Viro
· 13 years ago
bc26ab5
kill boilerplate around posix_acl_chmod_masq()
by Al Viro
· 13 years ago
e77819e
vfs: move ACL cache lookup into generic code
by Linus Torvalds
· 13 years ago
03b5bb3
ext2: check xattr name_len before acquiring xattr_sem in ext2_xattr_get
by Wang Sheng-Hui
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
aacfc19c
fs: simplify the blockdev_direct_IO prototype
by Christoph Hellwig
· 13 years ago
562c72a
fs: move inode_dio_wait calls into ->setattr
by Christoph Hellwig
· 13 years ago
a904937
make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)
by Al Viro
· 13 years ago
7e40145
->permission() sanitizing: don't pass flags to ->check_acl()
by Al Viro
· 13 years ago
9c2c703
->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()
by Al Viro
· 13 years ago
9d8f13b
security: new security_inode_init_security API adds function callback
by Mimi Zohar
· 13 years ago
4e299c1
ext2: fix error msg when mounting fs with too-large blocksize
by Robin Dong
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
2e14967
userns: rename is_owner_or_cap to inode_owner_or_capable
by Serge E. Hallyn
· 14 years ago
f312eff
bitops: remove ext2 non-atomic bitops from asm/bitops.h
by Akinobu Mita
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
fe3fa43
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
by James Morris
· 14 years ago
e8a80c6
ext2: Fix link count corruption under heavy link+rename load
by Josh Hunt
· 14 years ago
2a7dba3
fs/vfs/security: pass last path component to LSM on inode creation
by Eric Paris
· 14 years ago
e9688f6
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
40c73ab
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
0ed0cca
ext2: Remove redundant unlikely()
by Tobias Klauser
· 14 years ago
40a063f
ext2: speed up file creates by optimizing rec_len functions
by Eric Sandeen
· 14 years ago
1f605b3
ext2: remove dead code in ext2_xattr_get
by Wang Sheng-Hui
· 14 years ago
6e9510b
ext2,ext3,ext4: clarify comment for extN_xattr_set_handle
by Wang Sheng-Hui
· 14 years ago
7359861
ext2,3,4: provide simple rcu-walk ACL implementation
by Nick Piggin
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
23a2ad6
fs/ext2/super.c: Use printf extension %pV
by Joe Perches
· 14 years ago
152a083
new helper: mount_bdev()
by Al Viro
· 14 years ago
7d2f280
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
58c6ed3
ext2: fixed typo.
by Andrea Gelmini
· 14 years ago
26f78b7
ext2: fix comment on ext2_try_to_allocate()
by Namhyung Kim
· 14 years ago
7de9c6ee
new helper: ihold()
by Al Viro
· 14 years ago
8e3b9a0
ext2_remount: don't bother with invalidate_inodes()
by Al Viro
· 14 years ago
c3765016
fs: add sync_inode_metadata
by Christoph Hellwig
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
3e44f9f
BKL: Remove BKL from ext2 filesystem
by Jan Blunck
· 15 years ago
db71922
BKL: Explicitly add BKL around get_sb/fill_super
by Jan Blunck
· 14 years ago
72b4357
ext2: fix a typo on comment in ext2/inode.c
by Namhyung Kim
· 14 years ago
2aec7c5
mbcache: Remove unused features
by Andreas Gruenbacher
· 14 years ago
72edc4d
merge ext2 delete_inode and clear_inode, switch to ->evict_inode()
by Al Viro
· 14 years ago
3937871
Don't dirty the victim in ext2_xattr_delete_inode()
by Al Viro
· 14 years ago
addacc7
Take dirtying the inode to callers of ext2_free_blocks()
by Al Viro
· 14 years ago
3889717
ext2: switch to dquot_free_block_nodirty()
by Al Viro
· 14 years ago
2c27c65
check ATTR_SIZE contraints in inode_change_ok
by Christoph Hellwig
· 14 years ago
6a1a90a
rename generic_setattr
by Christoph Hellwig
· 14 years ago
Next »