Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
bb9c2e5433250f5b477035dc478314f8e6dd5e36
/
fs
/
xfs
bb9c2e5
xfs: move more RT specific code under CONFIG_XFS_RT
by Dave Chinner
· 7 years ago
20413e3
xfs: Don't log uninitialised fields in inode structures
by Dave Chinner
· 7 years ago
e12199f
xfs: handle racy AIO in xfs_reflink_end_cow
by Christoph Hellwig
· 7 years ago
52bfcdd
xfs: always swap the cow forks when swapping extents
by Darrick J. Wong
· 7 years ago
5e5c943
xfs: revert "xfs: factor rmap btree size into the indlen calculations"
by Darrick J. Wong
· 7 years ago
842f6e9
xfs: Capture state of the right inode in xfs_iflush_done
by Carlos Maiolino
· 7 years ago
9789dd9
xfs: perag initialization should only touch m_ag_max_usable for AG 0
by Darrick J. Wong
· 7 years ago
ee70daa
xfs: update i_size after unwritten conversion in dio completion
by Eryu Guan
· 7 years ago
6851a3d
xfs: validate bdev support for DAX inode flag
by Ross Zwisler
· 7 years ago
60915f8
xfs: remove redundant re-initialization of total_nr_pages
by Colin Ian King
· 7 years ago
1e6fa68
xfs: Output warning message when discard option was enabled even though the device does not support discard
by Kenjiro Nakayama
· 7 years ago
d20a5e3
xfs: report zeroed or not correctly in xfs_zero_range()
by Eryu Guan
· 7 years ago
64671ba
xfs: kill meaningless variable 'zero'
by Eryu Guan
· 7 years ago
e150dcd
fs/xfs: Use %pS printk format for direct addresses
by Helge Deller
· 7 years ago
3af423b
xfs: evict CoW fork extents when performing finsert/fcollapse
by Darrick J. Wong
· 7 years ago
cc6f777
xfs: don't unconditionally clear the reflink flag on zero-block files
by Darrick J. Wong
· 7 years ago
e253d98
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
0f0d127
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
b31ff3c
xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present
by Richard Wareing
· 7 years ago
89fd915
Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
a0725ab
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
d34fc1a
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
91d25ba
dax: use common 4k zero page for dax mmap reads
by Ross Zwisler
· 7 years ago
91f9943
fs: support RWF_NOWAIT for buffered reads
by Christoph Hellwig
· 7 years ago
6c37059
xfs: use kmem_free to free return value of kmem_zalloc
by Pan Bian
· 7 years ago
8353a81
xfs: open code end_buffer_async_write in xfs_finish_page_writeback
by Christoph Hellwig
· 7 years ago
dd60687
xfs: don't set v3 xflags for v2 inodes
by Christoph Hellwig
· 7 years ago
7bf7a19
xfs: fix compiler warnings
by Darrick J. Wong
· 7 years ago
4cc1ee5
xfs: simplify the rmap code in xfs_bmse_merge
by Darrick J. Wong
· 7 years ago
f91fb95
xfs: remove unused flags arg from xfs_file_iomap_begin_delay
by Eric Sandeen
· 7 years ago
47c7d0b
xfs: fix incorrect log_flushed on fsync
by Amir Goldstein
· 7 years ago
742d842
xfs: disable per-inode DAX flag
by Christoph Hellwig
· 7 years ago
8bfadd8
xfs: replace xfs_qm_get_rtblks with a direct call to xfs_bmap_count_leaves
by Christoph Hellwig
· 7 years ago
e17a5c6
xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extent
by Christoph Hellwig
· 7 years ago
4c35445b
xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_at
by Christoph Hellwig
· 7 years ago
4da6b51
xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extents
by Christoph Hellwig
· 7 years ago
05b7c8a
xfs: move some code around inside xfs_bmap_shift_extents
by Christoph Hellwig
· 7 years ago
f2285c1
xfs: use xfs_iext_get_extent in xfs_bmap_first_unused
by Christoph Hellwig
· 7 years ago
50bb44c
xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insert
by Christoph Hellwig
· 7 years ago
67e4e69
xfs: add a xfs_iext_update_extent helper
by Christoph Hellwig
· 7 years ago
d522d56
xfs: consolidate the various page fault handlers
by Christoph Hellwig
· 7 years ago
e7647fb
iomap: return VM_FAULT_* codes from iomap_page_mkwrite
by Christoph Hellwig
· 7 years ago
2dd3d70
xfs: relog dirty buffers during swapext bmbt owner change
by Brian Foster
· 7 years ago
a5814bc
xfs: disallow marking previously dirty buffers as ordered
by Brian Foster
· 7 years ago
6fb10d6
xfs: move bmbt owner change to last step of extent swap
by Brian Foster
· 7 years ago
99c794c
xfs: skip bmbt block ino validation during owner change
by Brian Foster
· 7 years ago
8dc518d
xfs: don't log dirty ranges for ordered buffers
by Brian Foster
· 7 years ago
9684010
xfs: refactor buffer logging into buffer dirtying helper
by Brian Foster
· 7 years ago
e9385cc6
xfs: ordered buffer log items are never formatted
by Brian Foster
· 7 years ago
6453c65
xfs: remove unnecessary dirty bli format check for ordered bufs
by Brian Foster
· 7 years ago
a4f6cf6
xfs: open-code xfs_buf_item_dirty()
by Brian Foster
· 7 years ago
8ad7c629
xfs: remove the ip argument to xfs_defer_finish
by Christoph Hellwig
· 7 years ago
882d878
xfs: rename xfs_defer_join to xfs_defer_ijoin
by Christoph Hellwig
· 7 years ago
411350d
xfs: refactor xfs_trans_roll
by Christoph Hellwig
· 7 years ago
f2e9ad2
xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()
by Omar Sandoval
· 7 years ago
799ea9e
xfs: evict all inodes involved with log redo item
by Darrick J. Wong
· 7 years ago
486aff5
xfs: perform dax_device lookup at mount
by Dan Williams
· 7 years ago
74d4699
block: replace bi_bdev with a gendisk pointer and partitions index
by Christoph Hellwig
· 7 years ago
2d32311
xfs: stop searching for free slots in an inode chunk when there are none
by Carlos Maiolino
· 7 years ago
e67d3d4
xfs: add log recovery tracepoint for head/tail
by Brian Foster
· 7 years ago
a4c9b34
xfs: handle -EFSCORRUPTED during head/tail verification
by Brian Foster
· 7 years ago
7f4d01f
xfs: add log item pinning error injection tag
by Brian Foster
· 7 years ago
4a4f66e
xfs: fix log recovery corruption error due to tail overwrite
by Brian Foster
· 7 years ago
5297ac1f6
xfs: always verify the log tail during recovery
by Brian Foster
· 7 years ago
284f1c2
xfs: fix recovery failure when log record header wraps log end
by Brian Foster
· 7 years ago
d3a304b
xfs: Properly retry failed inode items in case of error during buffer writeback
by Carlos Maiolino
· 7 years ago
0b80ae6
xfs: Add infrastructure needed for error propagation during buffer IO failure
by Carlos Maiolino
· 7 years ago
6f4a1ee
xfs: toggle readonly state around xfs_log_mount_finish
by Eric Sandeen
· 7 years ago
757a69e
xfs: write unmount record for ro mounts
by Eric Sandeen
· 7 years ago
77aff8c
xfs: don't leak quotacheck dquots when cow recovery
by Darrick J. Wong
· 7 years ago
8204f8d
xfs: clear MS_ACTIVE after finishing log recovery
by Darrick J. Wong
· 7 years ago
c44245b
xfs: fix inobt inode allocation search optimization
by Omar Sandoval
· 7 years ago
56bdf85
xfs: Fix per-inode DAX flag inheritance
by Lukas Czerner
· 7 years ago
ea7bd56
xfs: Fix leak of discard bio
by Jan Kara
· 7 years ago
5b094d6
xfs: fix multi-AG deadlock in xfs_bunmapi
by Christoph Hellwig
· 7 years ago
6215894
xfs: check that dir block entries don't off the end of the buffer
by Darrick J. Wong
· 7 years ago
cfaf2d0
xfs: fix quotacheck dquot id overflow infinite loop
by Brian Foster
· 7 years ago
10479e2
xfs: check _alloc_read_agf buffer pointer before using
by Darrick J. Wong
· 7 years ago
4c1a67b
xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_write
by Darrick J. Wong
· 7 years ago
1e86eab
xfs: check _btree_check_block value
by Darrick J. Wong
· 7 years ago
bc98a42
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
by David Howells
· 7 years ago
a80099a
Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
0891f99
Revert "xfs: grab dquots without taking the ilock"
by Christoph Hellwig
· 7 years ago
29db250
xfs: assert locking precondition in xfs_readlink_bmap_ilocked
by Christoph Hellwig
· 7 years ago
5af7777
xfs: assert locking precondіtion in xfs_attr_list_int_ilocked
by Christoph Hellwig
· 7 years ago
cf69f824
xfs: fixup xfs_attr_get_ilocked
by Christoph Hellwig
· 7 years ago
91c63ecd
xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAIL
by Michal Hocko
· 7 years ago
642338b
Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
088737f
Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
by Linus Torvalds
· 7 years ago
cd87d86
xfs: don't crash on unexpected holes in dir/attr btrees
by Darrick J. Wong
· 7 years ago
6eb0b8d
xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLEN
by Darrick J. Wong
· 7 years ago
a4c20b9
Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 7 years ago
1b18027
xfs: minimal conversion to errseq_t writeback error reporting
by Jeff Layton
· 7 years ago
2192b0b
xfs: fix contiguous dquot chunk iteration livelock
by Brian Foster
· 7 years ago
9bd4218
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
c6b1e36
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
81e3e04
Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid
by Linus Torvalds
· 7 years ago
9b2970a
xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA
by Christoph Hellwig
· 7 years ago
7175a11
xfs: remove a whitespace-only line from xfs_fs_get_nextdqblk
by Christoph Hellwig
· 7 years ago
bda250d
xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extent
by Christoph Hellwig
· 7 years ago
Next »