index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-27
xfs: bunmapi has unnecessary AG lock ordering issues
Dave Chinner
1
-11
/
+0
2021-05-27
xfs: btree format inode forks can have zero extents
Dave Chinner
1
-1
/
+0
2021-05-24
xfs: validate extsz hints against rt extent size when rtinherit is set
Darrick J. Wong
5
-0
/
+85
2021-05-24
xfs: standardize extent size hint validation
Darrick J. Wong
2
-73
/
+41
2021-05-24
xfs: check free AG space when making per-AG reservations
Darrick J. Wong
1
-3
/
+15
2021-05-20
xfs: restore old ioctl definitions
Darrick J. Wong
1
-0
/
+4
2021-05-20
xfs: fix deadlock retry tracepoint arguments
Darrick J. Wong
1
-1
/
+3
2021-05-20
xfs: retry allocations when locality-based search fails
Darrick J. Wong
1
-1
/
+14
2021-05-16
xfs: adjust rt allocation minlen when extszhint > rtextsize
Darrick J. Wong
1
-26
/
+57
2021-05-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
4
-8
/
+14
2021-05-15
Merge tag 'io_uring-5.13-2021-05-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-9
/
+10
2021-05-15
Merge tag 'erofs-for-5.13-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+19
2021-05-15
Merge tag 'dax-fixes-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-12
/
+23
2021-05-14
hfsplus: prevent corruption in shrinking truncate
Jouni Roivas
1
-3
/
+4
2021-05-14
mm/filemap: fix readahead return types
Matthew Wilcox (Oracle)
1
-2
/
+2
2021-05-14
squashfs: fix divide error in calculate_skip()
Phillip Lougher
1
-3
/
+3
2021-05-14
mm/hugetlb: fix F_SEAL_FUTURE_WRITE
Peter Xu
1
-0
/
+5
2021-05-14
Merge tag 'f2fs-5.13-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-47
/
+56
2021-05-14
io_uring: increase max number of reg buffers
Pavel Begunkov
1
-1
/
+3
2021-05-14
io_uring: further remove sqpoll limits on opcodes
Pavel Begunkov
1
-4
/
+2
2021-05-14
io_uring: fix ltout double free on completion race
Pavel Begunkov
1
-3
/
+4
2021-05-13
erofs: fix 1 lcluster-sized pcluster for big pcluster
Gao Xiang
1
-2
/
+19
2021-05-12
f2fs: return EINVAL for hole cases in swap file
Jaegeuk Kim
1
-2
/
+2
2021-05-11
f2fs: avoid swapon failure by giving a warning first
Jaegeuk Kim
1
-6
/
+23
2021-05-11
f2fs: compress: fix to assign cc.cluster_idx correctly
Chao Yu
3
-12
/
+13
2021-05-11
f2fs: compress: fix race condition of overwrite vs truncate
Chao Yu
1
-23
/
+12
2021-05-11
f2fs: compress: fix to free compress page correctly
Chao Yu
1
-1
/
+2
2021-05-11
f2fs: support iflag change given the mask
Jaegeuk Kim
1
-1
/
+2
2021-05-11
f2fs: avoid null pointer access when handling IPU error
Jaegeuk Kim
1
-2
/
+2
2021-05-11
Merge tag 'for-5.13-rc1-part2-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+2
2021-05-11
btrfs: handle transaction start error in btrfs_fileattr_set
Ritesh Harjani
1
-0
/
+2
2021-05-10
Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
11
-26
/
+55
2021-05-09
Merge tag '5.13-rc-smb3-part3' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-0
/
+14
2021-05-08
io_uring: fix link timeout refs
Pavel Begunkov
1
-1
/
+1
2021-05-08
Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-2
/
+2
2021-05-08
smb3: if max_channels set to more than one channel request multichannel
Steve French
1
-0
/
+3
2021-05-08
smb3: do not attempt multichannel to server which does not support it
Steve French
1
-0
/
+6
2021-05-08
smb3: when mounting with multichannel include it in requested capabilities
Steve French
1
-0
/
+5
2021-05-07
dax: Wake up all waiters after invalidating dax entry
Vivek Goyal
1
-1
/
+1
2021-05-07
dax: Add a wakeup mode parameter to put_unlocked_entry()
Vivek Goyal
1
-7
/
+7
2021-05-07
dax: Add an enum for specifying dax wakup mode
Vivek Goyal
1
-6
/
+17
2021-05-07
Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+17
2021-05-07
Merge tag 'io_uring-5.13-2021-05-07' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-18
/
+51
2021-05-07
Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
31
-399
/
+735
2021-05-07
Merge tag '9p-for-5.13-rc1' of git://github.com/martinetd/linux
Linus Torvalds
2
-3
/
+3
2021-05-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
129
-421
/
+131
2021-05-07
treewide: remove editor modelines and cruft
Masahiro Yamada
118
-386
/
+109
2021-05-07
fs: fat: fix spelling typo of values
dingsenjie
1
-1
/
+1
2021-05-06
Merge tag 'iomap-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-7
/
+2
2021-05-06
Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
18
-68
/
+143
[next]