Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
39e4edfdf5016bb28438093d030a0ef90ce2d30a
/
fs
/
xfs
/
libxfs
a4d768e
xfs: fix unaligned access in xfs_btree_visit_blocks
by Eric Sandeen
· 8 years ago
3ecb3ac
xfs: avoid mount-time deadlock in CoW extent recovery
by Darrick J. Wong
· 8 years ago
6e74750
xfs: fix warnings about unused stack variables
by Darrick J. Wong
· 8 years ago
0daaeca
xfs: fix indlen accounting error on partial delalloc conversion
by Brian Foster
· 8 years ago
d484467
Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 8 years ago
9070733
xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
by Michal Hocko
· 8 years ago
fe0be23
xfs: reserve enough blocks to handle btree splits when remapping
by Darrick J. Wong
· 8 years ago
0c1d9e4
xfs: simplify validation of the unwritten extent bit
by Christoph Hellwig
· 8 years ago
37f7f9b
xfs: remove unused values from xfs_exntst_t
by Christoph Hellwig
· 8 years ago
895e9bf
xfs: remove the unused XFS_MAXLINK_1 define
by Christoph Hellwig
· 8 years ago
4f1adf3
xfs: more do_div cleanups
by Eric Sandeen
· 8 years ago
7590632
xfs: remove bmap block allocation retries
by Christoph Hellwig
· 8 years ago
bf8eadb
xfs: remove xfs_bmap_remap_alloc
by Christoph Hellwig
· 8 years ago
6ebd5a4
xfs: introduce xfs_bmapi_remap
by Christoph Hellwig
· 8 years ago
6d04558
xfs: pass individual arguments to xfs_bmap_add_extent_hole_real
by Christoph Hellwig
· 8 years ago
39e07da
xfs: remove attr fork handling in xfs_bmap_finish_one
by Christoph Hellwig
· 8 years ago
52813fb
xfs: fix integer truncation in xfs_bmap_remap_alloc
by Christoph Hellwig
· 8 years ago
d956f81
xfs: simplify xfs_calc_dquots_per_chunk
by Eric Sandeen
· 8 years ago
e89c041
xfs: implement the GETFSMAP ioctl
by Darrick J. Wong
· 8 years ago
fb3c3de
xfs: add a couple of queries to iterate free extents in the rtbitmap
by Darrick J. Wong
· 8 years ago
e9a2599
xfs: create a function to query all records in a btree
by Darrick J. Wong
· 8 years ago
2d520bf
xfs: provide a query_range function for freespace btrees
by Darrick J. Wong
· 8 years ago
08438b1
xfs: plumb in needed functions for range querying of the freespace btrees
by Darrick J. Wong
· 8 years ago
bc593ee
xfs: fix up inode validation failure message
by Eric Sandeen
· 8 years ago
63fbb4c
xfs: remove the ISUNWRITTEN macro
by Christoph Hellwig
· 8 years ago
9c4f29d
xfs: factor out a xfs_bmap_is_real_extent helper
by Christoph Hellwig
· 8 years ago
7842028
xfs: rework the inline directory verifiers
by Darrick J. Wong
· 8 years ago
005c5db
xfs: rework the inline directory verifiers
by Darrick J. Wong
· 8 years ago
630a04e
xfs: verify inline directory data forks
by Darrick J. Wong
· 8 years ago
2fcc319
xfs: try any AG when allocating the first btree block when reflinking
by Christoph Hellwig
· 8 years ago
f65e6fa
xfs: use iomap new flag for newly allocated delalloc blocks
by Brian Foster
· 8 years ago
8d242e9
xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AG
by Christoph Hellwig
· 8 years ago
410d17f
xfs: tune down agno asserts in the bmap code
by Christoph Hellwig
· 8 years ago
8ee9fdb
xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignment
by Chandan Rajendra
· 8 years ago
75d6536
xfs: split indlen reservations fairly when under reserved
by Brian Foster
· 8 years ago
0e339ef
xfs: handle indlen shortage on delalloc extent merge
by Brian Foster
· 8 years ago
ebf5587
xfs: improve handling of busy extents in the low-level allocator
by Christoph Hellwig
· 8 years ago
a14234c
xfs: go straight to real allocations for direct I/O COW writes
by Christoph Hellwig
· 8 years ago
05a630d
xfs: allow unwritten extents in the CoW fork
by Darrick J. Wong
· 8 years ago
de14c5f
xfs: verify free block header fields
by Darrick J. Wong
· 8 years ago
b3bf607
xfs: check for obviously bad level values in the bmbt root
by Darrick J. Wong
· 8 years ago
d5a91ba
xfs: filter out obviously bad btree pointers
by Darrick J. Wong
· 8 years ago
7a652bb
xfs: fail _dir_open when readahead fails
by Darrick J. Wong
· 8 years ago
4b5bd5b
xfs: fix toctou race when locking an inode to access the data map
by Darrick J. Wong
· 8 years ago
64f61ab
xfs: remove unused struct declarations
by Eric Sandeen
· 8 years ago
b6f41e4
xfs: remove boilerplate around xfs_btree_init_block
by Eric Sandeen
· 8 years ago
af7d20f
xfs: make xfs_btree_magic more generic
by Eric Sandeen
· 8 years ago
f88ae46
xfs: glean crc status from mp not flags in xfs_btree_init_block_int
by Eric Sandeen
· 8 years ago
493611e
xfs: extsize hints are not unlikely in xfs_bmap_btalloc
by Christoph Hellwig
· 8 years ago
5a93790
xfs: remove racy hasattr check from attr ops
by Brian Foster
· 8 years ago
76d771b
xfs: use per-AG reservations for the finobt
by Christoph Hellwig
· 8 years ago
4dfa2b8
xfs: only update mount/resv fields on success in __xfs_ag_resv_init
by Christoph Hellwig
· 8 years ago
83d230e
xfs: verify dirblocklog correctly
by Darrick J. Wong
· 8 years ago
d2b3964
xfs: fix COW writeback race
by Christoph Hellwig
· 8 years ago
fd29f7a
xfs: fix xfs_mode_to_ftype() prototype
by Arnd Bergmann
· 8 years ago
a324cbf
xfs: sanity check inode di_mode
by Amir Goldstein
· 8 years ago
1fc4d33
xfs: replace xfs_mode_to_ftype table with switch statement
by Amir Goldstein
· 8 years ago
b597dd5
xfs: add missing include dependencies to xfs_dir2.h
by Amir Goldstein
· 8 years ago
3c6f46e
xfs: sanity check directory inode di_size
by Amir Goldstein
· 8 years ago
12ef830
xfs: don't rely on ->total in xfs_alloc_space_available
by Christoph Hellwig
· 8 years ago
54fee13
xfs: adjust allocation length in xfs_alloc_space_available
by Christoph Hellwig
· 8 years ago
255c516
xfs: fix bogus minleft manipulations
by Christoph Hellwig
· 8 years ago
5149fd3
xfs: bump up reserved blocks in xfs_alloc_set_aside
by Christoph Hellwig
· 8 years ago
20e73b0
xfs: use the actual AG length when reserving blocks
by Darrick J. Wong
· 8 years ago
9807b77
Merge branch 'xfs-4.10-misc-fixes-4' into for-next
by Dave Chinner
· 8 years ago
b24a978
xfs: use GPF_NOFS when allocating btree cursors
by Darrick J. Wong
· 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
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
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
b7b2611
Merge branch 'xfs-4.10-misc-fixes-2' into for-next
by Dave Chinner
· 8 years ago
974ae92
xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()
by Brian Foster
· 8 years ago
cf7841c
fs: xfs: libxfs: constify xfs_nameops structures
by Bhumika Goyal
· 8 years ago
fd26a88
xfs: factor rmap btree size into the indlen calculations
by Darrick J. Wong
· 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
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
0fc204e
Merge branch 'xfs-4.10-misc-fixes-1' into for-next
by Dave Chinner
· 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
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
Next »