Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
14c16db3906ba9453e9c786323f872e11fd0f48d
/
fs
/
ext4
/
super.c
d4bfe2f
switch ext4 to inode->i_acl
by Al Viro
· 15 years ago
31583d6
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
1101391
ext4: teach the inode allocator to use a goal inode number
by Andreas Dilger
· 15 years ago
4ab2f15
ext4: move the abort flag from s_mount_opts to s_mount_flags
by Theodore Ts'o
· 15 years ago
7f4520c
ext4: change s_mount_opt to be an unsigned int
by Theodore Ts'o
· 15 years ago
337eb00
Push BKL down into ->remount_fs()
by Alessio Igor Bogani
· 15 years ago
ebc1ac1
->write_super lock_super pushdown
by Christoph Hellwig
· 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
a9e220f
No need to do lock_super() for exclusion in generic_shutdown_super()
by Al Viro
· 16 years ago
8c85e12
remove ->write_super call in generic_shutdown_super
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
b31e155
ext4: Change all super.c messages to print the device
by Eric Sandeen
· 15 years ago
0b8e58a
ext4: super.c whitespace cleanup
by Andreas Dilger
· 15 years ago
88b6edd
ext4: Clean up calls to ext4_get_group_desc()
by Theodore Ts'o
· 15 years ago
e1defc4
block: Do away with the notion of hardsect_size
by Martin K. Petersen
· 15 years ago
f683016
ext4: Fix memory leak in ext4_fill_super() in case of a failed mount
by Manish Katiyar
· 15 years ago
6fd058f
ext4: Add a comprehensive block validity check to ext4_get_blocks()
by Theodore Ts'o
· 15 years ago
955ce5f
ext4: Convert ext4_lock_group to use sb_bgl_lock
by Aneesh Kumar K.V
· 16 years ago
f403390
ext4: Make the length of the mb_history file tunable
by Curt Wohlgemuth
· 16 years ago
bb23c20
ext4: Move fs/ext4/group.h into ext4.h
by Theodore Ts'o
· 16 years ago
596397b
ext4: Move fs/ext4/namei.h into ext4.h
by Theodore Ts'o
· 16 years ago
9bffad1
ext4: convert instrumentation from markers to tracepoints
by Theodore Ts'o
· 15 years ago
32ed505
ext4: Replace lock/unlock_super() with an explicit lock for resizing
by Theodore Ts'o
· 16 years ago
3b9d4ed
ext4: Replace lock/unlock_super() with an explicit lock for the orphan list
by Theodore Ts'o
· 16 years ago
a63c9eb
ext4: ext4_mark_recovery_complete() doesn't need to use lock_super
by Theodore Ts'o
· 16 years ago
114e9fc
ext4: Remove outdated comment about lock_super()
by Theodore Ts'o
· 16 years ago
8df9675
ext4: Avoid races caused by on-line resizing and SMP memory reordering
by Theodore Ts'o
· 16 years ago
9ca9238
ext4: Use separate super_operations structure for no_journal filesystems
by Theodore Ts'o
· 16 years ago
7234ab2
ext4: Fix and simplify s_dirt handling
by Theodore Ts'o
· 16 years ago
e2d6705
ext4: Simplify ext4_commit_super()'s function signature
by Theodore Ts'o
· 16 years ago
f7c4395
ext4: Use is_power_of_2() for clarity
by Theodore Ts'o
· 16 years ago
c5ca7c7
ext4: Fallback to vmalloc if kmalloc can't allocate s_flex_groups array
by Theodore Ts'o
· 16 years ago
0f2ddca
ext4: check block device size on mount
by From: Thiemo Nagel
· 16 years ago
06705bf
ext4: Regularize mount options
by Theodore Ts'o
· 16 years ago
afd4672
ext4: Add auto_da_alloc mount option
by Theodore Ts'o
· 16 years ago
7d39db1
ext4: Use struct flex_groups to calculate get_orlov_stats()
by Theodore Ts'o
· 16 years ago
9f24e42
ext4: Use atomic_t's in struct flex_groups
by Theodore Ts'o
· 16 years ago
b713a5e
ext4: remove /proc tuning knobs
by Theodore Ts'o
· 16 years ago
3197ebd
ext4: Add sysfs support
by Theodore Ts'o
· 16 years ago
afc32f7
ext4: Track lifetime disk writes
by Theodore Ts'o
· 16 years ago
705895b
ext4: allocate ->s_blockgroup_lock separately
by Pekka Enberg
· 16 years ago
a269eb1
ext4: Use lowercase names of quota functions
by Jan Kara
· 16 years ago
60e58e0
ext4: quota reservation for delayed allocation
by Mingming Cao
· 16 years ago
edf7245
ext4: Remove unnecessary quota functions
by Jan Kara
· 16 years ago
8b1a8ff
ext4: Remove duplicate call to ext4_commit_super() in ext4_freeze()
by Theodore Ts'o
· 16 years ago
9eddacf
Revert "ext4: wait on all pending commits in ext4_sync_fs()"
by Jan Kara
· 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
83982b6
ext4: Remove "extents" mount option
by Theodore Ts'o
· 16 years ago
abda141
ext4: Make printk's consistently prefixed with "EXT4-fs: "
by Theodore Ts'o
· 16 years ago
4ec1102
ext4: Add sanity checks for the superblock before mounting the filesystem
by Theodore Ts'o
· 16 years ago
b3881f7
ext4: Add mount option to set kjournald's I/O priority
by Theodore Ts'o
· 16 years ago
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
c319106
ext4: Remove code to create the journal inode
by Theodore Ts'o
· 16 years ago
c39a7f8
ext4: provide function to release metadata pages under memory pressure
by Toshiyuki Okajima
· 16 years ago
560671a
ext4: Use high 16 bits of the block group descriptor's free counts fields
by Aneesh Kumar K.V
· 16 years ago
5d1b1b3
ext4: fix BUG when calling ext4_error with locked block group
by Aneesh Kumar K.V
· 16 years ago
b3a6ffe
Get rid of CONFIG_LSF
by Jens Axboe
· 16 years ago
3a06d77
ext4: sparse fixes
by Aneesh Kumar K.V
· 16 years ago
a9df9a4
ext4: Make ext4_group_t be an unsigned int
by Theodore Ts'o
· 16 years ago
3077384
ext4: add fsync batch tuning knobs
by Theodore Ts'o
· 16 years ago
fde4d95
ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning()
by Theodore Ts'o
· 16 years ago
0390131
ext4: Allow ext4 to run without a journal
by Frank Mayhar
· 16 years ago
23475e2
ext4: Use simple_strtol() instead of simple_strtoul() in ext4_ui_proc_open
by Roel Kluin
· 16 years ago
565a961
ext4: avoid ext4_error when mounting a fs with a single bg
by Aneesh Kumar K.V
· 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
f99b258
ext4: Add support for non-native signed/unsigned htree hash algorithms
by Theodore Ts'o
· 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
Next »