index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-16
xfs: widen ondisk quota expiration timestamps to handle y2038+
Darrick J. Wong
7
-6
/
+102
2020-09-16
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
16
-28
/
+201
2020-09-16
xfs: redefine xfs_ictimestamp_t
Darrick J. Wong
4
-13
/
+33
2020-09-16
xfs: redefine xfs_timestamp_t
Darrick J. Wong
6
-36
/
+85
2020-09-16
xfs: move xfs_log_dinode_to_disk to the log recovery code
Darrick J. Wong
3
-54
/
+52
2020-09-16
xfs: refactor quota timestamp coding
Darrick J. Wong
3
-6
/
+29
2020-09-16
xfs: refactor default quota grace period setting code
Darrick J. Wong
4
-2
/
+24
2020-09-16
xfs: refactor quota expiration timer modification
Darrick J. Wong
6
-9
/
+61
2020-09-16
xfs: explicitly define inode timestamp range
Darrick J. Wong
2
-2
/
+24
2020-09-16
xfs: enable new inode btree counters feature
Darrick J. Wong
1
-1
/
+2
2020-09-16
xfs: support inode btree blockcounts in online repair
Darrick J. Wong
2
-3
/
+37
2020-09-16
xfs: support inode btree blockcounts in online scrub
Darrick J. Wong
1
-0
/
+30
2020-09-16
xfs: use the finobt block counts to speed up mount times
Darrick J. Wong
1
-1
/
+27
2020-09-16
xfs: store inode btree block counts in AGI header
Darrick J. Wong
6
-2
/
+49
2020-09-16
xfs: reuse _xfs_buf_read for re-reading the superblock
Christoph Hellwig
3
-18
/
+14
2020-09-16
xfs: remove xfs_getsb
Christoph Hellwig
3
-31
/
+13
2020-09-16
xfs: simplify xfs_trans_getsb
Christoph Hellwig
4
-35
/
+19
2020-09-16
xfs: remove xlog_recover_iodone
Christoph Hellwig
5
-35
/
+17
2020-09-16
xfs: clear the read/write flags later in xfs_buf_ioend
Christoph Hellwig
1
-6
/
+5
2020-09-16
xfs: use xfs_buf_item_relse in xfs_buf_item_done
Christoph Hellwig
1
-6
/
+3
2020-09-16
xfs: simplify the xfs_buf_ioend_disposition calling convention
Christoph Hellwig
1
-27
/
+9
2020-09-16
xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_disposition
Christoph Hellwig
1
-8
/
+8
2020-09-16
xfs: remove xfs_buf_ioerror_retry
Christoph Hellwig
1
-21
/
+12
2020-09-16
xfs: refactor xfs_buf_ioerror_fail_without_retry
Christoph Hellwig
1
-20
/
+15
2020-09-16
xfs: fold xfs_buf_ioend_finish into xfs_ioend
Christoph Hellwig
3
-11
/
+5
2020-09-16
xfs: move the buffer retry logic to xfs_buf.c
Christoph Hellwig
10
-279
/
+215
2020-09-16
xfs: refactor xfs_buf_ioend
Christoph Hellwig
2
-31
/
+24
2020-09-16
xfs: mark xfs_buf_ioend static
Christoph Hellwig
2
-2
/
+1
2020-09-16
xfs: refactor the buf ioend disposition code
Christoph Hellwig
1
-53
/
+62
2020-09-07
xfs: xfs_iflock is no longer a completion
Dave Chinner
7
-108
/
+55
2020-09-07
xfs: remove kmem_realloc()
Carlos Maiolino
7
-32
/
+8
2020-09-06
Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+52
2020-09-06
io_uring: fix linked deferred ->files cancellation
Pavel Begunkov
1
-2
/
+23
2020-09-06
io_uring: fix cancel of deferred reqs with ->files
Pavel Begunkov
1
-0
/
+27
2020-09-05
Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+1
2020-09-05
xfs: don't update mtime on COW faults
Mikulas Patocka
1
-2
/
+10
2020-09-05
ext2: don't update mtime on COW faults
Mikulas Patocka
1
-2
/
+4
2020-09-05
io_uring: fix explicit async read/write mapping for large segments
Jens Axboe
1
-3
/
+4
2020-09-04
Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+12
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-40
/
+73
2020-09-03
Merge tag 'affs-for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-1
/
+52
2020-09-03
xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files
Darrick J. Wong
1
-1
/
+1
2020-09-02
Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
4
-7
/
+9
2020-09-02
Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-3
/
+3
2020-09-02
io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked file
Jens Axboe
1
-0
/
+10
2020-09-02
fix regression in "epoll: Keep a reference on files added to the check list"
Al Viro
1
-3
/
+3
2020-09-02
io_uring: set table->files[i] to NULL when io_sqe_file_register failed
Jiufei Xue
1
-0
/
+1
2020-09-02
Merge tag 'for-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-71
/
+113
2020-09-01
io_uring: fix removing the wrong file in __io_sqe_files_update()
Jiufei Xue
1
-1
/
+1
2020-08-31
affs: fix basic permission bits to actually work
Max Staudt
2
-1
/
+52
[prev]
[next]