Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e5df4f391a30967276882861a402eb95ad41f05f
/
fs
« Previous
5004c5f
ANDROID: sdcardfs: Switch strcasecmp for internal call
by Daniel Rosenberg
· 8 years ago
52b7768
ANDROID: sdcardfs: switch to full_name_hash and qstr
by Daniel Rosenberg
· 8 years ago
ad90525
ANDROID: sdcardfs: Add GID Derivation to sdcardfs
by Daniel Rosenberg
· 8 years ago
147f8ab
ANDROID: sdcardfs: Remove redundant operation
by Daniel Rosenberg
· 8 years ago
d8caaf9
ANDROID: sdcardfs: add support for user permission isolation
by Daniel Rosenberg
· 8 years ago
f48ace1
ANDROID: sdcardfs: Refactor configfs interface
by Daniel Rosenberg
· 8 years ago
83d1cad
ANDROID: sdcardfs: Allow non-owners to touch
by Daniel Rosenberg
· 8 years ago
deb64a7
Merge remote-tracking branch '4.9/tmp-23b839a' into msm-4.9
by Kyle Yan
· 8 years ago
23b839a
resolve merge conflicts of 8fed8fc18839 to android-4.4
by Todd Kjos
· 8 years ago
8fed8fc
ext4: don't BUG when truncating encrypted inodes on the orphan list
by Theodore Ts'o
· 8 years ago
90ed47f
Merge remote-tracking branch '4.9/tmp-47c0adf' into 4.9
by Kyle Yan
· 8 years ago
dcde000
fat: fix using uninitialized fields of fat_inode/fsinfo_inode am: 63e873679b
by OGAWA Hirofumi
· 8 years ago
0f0cab5
ceph: remove req from unsafe list when unregistering it am: 5da90d0018
by Jeff Layton
· 8 years ago
debf88d
orangefs: Use RCU for destroy_inode am: b2b0f6ffd3
by Peter Zijlstra
· 8 years ago
5feec54
fs: Better permission checking for submounts am: d3381fab77
by Eric W. Biederman
· 8 years ago
d4ffcb8
mnt: Tuck mounts under others instead of creating shadow/side mounts.
by Eric W. Biederman
· 8 years ago
63e8736
fat: fix using uninitialized fields of fat_inode/fsinfo_inode
by OGAWA Hirofumi
· 8 years ago
5da90d0
ceph: remove req from unsafe list when unregistering it
by Jeff Layton
· 8 years ago
b2b0f6f
orangefs: Use RCU for destroy_inode
by Peter Zijlstra
· 8 years ago
d3381fa
fs: Better permission checking for submounts
by Eric W. Biederman
· 8 years ago
808e83e
mnt: Tuck mounts under others instead of creating shadow/side mounts.
by Eric W. Biederman
· 8 years ago
e61abd8
ANDROID: sched: add a counter to track fsync
by Jin Qian
· 8 years ago
da75569
Merge remote-tracking branch '4.9/tmp-053b654' into msm-4.9
by Kyle Yan
· 8 years ago
2b9a543
ceph: update readpages osd request according to size of pages am: dc8470f3c8
by Yan, Zheng
· 8 years ago
23a9724
f2fs: avoid to issue redundant discard commands am: 8c53efc399
by Jaegeuk Kim
· 8 years ago
227b67a
f2fs: add ovp valid_blocks check for bg gc victim to fg_gc am: 4992ba2840
by Hou Pengyang
· 8 years ago
bc2d4e2
f2fs: fix multiple f2fs_add_link() calls having same name am: d00d1b71d9
by Jaegeuk Kim
· 8 years ago
7ba5bdb
f2fs: fix a problem of using memory after free am: ec160ad2ac
by Yunlei He
· 8 years ago
42a0b6a
NFSv4: fix getacl ERANGE for some ACL buffer sizes am: d78f93384d
by Weston Andros Adamson
· 8 years ago
1ac0d2a
NFSv4: fix getacl head length estimation am: 3f22cc6f5c
by J. Bruce Fields
· 8 years ago
8ce583b
pNFS/flexfiles: If the layout is invalid, it must be updated before retrying
by Trond Myklebust
· 8 years ago
7c462ea
NFSv4: Fix reboot recovery in copy offload am: 77bbc0c771
by Trond Myklebust
· 8 years ago
1daccb8
NFSv4: Fix memory and state leak in _nfs4_open_and_get_state am: 0465339eb5
by Trond Myklebust
· 8 years ago
9ac2421
nfsd: special case truncates some more am: a3c6cbc4ea
by Christoph Hellwig
· 8 years ago
0c81383
nfsd: minor nfsd_setattr cleanup am: 9bdd39c146
by Christoph Hellwig
· 8 years ago
0af2720
gfs2: Add missing rcu locking for glock lookup am: 4cf918c804
by Andrew Price
· 8 years ago
c06ed29
fuse: add missing FR_FORCE am: 1e6be9c19c
by Miklos Szeredi
· 8 years ago
d03bbbd
ext4: return EROFS if device is r/o and journal replay is needed am: d6dcec965b
by Theodore Ts'o
· 8 years ago
e34dc52
ext4: preserve the needs_recovery flag when the journal is aborted
by Theodore Ts'o
· 8 years ago
83ad57d
ext4: fix inline data error paths am: 0b37d0c0c6
by Theodore Ts'o
· 8 years ago
53a920d
ext4: fix use-after-iput when fscrypt contexts are inconsistent am: 68ca0fdac4
by Eric Biggers
· 8 years ago
2cff3a2
ext4: fix data corruption in data=journal mode am: a5a9cf387d
by Jan Kara
· 8 years ago
e4c56d9
ext4: trim allocation requests to group size am: fc6c2da174
by Jan Kara
· 8 years ago
04715e8
ext4: do not polute the extents cache while shifting extents am: e0b53d6729
by Roman Pen
· 8 years ago
ad34246
ext4: Include forgotten start block on fallocate insert range am: 72ae476d04
by Roman Pen
· 8 years ago
bbd860d
jbd2: don't leak modified metadata buffers on an aborted journal am: a9b0c14ba1
by Theodore Ts'o
· 8 years ago
aa90df2
CIFS: Fix splice read for non-cached files am: c06d74df4e
by Pavel Shilovsky
· 8 years ago
87089bc
ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()
by Theodore Ts'o
· 8 years ago
dc8470f
ceph: update readpages osd request according to size of pages
by Yan, Zheng
· 8 years ago
8c53efc3
f2fs: avoid to issue redundant discard commands
by Jaegeuk Kim
· 8 years ago
4992ba2
f2fs: add ovp valid_blocks check for bg gc victim to fg_gc
by Hou Pengyang
· 8 years ago
d00d1b7
f2fs: fix multiple f2fs_add_link() calls having same name
by Jaegeuk Kim
· 8 years ago
ec160ad
f2fs: fix a problem of using memory after free
by Yunlei He
· 8 years ago
d78f933
NFSv4: fix getacl ERANGE for some ACL buffer sizes
by Weston Andros Adamson
· 8 years ago
3f22cc6
NFSv4: fix getacl head length estimation
by J. Bruce Fields
· 8 years ago
c65db33
pNFS/flexfiles: If the layout is invalid, it must be updated before retrying
by Trond Myklebust
· 8 years ago
77bbc0c
NFSv4: Fix reboot recovery in copy offload
by Trond Myklebust
· 8 years ago
0465339
NFSv4: Fix memory and state leak in _nfs4_open_and_get_state
by Trond Myklebust
· 8 years ago
a3c6cbc
nfsd: special case truncates some more
by Christoph Hellwig
· 8 years ago
9bdd39c
nfsd: minor nfsd_setattr cleanup
by Christoph Hellwig
· 8 years ago
4cf918c
gfs2: Add missing rcu locking for glock lookup
by Andrew Price
· 8 years ago
1e6be9c
fuse: add missing FR_FORCE
by Miklos Szeredi
· 8 years ago
d6dcec9
ext4: return EROFS if device is r/o and journal replay is needed
by Theodore Ts'o
· 8 years ago
269bf7b
ext4: preserve the needs_recovery flag when the journal is aborted
by Theodore Ts'o
· 8 years ago
0b37d0c
ext4: fix inline data error paths
by Theodore Ts'o
· 8 years ago
68ca0fd
ext4: fix use-after-iput when fscrypt contexts are inconsistent
by Eric Biggers
· 8 years ago
a5a9cf3
ext4: fix data corruption in data=journal mode
by Jan Kara
· 8 years ago
fc6c2da
ext4: trim allocation requests to group size
by Jan Kara
· 8 years ago
e0b53d6
ext4: do not polute the extents cache while shifting extents
by Roman Pen
· 8 years ago
72ae476
ext4: Include forgotten start block on fallocate insert range
by Roman Pen
· 8 years ago
a9b0c14
jbd2: don't leak modified metadata buffers on an aborted journal
by Theodore Ts'o
· 8 years ago
c06d74d
CIFS: Fix splice read for non-cached files
by Pavel Shilovsky
· 8 years ago
da1e402
ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()
by Theodore Ts'o
· 8 years ago
877a0a0
Merge remote-tracking branch '4.9/tmp-a6e00ae' into msm-4.9
by Kyle Yan
· 8 years ago
e682dcb
Merge remote-tracking branch '4.9/tmp-0455ac9' into 4.9
by Kyle Yan
· 8 years ago
a6e00ae
Merge branch 'upstream-linux-4.9.y' into android-4.9
by Todd Kjos
· 8 years ago
d004006
xfs: clear delalloc and cache on buffered write failure
by Brian Foster
· 8 years ago
0455ac9
Merge branch 'upstream-linux-4.9.y' into android-4.9
by Todd Kjos
· 8 years ago
80a0477
fuse: fix uninitialized flags in pipe_buffer
by Miklos Szeredi
· 8 years ago
7283448
fuse: fix use after free issue in fuse_dev_do_read()
by Sahitya Tummala
· 8 years ago
166a246
vfs: fix uninitialized flags in splice_to_pipe()
by Miklos Szeredi
· 8 years ago
8810e5f
Merge remote-tracking branch 'origin/tmp-dcb6110' into 4.8
by Channagoud Kadabi
· 8 years ago
cb05734
Merge tag 'v4.9.10' into android-4.9-aosp
by Dmitry Shmidt
· 8 years ago
93fb043
btrfs: fix btrfs_compat_ioctl failures on non-compat ioctls
by Jeff Mahoney
· 8 years ago
6ad0ca3
ANDROID: ext4 crypto: Disables zeroing on truncation when there's no key
by Michael Halcrow
· 8 years ago
009e608
ANDROID: Refactor fs readpage/write tracepoints.
by Mohan Srinivasan
· 8 years ago
2e1a4ae
rtc: alarm: Add power-on alarm feature
by Mao Jinlong
· 9 years ago
dcb6110
Merge tag 'v4.9.9' into android-4.9-aosp
by Dmitry Shmidt
· 8 years ago
72cd604
fs: break out of iomap_file_buffered_write on fatal signals
by Michal Hocko
· 8 years ago
9e25599
cifs: initialize file_info_lock
by Rabin Vincent
· 8 years ago
743146d3
NFSD: Fix a null reference case in find_or_create_lock_stateid()
by Kinglong Mee
· 8 years ago
13e6ef9
ext4: validate s_first_meta_bg at mount time
by Eryu Guan
· 8 years ago
e37704d
Merge tag 'v4.9.8' into android-4.9
by Dmitry Shmidt
· 8 years ago
b5b4d4a
xfs: fix bmv_count confusion w/ shared extents
by Darrick J. Wong
· 8 years ago
5d44dd5
xfs: clear _XBF_PAGES from buffers when readahead page
by Darrick J. Wong
· 8 years ago
29f96b7
xfs: extsize hints are not unlikely in xfs_bmap_btalloc
by Christoph Hellwig
· 8 years ago
aab858d
xfs: remove racy hasattr check from attr ops
by Brian Foster
· 8 years ago
2909416
xfs: verify dirblocklog correctly
by Darrick J. Wong
· 8 years ago
214d55e
xfs: fix COW writeback race
by Christoph Hellwig
· 8 years ago
29f3192
xfs: fix xfs_mode_to_ftype() prototype
by Arnd Bergmann
· 8 years ago
Next »