index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-07
xfs: remove IO submission from xfs_reclaim_inode()
Dave Chinner
1
-86
/
+31
2020-07-07
xfs: make inode reclaim almost non-blocking
Dave Chinner
1
-1
/
+1
2020-07-07
xfs: pin inode backing buffer to the inode log item
Dave Chinner
5
-24
/
+105
2020-07-07
xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()
Dave Chinner
3
-8
/
+3
2020-07-07
xfs: unwind log item error flagging
Dave Chinner
4
-71
/
+14
2020-07-07
xfs: handle buffer log item IO errors directly
Dave Chinner
1
-70
/
+144
2020-07-07
xfs: get rid of log item callbacks
Dave Chinner
5
-29
/
+6
2020-07-07
xfs: clean up the buffer iodone callback functions
Dave Chinner
3
-114
/
+29
2020-07-06
xfs: use direct calls for dquot IO completion
Dave Chinner
3
-5
/
+40
2020-07-06
xfs: make inode IO completion buffer centric
Dave Chinner
4
-55
/
+56
2020-07-06
xfs: clean up whacky buffer log item list reinit
Dave Chinner
1
-2
/
+0
2020-07-06
xfs: call xfs_buf_iodone directly
Dave Chinner
5
-63
/
+24
2020-07-06
xfs: mark log recovery buffers for completion
Dave Chinner
6
-8
/
+18
2020-07-06
xfs: mark dquot buffers in cache
Dave Chinner
6
-0
/
+20
2020-07-06
xfs: mark inode buffers in cache
Dave Chinner
6
-30
/
+77
2020-07-06
xfs: add an inode item lock
Dave Chinner
5
-40
/
+66
2020-07-06
xfs: remove logged flag from inode log item
Dave Chinner
3
-35
/
+14
2020-07-06
xfs: Don't allow logging of XFS_ISTALE inodes
Dave Chinner
3
-4
/
+26
2020-07-06
xfs: remove useless definitions in xfs_linux.h
Yafang Shao
1
-4
/
+0
2020-07-06
xfs: use MMAPLOCK around filemap_map_pages()
Dave Chinner
1
-1
/
+14
2020-07-06
xfs: move helpers that lock and unlock two inodes against userspace IO
Darrick J. Wong
5
-97
/
+99
2020-07-06
xfs: refactor locking and unlocking two inodes against userspace IO
Darrick J. Wong
3
-23
/
+34
2020-07-06
xfs: fix xfs_reflink_remap_prep calling conventions
Darrick J. Wong
2
-4
/
+4
2020-07-06
xfs: reflink can skip remap existing mappings
Darrick J. Wong
1
-0
/
+16
2020-07-06
xfs: only reserve quota blocks if we're mapping into a hole
Darrick J. Wong
1
-2
/
+4
2020-07-06
xfs: only reserve quota blocks for bmbt changes if we're changing the data fork
Darrick J. Wong
1
-7
/
+14
2020-07-06
xfs: redesign the reflink remap loop to fix blkres depletion crash
Darrick J. Wong
3
-162
/
+141
2020-07-06
xfs: rename xfs_bmap_is_real_extent to is_written_extent
Darrick J. Wong
3
-5
/
+5
2020-07-06
xfs: fix reflink quota reservation accounting error
Darrick J. Wong
1
-7
/
+14
2020-07-06
xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data fork
Darrick J. Wong
1
-2
/
+20
2020-07-06
xfs: preserve rmapbt swapext block reservation from freed blocks
Brian Foster
3
-10
/
+28
2020-07-06
xfs: Couple of typo fixes in comments
Keyur Patel
1
-3
/
+3
2020-07-01
block: remove the bd_queue field from struct block_device
Christoph Hellwig
1
-1
/
+1
2020-06-22
xfs: fix use-after-free on CIL context on shutdown
Dave Chinner
2
-6
/
+6
2020-06-21
xfs: flag files as supporting buffered async reads
Jens Axboe
1
-1
/
+1
2020-06-15
writeback: Drop I_DIRTY_TIME_EXPIRE
Jan Kara
1
-2
/
+2
2020-06-13
Merge tag 'xfs-5.8-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+3
2020-06-11
Merge tag 'vfs-5.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-88
/
+20
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
3
-10
/
+10
2020-06-08
xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()
Chuhong Yuan
1
-1
/
+3
2020-06-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
1
-0
/
+1
2020-06-03
fs: move the fiemap definitions out of fs.h
Christoph Hellwig
1
-0
/
+1
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-2
/
+2
2020-06-02
Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
3
-5
/
+4
2020-06-02
Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
101
-4811
/
+4238
2020-06-02
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
1
-1
/
+1
2020-06-02
mm: remove the prot argument from vm_map_ram
Christoph Hellwig
1
-1
/
+1
2020-06-02
iomap: convert from readpages to readahead
Matthew Wilcox (Oracle)
1
-8
/
+5
2020-05-29
fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()
Ira Weiny
1
-88
/
+20
[prev]
[next]