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
2022-05-06
f2fs: fix to do sanity check on block address in f2fs_do_zero_range()
Chao Yu
1
-4
/
+12
2022-05-06
f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()
Chao Yu
1
-4
/
+10
2022-05-06
f2fs: write checkpoint during FG_GC
Byungki Lee
1
-14
/
+22
2022-05-06
f2fs: fix to clear dirty inode in f2fs_evict_inode()
Chao Yu
1
-1
/
+15
2022-05-06
f2fs: ensure only power of 2 zone sizes are allowed
Luis Chamberlain
1
-0
/
+4
2022-05-06
f2fs: call bdev_zone_sectors() only once on init_blkz_info()
Luis Chamberlain
1
-3
/
+6
2022-05-06
f2fs: extend stat_lock to avoid potential race in statfs
Niels Dossche
1
-5
/
+8
2022-05-06
f2fs: avoid infinite loop to flush node pages
Jaegeuk Kim
3
-22
/
+32
2022-05-06
f2fs: use flush command instead of FUA for zoned device
Jaegeuk Kim
2
-2
/
+3
2022-05-06
f2fs: remove WARN_ON in f2fs_is_valid_blkaddr
Dongliang Mu
1
-2
/
+2
2022-05-06
kernfs: Rename kernfs_put_open_node to kernfs_unlink_open_file.
Imran Khan
1
-9
/
+19
2022-05-05
io_uring: kill io_recv_buffer_select() wrapper
Jens Axboe
1
-10
/
+2
2022-05-05
io_uring: use 'sr' vs 'req->sr_msg' consistently
Jens Axboe
1
-9
/
+8
2022-05-05
io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsg
Jens Axboe
1
-2
/
+25
2022-05-05
io_uring: check IOPOLL/ioprio support upfront
Jens Axboe
1
-95
/
+58
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
10
-31
/
+110
2022-05-05
btrfs: sysfs: export the balance paused state of exclusive operation
David Sterba
1
-0
/
+3
2022-05-05
btrfs: fix assertion failure when logging directory key range item
Filipe Manana
1
-14
/
+25
2022-05-05
btrfs: zoned: activate block group properly on unlimited active zone device
Naohiro Aota
1
-14
/
+8
2022-05-05
btrfs: zoned: move non-changing condition check out of the loop
Naohiro Aota
1
-6
/
+6
2022-05-05
btrfs: force v2 space cache usage for subpage mount
Qu Wenruo
1
-0
/
+11
2022-05-05
mm: Add len and flags parameters to arch_get_mmap_end()
Christophe Leroy
1
-3
/
+3
2022-05-05
mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_area functions
Christophe Leroy
1
-4
/
+13
2022-05-04
memcg: accounting for objects allocated for new netdevice
Vasily Averin
1
-1
/
+1
2022-05-04
xfs: Set up infrastructure for log attribute replay
Allison Henderson
15
-6
/
+648
2022-05-04
xfs: Return from xfs_attr_set_iter if there are no more rmtblks to process
Allison Henderson
1
-0
/
+8
2022-05-04
xfs: Fix double unlock in defer capture code
Allison Henderson
1
-1
/
+10
2022-05-04
Merge branch 'guilt/xfs-5.19-fuzz-fixes' into xfs-5.19-for-next
Dave Chinner
3
-54
/
+191
2022-05-04
Merge tag 'reflink-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.19-for-next
Dave Chinner
9
-139
/
+345
2022-05-04
Merge tag 'rmap-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.19-for-next
Dave Chinner
4
-91
/
+106
2022-05-04
Merge branch 'guilt/xlog-intent-whiteouts' into xfs-5.19-for-next
Dave Chinner
14
-142
/
+322
2022-05-04
Merge branch 'guilt/xfs-5.19-misc-2' into xfs-5.19-for-next
Dave Chinner
4
-9
/
+9
2022-05-04
xfs: validate v5 feature fields
Dave Chinner
1
-10
/
+58
2022-05-04
xfs: set XFS_FEAT_NLINK correctly
Dave Chinner
1
-0
/
+2
2022-05-04
xfs: validate inode fork size against fork format
Dave Chinner
1
-9
/
+26
2022-05-04
xfs: detect self referencing btree sibling pointers
Dave Chinner
1
-35
/
+105
2022-05-04
xfs: intent item whiteouts
Dave Chinner
3
-5
/
+82
2022-05-04
xfs: whiteouts release intents that are not in the AIL
Dave Chinner
4
-16
/
+20
2022-05-04
xfs: add log item method to return related intents
Dave Chinner
5
-0
/
+33
2022-05-04
xfs: factor and move some code in xfs_log_cil.c
Dave Chinner
1
-52
/
+67
2022-05-04
xfs: tag transactions that contain intent done items
Dave Chinner
5
-11
/
+21
2022-05-04
xfs: add log item flags to indicate intents
Dave Chinner
5
-16
/
+25
2022-05-04
xfs: don't commit the first deferred transaction without intents
Dave Chinner
1
-12
/
+18
2022-05-04
xfs: hide log iovec alignment constraints
Dave Chinner
4
-38
/
+51
2022-05-04
xfs: fix potential log item leak
Dave Chinner
4
-0
/
+7
2022-05-04
xfs: zero inode fork buffer at allocation
Dave Chinner
1
-3
/
+9
2022-05-03
net: sysctl: introduce sysctl SYSCTL_THREE
Tonghao Zhang
1
-1
/
+1
2022-05-02
Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
6
-23
/
+91
2022-05-02
dlm: use kref_put_lock in __put_lkb
Alexander Aring
1
-6
/
+6
2022-05-02
dlm: use kref_put_lock in put_rsb
Alexander Aring
1
-3
/
+5
[prev]
[next]