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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-07
fs: dlm: remove wq_alloc mutex
Alexander Aring
1
-37
/
+11
2021-12-07
fs: dlm: use event based wait for pending remove
Alexander Aring
3
-7
/
+14
2021-12-07
fs: dlm: check for pending users filling buffers
Alexander Aring
1
-1
/
+4
2021-12-07
fs: dlm: use list_empty() to check last iteration
Alexander Aring
1
-1
/
+3
2021-12-07
xfs: remove all COW fork extents when remounting readonly
Darrick J. Wong
1
-3
/
+11
2021-12-07
netfs: fix parameter of cleanup()
Jeffle Xu
1
-3
/
+3
2021-12-07
fuse: Pass correct lend value to filemap_write_and_wait_range()
Xie Yongji
1
-1
/
+1
2021-12-07
netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lock
David Howells
1
-10
/
+5
2021-12-06
io-wq: remove spurious bit clear on task_work addition
Jens Axboe
1
-3
/
+1
2021-12-05
io_uring: reuse io_req_task_complete for timeouts
Pavel Begunkov
1
-10
/
+5
2021-12-05
io_uring: tweak iopoll CQE_SKIP event counting
Pavel Begunkov
1
-3
/
+3
2021-12-05
io_uring: simplify selected buf handling
Pavel Begunkov
1
-27
/
+17
2021-12-05
io_uring: move up io_put_kbuf() and io_put_rw_kbuf()
Hao Xu
1
-18
/
+18
2021-12-05
fs: support mapped mounts of mapped filesystems
Christian Brauner
3
-20
/
+46
2021-12-05
fs: port higher-level mapping helpers
Christian Brauner
2
-6
/
+6
2021-12-04
Merge tag 'xfs-5.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+0
2021-12-04
Merge tag '5.16-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-42
/
+22
2021-12-04
gfs2: Fix gfs2_instantiate description
Andreas Gruenbacher
1
-1
/
+1
2021-12-04
gfs2: Remove redundant check for GLF_INSTANTIATE_NEEDED
Andreas Gruenbacher
1
-5
/
+3
2021-12-04
gfs2: remove redundant set of INSTANTIATE_NEEDED
Bob Peterson
1
-1
/
+0
2021-12-04
gfs2: Fix __gfs2_holder_init function name in kernel-doc comment
Andreas Gruenbacher
1
-1
/
+1
2021-12-04
f2fs: implement iomap operations
Eric Biggers
3
-0
/
+58
2021-12-04
f2fs: fix the f2fs_file_write_iter tracepoint
Eric Biggers
1
-2
/
+3
2021-12-04
f2fs: do not expose unwritten blocks to user by DIO
Jaegeuk Kim
4
-10
/
+35
2021-12-04
f2fs: reduce indentation in f2fs_file_write_iter()
Eric Biggers
1
-30
/
+34
2021-12-04
fsdax: don't require CONFIG_BLOCK
Christoph Hellwig
1
-2
/
+2
2021-12-04
iomap: build the block based code conditionally
Christoph Hellwig
2
-4
/
+4
2021-12-04
fsdax: shift partition offset handling into the file systems
Christoph Hellwig
6
-16
/
+36
2021-12-04
dax: return the partition offset from fs_dax_get_by_bdev
Christoph Hellwig
8
-5
/
+10
2021-12-04
iomap: add a IOMAP_DAX flag
Christoph Hellwig
5
-10
/
+13
2021-12-04
xfs: pass the mapping flags to xfs_bmbt_to_iomap
Christoph Hellwig
5
-21
/
+27
2021-12-04
xfs: use xfs_direct_write_iomap_ops for DAX zeroing
Christoph Hellwig
1
-2
/
+2
2021-12-04
xfs: move dax device handling into xfs_{alloc,free}_buftarg
Christoph Hellwig
3
-27
/
+11
2021-12-04
ext4: cleanup the dax handling in ext4_fill_super
Christoph Hellwig
1
-4
/
+3
2021-12-04
ext2: cleanup the dax handling in ext2_fill_super
Christoph Hellwig
1
-7
/
+5
2021-12-04
fsdax: decouple zeroing from the iomap buffered I/O code
Christoph Hellwig
5
-43
/
+88
2021-12-04
fsdax: factor out a dax_memzero helper
Christoph Hellwig
1
-17
/
+19
2021-12-04
fsdax: simplify the offset check in dax_iomap_zero
Christoph Hellwig
1
-3
/
+1
2021-12-04
xfs: add xfs_zero_range and xfs_truncate_page helpers
Shiyang Ruan
6
-12
/
+37
2021-12-04
fsdax: simplify the pgoff calculation
Christoph Hellwig
1
-25
/
+10
2021-12-04
fsdax: use a saner calling convention for copy_cow_page_dax
Christoph Hellwig
1
-16
/
+13
2021-12-04
fsdax: remove a pointless __force cast in copy_cow_page_dax
Christoph Hellwig
1
-1
/
+1
2021-12-04
dax: remove dax_capable
Christoph Hellwig
4
-22
/
+25
2021-12-04
xfs: factor out a xfs_setup_dax_always helper
Christoph Hellwig
1
-19
/
+28
2021-12-04
dax: simplify the dax_device <-> gendisk association
Christoph Hellwig
1
-1
/
+1
2021-12-04
dax: remove CONFIG_DAX_DRIVER
Christoph Hellwig
1
-1
/
+1
2021-12-04
Merge tag 'io_uring-5.16-2021-12-03' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+7
2021-12-04
Merge tag 'gfs2-v5.16-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
2
-67
/
+52
2021-12-03
mm: move filemap_range_needs_writeback() into header
Jens Axboe
1
-0
/
+1
2021-12-03
cifs: avoid use of dstaddr as key for fscache client cookie
Shyam Prasad N
1
-37
/
+1
[prev]
[next]