Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a8c3c11c0e045c8b62b23b3f68a593699273a312
/
fs
60cc09a
ANDROID: Squashfs: optimize reading uncompressed data
by Adrien Schildknecht
· 8 years ago
d840c1d
ANDROID: Squashfs: implement .readpages()
by Adrien Schildknecht
· 8 years ago
6c8928f
ANDROID: Squashfs: replace buffer_head with BIO
by Adrien Schildknecht
· 8 years ago
38840af
ANDROID: Squashfs: refactor page_actor
by Adrien Schildknecht
· 8 years ago
0f1ddd1
ANDROID: Squashfs: remove the FILE_CACHE option
by Adrien Schildknecht
· 8 years ago
9452b2c
Merge 4.9.51 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
ae04a8c
xfs: fix compiler warnings
by Darrick J. Wong
· 7 years ago
81cb6f1
xfs: use kmem_free to free return value of kmem_zalloc
by Pan Bian
· 7 years ago
772003c
xfs: open code end_buffer_async_write in xfs_finish_page_writeback
by Christoph Hellwig
· 7 years ago
bb69e8a
xfs: don't set v3 xflags for v2 inodes
by Christoph Hellwig
· 7 years ago
f46a61f
xfs: fix incorrect log_flushed on fsync
by Amir Goldstein
· 7 years ago
0e8d7e3
xfs: disable per-inode DAX flag
by Christoph Hellwig
· 7 years ago
a46cf59
xfs: relog dirty buffers during swapext bmbt owner change
by Brian Foster
· 7 years ago
e2bb926
xfs: disallow marking previously dirty buffers as ordered
by Brian Foster
· 7 years ago
a51e3e2
xfs: move bmbt owner change to last step of extent swap
by Brian Foster
· 7 years ago
f9e583e
xfs: skip bmbt block ino validation during owner change
by Brian Foster
· 7 years ago
fe211e1
xfs: don't log dirty ranges for ordered buffers
by Brian Foster
· 7 years ago
19a87a9
xfs: refactor buffer logging into buffer dirtying helper
by Brian Foster
· 7 years ago
93b6451
xfs: ordered buffer log items are never formatted
by Brian Foster
· 7 years ago
ba986b3
xfs: remove unnecessary dirty bli format check for ordered bufs
by Brian Foster
· 7 years ago
0f5af7e
xfs: open-code xfs_buf_item_dirty()
by Brian Foster
· 7 years ago
81286ad
xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()
by Omar Sandoval
· 7 years ago
63d184d
xfs: evict all inodes involved with log redo item
by Darrick J. Wong
· 7 years ago
536932f
xfs: stop searching for free slots in an inode chunk when there are none
by Carlos Maiolino
· 7 years ago
6b6505d
xfs: add log recovery tracepoint for head/tail
by Brian Foster
· 7 years ago
7549e7c
xfs: handle -EFSCORRUPTED during head/tail verification
by Brian Foster
· 7 years ago
47db1fc
xfs: fix log recovery corruption error due to tail overwrite
by Brian Foster
· 7 years ago
e34b72a
xfs: always verify the log tail during recovery
by Brian Foster
· 7 years ago
3509392
xfs: fix recovery failure when log record header wraps log end
by Brian Foster
· 7 years ago
0800356
xfs: Properly retry failed inode items in case of error during buffer writeback
by Carlos Maiolino
· 7 years ago
7942f60
xfs: Add infrastructure needed for error propagation during buffer IO failure
by Carlos Maiolino
· 7 years ago
1ba0493
xfs: remove xfs_trans_ail_delete_bulk
by Christoph Hellwig
· 7 years ago
9a3f752
xfs: toggle readonly state around xfs_log_mount_finish
by Eric Sandeen
· 7 years ago
01d38e3
xfs: write unmount record for ro mounts
by Eric Sandeen
· 7 years ago
ec0d46e
iomap: fix integer truncation issues in the zeroing and dirtying helpers
by Christoph Hellwig
· 7 years ago
e1a7b7e1
xfs: don't leak quotacheck dquots when cow recovery
by Darrick J. Wong
· 7 years ago
7fb3e5e
xfs: clear MS_ACTIVE after finishing log recovery
by Darrick J. Wong
· 7 years ago
8edd73a1
xfs: fix inobt inode allocation search optimization
by Omar Sandoval
· 7 years ago
f90756d7
xfs: Fix per-inode DAX flag inheritance
by Lukas Czerner
· 7 years ago
2299801
xfs: fix multi-AG deadlock in xfs_bunmapi
by Christoph Hellwig
· 7 years ago
81e27c9
xfs: fix quotacheck dquot id overflow infinite loop
by Brian Foster
· 7 years ago
01bc132
xfs: check _alloc_read_agf buffer pointer before using
by Darrick J. Wong
· 7 years ago
c32b1ec
xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_write
by Darrick J. Wong
· 7 years ago
a6247b0
xfs: check _btree_check_block value
by Darrick J. Wong
· 7 years ago
e76496f
xfs: don't crash on unexpected holes in dir/attr btrees
by Darrick J. Wong
· 7 years ago
b46382f
xfs: free cowblocks and retry on buffered write ENOSPC
by Brian Foster
· 7 years ago
171192c
xfs: free uncommitted transactions during log recovery
by Brian Foster
· 7 years ago
621d0b7
xfs: don't allow bmap on rt files
by Darrick J. Wong
· 7 years ago
8913492
xfs: remove bli from AIL before release on transaction abort
by Brian Foster
· 7 years ago
6c0ecde
xfs: release bli from transaction properly on fs shutdown
by Brian Foster
· 7 years ago
ce83e49
xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extent
by Darrick J. Wong
· 7 years ago
7cb011b
xfs: push buffer of flush locked dquot to avoid quotacheck deadlock
by Brian Foster
· 7 years ago
85ab1b2
xfs: fix spurious spin_is_locked() assert failures on non-smp kernels
by Brian Foster
· 7 years ago
4c1d33c
xfs: Move handling of missing page into one place in xfs_find_get_desired_pgoff()
by Jan Kara
· 7 years ago
cc9618c
f2fs: check hot_data for roll-forward recovery
by Jaegeuk Kim
· 7 years ago
0f90297
f2fs: let fill_super handle roll-forward errors
by Jaegeuk Kim
· 7 years ago
f7d2974
Merge 4.9.50 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
5b82e0e
xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present
by Richard Wareing
· 7 years ago
3885bc6
NFS: Sync the correct byte range during synchronous writes
by tarangg@amazon.com
· 7 years ago
a70912a
NFS: Fix 2 use after free issues in the I/O code
by Trond Myklebust
· 7 years ago
0f7dbc4
btrfs: resume qgroup rescan on rw remount
by Aleksa Sarai
· 7 years ago
5316da5
Merge 4.9.49 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
5c23d3e
dlm: avoid double-free on error path in dlm_device_{register,unregister}
by Edwin Török
· 7 years ago
93babeb
ANDROID: sdcardfs: Add missing break
by Daniel Rosenberg
· 7 years ago
7d10e43
ANDROID: Sdcardfs: Move gid derivation under flag
by Daniel Rosenberg
· 7 years ago
707ae9d
ANDROID: mnt: Fix freeing of mount data
by Daniel Rosenberg
· 7 years ago
85e1c01
Merge 4.9.48 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
d325f1f
epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()
by Oleg Nesterov
· 7 years ago
e2ae90b
CIFS: remove endian related sparse warning
by Steve French
· 7 years ago
c5e7665
CIFS: Fix maximum SMB2 header size
by Pavel Shilovsky
· 7 years ago
7158492
ceph: fix readpage from fscache
by Yan, Zheng
· 7 years ago
a3840b1
Merge 4.9.46 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
fd8235e
nfsd: Limit end of page list when decoding NFSv4 WRITE
by Chuck Lever
· 7 years ago
5ed70f7
cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()
by Ronnie Sahlberg
· 7 years ago
8b05329
cifs: Fix df output for users with quota limits
by Sachin Prabhu
· 7 years ago
2292b51
Merge 4.9.44 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
a68978b
pnfs/blocklayout: require 64-bit sector_t
by Christoph Hellwig
· 7 years ago
00f3c2a
nfs/flexfiles: fix leak of nfs4_ff_ds_version arrays
by Weston Andros Adamson
· 7 years ago
227559e
fuse: initialize the flock flag in fuse_file on allocation
by Mateusz Jurczyk
· 7 years ago
02f29ab
Merge 4.9.42 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
3a63729
Btrfs: fix early ENOSPC due to delalloc
by Omar Sandoval
· 7 years ago
0f442c5
f2fs: sanity check checkpoint segno and blkoff
by Jin Qian
· 8 years ago
12353a0
ext4: fix overflow caused by missing cast in ext4_resize_fs()
by Jerry Lee
· 7 years ago
0814c3a
ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize
by Jan Kara
· 7 years ago
f7d3e54
NFSv4: Fix EXCHANGE_ID corrupt verifier issue
by Trond Myklebust
· 7 years ago
db02484
ANDROID: sdcardfs: override credential for ioctl to lower fs
by Jaegeuk Kim
· 7 years ago
e6b0c64f
Merge 4.9.41 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
f76ddff
Btrfs: adjust outstanding_extents counter properly when dio write is split
by Liu Bo
· 8 years ago
6731212
Btrfs: fix lockdep warning about log_mutex
by Liu Bo
· 8 years ago
78418b8
Btrfs: use down_read_nested to make lockdep silent
by Liu Bo
· 8 years ago
e10f7bd
pstore: Use dynamic spinlock initializer
by Kees Cook
· 8 years ago
a084027
pstore: Correctly initialize spinlock and flags
by Kees Cook
· 8 years ago
46930803
pstore: Allow prz to control need for locking
by Joel Fernandes
· 8 years ago
ad25f11
dentry name snapshots
by Al Viro
· 7 years ago
7d2a354
NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiter
by Benjamin Coddington
· 7 years ago
b087b8b
NFS: invalidate file size when taking a lock.
by NeilBrown
· 7 years ago
3a79e1c
jfs: Don't clear SGID when inheriting ACLs
by Jan Kara
· 7 years ago
d97aff4
pstore: Make spinlock per zone instead of global
by Joel Fernandes
· 8 years ago
9ae2c67
Merge 4.9.40 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
69fbb44
reiserfs: Don't clear SGID when inheriting ACLs
by Jan Kara
· 7 years ago
Next »