Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f3d28878da307c394a870252094136ea8387144d
/
fs
/
exofs
9e897e1
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 11 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
0961f02a
fs: Mark functions as static in exofs/ore_raid.c
by Rashika Kheria
· 11 years ago
af8d0cc
fs: Mark function as static in exofs/super.c
by Rashika Kheria
· 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
2deb76d
ore: Don't crash on NULL bio in _clear_bio
by Boaz Harrosh
· 11 years ago
aad560b
ore: Fix wrong math in allocation of per device BIO
by Boaz Harrosh
· 11 years ago
7caef26
truncate: drop 'oldsize' truncate_pagecache() parameter
by Kirill A. Shutemov
· 11 years ago
9e239bb
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
75811d4
[readdir] convert exofs
by Al Viro
· 11 years ago
d47992f
mm: change invalidatepage prototype to accept length
by Lukas Czerner
· 11 years ago
d74c6d5
block: Add bio_for_each_segment_all()
by Kent Overstreet
· 12 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 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
79360dd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
ce40be7
Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
4f7754c
exofs: drop lock/unlock super
by Marco Stornelli
· 12 years ago
8711798
Merge branch 'linux-next' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 12 years ago
74b217d
ore: signedness bug in _sp2d_min_pg()
by Dan Carpenter
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 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
bf800ef
block: Add bio_clone_bioset(), bio_clone_kmalloc()
by Kent Overstreet
· 12 years ago
b8017d2
exofs: check for allocation failure in uri_store()
by Alexey Khoroshilov
· 12 years ago
d42d1da
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 12 years ago
9e62bb4
ore: Fix out-of-bounds access in _ios_obj()
by Boaz Harrosh
· 12 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
66153f6
exofs: stop using s_dirt
by Artem Bityutskiy
· 12 years ago
0e8d96d
exofs: readpage_strip: Add a BUG_ON to check for PageLocked(page)
by Kautuk Consul
· 13 years ago
a66d2c8
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
537632e
ore: Unlock r4w pages in exact reverse order of locking
by Boaz Harrosh
· 12 years ago
62b62ad
ore: Remove support of partial IO request (NFS crash)
by Boaz Harrosh
· 12 years ago
9ff1930
ore: Fix NFS crash by supporting any unaligned RAID IO
by Boaz Harrosh
· 12 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
b842971
exofs: fix sparse non-ANSI function warning
by Randy Dunlap
· 12 years ago
a01ee16
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 12 years ago
8b56a30
exofs: Add SYSFS info for autologin/pNFS export
by Sachin Bhamare
· 13 years ago
6abe4a8
exofs: Fix CRASH on very early IO errors.
by Boaz Harrosh
· 12 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
afb9bd7
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 13 years ago
e2a0883
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
8de5277
vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}
by Al Viro
· 13 years ago
bf7014b
exofs: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
72749a2
exofs: Cap on the memcpy() size
by Dan Carpenter
· 13 years ago
3e57638
exofs: (trivial) Fix typo in super.c
by Masanari Iida
· 13 years ago
b6d1f2d
exofs: fix endian conversion in exofs_sync_fs()
by Dan Carpenter
· 13 years ago
9e20393
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 13 years ago
da01636
exofs: oops after late failure in mount
by Al Viro
· 13 years ago
724577c
ore: Must support none-PAGE-aligned IO
by Boaz Harrosh
· 13 years ago
361aba5
ore: fix BUG_ON, too few sgs when reading
by Boaz Harrosh
· 13 years ago
ffefb8ea
ore: Fix crash in case of an IO error.
by Boaz Harrosh
· 13 years ago
831c2dc
ore: FIX breakage when MISC_FILESYSTEMS is not set
by Boaz Harrosh
· 13 years ago
bef41c2
exofs: propagate umode_t
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
6736c04
Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 13 years ago
eecfc63
pnfs-obj: move to ore 02: move to ORE
by Boaz Harrosh
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
143cb49
fs: add module.h to files that were implicitly using it
by Paul Gortmaker
· 13 years ago
44231e6
ore: Enable RAID5 mounts
by Boaz Harrosh
· 14 years ago
dd29661
exofs: Support for RAID5 read-4-write interface.
by Boaz Harrosh
· 13 years ago
769ba8d
ore: RAID5 Write
by Boaz Harrosh
· 13 years ago
a1fec1d
ore: RAID5 read
by Boaz Harrosh
· 13 years ago
611d7a5
ore: Make ore_calc_stripe_info EXPORT_SYMBOL
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
3bd9856
ore: Support for partial component table
by Boaz Harrosh
· 13 years ago
bbf9a31
ore: Support for short read/writes
by Boaz Harrosh
· 13 years ago
154a930
exofs: Support for short read/writes
by Boaz Harrosh
· 13 years ago
6851a5e
ore: Remove check for ios->kern_buff in _prepare_for_striping to later
by Boaz Harrosh
· 13 years ago
9826075
ore: cleanup: Embed an ore_striping_info inside ore_io_state
by Boaz Harrosh
· 13 years ago
b916c5c
ore: Only IO one group at a time (API change)
by Boaz Harrosh
· 13 years ago
d866d87
ore/exofs: Change the type of the devices array (API change)
by Boaz Harrosh
· 13 years ago
eb507bc
ore: Make ore_striping_info and ore_calc_stripe_info public
by Boaz Harrosh
· 13 years ago
8d2d83a
exofs: Remove unused data_map member from exofs_sb_info
by Boaz Harrosh
· 13 years ago
5bf696d
exofs: Rename struct ore_components comps => oc
by Boaz Harrosh
· 13 years ago
de74b05
exofs/super.c: local functions should be static
by H Hartley Sweeten
· 13 years ago
1958c7c2
exofs/ore.c: local functions should be static
by H Hartley Sweeten
· 13 years ago
c2f340a
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 13 years ago
cf283ad
ore: Make ore its own module
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
· 13 years ago
e1042ba
exofs: Add offset/length to exofs_get_io_state
by Boaz Harrosh
· 14 years ago
16f75bb
exofs: Fix truncate for the raid-groups case
by Boaz Harrosh
· 13 years ago
9ce7304
exofs: Small cleanup of exofs_fill_super
by Boaz Harrosh
· 13 years ago
6d4073e
exofs: BUG: Avoid sbi realloc
by Boaz Harrosh
· 13 years ago
26ae93c
exofs: Remove pnfs-osd private definitions
by Boaz Harrosh
· 15 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
Next »