Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
73ac36ea14fd18ea3dc057e41b16ff31a3c0bd5a
/
fs
/
ext4
/
super.c
a5b5ee3
ext4: Add default allocation routines for quota structures
by Jan Kara
· 16 years ago
17bd13b
ext4: Use sb_any_quota_loaded() instead of sb_any_quota_enabled()
by Jan Kara
· 16 years ago
b3a6ffe
Get rid of CONFIG_LSF
by Jens Axboe
· 16 years ago
14ce0cb
ext4: wait on all pending commits in ext4_sync_fs()
by Theodore Ts'o
· 16 years ago
d94e99a
ext4: Convert to host order before using the values.
by Aneesh Kumar K.V
· 16 years ago
ef2cabf
ext4: fix a bug accessing freed memory in ext4_abort
by Hidehiro Kawai
· 16 years ago
2248485
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev
by Linus Torvalds
· 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
f287a1a
ext4: Remove automatic enabling of the HUGE_FILE feature flag
by Theodore Ts'o
· 16 years ago
01436ef
ext4: Remove unused mount options: nomballoc, mballoc, nocheck
by Theodore Ts'o
· 16 years ago
5128273
ext4: Add missing newlines to printk messages
by Eric Sesterhenn
· 16 years ago
c2774d8
ext4: Do mballoc init before doing filesystem recovery
by Aneesh Kumar K.V
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
3244fcb
ext4: fix build failure without procfs
by Alexander Beregalov
· 16 years ago
5bf5683
ext4: add an option to control error handling on file data
by Hidehiro Kawai
· 16 years ago
7ffe1ea
ext4: add checks for errors from jbd2
by Hidehiro Kawai
· 16 years ago
03010a3
ext4: Rename ext4dev to ext4
by Theodore Ts'o
· 16 years ago
39d80c3
ext4: Avoid double dirtying of super block in ext4_put_super()
by Andi Kleen
· 16 years ago
ede86cc
ext4: Add debugging markers that can be used by systemtap
by Theodore Ts'o
· 16 years ago
c2ea3fd
ext4: Remove old legacy block allocator
by Theodore Ts'o
· 16 years ago
240799c
ext4: Use readahead when reading an inode from the inode table
by Theodore Ts'o
· 16 years ago
5e8814f
ext4: Combine proc file handling into a single set of functions
by Theodore Ts'o
· 16 years ago
9f6200b
ext4: move /proc setup and teardown out of mballoc.c
by Theodore Ts'o
· 16 years ago
914258b
ext4/jbd2: Avoid WARN() messages when failing to write to the superblock
by Theodore Ts'o
· 16 years ago
7ee1ec4
ext4: add missing unlock in ext4_check_descriptors() on error path
by Li Zefan
· 16 years ago
0549676
jbd2: clean up how the journal device name is printed
by Theodore Ts'o
· 16 years ago
c62a11f
Update flex_bg free blocks and free inodes counters when resizing.
by Frederic Bohe
· 16 years ago
6bc6e63
ext4: Add percpu dirty block accounting.
by Aneesh Kumar K.V
· 16 years ago
af5bc92
ext4: Fix whitespace checkpatch warnings/errors
by Theodore Ts'o
· 16 years ago
e5f8eab
ext4: Fix long long checkpatch warnings
by Theodore Ts'o
· 16 years ago
4776004
ext4: Add printk priority levels to clean up checkpatch warnings
by Theodore Ts'o
· 16 years ago
91246c0
ext4: Initialize writeback_index to 0 when allocating a new inode
by Aneesh Kumar K.V
· 16 years ago
8f616cd
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
77e69da
[PATCH] fix races and leaks in vfs_quota_on() users
by Al Viro
· 16 years ago
2b2d6d0
ext4: Cleanup whitespace and other miscellaneous style issues
by Theodore Ts'o
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
ec05e86
ext4: improve ext4_fill_flex_info() a bit
by Li Zefan
· 16 years ago
b5f10ee
ext4: lock block groups when initializing
by Eric Sandeen
· 16 years ago
8a26646
ext4: Allow read/only mounts with corrupted block group checksums
by Theodore Ts'o
· 16 years ago
e4079a1
ext4: do not set extents feature from the kernel
by Eric Sandeen
· 16 years ago
c07651b
ext4: Don't allow nonextenst mount option for large filesystem
by Aneesh Kumar K.V
· 16 years ago
dd919b9
ext4: Enable delalloc by default.
by Aneesh Kumar K.V
· 16 years ago
d2a1763
ext4: delayed allocation ENOSPC handling
by Mingming Cao
· 16 years ago
6476924
ext4: Add delayed allocation support in data=writeback mode
by Alex Tomas
· 16 years ago
678aaf4
ext4: Use new framework for data=ordered mode in JBD2
by Jan Kara
· 16 years ago
47b4a50
ext4: Set journal pointer to NULL when journal is released
by Jan Kara
· 16 years ago
7477827
ext4: Fix sparse warning
by Aneesh Kumar K.V
· 16 years ago
f9a8ac9
ext4: remove redundant code in ext4_fill_super()
by Li Zefan
· 16 years ago
772cb7c
ext4: New inode allocation for FLEX_BG meta-data groups.
by Jose R. Santos
· 16 years ago
7ad72ca
ext4: Remove unused variable from ext4_show_options
by Theodore Ts'o
· 16 years ago
4d04e4f
ext4: add missing unlock to an error path in ext4_quota_write()
by Jan Kara
· 16 years ago
571640c
ext4: enable barriers by default
by Eric Sandeen
· 16 years ago
cd0b6a3
ext4: Display the journal_async_commit mount option in /proc/mounts
by Theodore Ts'o
· 16 years ago
624080e
jbd2: If a journal checksum error is detected, propagate the error to ext4
by Theodore Ts'o
· 16 years ago
2c8be6b
ext4: fix typos in messages and comments (journalled -> journaled)
by Jan Kara
· 16 years ago
0623543
ext4: fix synchronization of quota files in journal=data mode
by Jan Kara
· 16 years ago
cd59e7b
ext4: Fix mount messages when quota disabled
by Jan Kara
· 16 years ago
dfc5d03
ext4: correct mount option parsing to detect when quota options can be changed
by Jan Kara
· 16 years ago
c19204b
ext4: don't use ext4_error in ext4_check_descriptors
by Josef Bacik
· 17 years ago
3dcf545
ext4: move headers out of include/linux
by Christoph Hellwig
· 17 years ago
2887df1
ext4: Fix hang on umount with quotas when journal is aborted
by Jan Kara
· 17 years ago
46e665e
ext4: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
216c34b
ext4: convert byte order of constant instead of variable
by Marcin Slusarz
· 17 years ago
e8546d0
ext4: le*_add_cpu conversion
by Marcin Slusarz
· 17 years ago
f3f12fa
ext4: fix mount option parsing
by Josef Bacik
· 17 years ago
97bd42b
ext4: check return of ext4_orphan_get properly
by Josef Bacik
· 17 years ago
6f28e08
quota: ext4: make ext4 handle quotaon on remount
by Jan Kara
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
469108f
ext4: Add new "development flag" to the ext4 filesystem
by Theodore Tso
· 17 years ago
1d1fe1e
iget: stop EXT4 from using iget() and read_inode()
by David Howells
· 17 years ago
197cd65a
ext[234]: use ext[234]_get_group_desc()
by Akinobu Mita
· 17 years ago
ce40733
ext4: Check for return value from sb_set_blocksize
by Aneesh Kumar K.V
· 17 years ago
cb45bbe
ext4: Add stripe= option to /proc/mounts
by Miklos Szeredi
· 17 years ago
3dbd0ed
ext4: Enable the multiblock allocator by default
by Aneesh Kumar K.V
· 17 years ago
c9de560
ext4: Add multi block allocator for ext4
by Alex Tomas
· 17 years ago
aa22df2
ext4: Fix ext4_show_options to show the correct mount options.
by Aneesh Kumar K.V
· 17 years ago
25ec56b
ext4: Add inode version support in ext4
by Jean Noel Cordenner
· 17 years ago
818d276
ext4: Add the journal checksum feature
by Girish Shilamkar
· 17 years ago
0e855ac
ext4: Convert truncate_mutex to read write semaphore.
by Aneesh Kumar K.V
· 17 years ago
bb4f397
ext4: Change the default behaviour on error
by Aneesh Kumar K.V
· 17 years ago
e7c9559
ext4: fix oops on corrupted ext4 mount
by Eric Sandeen
· 17 years ago
07620f6
ext4/super.c: fix #ifdef's (CONFIG_EXT4_* -> CONFIG_EXT4DEV_*)
by Adrian Bunk
· 17 years ago
e2b4657
ext4: store maxbytes for bitmapped files and return EFBIG as appropriate
by Eric Sandeen
· 17 years ago
cd2291a
ext4: different maxbytes functions for bitmap & extent files
by Eric Sandeen
· 17 years ago
8180a56
ext4: Support large files
by Aneesh Kumar K.V
· 17 years ago
0fc1b45
ext4: Add support for 48 bit inode i_blocks.
by Aneesh Kumar K.V
· 17 years ago
1d03ec9
ext4: Fix sparse warnings.
by Aneesh Kumar K.V
· 17 years ago
99e6f82
ext4: Introduce ext4_update_*_feature
by Aneesh Kumar K.V
· 17 years ago
fd2d429
ext4: add ext4_group_t, and change all group variables to this type.
by Avantika Mathur
· 17 years ago
725d26d
ext4: Introduce ext4_lblk_t
by Aneesh Kumar K.V
· 17 years ago
afc7cbc
ext4: Support large blocksize up to PAGESIZE
by Takashi Sato
· 17 years ago
b47b6f3
ext3, ext4: avoid divide by zero
by Andries E. Brouwer
· 17 years ago
3965516
exportfs: make struct export_operations const
by Christoph Hellwig
· 17 years ago
1b961ac
ext4: new export ops
by Christoph Hellwig
· 17 years ago
308ba3e
ext4: Convert s_r_blocks_count and s_free_blocks_count
by Aneesh Kumar K.V
· 17 years ago
6bc9fef
ext4: Convert s_blocks_count to s_blocks_count_lo
by Aneesh Kumar K.V
· 17 years ago
5272f83
ext4: Convert bg_inode_bitmap and bg_inode_table
by Aneesh Kumar K.V
· 17 years ago
3a14589
ext4: Convert bg_block_bitmap to bg_block_bitmap_lo
by Aneesh Kumar K.V
· 17 years ago
Next »