Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9af514232e9e74cbcd24700fc321b7c71a536568
/
fs
/
ext3
/
super.c
« Previous
6b082b5
ext3: provide function to release metadata pages under memory pressure
by Toshiyuki Okajima
· 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
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
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
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
0e4fb5e
ext3: add an option to control error handling on file data
by Hidehiro Kawai
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
77e69da
[PATCH] fix races and leaks in vfs_quota_on() users
by Al Viro
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 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
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
07c9938
ext3: fix hang on umount with quotas when journal is aborted
by Jan Kara
· 17 years ago
1eaafea
ext3: use ext3_group_first_block_no()
by Akinobu Mita
· 17 years ago
e7f23eb
ext3: convert byte order of constant instead of variable
by Marcin Slusarz
· 17 years ago
2fd83a4
quota: ext3: make ext3 handle quotaon on remount
by Jan Kara
· 17 years ago
92587216
ext3: fix mount option parsing
by Josef Bacik
· 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
50e8a28
ext3: replace all adds to little endians variables with le*_add_cpu
by Marcin Slusarz
· 17 years ago
473043d
iget: stop EXT3 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
1eca93f
ext3: change the default behaviour on error
by Aneesh Kumar K.V
· 17 years ago
fe7fdc3
ext3: Fix the max file size for ext3 file system.
by Aneesh Kumar K.V
· 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
74af0ba
ext3: new export ops
by Christoph Hellwig
· 17 years ago
0f0a89e
ext3: support large blocksize up to PAGESIZE
by Takashi Sato
· 17 years ago
571beed
ext3: show all mount options
by Miklos Szeredi
· 17 years ago
4ba9b9d
Slab API: remove useless ctor parameter and reorder parameters
by Christoph Lameter
· 17 years ago
833f407
lib: percpu_counter_init error handling
by Peter Zijlstra
· 17 years ago
52d9f3b
lib: percpu_counter_sum_positive
by Peter Zijlstra
· 17 years ago
9c3013e
quota: fix infinite loop
by Jan Kara
· 17 years ago
780dcdb
fix inode_table test in ext234_check_descriptors
by Eric Sandeen
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
a569425
knfsd: exportfs: add exportfs.h header
by Christoph Hellwig
· 17 years ago
a71ce8c
ext3: statfs speed up
by Badari Pulavarty
· 17 years ago
952d9de
ext3: fix error handling in ext3_create_journal()
by Borislav Petkov
· 17 years ago
3fc7426
is_power_of_2: ext3/super.c
by vignesh babu
· 17 years ago
030703e
ext3: fix deadlock in ext3_remount() and orphan list handling
by Jan Kara
· 17 years ago
9f7dd93
ext3/ext4: orphan list check on destroy_inode
by Vasily Averin
· 17 years ago
a35afb8
Remove SLAB_CTOR_CONSTRUCTOR
by Christoph Lameter
· 17 years ago
50953fe
slab allocators: Remove SLAB_DEBUG_INITIAL flag
by Christoph Lameter
· 18 years ago
f98393a
mm: remove destroy_dirty_buffers from invalidate_bdev()
by Peter Zijlstra
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
2e7842b
[PATCH] fix umask when noACL kernel meets extN tuned for ACLs
by Hugh Dickins
· 18 years ago
ea9a05a
[PATCH] ext3: refuse ro to rw remount of fs with orphan inodes
by Eric Sandeen
· 18 years ago
f0d1b0b
[PATCH] LOG2: Implement a general integer log2 facility in the kernel
by David Howells
· 18 years ago
a8f48a9
[PATCH] ext3/4: don't do orphan processing on readonly devices
by Eric Sandeen
· 18 years ago
50ee0a3
[PATCH] ext3: fsid for statvfs
by Pekka Enberg
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e6b4f8d
[PATCH] slab: remove SLAB_NOFS
by Christoph Lameter
· 18 years ago
2245d7c
[PATCH] ext3: errors behaviour fix
by Dmitry Mishin
· 18 years ago
1a1d92c
[PATCH] Really ignore kmem_cache_destroy return value
by Alexey Dobriyan
· 18 years ago
f8314dc
[PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc
by Panagiotis Issaris
· 18 years ago
a4e4de3
[PATCH] ext3: Fix sparse warnings
by Dave Kleikamp
· 18 years ago
e9ad562
[PATCH] ext3: More whitespace cleanups
by Dave Kleikamp
· 18 years ago
7543fc7
[PATCH] ext3: wrong error behavior
by Vasily Averin
· 18 years ago
eee194e
[PATCH] ext3: inode numbers are unsigned long
by Eric Sandeen
· 18 years ago
855565e
[PATCH] fix ext3 mounts at 16T
by Eric Sandeen
· 18 years ago
ae6ddcc
[PATCH] ext3 and jbd cleanup: remove whitespace
by Mingming Cao
· 18 years ago
fdb3667
[PATCH] knfsd: Make ext3 reject filehandles referring to invalid inode number
by NeilBrown
· 18 years ago
5c81a41
[PATCH] lockdep: annotate the quota code
by Arjan van de Ven
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
ade1a29
[PATCH] ext3: Add "-o bh" option
by Badari Pulavarty
· 18 years ago
43d23f9
[PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversion
by Mingming Cao
· 18 years ago
1c2bf37
[PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixes
by Mingming Cao
· 18 years ago
d2e5b13
[PATCH] ext3: remove inconsistent space before exclamation point in mount code
by Theodore Ts'o
· 18 years ago
fcd5df3
[PATCH] Avoid disk sector_t overflow for >2TB ext3 filesystem
by Mingming Cao
· 18 years ago
0216bfc
[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 free blocks counter
by Mingming Cao
· 18 years ago
e602260
[PATCH] ext3_clear_inode(): avoid kfree(NULL)
by Andrew Morton
· 18 years ago
726c334
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
by David Howells
· 18 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 18 years ago
a0e9285
[PATCH] ext3: "nobh" writeback support for filesystems blocksize < pagesize
by Badari Pulavarty
· 19 years ago
09fe316
[PATCH] fast ext3_statfs
by Alex Tomas
· 19 years ago
fffb60f
[PATCH] cpuset memory spread: slab cache format
by Paul Jackson
· 19 years ago
4b6a931
[PATCH] cpuset memory spread: slab cache filesystems
by Paul Jackson
· 19 years ago
9746151
[PATCH] convert ext3's truncate_sem to a mutex
by Arjan van de Ven
· 19 years ago
d3be915
[PATCH] sem2mutex: quota
by Ingo Molnar
· 19 years ago
7892f2f
[PATCH] mutex subsystem, semaphore to mutex: VFS, sb->s_lock
by Ingo Molnar
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
71b9625
[PATCH] ext3: external journal device as a mount option
by Johann Lombardi
· 19 years ago
2860b73
[PATCH] remove CONFIG_EXT{2,3}_CHECK
by Adrian Bunk
· 19 years ago
381be254
[PATCH] ext3: sparse fixes
by Ben Dooks
· 19 years ago
6cd37cd
[PATCH] Fix ext3 warning for unused var
by Peter Osterlund
· 19 years ago
275abf5
[PATCH] ext3: ext3_show_options fix
by OGAWA Hirofumi
· 19 years ago
8fc2751
[PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mounts
by Mark Bellon
· 19 years ago
08c6a96
[PATCH] ext3: fix options parsing
by Jan Kara
· 19 years ago
c7f1721
[PATCH] coverity: fs/ext3/super.c: match_int return check
by KAMBAROV, ZAUR
· 19 years ago
1f54587
[PATCH] quota: ext3: Improve quota credit estimates
by Jan Kara
· 19 years ago
84de856
[PATCH] quota: consolidate code surrounding vfs_quota_on_mount
by Christoph Hellwig
· 19 years ago
Next »