Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
d979677c4c02f0a72db5a03ecd8184bd9d6695c8
/
fs
/
ext2
c16831b
ext2: Zero our b_size in ext2_quota_read()
by Manish Katiyar
· 16 years ago
6f90bee
ext2: Use lowercase names of quota functions
by Jan Kara
· 16 years ago
0e4a9b5
ext2/xip: refuse to change xip flag during remount with busy inodes
by Carsten Otte
· 16 years ago
6b7021e
ext2: also update the inode on disk when dir is IS_DIRSYNC
by Jan Kara
· 16 years ago
ef8b646
ext2: tighten restrictions on inode flags
by Duane Griffin
· 16 years ago
0e090f1
ext2: don't inherit inappropriate inode flags from parent
by Duane Griffin
· 16 years ago
18a82eb
ext2: allocate ->s_blockgroup_lock separately
by Pekka J Enberg
· 16 years ago
22d613d
ext2: fix ext2_splice_branch() comments
by Qinghuang Feng
· 16 years ago
41080b5
nfsd race fixes: ext2
by Al Viro
· 16 years ago
8d6d0c4
ext2: ensure fast symlinks are NUL-terminated
by Duane Griffin
· 16 years ago
a8dd4d6
CRED: Wrap task credential accesses in the Ext2 filesystem
by David Howells
· 16 years ago
2248485
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev
by Linus Torvalds
· 16 years ago
a988544
[PATCH] get rid of on-stack dentry in ext2_get_parent()
by Al Viro
· 16 years ago
4400372
[PATCH] switch all filesystems over to d_obtain_alias
by Christoph Hellwig
· 16 years ago
08f8585
[PATCH] move block_device_operations to blkdev.h
by Al Viro
· 17 years ago
6da0b38
fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out
by Alexey Dobriyan
· 16 years ago
bd39597
ext2: avoid printk floods in the face of directory corruption
by Eric Sandeen
· 16 years ago
d707d31
ext2: fix ext2 block reservation early ENOSPC issue
by Mingming Cao
· 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
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
74abb98
quota: move function-macros from quota.h to quotaops.h
by Jan Kara
· 16 years ago
f905f06
ext2: remove double definitions of xattr macros
by Shen Feng
· 16 years ago
8b91582
ext2: retry block allocation if new blocks are allocated from system zone
by Aneesh Kumar K.V
· 17 years ago
605afd6
ext2: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
2c11619
fs/ext2: use BUG_ON
by Julia Lawall
· 17 years ago
4c8b312
ext2: use ext2_fsblk_t type
by Akinobu Mita
· 17 years ago
24097d1
ext2: use ext2_group_first_block_no()
by Akinobu Mita
· 17 years ago
bbff286
ext2: improve ext2_readdir() return value
by Akinobu Mita
· 17 years ago
31f68e1
ext2: convert byte order of constant instead of variable
by Marcin Slusarz
· 17 years ago
fba4d39
ext2: le*_add_cpu conversion
by Marcin Slusarz
· 17 years ago
70688e4
xip: support non-struct page backed memory
by Nick Piggin
· 17 years ago
30afcb4
return pfn from direct_access, for XIP
by Jared Hulbert
· 17 years ago
e9b6269
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial
by Linus Torvalds
· 17 years ago
1cc8dcf
ext*: spelling fix prefered -> preferred
by Benoit Boissinot
· 17 years ago
42a74f2
[PATCH] r/o bind mounts: elevate write count for ioctls()
by Dave Hansen
· 17 years ago
335e92e
vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs
by Jan Kara
· 17 years ago
35c879d
mount options: fix ext2
by Miklos Szeredi
· 17 years ago
91dbbe4
ext2: remove unused ext2_put_inode prototype
by Christoph Hellwig
· 17 years ago
52fcf70
iget: stop EXT2 from using iget() and read_inode()
by David Howells
· 17 years ago
859cb93
ext[234]: cleanup ext[234]_bg_num_gdb()
by Akinobu Mita
· 17 years ago
fb01bfd
ext[234]: remove unused argument for ext[234]_find_goal()
by Akinobu Mita
· 17 years ago
197cd65a
ext[234]: use ext[234]_get_group_desc()
by Akinobu Mita
· 17 years ago
144704e
ext[234]: fix comment for nonexistent variable
by Akinobu Mita
· 17 years ago
d71cadd
BKL-removal: remove incorrect BKL comment in ext2
by Andi Kleen
· 17 years ago
14f9f7b
BKL-removal: convert ext2 over to use unlocked_ioctl
by Andi Kleen
· 17 years ago
01584fa
ext2: add block bitmap validation
by Aneesh Kumar K.V
· 17 years ago
a8e3eff
ext2: xip check fix
by Nick Piggin
· 17 years ago
14e11e1
ext2: change the default behaviour on error
by Aneesh Kumar K.V
· 17 years ago
7f0adae
ext2: return after ext2_error in case of failures
by Aneesh Kumar K.V
· 17 years ago
902be4c
ext2: Fix the max file size for ext2 file system.
by Aneesh Kumar K.V
· 17 years ago
6454d1f
fix up ext2_fs.h for userspace after reservations backport
by Tobias Poschwatta
· 17 years ago
e47776a
Forbid user to change file flags on quota files
by Jan Kara
· 17 years ago
0b832a4
Revert "ext2/ext3/ext4: add block bitmap validation"
by Linus Torvalds
· 17 years ago
3965516
exportfs: make struct export_operations const
by Christoph Hellwig
· 17 years ago
2e4c68e
ext2: new export ops
by Christoph Hellwig
· 17 years ago
89910cc
ext2: avoid rec_len overflow with 64KB block size
by Jan Kara
· 17 years ago
a686cd8
ext2 reservations
by Martin J. Bligh
· 17 years ago
d8ea6cf
ext2/4: use is_power_of_2()
by vignesh babu
· 17 years ago
7c9e69f
ext2/ext3/ext4: add block bitmap validation
by Aneesh Kumar K.V
· 17 years ago
ef2fb67
remove unused bh in calls to ext234_get_group_desc
by Eric Sandeen
· 17 years ago
93d44cb
ext2: show all mount options
by Miklos Szeredi
· 17 years ago
febfcf9
fs: mark nibblemap const
by Philippe De Muyter
· 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
3cb4f9f
lib: percpu_counter_sub
by Peter Zijlstra
· 17 years ago
aa0dff2
lib: percpu_counter_add
by Peter Zijlstra
· 17 years ago
03158cd
fs: restore nobh
by Nick Piggin
· 17 years ago
f34fb6e
ext2: convert to new aops
by Nick Piggin
· 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
dd00cc4
some kmalloc/memset ->kzalloc (tree wide)
by Yoann Padioleau
· 17 years ago
3bd858a
Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check
by Satyam Sharma
· 17 years ago
a569425
knfsd: exportfs: add exportfs.h header
by Christoph Hellwig
· 17 years ago
2235219
ext2: statfs speed up
by Badari Pulavarty
· 17 years ago
a6739af
ext2: fix a comment when ext2_release_file() is called
by Jan Kara
· 17 years ago
d054fe3
xip sendfile removal
by Carsten Otte
· 17 years ago
5ffc4ef
sendfile: remove .sendfile from filesystems that use generic_file_sendfile()
by Jens Axboe
· 17 years ago
ddc80bd
ext2: fix return of uninitialised variable
by Andrew Morton
· 17 years ago
266f5aa
ext2: disallow setting xip on remount
by Carsten Otte
· 17 years ago
a35afb8
Remove SLAB_CTOR_CONSTRUCTOR
by Christoph Lameter
· 17 years ago
4f99ed6
ext3: copy i_flags to inode flags on write
by Jan Kara
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
4d7bf11
ext2/3/4: fix file date underflow on ext2 3 filesystems on 64 bit systems
by Markus Rechberger
· 17 years ago
50953fe
slab allocators: Remove SLAB_DEBUG_INITIAL flag
by Christoph Lameter
· 18 years ago
6fe6900
mm: make read_cache_page synchronous
by Nick Piggin
· 18 years ago
e627432
[PATCH] ext[234]: update documentation
by Aneesh Kumar K.V
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
754661f
[PATCH] mark struct inode_operations const 1
by Arjan van de Ven
· 18 years ago
2e7842b
[PATCH] fix umask when noACL kernel meets extN tuned for ACLs
by Hugh Dickins
· 18 years ago
d8adb9c
[PATCH] ext2: skip pages past number of blocks in ext2_find_entry
by Eric Sandeen
· 18 years ago
f0d1b0b
[PATCH] LOG2: Implement a general integer log2 facility in the kernel
by David Howells
· 18 years ago
c29c693
[PATCH] ext2: change uses of f_{dentry, vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
93f210d
[PATCH] protect ext2 ioctl modifying append_only immutable etc with i_mutex
by Andrew Morton
· 18 years ago
ed2908f
[PATCH] Remove superfluous lock_super() in extN xattr code
by Andreas Gruenbacher
· 18 years ago
e4fca01
[PATCH] ext2: fsid for statvfs
by Pekka Enberg
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
Next »