Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
31965ef34802f49903bba06dd7c3b96a2e2ed4e4
/
fs
/
xfs
31965ef
xfs: make errortag a per-mountpoint structure
by Darrick J. Wong
· 8 years ago
3977543
xfs: free uncommitted transactions during log recovery
by Brian Foster
· 8 years ago
61d819e
xfs: don't allow bmap on rt files
by Darrick J. Wong
· 8 years ago
5da8f2f
xfs: allow reading of already-locked remote symbolic link
by Darrick J. Wong
· 8 years ago
ad017f6
xfs: pass along transaction context when reading xattr block buffers
by Darrick J. Wong
· 8 years ago
acb9553
xfs: pass along transaction context when reading directory block buffers
by Darrick J. Wong
· 8 years ago
8e8877e
xfs: return the hash value of a leaf1 directory block
by Darrick J. Wong
· 8 years ago
e7f5d5c
xfs: refactor the ifork block counting function
by Darrick J. Wong
· 8 years ago
d29cb3e
xfs: make _bmap_count_blocks consistent wrt delalloc extent behavior
by Darrick J. Wong
· 8 years ago
ea7cdd7
xfs: separate function to check if inode shares extents
by Darrick J. Wong
· 8 years ago
92ff728
xfs: reflink find shared should take a transaction
by Darrick J. Wong
· 8 years ago
378f681
xfs: check if an inode is cached and allocated
by Darrick J. Wong
· 8 years ago
e936945
xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrub
by Darrick J. Wong
· 8 years ago
118bb47
xfs: plumb in needed functions for range querying of various btrees
by Darrick J. Wong
· 8 years ago
2678809
xfs: export various function for the online scrubber
by Darrick J. Wong
· 8 years ago
38dee37
xfs: always compile the btree inorder check functions
by Darrick J. Wong
· 8 years ago
c8ce540
xfs: remove double-underscore integer types
by Darrick J. Wong
· 8 years ago
5a4c733
xfs: optimize _btree_query_all
by Darrick J. Wong
· 8 years ago
3d4b4a3
xfs: remove bli from AIL before release on transaction abort
by Brian Foster
· 8 years ago
79e641ce
xfs: release bli from transaction properly on fs shutdown
by Brian Foster
· 8 years ago
0cbe48c
xfs: avoid harmless gcc-7 warnings
by Arnd Bergmann
· 8 years ago
f990fc5
xfs: remove lsn relevant fields from xfs_trans structure and its users
by Shan Hai
· 8 years ago
3398a40
xfs: remove XFS_HSIZE
by Christoph Hellwig
· 8 years ago
d4ca1d5
xfs: dump transaction usage details on log reservation overrun
by Brian Foster
· 8 years ago
e2f2342
xfs: refactor xlog_cil_insert_items() to facilitate transaction dump
by Brian Foster
· 8 years ago
7d2d5653
xfs: separate shutdown from ticket reservation print helper
by Brian Foster
· 8 years ago
1040960e
xfs: define fatal assert build time tunable
by Brian Foster
· 8 years ago
ccdab3d
xfs: define bug_on_assert debug mode sysfs tunable
by Brian Foster
· 8 years ago
e1a4e37
xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extent
by Darrick J. Wong
· 8 years ago
d205a7d
xfs: refactor dir2 leaf readahead shadow buffer cleverness
by Darrick J. Wong
· 8 years ago
7912e7f
xfs: push buffer of flush locked dquot to avoid quotacheck deadlock
by Brian Foster
· 8 years ago
adc3110
Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 8 years ago
95989c4
xfs: fix spurious spin_is_locked() assert failures on non-smp kernels
by Brian Foster
· 8 years ago
e6e6d07
Merge tag 'xfs-4.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 8 years ago
63db7c8
xfs: use ->b_state to fix buffer I/O accounting release race
by Brian Foster
· 8 years ago
cdbe020
Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 8 years ago
a54fba8
xfs: Move handling of missing page into one place in xfs_find_get_desired_pgoff()
by Jan Kara
· 8 years ago
d7fd242
xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()
by Jan Kara
· 8 years ago
5375023
xfs: Fix missed holes in SEEK_HOLE implementation
by Jan Kara
· 8 years ago
8affebe
xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()
by Eryu Guan
· 8 years ago
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
ea9a46e
xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMIN
by Darrick J. Wong
· 8 years ago
892d2a5
xfs: bad assertion for delalloc an extent that start at i_size
by Zorro Lang
· 8 years ago
6e74750
xfs: fix warnings about unused stack variables
by Darrick J. Wong
· 8 years ago
6eadbf4
xfs: BMAPX shouldn't barf on inline-format directories
by Darrick J. Wong
· 8 years ago
0daaeca
xfs: fix indlen accounting error on partial delalloc conversion
by Brian Foster
· 8 years ago
f5705aa8c
dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n case
by Dan Williams
· 8 years ago
0fcc3ab
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
6e7c2b4
scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
19809c2
mm, vmalloc: use __GFP_HIGHMEM implicitly
by Michal Hocko
· 8 years ago
ef51042
block, dax: move "select DAX" from BLOCK to FS_DAX
by Dan Williams
· 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
53ef7d0
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
161f55e
xfs: fix use-after-free in xfs_finish_page_writeback
by Eryu Guan
· 8 years ago
9ba1fb2
xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
by Michal Hocko
· 8 years ago
7dea19f
mm: introduce memalloc_nofs_{save,restore} API
by Michal Hocko
· 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
6947529
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
e20c8a5
xfs: wait on new inodes during quotaoff dquot release
by Brian Foster
· 8 years ago
ae2c4ac
xfs: update ag iterator to support wait on new inodes
by Brian Foster
· 8 years ago
756baca
xfs: support ability to wait on new inodes
by Brian Foster
· 8 years ago
8f720d9
xfs: publish UUID in struct super_block
by Amir Goldstein
· 8 years ago
3c37819
xfs: Allow user to kill fstrim process
by Lukas Czerner
· 8 years ago
fa5d932
ext2, ext4, xfs: retrieve dax_device for iomap operations
by Dan Williams
· 9 years ago
c4cf1ac
xfs: better log intent item refcount checking
by Darrick J. Wong
· 8 years ago
20e8a06
xfs: fix up quotacheck buffer list error handling
by Brian Foster
· 8 years ago
27af1bb
xfs: remove xfs_trans_ail_delete_bulk
by Christoph Hellwig
· 8 years ago
3f88a15
xfs: don't use bool values in trace buffers
by Christoph Hellwig
· 8 years ago
12e4a38
xfs: fix getfsmap userspace memory corruption while setting OF_LAST
by Darrick J. Wong
· 8 years ago
9d17e14
xfs: fix __user annotations for xfs_ioc_getfsmap
by Christoph Hellwig
· 8 years ago
e2a6419
xfs: corruption needs to respect endianess too!
by Christoph Hellwig
· 8 years ago
ef2b67e
xfs: use NULL instead of 0 to initialize a pointer in xfs_ioc_getfsmap
by Christoph Hellwig
· 8 years ago
fad5656
xfs: use NULL instead of 0 to initialize a pointer in xfs_getfsmap
by Christoph Hellwig
· 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
9011540
xfs: remove use of do_div with 32-bit dividend in quota
by Eric Sandeen
· 8 years ago
42bf9db
xfs: remove the trailing newline used in the fmt parameter of TP_printk
by Hou Tao
· 8 years ago
cb52ee3
xfs: prevent multi-fsb dir readahead from reading random blocks
by Brian Foster
· 8 years ago
023cc84
xfs: handle array index overrun in xfs_dir2_leaf_readbuf()
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
3b4683c
xfs: drop iolock from reclaim context to appease lockdep
by Brian Foster
· 8 years ago
5146d0b
xfs: remove custom do_div implementations
by Eric Sandeen
· 8 years ago
d956f81
xfs: simplify xfs_calc_dquots_per_chunk
by Eric Sandeen
· 8 years ago
2a610b8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
ee472d8
block: add a flags argument to (__)blkdev_issue_zeroout
by Christoph Hellwig
· 8 years ago
84358536d
xfs: actually report xattr extents via iomap
by Darrick J. Wong
· 8 years ago
254133f
xfs: fold __xfs_trans_roll into xfs_trans_roll
by Christoph Hellwig
· 8 years ago
4c934c7
xfs: report realtime space information via the rtbitmap
by Darrick J. Wong
· 8 years ago
a1cae72
xfs: have getfsmap fall back to the freesp btrees when rmap is not present
by Darrick J. Wong
· 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
Next »