Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
6e702a5dcbe1d38cf479931dd2e2a3da884143f0
/
fs
6e702a5
xfs: remove xfs_bmapi_write() dfops param
by Brian Foster
· 6 years ago
175d1a0
xfs: use ->t_dfops for all xfs_bmapi_write() callers
by Brian Foster
· 6 years ago
2ba1372
xfs: use ->t_dfops in dqalloc transaction
by Brian Foster
· 6 years ago
32a9b7c
xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove
by Brian Foster
· 6 years ago
d76e6ce
xfs: use ->t_dfops in extent split tx and remove param
by Brian Foster
· 6 years ago
0bd6207
xfs: remove dfops param in attr fork add path
by Brian Foster
· 6 years ago
40d03ac
xfs: use ->t_dfops for attr set/remove operations
by Brian Foster
· 6 years ago
813d08c
xfs: use ->t_dfops for recovery of [b|c]ui log items
by Brian Foster
· 6 years ago
c9cfdb3
xfs: remove dfops param from high level dirname calls
by Brian Foster
· 6 years ago
0e0417f
xfs: remove dfops parameter from ifree call stack
by Brian Foster
· 6 years ago
6aa6718
xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops
by Brian Foster
· 6 years ago
8a74938
xfs: cow unwritten conversion uses uninitialized dfops
by Brian Foster
· 6 years ago
98c1a7c0
xfs: update my copyrights for the writeback and iomap code
by Christoph Hellwig
· 6 years ago
82cb141
xfs: add support for sub-pagesize writeback without buffer_heads
by Christoph Hellwig
· 6 years ago
9dc55f1
iomap: add support for sub-pagesize buffered I/O without buffer heads
by Christoph Hellwig
· 6 years ago
ac8ee54
xfs: allow writeback on pages without buffer heads
by Christoph Hellwig
· 6 years ago
8e1f065
xfs: refactor the tail of xfs_writepage_map
by Christoph Hellwig
· 6 years ago
1b65d3dd
xfs: remove xfs_start_page_writeback
by Christoph Hellwig
· 6 years ago
6d465e8
xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
by Christoph Hellwig
· 6 years ago
3faed66
xfs: don't look at buffer heads in xfs_add_to_ioend
by Christoph Hellwig
· 6 years ago
889c65b
xfs: remove the imap_valid flag
by Christoph Hellwig
· 6 years ago
3345746
xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
by Christoph Hellwig
· 6 years ago
060d4ea
xfs: remove xfs_reflink_find_cow_mapping
by Christoph Hellwig
· 6 years ago
c3a2f9f
xfs: remove the now unused XFS_BMAPI_IGSTATE flag
by Christoph Hellwig
· 6 years ago
e2f6ad4
xfs: make xfs_writepage_map extent map centric
by Dave Chinner
· 6 years ago
6a4c950
xfs: rename the offset variable in xfs_writepage_map
by Christoph Hellwig
· 6 years ago
5c665e5
xfs: remove xfs_map_cow
by Christoph Hellwig
· 6 years ago
fca8c80
xfs: remove xfs_reflink_trim_irec_to_next_cow
by Christoph Hellwig
· 6 years ago
a7b28f7
xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocks
by Christoph Hellwig
· 6 years ago
c57371a
xfs: don't clear imap_valid for a non-uptodate buffers
by Christoph Hellwig
· 6 years ago
91cdfd1
xfs: do not set the page uptodate in xfs_writepage_map
by Christoph Hellwig
· 6 years ago
d438017
xfs: move locking into xfs_bmap_punch_delalloc_range
by Christoph Hellwig
· 6 years ago
0362572
xfs: simplify xfs_aops_discard_page
by Christoph Hellwig
· 6 years ago
8b2e77c
xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
by Christoph Hellwig
· 6 years ago
c2efdfc
Merge branch 'iomap-4.19-merge' into xfs-4.19-merge
by Darrick J. Wong
· 6 years ago
70a2dc6
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 7 years ago
b2d44d1
Merge tag '4.18-rc3-smb3fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 7 years ago
0fa3ecd
Fix up non-directory creation in SGID directories
by Linus Torvalds
· 7 years ago
729c0c9
cifs: Fix stack out-of-bounds in smb{2,3}_create_lease_buf()
by Stefano Brivio
· 7 years ago
7ffbe65
cifs: Fix infinite loop when using hard mount option
by Paulo Alcantara
· 7 years ago
f46ecbd
cifs: Fix slab-out-of-bounds in send_set_info() on SMB2 ACE setting
by Stefano Brivio
· 7 years ago
6aa0c11
cifs: Fix memory leak in smb2_set_ea()
by Paulo Alcantara
· 7 years ago
81f39f9
cifs: fix SMB1 breakage
by Ronnie Sahlberg
· 7 years ago
8de8c46
cifs: Fix validation of signed data in smb2
by Paulo Alcantara
· 7 years ago
27c32b4
cifs: Fix validation of signed data in smb3+
by Paulo Alcantara
· 7 years ago
696e420
cifs: Fix use after free of a mid_q_entry
by Lars Persson
· 7 years ago
d02d21e
autofs: rename 'autofs' module back to 'autofs4'
by Linus Torvalds
· 7 years ago
1e2c043
userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte access
by Janosch Frank
· 7 years ago
806a147
iomap: add inline data support to iomap_readpage_actor
by Andreas Gruenbacher
· 7 years ago
ec181f6
iomap: support direct I/O to inline data
by Andreas Gruenbacher
· 7 years ago
0923043
iomap: refactor iomap_dio_actor
by Christoph Hellwig
· 7 years ago
a17712c
ext4: check superblock mapped prior to committing
by Jon Derrick
· 7 years ago
d3bc0e67f8
Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
4a770e6
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
7886953
Merge tag 'ceph-for-4.18-rc3' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
a11e1d4
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
by Linus Torvalds
· 7 years ago
e4e7ede
Btrfs: fix mount failure when qgroup rescan is in progress
by Filipe Manana
· 7 years ago
717beb9
Btrfs: fix regression in btrfs_page_mkwrite() from vm_fault_t conversion
by Chris Mason
· 7 years ago
6f7de19
btrfs: quota: Set rescan progress to (u64)-1 if we hit last leaf
by Qu Wenruo
· 7 years ago
877f919
proc: add proc_seq_release
by Chunyu Hu
· 7 years ago
f574943
Merge tag 'xfs-4.18-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
8b8f53a
ceph: fix dentry leak in splice_dentry()
by Yan, Zheng
· 7 years ago
84bfed4
Merge tag 'for-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
d8cb5e4
xfs: fix fdblocks accounting w/ RMAPBT per-AG reservation
by Darrick J. Wong
· 7 years ago
e53c4b5
xfs: ensure post-EOF zeroing happens after zeroing part of a file
by Darrick J. Wong
· 7 years ago
a3a374b
xfs: fix off-by-one error in xfs_rtalloc_query_range
by Darrick J. Wong
· 7 years ago
232d0a2
xfs: fix uninitialized field in rtbitmap fsmap backend
by Darrick J. Wong
· 7 years ago
5bd88d1
xfs: recheck reflink state after grabbing ILOCK_SHARED for a write
by Darrick J. Wong
· 7 years ago
f62cb48
xfs: don't allow insert-range to shift extents past the maximum offset
by Darrick J. Wong
· 7 years ago
aafe12c
xfs: don't trip over negative free space in xfs_reserve_blocks
by Darrick J. Wong
· 7 years ago
10ee252
xfs: allow empty transactions while frozen
by Darrick J. Wong
· 7 years ago
c5b4a50
Btrfs: fix return value on rename exchange failure
by Filipe Manana
· 7 years ago
894b8c0
Merge tag 'for_v4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 7 years ago
e53946d
xfs: xfs_iflush_abort() can be called twice on cluster writeback failure
by Dave Chinner
· 7 years ago
23fcb33
xfs: More robust inode extent count validation
by Dave Chinner
· 7 years ago
e2ac836
xfs: simplify xfs_bmap_punch_delalloc_range
by Christoph Hellwig
· 7 years ago
27db64f6
Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
22883dd
btrfs: fix invalid-free in btrfs_extent_same
by Lu Fengqi
· 7 years ago
f098631
Btrfs: fix physical offset reported by fiemap for inline extents
by Filipe Manana
· 7 years ago
c03cea4
iomap: add initial support for writes without buffer heads
by Christoph Hellwig
· 7 years ago
6c1e4d0
udf: Drop unused arguments of udf_delete_aext()
by Jan Kara
· 7 years ago
f2e8334
udf: Provide function for calculating dir entry length
by Jan Kara
· 7 years ago
fa65653
udf: Detect incorrect directory size
by Jan Kara
· 7 years ago
27e6ed5
ext2: add warning when specifying nocheck option
by Chengguang Xu
· 7 years ago
1822193
quota: Cleanup list iteration in dqcache_shrink_scan()
by Jan Kara
· 7 years ago
9560ba3
quota: reclaim least recently used dquots
by Greg Thelen
· 7 years ago
f5b6534
proc: fix missing final NUL in get_mm_cmdline() rewrite
by Linus Torvalds
· 7 years ago
72b4daa
iomap: add an iomap-based readpage and readpages implementation
by Christoph Hellwig
· 7 years ago
63899c6
iomap: add a page_done callback
by Christoph Hellwig
· 7 years ago
19e0c58
iomap: generic inline data handling
by Andreas Gruenbacher
· 7 years ago
ebf00be
iomap: complete partial direct I/O writes synchronously
by Andreas Gruenbacher
· 7 years ago
3d7b6b21
iomap: mark newly allocated buffer heads as new
by Andreas Gruenbacher
· 7 years ago
a6d639d
fs: factor out a __generic_write_end helper
by Christoph Hellwig
· 7 years ago
7b0df92
pNFS/flexfiles: Process writeback resends from nfsiod context as well
by Trond Myklebust
· 7 years ago
42f86b4
pNFS/flexfiles: Don't tie up all the rpciod threads in resends
by Trond Myklebust
· 7 years ago
c8bf707
pNFS: Don't send layoutreturn if the layout is already invalid
by Trond Myklebust
· 7 years ago
2dbf8df
pNFS: Always free the session slot on error in nfs4_layoutget_handle_exception
by Trond Myklebust
· 7 years ago
ba4dbde
Merge tag 'jfs-4.18' of git://github.com/kleikamp/linux-shaggy
by Linus Torvalds
· 7 years ago
9ffc59d
Merge tag '4.18-rc1-more-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 7 years ago
bfe0a5f
ext4: add more mount time checks of the superblock
by Theodore Ts'o
· 7 years ago
Next »