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
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-22
xfs: track quota updates during live quotacheck
Darrick J. Wong
11
-16
/
+606
2024-02-22
xfs: implement live quotacheck inode scan
Darrick J. Wong
11
-4
/
+672
2024-02-22
xfs: create a sparse load xfarray function
Darrick J. Wong
1
-0
/
+19
2024-02-22
xfs: create a helper to count per-device inode block usage
Darrick J. Wong
2
-0
/
+18
2024-02-22
xfs: create a xchk_trans_alloc_empty helper for scrub
Darrick J. Wong
3
-2
/
+10
2024-02-22
xfs: report the health of quota counts
Darrick J. Wong
5
-2
/
+13
2024-02-22
xfs: repair file modes by scanning for a dirent pointing to us
Darrick J. Wong
5
-6
/
+312
2024-02-22
xfs: create a macro for decoding ftypes in tracepoints
Darrick J. Wong
1
-0
/
+11
2024-02-22
xfs: create a predicate to determine if two xfs_names are the same
Darrick J. Wong
2
-2
/
+14
2024-02-22
xfs: create a static name for the dot entry too
Darrick J. Wong
2
-0
/
+7
2024-02-22
xfs: iscan batching should handle unallocated inodes too
Darrick J. Wong
3
-15
/
+119
2024-02-22
xfs: cache a bunch of inodes for repair scans
Darrick J. Wong
3
-30
/
+159
2024-02-22
xfs: stagger the starting AG of scrub iscans to reduce contention
Darrick J. Wong
3
-12
/
+89
2024-02-22
xfs: allow scrub to hook metadata updates in other writers
Darrick J. Wong
5
-0
/
+124
2024-02-22
xfs: implement live inode scan for scrub
Darrick J. Wong
5
-0
/
+656
2024-02-22
xfs: speed up xfs_iwalk_adjust_start a little bit
Darrick J. Wong
1
-11
/
+2
2024-02-21
xfs: fix SEEK_HOLE/DATA for regions with active COW extents
Dave Chinner
1
-2
/
+2
2024-02-21
xfs: remove xfile_{get,put}_page
Darrick J. Wong
3
-126
/
+0
2024-02-21
xfs: convert xfarray_pagesort to deal with large folios
Darrick J. Wong
3
-111
/
+143
2024-02-21
xfs: fix a comment in xfarray.c
Christoph Hellwig
1
-1
/
+1
2024-02-21
xfs: remove xfarray_sortinfo.page_kaddr
Christoph Hellwig
2
-19
/
+4
2024-02-21
xfs: add file_{get,put}_folio
Darrick J. Wong
3
-0
/
+83
2024-02-21
xfs: use shmem_get_folio in in xfile_load
Christoph Hellwig
1
-35
/
+26
2024-02-21
xfs: use shmem_get_folio in xfile_obj_store
Christoph Hellwig
1
-46
/
+27
2024-02-21
xfs: don't allow highmem pages in xfile mappings
Christoph Hellwig
2
-14
/
+10
2024-02-21
xfs: don't try to handle non-update pages in xfile_obj_load
Christoph Hellwig
1
-12
/
+8
2024-02-21
xfs: remove the xfile_pread/pwrite APIs
Christoph Hellwig
5
-74
/
+40
2024-02-21
xfs: remove xfile_stat
Christoph Hellwig
3
-50
/
+10
2024-02-21
xfs: don't modify file and inode flags for shmem files
Christoph Hellwig
1
-15
/
+0
2024-02-21
xfs: use shmem_kernel_file_setup in xfile_create
Christoph Hellwig
1
-2
/
+2
2024-02-21
xfs: shmem_file_setup can't return NULL
Christoph Hellwig
1
-3
/
+1
2024-02-21
xfs: use VM_NORESERVE in xfile_create
Christoph Hellwig
1
-1
/
+1
2024-02-20
xfs: use kvfree in xfs_ioc_getfsmap()
Dave Chinner
1
-1
/
+1
2024-02-20
xfs: use kvfree() in xfs_ioc_attr_list()
Dave Chinner
1
-1
/
+1
2024-02-19
xfs: Remove mrlock wrapper
Matthew Wilcox (Oracle)
6
-94
/
+18
2024-02-19
xfs: Replace xfs_isilocked with xfs_assert_ilocked
Matthew Wilcox (Oracle)
23
-95
/
+65
2024-02-19
xfs: use kvfree for buf in xfs_ioc_getbmap
Christoph Hellwig
1
-1
/
+1
2024-02-17
xfs: ensure submit buffers on LSN boundaries in error handlers
Long Li
1
-3
/
+20
2024-02-17
xfs: remove duplicate ifdefs
Shrikanth Hegde
1
-4
/
+0
2024-02-17
xfs: disable sparse inode chunk alignment check when there is no alignment
Darrick J. Wong
1
-1
/
+1
2024-02-13
xfs: use xfs_defer_alloc a bit more
Dave Chinner
1
-10
/
+5
2024-02-13
xfs: clean up remaining GFP_NOFS users
Dave Chinner
3
-4
/
+4
2024-02-13
xfs: place the CIL under nofs allocation context
Dave Chinner
1
-1
/
+12
2024-02-13
xfs: place intent recovery under NOFS allocation context
Dave Chinner
5
-8
/
+19
2024-02-13
xfs: use GFP_KERNEL in pure transaction contexts
Dave Chinner
12
-31
/
+39
2024-02-13
xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
Dave Chinner
8
-33
/
+36
2024-02-13
xfs: use an empty transaction for fstrim
Dave Chinner
1
-4
/
+11
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
41
-125
/
+101
2024-02-13
xfs: convert kmem_free() for kvmalloc users to kvfree()
Dave Chinner
15
-44
/
+44
2024-02-13
xfs: move kmem_to_page()
Dave Chinner
2
-11
/
+11
[next]