index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
decompress_inflate.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-16
xfs: Remove kmem_zalloc_large()
Carlos Maiolino
5
-11
/
+5
2020-09-16
xfs: enable big timestamps
Darrick J. Wong
1
-1
/
+2
2020-09-16
xfs: trace timestamp limits
Darrick J. Wong
3
-0
/
+29
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-07
Linux 5.9-rc4
v5.9-rc4
Linus Torvalds
1
-1
/
+1
2020-09-06
io_uring: fix linked deferred ->files cancellation
Pavel Begunkov
1
-2
/
+23
2020-09-05
io_uring: fix cancel of deferred reqs with ->files
Pavel Begunkov
1
-0
/
+27
2020-09-05
include/linux/log2.h: add missing () around n in roundup_pow_of_two()
Jason Gunthorpe
1
-1
/
+1
2020-09-05
mm/khugepaged.c: fix khugepaged's request size in collapse_file
David Howells
1
-1
/
+1
2020-09-05
mm/hugetlb: fix a race between hugetlb sysctl handlers
Muchun Song
1
-6
/
+20
2020-09-05
mm/hugetlb: try preferred node first when alloc gigantic page from cma
Li Xinhai
1
-6
/
+17
2020-09-05
mm/migrate: preserve soft dirty in remove_migration_pte()
Ralph Campbell
1
-0
/
+2
2020-09-05
mm/migrate: remove unnecessary is_zone_device_page() check
Ralph Campbell
1
-7
/
+5
2020-09-05
mm/rmap: fixup copying of soft dirty and uffd ptes
Alistair Popple
2
-6
/
+18
2020-09-05
mm/migrate: fixup setting UFFD_WP flag
Alistair Popple
1
-1
/
+1
2020-09-05
mm: madvise: fix vma user-after-free
Yang Shi
1
-1
/
+1
2020-09-05
checkpatch: fix the usage of capture group ( ... )
Mrinal Pandey
1
-2
/
+2
2020-09-05
fork: adjust sysctl_max_threads definition to match prototype
Tobias Klauser
1
-1
/
+1
2020-09-05
ipc: adjust proc_ipc_sem_dointvec definition to match prototype
Tobias Klauser
1
-1
/
+1
2020-09-05
mm: track page table modifications in __apply_to_page_range()
Joerg Roedel
1
-13
/
+24
[next]