Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a72d9002f80bffd7e4c7d60e5a9caa0cddffe894
/
fs
/
ext4
/
xattr.c
bd9926e
ext4: zero out inline data using memset() instead of empty_zero_page
by Theodore Ts'o
· 12 years ago
0d812f7
ext4: evict inline data out if we need to strore xattr in inode
by Tao Ma
· 12 years ago
879b382
ext4: export inline xattr functions
by Tao Ma
· 12 years ago
37be2f5
ext4: remove ext4_handle_release_buffer()
by Eric Sandeen
· 12 years ago
41eb70d
ext4: use s_csum_seed instead of i_csum_seed for xattr block
by Tao Ma
· 12 years ago
cc8e94f
ext4: Calculate and verify checksums of extended attribute blocks
by Darrick J. Wong
· 13 years ago
ace36ad
ext4: add no_printk argument validation, fix fallout
by Joe Perches
· 13 years ago
c1bb05a
ext4: avoid deadlock on sync-mounted FS w/o journal
by Eric Sandeen
· 13 years ago
f1b3a2a
ext4: remove unneeded variable in ext4_xattr_check_block()
by Zheng Liu
· 13 years ago
6d6a4351
ext4: fix race in xattr block allocation path
by Eric Sandeen
· 13 years ago
6654361
ext4: use ext4_reserve_inode_write in ext4_xattr_set_handle
by Eric Sandeen
· 13 years ago
55f020d
ext4: add flag to ext4_has_free_blocks
by Allison Henderson
· 13 years ago
537a031
ext4: unify the ext4_handle_release_buffer() api
by Amir Goldstein
· 14 years ago
7dc5761
ext4: Fix sparse warning: Using plain integer as NULL pointer
by Peter Huewe
· 14 years ago
6e9510b
ext2,ext3,ext4: clarify comment for extN_xattr_set_handle
by Wang Sheng-Hui
· 14 years ago
eaeef86
ext4: clean up ext4_xattr_list()'s error code checking and return strategy
by Theodore Ts'o
· 14 years ago
5dabfc7
ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()
by Theodore Ts'o
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
2aec7c5
mbcache: Remove unused features
by Andreas Gruenbacher
· 14 years ago
a037515
ext4: Clean up s_dirt handling
by Theodore Ts'o
· 14 years ago
e4ce30f
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
11e2752
ext4: constify xattr_handler
by Stephen Hemminger
· 14 years ago
12e9b89
ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
by Dmitry Monakhov
· 14 years ago
24676da
ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE()
by Theodore Ts'o
· 14 years ago
e213e26
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
5dd4056
dquot: cleanup space allocation / freeing routines
by Christoph Hellwig
· 15 years ago
9aaab05
ext4: add missing error checking to ext4_expand_extra_isize_ea()
by Roel Kluin
· 15 years ago
12062dd
ext4: move __func__ into a macro for ext4_warning, ext4_error
by Eric Sandeen
· 15 years ago
19f5fb7
ext4: Use bitops to read/modify EXT4_I(inode)->i_state
by Theodore Ts'o
· 15 years ago
d3533d7
ext4: Eliminate potential double free on error path
by Julia Lawall
· 15 years ago
431547b
sanitize xattr handler prototypes
by Christoph Hellwig
· 15 years ago
e636260
ext4: call ext4_forget() from ext4_free_blocks()
by Theodore Ts'o
· 15 years ago
86ebfd0
ext4: journal all modifications in ext4_xattr_set_handle
by Eric Sandeen
· 15 years ago
fb0a387
ext4: limit block allocations for indirect-block files to < 2^32
by Eric Sandeen
· 15 years ago
a269eb1
ext4: Use lowercase names of quota functions
by Jan Kara
· 16 years ago
0390131
ext4: Allow ext4 to run without a journal
by Frank Mayhar
· 16 years ago
97df5d1
ext4: remove do_blk_alloc()
by Theodore Ts'o
· 16 years ago
cfe82c8
ext4: remove ext4_new_meta_block()
by Theodore Ts'o
· 16 years ago
03010a3
ext4: Rename ext4dev to ext4
by Theodore Ts'o
· 16 years ago
4d20c68
ext4: fix xattr deadlock
by Kalpak Shah
· 16 years ago
2b2d6d0
ext4: Cleanup whitespace and other miscellaneous style issues
by Theodore Ts'o
· 16 years ago
7061eba
ext4: Use inode preallocation with -o noextents
by Aneesh Kumar K.V
· 16 years ago
7e01c8e
ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()
by Tiger Yang
· 16 years ago
3dcf545
ext4: move headers out of include/linux
by Christoph Hellwig
· 17 years ago
216553c
ext4: fix wrong gfp type under transaction
by Josef Bacik
· 17 years ago
46e665e
ext4: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
d3a95d4
ext4: make ext4_xattr_list() static
by Mingming Cao
· 17 years ago
d00a6d7
ext4: use ext4_group_first_block_no()
by Akinobu Mita
· 17 years ago
e8546d0
ext4: le*_add_cpu conversion
by Marcin Slusarz
· 17 years ago
335e92e
vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs
by Jan Kara
· 17 years ago
c9de560
ext4: Add multi block allocator for ext4
by Alex Tomas
· 17 years ago
ac39849
ext4: sparse fixes
by Aneesh Kumar K.V
· 17 years ago
d802ffa
JBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4
by Mingming Cao
· 17 years ago
6dd4ee7
ext4: Expand extra_inodes space per the s_{want,min}_extra_isize fields
by Kalpak Shah
· 17 years ago
ef7f383
ext4: Add nanosecond timestamps
by Kalpak Shah
· 17 years ago
8a2bfdc
[PATCH] ext[34]: EA block reference count racing fix
by Mingming Cao
· 18 years ago
ed2908f
[PATCH] Remove superfluous lock_super() in extN xattr code
by Andreas Gruenbacher
· 18 years ago
2ae0210
[PATCH] ext4: blk_type from sector_t to unsigned long long
by Mingming Cao
· 18 years ago
dab291a
[PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbd
by Mingming Cao
· 18 years ago
617ba13
[PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbols
by Mingming Cao
· 18 years ago
ac27a0e
[PATCH] ext4: initial copy of files from ext3
by Dave Kleikamp
· 18 years ago