index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ufs
Commit message (
Expand
)
Author
Age
Files
Lines
*
ufs: ufs_sb_private_info: remove unused s_{2,3}apb fields
Agathe Porte
11 days
2
-8
/
+0
*
ufs: Convert ufs_change_blocknr() to take a folio
Matthew Wilcox (Oracle)
2024-10-18
1
-4
/
+4
*
ufs: Pass a folio to ufs_new_fragments()
Matthew Wilcox (Oracle)
2024-10-18
3
-13
/
+13
*
ufs: Convert ufs_inode_getfrag() to take a folio
Matthew Wilcox (Oracle)
2024-10-18
1
-5
/
+4
*
ufs: Convert ufs_extend_tail() to take a folio
Matthew Wilcox (Oracle)
2024-10-18
1
-3
/
+3
*
ufs: Convert ufs_inode_getblock() to take a folio
Matthew Wilcox (Oracle)
2024-10-18
1
-7
/
+6
*
ufs: take the handling of free block counters into a helper
Al Viro
2024-10-18
1
-40
/
+26
*
clean ufs_trunc_direct() up a bit...
Al Viro
2024-10-18
1
-68
/
+61
*
ufs: get rid of ubh_{ubhcpymem,memcpyubh}()
Al Viro
2024-10-18
3
-79
/
+17
*
ufs_inode_getfrag(): remove junk comment
Al Viro
2024-10-18
1
-20
/
+0
*
ufs_free_fragments(): fix the braino in sanity check
Al Viro
2024-10-18
1
-1
/
+1
*
ufs_clusteracct(): switch to passing fragment number
Al Viro
2024-10-18
1
-12
/
+7
*
ufs: untangle ubh_...block...(), part 3
Al Viro
2024-10-18
2
-26
/
+29
*
ufs: untangle ubh_...block...(), part 2
Al Viro
2024-10-18
2
-10
/
+16
*
ufs: untangle ubh_...block...() macros, part 1
Al Viro
2024-10-18
2
-13
/
+8
*
ufs: fix ufs_read_cylinder() failure handling
Al Viro
2024-10-18
1
-13
/
+18
*
ufs: missing ->splice_write()
Al Viro
2024-10-18
1
-0
/
+1
*
ufs: fix handling of delete_entry and set_link failures
Al Viro
2024-10-18
3
-39
/
+33
*
ufs_rename(): fix bogus argument of folio_release_kmap()
Al Viro
2024-10-02
1
-1
/
+1
*
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-09-16
1
-3
/
+25
|
\
|
*
ufs: store cookie in private data
Christian Brauner
2024-09-12
1
-3
/
+25
*
|
buffer: Convert __block_write_begin() to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-1
/
+1
*
|
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-2
/
+2
*
|
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-2
/
+2
*
|
buffer: Convert block_write_end() to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-1
/
+1
*
|
ufs: Convert directory handling to kmap_local
Matthew Wilcox (Oracle)
2024-08-07
2
-28
/
+17
*
|
ufs; Convert ufs_commit_chunk() to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-8
/
+8
*
|
ufs: Convert ufs_prepare_chunk() to take a folio
Matthew Wilcox (Oracle)
2024-08-07
3
-9
/
+9
*
|
ufs: Convert ufs_make_empty() to use a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-13
/
+12
*
|
ufs: Convert ufs_delete_entry() to work on a folio
Matthew Wilcox (Oracle)
2024-08-07
3
-16
/
+19
*
|
ufs: Convert ufs_set_link() and ufss_dotdot() to take a folio
Matthew Wilcox (Oracle)
2024-08-07
3
-25
/
+21
*
|
ufs: Convert ufs_find_entry() to take a folio
Matthew Wilcox (Oracle)
2024-08-07
3
-31
/
+28
*
|
ufs: Convert ufs_check_page() to ufs_check_folio()
Matthew Wilcox (Oracle)
2024-08-07
1
-15
/
+13
*
|
ufs: Convert ufs_get_page() to ufs_get_folio()
Matthew Wilcox (Oracle)
2024-08-07
1
-53
/
+48
*
|
ufs: Convert ufs_get_page() to use a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-9
/
+10
|
/
*
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-07-21
1
-0
/
+1
|
\
|
*
fs: ufs: add MODULE_DESCRIPTION()
Jeff Johnson
2024-07-04
1
-0
/
+1
*
|
ufs: Remove call to set the folio error flag
Matthew Wilcox (Oracle)
2024-05-31
1
-1
/
+0
|
/
*
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
2024-03-12
1
-2
/
+1
*
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-01-09
1
-4
/
+7
|
\
|
*
ufs: remove writepage implementation
Matthew Wilcox (Oracle)
2023-12-29
1
-4
/
+7
*
|
fix ufs_get_locked_folio() breakage
Al Viro
2023-12-13
1
-1
/
+1
|
/
*
Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-11-07
1
-0
/
+1
|
\
|
*
exportfs: make ->encode_fh() a mandatory method for NFS export
Amir Goldstein
2023-10-28
1
-0
/
+1
*
|
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-11-02
4
-48
/
+41
|
\
\
|
*
|
buffer: remove folio_create_empty_buffers()
Matthew Wilcox (Oracle)
2023-10-25
1
-1
/
+1
|
*
|
ufs: remove ufs_get_locked_page()
Matthew Wilcox (Oracle)
2023-10-25
2
-16
/
+0
|
*
|
ufs: convert ufs_change_blocknr() to use folios
Matthew Wilcox (Oracle)
2023-10-25
1
-11
/
+9
|
*
|
ufs: use ufs_get_locked_folio() in ufs_alloc_lastblock()
Matthew Wilcox (Oracle)
2023-10-25
1
-13
/
+12
|
*
|
ufs: add ufs_get_locked_folio and ufs_put_locked_folio
Matthew Wilcox (Oracle)
2023-10-25
2
-22
/
+34
|
|
/
[next]