Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a6615937bcd9234e6d6bb817c3701fce44d0a84d
/
fs
/
xfs
d3dc366
Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
6889e78
Merge branch 'xfs-misc-fixes-for-3.18-3' into for-next
by Dave Chinner
· 10 years ago
a8b1ee8
xfs: fix agno increment in xfs_inumbers() loop
by Eric Sandeen
· 10 years ago
5217793
xfs: xfs_iflush_done checks the wrong log item callback
by Mark Tinguely
· 10 years ago
da5f109
xfs: flush the range before zero range conversion
by Brian Foster
· 10 years ago
07d0868
xfs: restore buffer_head unwritten bit on ioend cancel
by Brian Foster
· 10 years ago
5cca3f6
xfs: check for null dquot in xfs_quota_calc_throttle()
by Eric Sandeen
· 10 years ago
04dd1a0
xfs: fix crc field handling in xfs_sb_to/from_disk
by Eric Sandeen
· 10 years ago
6ee49a2
xfs: don't send null bp to xfs_trans_brelse()
by Eric Sandeen
· 10 years ago
ce57bcf
xfs: check for inode size overflow in xfs_new_eof()
by Brian Foster
· 10 years ago
a872703
xfs: only set extent size hint when asked
by Dave Chinner
· 10 years ago
9336e3a
xfs: project id inheritance is a directory only flag
by Dave Chinner
· 10 years ago
e076b0f
xfs: kill time.h
by Dave Chinner
· 10 years ago
b1d6cc0
xfs: compat_xfs_bstat does not have forkoff
by Dave Chinner
· 10 years ago
75e58ce
Merge branch 'xfs-buf-iosubmit' into for-next
by Dave Chinner
· 10 years ago
8c15612
xfs: simplify xfs_zero_remaining_bytes
by Christoph Hellwig
· 10 years ago
ba37267
xfs: check xfs_buf_read_uncached returns correctly
by Dave Chinner
· 10 years ago
595bff7
xfs: introduce xfs_buf_submit[_wait]
by Dave Chinner
· 10 years ago
8b13197
xfs: kill xfs_bioerror_relse
by Dave Chinner
· 10 years ago
2718775
xfs: xfs_bioerror can die.
by Dave Chinner
· 10 years ago
8dac392
xfs: kill xfs_bdstrat_cb
by Dave Chinner
· 10 years ago
61be9c5
xfs: rework xfs_buf_bio_endio error handling
by Dave Chinner
· 10 years ago
e8aaba9
xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionality
by Dave Chinner
· 10 years ago
e11bb80
xfs: synchronous buffer IO needs a reference
by Dave Chinner
· 10 years ago
cf53e99
xfs: Don't use xfs_buf_iowait in the delwri buffer code
by Dave Chinner
· 10 years ago
a870fe6d
xfs: force the log before shutting down
by Dave Chinner
· 10 years ago
bd438f8
Merge branch 'xfs-sparse-fixes' into for-next
by Dave Chinner
· 10 years ago
b972d07
xfs: annotate user variables passed as void
by Dave Chinner
· 10 years ago
e3aed1a
xfs: xfs_kset should be static
by Dave Chinner
· 10 years ago
bf1ed38
xfs: xfs_qm_dquot_isolate needs locking annotations for sparse
by Dave Chinner
· 10 years ago
e68ed77
xfs: fix use of agi_newino in finobt lookup
by Dave Chinner
· 10 years ago
2f43bbd
Merge branch 'xfs-trans-recover-cleanup' into for-next
by Dave Chinner
· 10 years ago
b818cca
xfs: refactor recovery transaction start handling
by Dave Chinner
· 10 years ago
7656066
xfs: reorganise transaction recovery item code
by Dave Chinner
· 10 years ago
88b863d
xfs: fix double free in xlog_recover_commit_trans
by Dave Chinner
· 10 years ago
e9131e5
xfs: recovery of XLOG_UNMOUNT_TRANS leaks memory
by Dave Chinner
· 10 years ago
eeb1168
xfs: refactor xlog_recover_process_data()
by Dave Chinner
· 10 years ago
33044dc
Merge branch 'xfs-misc-fixes-for-3.18-2' into for-next
by Dave Chinner
· 10 years ago
2ebff7b
xfs: flush entire last page of old EOF on truncate up
by Dave Chinner
· 10 years ago
7abbb8f
xfs: xfs_swap_extent_flush can be static
by Dave Chinner
· 10 years ago
02cc187
xfs: xfs_buf_write_fail_rl_state can be static
by Dave Chinner
· 10 years ago
ea95961
xfs: xfs_rtget_summary can be static
by Fengguang Wu
· 10 years ago
e3cf179
xfs: remove second xfs_quota.h inclusion in xfs_icache.c
by Fabian Frederick
· 10 years ago
fb04013
xfs: don't ASSERT on corrupt ftype
by Eric Sandeen
· 10 years ago
8af3dcd
xfs: xlog_cil_force_lsn doesn't always wait correctly
by Dave Chinner
· 10 years ago
f6d31f4
Merge branch 'xfs-shift-extents-rework' into for-next
by Dave Chinner
· 10 years ago
8b5279e
xfs: only writeback and truncate pages for the freed range
by Brian Foster
· 10 years ago
f71721d
xfs: writeback and inval. file range to be shifted by collapse
by Brian Foster
· 10 years ago
a979bdf
xfs: refactor single extent shift into xfs_bmse_shift_one() helper
by Brian Foster
· 10 years ago
ddb19e3
xfs: refactor shift-by-merge into xfs_bmse_merge() helper
by Brian Foster
· 10 years ago
2c845f5
xfs: track collapse via file offset rather than extent index
by Brian Foster
· 10 years ago
0d085a5
xfs: ensure WB_SYNC_ALL writeback handles partial pages correctly
by Dave Chinner
· 10 years ago
6d11fb4
Merge branch 'for-linus' into for-3.18/core
by Jens Axboe
· 10 years ago
a4241ae
Merge branch 'xfs-misc-fixes-for-3.18-1' into for-next
by Dave Chinner
· 10 years ago
ab6978c
xfs: remove rbpp check from xfs_rtmodify_summary_int
by Eric Sandeen
· 10 years ago
afabfd3
xfs: combine xfs_rtmodify_summary and xfs_rtget_summary
by Eric Sandeen
· 10 years ago
b16ed7c
xfs: combine xfs_dir_canenter into xfs_dir_createname
by Eric Sandeen
· 10 years ago
94f3cad
xfs: check resblks before calling xfs_dir_canenter
by Eric Sandeen
· 10 years ago
970fd3f
xfs: deduplicate xlog_do_recovery_pass()
by Eric Sandeen
· 10 years ago
59f9c00
xfs: lseek: the "whence" argument is called "whence"
by Eric Sandeen
· 10 years ago
49c6959
xfs: combine xfs_seek_hole & xfs_seek_data
by Eric Sandeen
· 10 years ago
2e22717
xfs: export log_recovery_delay to delay mount time log recovery
by Brian Foster
· 10 years ago
65b6573
xfs: add debug sysfs attribute set
by Brian Foster
· 10 years ago
e1b0572
xfs: add a few more verifier tests
by Eric Sandeen
· 10 years ago
8018ec0
xfs: mark all internal workqueues as freezable
by Brian Foster
· 10 years ago
ff9ea32
block, bdi: an active gendisk always has a request_queue associated with it
by Tejun Heo
· 10 years ago
41b9d72
xfs: trim eofblocks before collapse range
by Brian Foster
· 10 years ago
1669a8c
xfs: xfs_file_collapse_range is delalloc challenged
by Dave Chinner
· 10 years ago
ca446d8
xfs: don't log inode unless extent shift makes extent modifications
by Brian Foster
· 10 years ago
7d4ea3c
xfs: use ranged writeback and invalidation for direct IO
by Dave Chinner
· 10 years ago
834ffca
xfs: don't zero partial page cache pages during O_DIRECT writes
by Dave Chinner
· 10 years ago
85e584d
xfs: don't zero partial page cache pages during O_DIRECT writes
by Chris Mason
· 10 years ago
22e757a
xfs: don't dirty buffers beyond EOF
by Dave Chinner
· 10 years ago
645f985
Merge branch 'xfs-misc-fixes-3.17-2' into for-next
by Dave Chinner
· 10 years ago
b076d87
Merge branch 'xfs-bulkstat-refactor' into for-next
by Dave Chinner
· 10 years ago
4d7eece
Merge branch 'xfs-misc-fixes-3.17-1' into for-next
by Dave Chinner
· 10 years ago
e0ac6d4
Merge branch 'xfs-quota-eofblocks-scan' into for-next
by Dave Chinner
· 10 years ago
6eee897
xfs: fix coccinelle warnings
by kbuild test robot
· 10 years ago
4ef897a
xfs: flush both inodes in xfs_swap_extents
by Dave Chinner
· 10 years ago
8121768
xfs: fix swapext ilock deadlock
by Dave Chinner
· 10 years ago
b92cc59f6
xfs: kill xfs_vnode.h
by Dave Chinner
· 10 years ago
dd8c38b
xfs: kill VN_MAPPED
by Dave Chinner
· 10 years ago
2667c6f
xfs: kill VN_CACHED
by Dave Chinner
· 10 years ago
eac152b
xfs: kill VN_DIRTY()
by Dave Chinner
· 10 years ago
ad3714b
xfs: dquot recovery needs verifiers
by Dave Chinner
· 10 years ago
5fd364f
xfs: quotacheck leaves dquot buffers without verifiers
by Dave Chinner
· 10 years ago
67dc288
xfs: ensure verifiers are attached to recovered buffers
by Dave Chinner
· 10 years ago
400b9d8
xfs: catch buffers written without verifiers attached
by Dave Chinner
· 10 years ago
5ef828c
xfs: avoid false quotacheck after unclean shutdown
by Eric Sandeen
· 10 years ago
eedf32b
xfs: fix rounding error of fiemap length parameter
by Brian Foster
· 10 years ago
1e773c4
xfs: introduce xfs_bulkstat_ag_ichunk
by Jie Liu
· 10 years ago
d5cf09b
xfs: require 64-bit sector_t
by Christoph Hellwig
· 10 years ago
74dc93a
xfs: fix uflags detection at xfs_fs_rm_xquota
by Jie Liu
· 10 years ago
7b409a7
xfs: remove XFS_IS_OQUOTA_ON macros
by Jie Liu
· 10 years ago
54aa61f
xfs: tidy up xfs_set_inode32
by Eric Sandeen
· 10 years ago
9de67c3
xfs: allow inode allocations in post-growfs disk space
by Eric Sandeen
· 10 years ago
eb866bb
xfs: mark xfs_qm_quotacheck as static
by Jie Liu
· 10 years ago
5c18717
xfs: fix cil push sequence after log recovery
by Mark Tinguely
· 10 years ago
f074051
xfs: squash prealloc while over quota free space as well
by Brian Foster
· 10 years ago
dc06f398
xfs: run an eofblocks scan on ENOSPC/EDQUOT
by Brian Foster
· 10 years ago
Next »