Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0ce166b7b46122bf91a4766e20c85a6485448765
/
fs
/
ext3
43237b5
ext3: Get rid of extenddisksize parameter of ext3_get_blocks_handle()
by Jan Kara
· 15 years ago
9eaaa2d
ext3: Fix truncation of symlinks after failed write
by Jan Kara
· 15 years ago
073aaa1
helpers for acl caching + switch to those
by Al Viro
· 15 years ago
6582a0e
switch ext3 to inode->i_acl
by Al Viro
· 15 years ago
31583d6a
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
90c699a
block: rename CONFIG_LBD to CONFIG_LBDAF
by Bartlomiej Zolnierkiewicz
· 15 years ago
ef43618
ext3: make sure inode is deleted from orphan list after truncate
by Jan Kara
· 15 years ago
e8ef7aa
ext3: fix chain verification in ext3_get_blocks()
by Jan Kara
· 15 years ago
9c64daf
ext3: avoid unnecessary spinlock in critical POSIX ACL path
by Linus Torvalds
· 15 years ago
337eb00
Push BKL down into ->remount_fs()
by Alessio Igor Bogani
· 15 years ago
bbd6851
Push lock_super() into the ->remount_fs() of filesystems that care about it
by Al Viro
· 16 years ago
6cfd014
push BKL down into ->put_super
by Christoph Hellwig
· 16 years ago
ca41f7b
ext3: remove ->write_super and stop maintaining ->s_dirt
by Christoph Hellwig
· 16 years ago
c905959
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
e1defc4
block: Do away with the notion of hardsect_size
by Martin K. Petersen
· 15 years ago
de5ce03
ext3: Fix memory leak in ext3_fill_super() in case of a failed mount
by Manish Katiyar
· 15 years ago
430db32
ext3: Try to avoid starting a transaction in writepage for data=writepage
by Jan Kara
· 16 years ago
bbae8bc
ext3: make default data ordering mode configurable
by Linus Torvalds
· 16 years ago
20bec8a
Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
e7c8f50
ext3: Add replace-on-rename hueristics for data=writeback mode
by Theodore Ts'o
· 16 years ago
f7ab34e
ext3: Add replace-on-truncate hueristics for data=writeback mode
by Theodore Ts'o
· 16 years ago
8fe74cf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
695f6ae
ext3: avoid false EIO errors
by Jan Kara
· 16 years ago
de18f3b
ext3: return -EIO not -ESTALE on directory traversal through deleted inode
by Bryan Donlan
· 16 years ago
45f9021
ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.c
by Wei Yongjun
· 16 years ago
039fd8c
ext3: remove the BKL in ext3/ioctl.c
by Cyrus Massoumi
· 16 years ago
ce3b0f8
New helper - current_umask()
by Al Viro
· 16 years ago
2c9e15a
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6
by Linus Torvalds
· 16 years ago
9e80d40
ext3: Avoid starting a transaction in writepage when not necessary
by Jan Kara
· 16 years ago
81a0522
ext3: Use lowercase names of quota functions
by Jan Kara
· 16 years ago
a219ce3
ext3: Remove unnecessary quota functions
by Jan Kara
· 16 years ago
02ac597
ext3: revert "ext3: wait on all pending commits in ext3_sync_fs"
by Jan Kara
· 16 years ago
a21102b
ext3: Add sanity check to make_indexed_dir
by Theodore Ts'o
· 16 years ago
c4be0c1
filesystem freeze: add error handling of write_super_lockfs/unlockfs
by Takashi Sato
· 16 years ago
2150edc
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
be857df
generic swap(): ext3: remove local swap() macro
by Wu Fengguang
· 16 years ago
04143e2
ext3: tighten restrictions on inode flags
by Duane Griffin
· 16 years ago
2e8671c
ext3: don't inherit inappropriate inode flags from parent
by Duane Griffin
· 16 years ago
5df096d
ext3: allocate ->s_blockgroup_lock separately
by Pekka Enberg
· 16 years ago
157091a
ext3: Add default allocation routines for quota structures
by Jan Kara
· 16 years ago
ee0d5ff
ext3: Use sb_any_quota_loaded() instead of sb_any_quota_enabled()
by Jan Kara
· 16 years ago
54566b2
fs: symlink write_begin allocation context fix
by Nick Piggin
· 16 years ago
6b082b5
ext3: provide function to release metadata pages under memory pressure
by Toshiyuki Okajima
· 16 years ago
c38012d
nfsd race fixes: ext3
by Al Viro
· 16 years ago
b5ed311
ext3: ensure fast symlinks are NUL-terminated
by Duane Griffin
· 16 years ago
2b82892
Merge branch 'master' into next
by James Morris
· 16 years ago
6a2f90e
CRED: Wrap task credential accesses in the Ext3 filesystem
by David Howells
· 16 years ago
6cdfcc2
ext3: Clean up outdated and incorrect comment for ext3_write_super()
by Theodore Tso
· 16 years ago
c87591b
ext3: wait on all pending commits in ext3_sync_fs
by Arthur Jones
· 16 years ago
59e315b
ext3/4: Fix loop index in do_split() so it is signed
by Theodore Ts'o
· 16 years ago
5e1f8c9
ext3: Add support for non-native signed/unsigned htree hash algorithms
by Theodore Ts'o
· 16 years ago
44d6f78
ext3: fix a bug accessing freed memory in ext3_abort
by Hidehiro Kawai
· 16 years ago
8c9fa93
ext3: Fix duplicate entries returned from getdents() system call
by Theodore Ts'o
· 16 years ago
12e1ec9
ext3 quota support: fix compile failure
by Linus Torvalds
· 16 years ago
2248485
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev
by Linus Torvalds
· 16 years ago
5ed487b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
2d7c820
ext3: add checks for errors from jbd
by Hidehiro Kawai
· 16 years ago
734711a
[PATCH] get rid of on-stack fake dentry in ext3_get_parent()
by Al Viro
· 16 years ago
4400372
[PATCH] switch all filesystems over to d_obtain_alias
by Christoph Hellwig
· 16 years ago
8264613
[PATCH] switch quota_on-related stuff to kern_path()
by Al Viro
· 16 years ago
9a1c354
[PATCH] pass fmode_t to blkdev_put()
by Al Viro
· 17 years ago
6da0b38
fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out
by Alexey Dobriyan
· 16 years ago
cdbf6db
ext3: avoid printk floods in the face of directory corruption
by Eric Sandeen
· 16 years ago
5ec8b75
ext3: truncate block allocated on a failed ext3_write_begin
by Aneesh Kumar K.V
· 16 years ago
6a897cf
ext3: fix ext3_dx_readdir hash collision handling
by Eugene Dashevsky
· 16 years ago
0e4fb5e
ext3: add an option to control error handling on file data
by Hidehiro Kawai
· 16 years ago
46d01a2
ext3: fix ext3 block reservation early ENOSPC issue
by Mingming Cao
· 16 years ago
972fbf7
ext3: don't try to resize if there are no reserved gdt blocks left
by Josef Bacik
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
68c9d70
generic block based fiemap implementation
by Josef Bacik
· 16 years ago
77e69da
[PATCH] fix races and leaks in vfs_quota_on() users
by Al Viro
· 16 years ago
8ab22b9
vfs: pagecache usage optimization for pagesize!=blocksize
by Hisashi Hifumi
· 16 years ago
e6305c4
[PATCH] sanitize ->permission() prototype
by Al Viro
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
275c0a8
ext3: validate directory entry data before use
by Duane Griffin
· 16 years ago
8ef2720
ext3: kill 2 useless magic numbers
by Li Zefan
· 16 years ago
3ccc316
ext3: handle deleting corrupted indirect blocks
by Duane Griffin
· 16 years ago
95450f5
ext3: don't read inode block if the buffer has a write error
by Hidehiro Kawai
· 16 years ago
ae76dd9
ext3: handle corrupted orphan list at mount
by Duane Griffin
· 16 years ago
ef1afd3
ext3: remove double definitions of xattr macros
by Shen Feng
· 16 years ago
9ebfbe9
ext3: improve some code in rb tree part of dir.c
by Shen Feng
· 16 years ago
d06bf1d
ext3: correct mount option parsing to detect when quota options can be changed
by Jan Kara
· 16 years ago
99aeaf6
ext3: fix typos in messages and comments (journalled -> journaled)
by Jan Kara
· 16 years ago
9cfe7b9
ext3: fix synchronization of quota files in journal=data mode
by Jan Kara
· 16 years ago
f5c8f7d
ext3: add missing unlock to error path in ext3_quota_write()
by Jan Kara
· 16 years ago
9bb9178
ext3: fix online resize bug
by Josef Bacik
· 16 years ago
7e01c8e
ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()
by Tiger Yang
· 16 years ago
7c2f3d6
ext3: fix test ext_generic_write_end() copied return value
by Roel Kluin
· 17 years ago
e05b6b5
ext3: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
fa1ff1e
ext3: fix mount messages when quota disabled
by Jan Kara
· 17 years ago
2588ef8
ext3: retry block allocation if new blocks are allocated from system zone
by Aneesh Kumar K.V
· 17 years ago
07c9938
ext3: fix hang on umount with quotas when journal is aborted
by Jan Kara
· 17 years ago
0b23076
ext3: fix update of mtime and ctime on rename
by Jan Kara
· 17 years ago
269b261
fs/ext3: use BUG_ON
by Julia Lawall
· 17 years ago
33575f8
ext3: check ext3_journal_get_write_access() errors
by Akinobu Mita
· 17 years ago
e0e369a
ext3: use ext3_get_group_desc()
by Akinobu Mita
· 17 years ago
22a5daf
ext3: add missing ext3_journal_stop()
by Akinobu Mita
· 17 years ago
1eaafea
ext3: use ext3_group_first_block_no()
by Akinobu Mita
· 17 years ago
1563300
make ext3_xattr_list() static
by Adrian Bunk
· 17 years ago
e7f23eb
ext3: convert byte order of constant instead of variable
by Marcin Slusarz
· 17 years ago
Next »