Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e17fb392f230f66d7ff0d35c285b72d0e7c8cf29
/
fs
/
exofs
/
inode.c
39cdeb1
ANDROID: fs: exofs: fix filler function type
by Sami Tolvanen
· 7 years ago
5114a97
fs: use mapping_set_error instead of opencoded set_bit
by Michal Hocko
· 8 years ago
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
078cd82
fs: Replace CURRENT_TIME with current_time() for inode timestamps
by Deepa Dinamani
· 8 years ago
31051c8
fs: Give dentry to inode_change_ok() instead of inode
by Jan Kara
· 8 years ago
c8b8e32
direct-io: eliminate the offset argument to ->direct_IO
by Christoph Hellwig
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
32fb378
Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
3066a96
osd fs: __r4w_get_page rely on PageUptodate for uptodate
by Hugh Dickins
· 9 years ago
21fc61c
don't put symlink bodies in pagecache into highmem
by Al Viro
· 9 years ago
a5ef103
exofs: switch to {simple,page}_symlink_inode_operations
by Al Viro
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
22c6186
direct_IO: remove rw from a_ops->direct_IO()
by Omar Sandoval
· 10 years ago
e748dcd
vfs: remove get_xip_mem
by Matthew Wilcox
· 10 years ago
b83ae6d
fs: remove mapping->backing_dev_info
by Christoph Hellwig
· 10 years ago
aa281ac
Boaz Harrosh - Fix broken email address
by Boaz Harrosh
· 10 years ago
d8d3d94
pass iov_iter to ->direct_IO()
by Al Viro
· 11 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
19350e7
exofs: Print less in r4w
by Boaz Harrosh
· 11 years ago
c8592fc
exofs: Allow corrupted directory entry to be empty file
by Boaz Harrosh
· 11 years ago
d83c7eb
exofs: Allow O_DIRECT open
by Boaz Harrosh
· 11 years ago
7caef26
truncate: drop 'oldsize' truncate_pagecache() parameter
by Kirill A. Shutemov
· 11 years ago
d47992f
mm: change invalidatepage prototype to accept length
by Lukas Czerner
· 11 years ago
861d666
exofs: don't leak io_state and pages on read error
by Boaz Harrosh
· 12 years ago
af402ab
exofs: clean up the correct page collection on write error
by Idan Kedar
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
d001b05
userns: Convert exofs to use kuid/kgid where appropriate
by Eric W. Biederman
· 13 years ago
be388f3
exofs: Use proper max_IO calculations from ore
by Boaz Harrosh
· 12 years ago
4b74f6e
exofs: Fix __r4w_get_page when offset is beyond i_size
by Boaz Harrosh
· 12 years ago
0e8d96d
exofs: readpage_strip: Add a BUG_ON to check for PageLocked(page)
by Kautuk Consul
· 13 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
bef41c2
exofs: propagate umode_t
by Al Viro
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
dd29661
exofs: Support for RAID5 read-4-write interface.
by Boaz Harrosh
· 13 years ago
4b46c9f
ore/exofs: Change ore_check_io API
by Boaz Harrosh
· 13 years ago
5a51c0c
ore/exofs: Define new ore_verify_layout
by Boaz Harrosh
· 13 years ago
154a930
exofs: Support for short read/writes
by Boaz Harrosh
· 13 years ago
b916c5c
ore: Only IO one group at a time (API change)
by Boaz Harrosh
· 13 years ago
5bf696d
exofs: Rename struct ore_components comps => oc
by Boaz Harrosh
· 13 years ago
8ff660a
exofs: Rename raid engine from exofs/ios.c => ore
by Boaz Harrosh
· 13 years ago
9e9db45
exofs: ios: Move to a per inode components & device-table
by Boaz Harrosh
· 13 years ago
85e44df
exofs: Move exofs specific osd operations out of ios.c
by Boaz Harrosh
· 14 years ago
e1042ba
exofs: Add offset/length to exofs_get_io_state
by Boaz Harrosh
· 14 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
1cea312
exofs: Write sbi->s_nextid as part of the Create command
by Boaz Harrosh
· 14 years ago
66cd6ca
exofs: Override read-ahead to align on stripe_size
by bharrosh@panasas.com
· 14 years ago
97178b7
exofs: simple fsync race fix
by Nick Piggin
· 14 years ago
a8f1418
exofs: Optimize read_4_write
by Boaz Harrosh
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
0b0abea
Revert "exofs: Set i_mapping->backing_dev_info anyway"
by Boaz Harrosh
· 14 years ago
fe2fd9e
exofs: Remove inode->i_count manipulation in exofs_new_inode
by Boaz Harrosh
· 14 years ago
571f7f4
fs/exofs: typo fix of faild to failed
by Joe Perches
· 14 years ago
115e19c
exofs: Set i_mapping->backing_dev_info anyway
by Boaz Harrosh
· 14 years ago
7aebf41
exofs: Cleaup read path in regard with read_for_write
by Boaz Harrosh
· 14 years ago
f17b1f9
exofs: Fix double page_unlock BUG in write_begin/end
by Boaz Harrosh
· 14 years ago
bf25db3
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 14 years ago
4ec70c9
convert exofs to ->evict_inode()
by Al Viro
· 14 years ago
2f246fd
exofs: New truncate sequence
by Boaz Harrosh
· 14 years ago
1025774
remove inode_setattr
by Christoph Hellwig
· 14 years ago
85dc787
exofs: Remove superfluous dependency on buffer_head and writeback
by Boaz Harrosh
· 14 years ago
0163916
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 14 years ago
e00117f
exofs: replace inode uid,gid,mode initialization with helper function
by Dmitry Monakhov
· 15 years ago
200b0700
exofs: Add default address_space_operations
by Boaz Harrosh
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
a9185b4
pass writeback_control to ->write_inode
by Christoph Hellwig
· 15 years ago
96391e2
exofs: Error recovery if object is missing from storage
by Boaz Harrosh
· 15 years ago
86093aa
exofs: convert io_state to use pages array instead of bio at input
by Boaz Harrosh
· 15 years ago
5d952b8
exofs: RAID0 support
by Boaz Harrosh
· 15 years ago
d9c740d
exofs: Define on-disk per-inode optional layout attribute
by Boaz Harrosh
· 15 years ago
45d3abc
exofs: Move layout related members to a layout structure
by Boaz Harrosh
· 15 years ago
34ce4e7c
exofs: debug print even less
by Boaz Harrosh
· 15 years ago
efd124b
exofs: simple_write_end does not mark_inode_dirty
by Boaz Harrosh
· 15 years ago
04dc1e8
exofs: Multi-device mirror support
by Boaz Harrosh
· 15 years ago
06886a5
exofs: Move all operations to an io_engine
by Boaz Harrosh
· 15 years ago
9cfdc7a
exofs: refactor exofs_i_info initialization into common helper
by Boaz Harrosh
· 15 years ago
fe33cc1
exofs: dbg-print less
by Boaz Harrosh
· 15 years ago
58311c43
exofs: More sane debug print
by Boaz Harrosh
· 15 years ago
27d2e14
exofs: Remove IBM copyrights
by Boaz Harrosh
· 15 years ago
b76a3f9
exofs: Fix bio leak in error handling path (sync read)
by Boaz Harrosh
· 15 years ago
fc2fac5
[SCSI] libosd: Define an osd_dev wrapper to retrieve the request_queue
by Boaz Harrosh
· 15 years ago
62f469b
[SCSI] libosd: osd_req_{read,write} takes a length parameter
by Boaz Harrosh
· 15 years ago
ba9e5e9
exofs: super_operations and file_system_type
by Boaz Harrosh
· 16 years ago
e6af00f
exofs: dir_inode and directory operations
by Boaz Harrosh
· 16 years ago
beaec07
exofs: address_space_operations
by Boaz Harrosh
· 16 years ago
e806271
exofs: file and file_inode operations
by Boaz Harrosh
· 16 years ago