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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-11
fs/buffer: remove bh_submit_read() helper
Zhang Yi
1
-25
/
+0
2022-09-11
ext2: replace bh_submit_read() helper with bh_read()
Zhang Yi
1
-3
/
+4
2022-09-11
fs/buffer: remove ll_rw_block() helper
Zhang Yi
1
-59
/
+4
2022-09-11
ufs: replace ll_rw_block()
Zhang Yi
1
-8
/
+4
2022-09-11
udf: replace ll_rw_block()
Zhang Yi
3
-9
/
+3
2022-09-11
reiserfs: replace ll_rw_block()
Zhang Yi
3
-10
/
+9
2022-09-11
ocfs2: replace ll_rw_block()
Zhang Yi
2
-4
/
+2
2022-09-11
ntfs3: replace ll_rw_block()
Zhang Yi
1
-5
/
+2
2022-09-11
jbd2: replace ll_rw_block()
Zhang Yi
2
-15
/
+16
2022-09-11
isofs: replace ll_rw_block()
Zhang Yi
1
-1
/
+1
2022-09-11
gfs2: replace ll_rw_block()
Zhang Yi
2
-11
/
+4
2022-09-11
fs/buffer: replace ll_rw_block()
Zhang Yi
1
-7
/
+5
2022-09-11
fs/buffer: add some new buffer read helpers
Zhang Yi
1
-0
/
+65
2022-09-11
fs/buffer: remove __breadahead_gfp()
Zhang Yi
1
-11
/
+0
2022-09-11
ramfs: convert ramfs_nommu_get_unmapped_area() to use filemap_get_folios_contig()
Vishal Moola (Oracle)
1
-21
/
+29
2022-09-11
nilfs2: convert nilfs_find_uncommited_extent() to use filemap_get_folios_contig()
Vishal Moola (Oracle)
1
-27
/
+18
2022-09-11
btrfs: convert process_page_range() to use filemap_get_folios_contig()
Vishal Moola (Oracle)
2
-16
/
+18
2022-09-11
btrfs: convert end_compressed_writeback() to use filemap_get_folios()
Vishal Moola (Oracle)
1
-16
/
+15
2022-09-11
btrfs: convert __process_pages_contig() to use filemap_get_folios_contig()
Vishal Moola (Oracle)
1
-18
/
+15
2022-09-11
userfaultfd: add /dev/userfaultfd for fine grained access control
Axel Rasmussen
1
-16
/
+55
2022-09-11
mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()
Zach O'Keefe
1
-1
/
+1
2022-09-11
xfs: support STATX_DIOALIGN
Eric Biggers
1
-0
/
+10
2022-09-11
f2fs: support STATX_DIOALIGN
Eric Biggers
1
-0
/
+18
2022-09-11
f2fs: simplify f2fs_force_buffered_io()
Eric Biggers
1
-22
/
+5
2022-09-11
f2fs: move f2fs_force_buffered_io() into file.c
Eric Biggers
2
-40
/
+40
2022-09-11
ext4: support STATX_DIOALIGN
Eric Biggers
3
-16
/
+64
2022-09-11
fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
Eric Biggers
3
-28
/
+32
2022-09-11
vfs: support STATX_DIOALIGN on block devices
Eric Biggers
1
-0
/
+12
2022-09-11
statx: add direct I/O alignment information
Eric Biggers
1
-0
/
+2
2022-09-11
xfs: fix SB_BORN check in xfs_dax_notify_failure()
Dan Williams
1
-1
/
+1
2022-09-11
xfs: quiet notify_failure EOPNOTSUPP cases
Dan Williams
1
-2
/
+2
2022-09-11
ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()
ChenXiaoSong
1
-1
/
+2
2022-09-09
Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-0
/
+22
2022-09-09
Merge tag 'for-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
6
-54
/
+60
2022-09-09
Merge tag 'trace-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-8
/
+23
2022-09-09
fsnotify: remove unused declaration
Gaosheng Cui
1
-4
/
+0
2022-09-08
kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.c
Liu Shixin
1
-7
/
+0
2022-09-08
proc: remove initialization assignment
Li zeming
1
-1
/
+1
2022-09-08
NFSD: fix regression with setting ACLs.
NeilBrown
1
-10
/
+9
2022-09-08
tracefs: Only clobber mode/uid/gid on remount if asked
Brian Norris
1
-8
/
+23
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
12
-83
/
+75
2022-09-08
NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
Anna Schumaker
3
-27
/
+32
2022-09-08
Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-12
/
+5
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
10
-31
/
+30
2022-09-07
sched: Add TASK_ANY for wait_task_inactive()
Peter Zijlstra
1
-1
/
+1
2022-09-06
afs: Return -EAGAIN, not -EREMOTEIO, when a file already locked
David Howells
1
-0
/
+1
2022-09-06
fscrypt: stop using PG_error to track error status
Eric Biggers
3
-18
/
+26
2022-09-06
Merge tag 'erofs-for-6.0-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Linus Torvalds
3
-39
/
+14
2022-09-06
btrfs: fix the max chunk size and stripe length calculation
Qu Wenruo
2
-1
/
+4
2022-09-05
erofs: fix pcluster use-after-free on UP platforms
Gao Xiang
1
-29
/
+0
[prev]
[next]