Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c6dcf52c23d2d3fb5235cec42d7dd3f786b87d55
/
fs
/
xfs
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
22725ce
vfs: fix isize/pos/len checks for reflink & dedupe
by Darrick J. Wong
· 8 years ago
231753e
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 8 years ago
0110c35
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
5cc60ae
Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 8 years ago
5084fdf
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
36869cb
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
876bec6f
vfs: refactor clone/dedupe_file_range common functions
by Darrick J. Wong
· 8 years ago
a76b5b0
fs: try to clone files first in vfs_copy_file_range
by Christoph Hellwig
· 8 years ago
dfeef68
vfs: remove ".readlink = generic_readlink" assignments
by Miklos Szeredi
· 8 years ago
fd4a0ed
vfs: replace calling i_op->readlink with vfs_readlink()
by Miklos Szeredi
· 8 years ago
9807b77
Merge branch 'xfs-4.10-misc-fixes-4' into for-next
by Dave Chinner
· 8 years ago
9875258
xfs: nuke unused tracepoint definitions
by Eric Sandeen
· 8 years ago
b24a978
xfs: use GPF_NOFS when allocating btree cursors
by Darrick J. Wong
· 8 years ago
0c187dc
xfs: use xfs_vn_setattr_size to check on new size
by Eryu Guan
· 8 years ago
4cf4573
xfs: deprecate barrier/nobarrier mount option
by Dave Chinner
· 8 years ago
2291dab
xfs: Always flush caches when integrity is required
by Dave Chinner
· 8 years ago
2e1d233
xfs: ignore leaf attr ichdr.count in verifier during log replay
by Eric Sandeen
· 8 years ago
a444d72
Merge branch 'xfs-4.10-misc-fixes-3' into for-next
by Dave Chinner
· 8 years ago
6031e73
xfs: use rhashtable to track buffer cache
by Lucas Stach
· 8 years ago
cae028d
xfs: optimise CRC updates
by Dave Chinner
· 8 years ago
11ef38a
xfs: make xfs btree stats less huge
by Dave Chinner
· 8 years ago
1bb33a9
xfs: don't cap maximum dedupe request length
by Darrick J. Wong
· 8 years ago
ef388e2
xfs: don't allow di_size with high bit set
by Darrick J. Wong
· 8 years ago
0f352f8
xfs: error out if trying to add attrs and anextents > 0
by Darrick J. Wong
· 8 years ago
96a3aef
xfs: don't crash if reading a directory results in an unexpected hole
by Darrick J. Wong
· 8 years ago
356a322
xfs: complain if we don't get nextents bmap records
by Darrick J. Wong
· 8 years ago
bb3be7e
xfs: check for bogus values in btree block headers
by Darrick J. Wong
· 8 years ago
d2a047f
xfs: forbid AG btrees with level == 0
by Darrick J. Wong
· 8 years ago
f7a136a
xfs: several xattr functions can be void
by Eric Sandeen
· 8 years ago
c44a1f2
xfs: handle cow fork in xfs_bmap_trace_exlist
by Eric Sandeen
· 8 years ago
7710517
xfs: pass state not whichfork to trace_xfs_extlist
by Eric Sandeen
· 8 years ago
200237d
xfs: Move AGI buffer type setting to xfs_read_agi
by Eric Sandeen
· 8 years ago
6b10b23
xfs: set AGI buffer type in xlog_recover_clear_agi_bucket
by Eric Sandeen
· 8 years ago
5f1c6d2
Merge branch 'iomap-4.10-directio' into for-next
by Dave Chinner
· 8 years ago
acdda3a
xfs: use iomap_dio_rw
by Christoph Hellwig
· 8 years ago
6552321
xfs: remove i_iolock and use i_rwsem in the VFS inode instead
by Christoph Hellwig
· 8 years ago
e3df41f
Merge branch 'xfs-4.10-misc-fixes-2' into iomap-4.10-directio
by Dave Chinner
· 8 years ago
b7b2611
Merge branch 'xfs-4.10-misc-fixes-2' into for-next
by Dave Chinner
· 8 years ago
f782088
xfs: pass post-eof speculative prealloc blocks to bmapi
by Brian Foster
· 8 years ago
0260d8f
xfs: clean up cow fork reservation and tag inodes correctly
by Brian Foster
· 8 years ago
974ae92
xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()
by Brian Foster
· 8 years ago
fba3e59
xfs: always succeed when deduping zero bytes
by Darrick J. Wong
· 8 years ago
cf7841c
fs: xfs: libxfs: constify xfs_nameops structures
by Bhumika Goyal
· 8 years ago
bb6e0eb
fs: xfs: xfs_icreate_item: constify xfs_item_ops structure
by Bhumika Goyal
· 8 years ago
fd26a88
xfs: factor rmap btree size into the indlen calculations
by Darrick J. Wong
· 8 years ago
1247ec4
xfs: add XBF_XBF_NO_IOACCT to buf trace output
by Eric Sandeen
· 8 years ago
ed24bee
Merge branch 'xfs-4.10-extent-lookup' into for-next
by Dave Chinner
· 8 years ago
0e8d630
xfs: remove NULLEXTNUM
by Christoph Hellwig
· 8 years ago
6edc977
xfs: remove xfs_bmap_search_extents
by Christoph Hellwig
· 8 years ago
4ab8671
xfs: use new extent lookup helpers in xfs_reflink_end_cow
by Christoph Hellwig
· 8 years ago
df5ab1b
xfs: use new extent lookup helpers in xfs_reflink_cancel_cow_blocks
by Christoph Hellwig
· 8 years ago
86f12ab
xfs: use new extent lookup helpers in xfs_reflink_trim_irec_to_next_cow
by Christoph Hellwig
· 8 years ago
092d5d9
xfs: cleanup xfs_reflink_find_cow_mapping
by Christoph Hellwig
· 8 years ago
2755fc4
xfs: use new extent lookup helpers in __xfs_reflink_reserve_cow
by Christoph Hellwig
· 8 years ago
656152e
xfs: use new extent lookup helpers xfs_file_iomap_begin_delay
by Christoph Hellwig
· 8 years ago
65c5f41
xfs: remove prev argument to xfs_bmapi_reserve_delalloc
by Christoph Hellwig
· 8 years ago
7efc794
xfs: use new extent lookup helpers in __xfs_bunmapi
by Christoph Hellwig
· 8 years ago
2d58f6e
xfs: use new extent lookup helpers in xfs_bmapi_write
by Christoph Hellwig
· 8 years ago
334f342
xfs: use new extent lookup helpers in xfs_bmapi_read
by Christoph Hellwig
· 8 years ago
86685f7
xfs: cleanup xfs_bmap_last_before
by Christoph Hellwig
· 8 years ago
93533c7
xfs: new inode extent list lookup helpers
by Christoph Hellwig
· 8 years ago
a2f6d9c
Merge branch 'dax-4.10-iomap-pmd' into origin
by Theodore Ts'o
· 8 years ago
0fc204e
Merge branch 'xfs-4.10-misc-fixes-1' into for-next
by Dave Chinner
· 8 years ago
8f23d31
Merge branch 'xfs-4.10-libxfs-cleanups' into for-next
by Dave Chinner
· 8 years ago
b649c42
Merge branch 'dax-4.10-iomap-pmd' into for-next
by Dave Chinner
· 8 years ago
98efe8a
xfs: fix unbalanced inode reclaim flush locking
by Brian Foster
· 8 years ago
bec9d48
xfs: check minimum block size for CRC filesystems
by Darrick J. Wong
· 8 years ago
5d82930
xfs: provide helper for counting extents from if_bytes
by Eric Sandeen
· 8 years ago
4dfce57
xfs: fix up xfs_swap_extent_forks inline extent handling
by Eric Sandeen
· 8 years ago
04197b3
xfs: don't BUG() on mixed direct and mapped I/O
by Brian Foster
· 8 years ago
3993723
xfs: don't skip cow forks w/ delalloc blocks in cowblocks scan
by Brian Foster
· 8 years ago
4fd29ec
xfs: check return value of _trans_reserve_quota_nblks
by Darrick J. Wong
· 8 years ago
5e52365
xfs: move dir_ino_validate declaration per xfsprogs
by Darrick J. Wong
· 8 years ago
e6fc6fc
xfs: don't call xfs_sb_quota_from_disk twice
by Eric Sandeen
· 8 years ago
523b2e7
libxfs: clean up _dir2_data_freescan
by Darrick J. Wong
· 8 years ago
ae90b99
libxfs: fix xfs_attr_shortform_bytesfit declaration
by Darrick J. Wong
· 8 years ago
68c0985
libxfs: fix whitespace problems
by Darrick J. Wong
· 8 years ago
420fbeb
libxfs: synchronize dinode_verify with userspace
by Darrick J. Wong
· 8 years ago
755c7bf
libxfs: convert ushort to unsigned short
by Darrick J. Wong
· 8 years ago
862f1b9
xfs: use struct iomap based DAX PMD fault path
by Ross Zwisler
· 8 years ago
11c59c9
dax: correct dax iomap code namespace
by Ross Zwisler
· 8 years ago
7637241
writeback: add wbc_to_write_flags()
by Jens Axboe
· 8 years ago
70fd761
block,fs: use REQ_* flags directly
by Christoph Hellwig
· 8 years ago
b77428b
xfs: defer should abort intent items if the trans roll fails
by Darrick J. Wong
· 8 years ago
c17a8ef
xfs: clear cowblocks tag when cow fork is emptied
by Brian Foster
· 8 years ago
7b7381f
xfs: fix up inode cowblocks tracking tracepoints
by Brian Foster
· 8 years ago
64e6428
xfs: remove xfs_bunmapi_cow
by Christoph Hellwig
· 8 years ago
c1112b6
xfs: optimize xfs_reflink_end_cow
by Christoph Hellwig
· 8 years ago
3e0ee78
xfs: optimize xfs_reflink_cancel_cow_blocks
by Christoph Hellwig
· 8 years ago
fa5c836
xfs: refactor xfs_bunmapi_cow
by Christoph Hellwig
· 8 years ago
3ba020b
xfs: optimize writes to reflink files
by Christoph Hellwig
· 8 years ago
5f9268c
xfs: don't bother looking at the refcount tree for reads
by Christoph Hellwig
· 8 years ago
62c5ac8
xfs: handle "raw" delayed extents xfs_reflink_trim_around_shared
by Christoph Hellwig
· 8 years ago
0a0af28
xfs: add xfs_trim_extent
by Darrick J. Wong
· 8 years ago
5faaf4f
xfs: merge xfs_reflink_remap_range and xfs_file_share_range
by Christoph Hellwig
· 8 years ago
ec40759
xfs: remove xfs_file_wait_for_io
by Christoph Hellwig
· 8 years ago
5761778
xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_range
by Christoph Hellwig
· 8 years ago
a62e82b3
xfs: fix the same_inode check in xfs_file_share_range
by Christoph Hellwig
· 8 years ago
4fbc2c6
xfs: remove the same fs check from xfs_file_share_range
by Christoph Hellwig
· 8 years ago
Next »