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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
/
ufs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-8
/
+10
2025-07-23
fix the regression in ufs options parsing
Al Viro
1
-1
/
+1
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
1
-7
/
+9
2025-06-24
fs: Remove three arguments from block_write_end()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-06-17
fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
Lorenzo Stoakes
1
-1
/
+1
2025-05-15
ufs: convert ufs to the new mount API
Eric Sandeen
1
-144
/
+123
2025-05-15
ufs: reject multiple conflicting -o ufstype=... on mount
Al Viro
1
-11
/
+14
2025-05-15
ufs: split ->s_mount_opt - don't mix flavour and on-error
Al Viro
2
-62
/
+42
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+4
2024-11-13
ufs: ufs_sb_private_info: remove unused s_{2,3}apb fields
Agathe Porte
2
-8
/
+0
2024-10-19
ufs: Convert ufs_change_blocknr() to take a folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-10-19
ufs: Pass a folio to ufs_new_fragments()
Matthew Wilcox (Oracle)
3
-13
/
+13
2024-10-19
ufs: Convert ufs_inode_getfrag() to take a folio
Matthew Wilcox (Oracle)
1
-5
/
+4
2024-10-19
ufs: Convert ufs_extend_tail() to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-10-19
ufs: Convert ufs_inode_getblock() to take a folio
Matthew Wilcox (Oracle)
1
-7
/
+6
2024-10-19
ufs: take the handling of free block counters into a helper
Al Viro
1
-40
/
+26
2024-10-19
clean ufs_trunc_direct() up a bit...
Al Viro
1
-68
/
+61
2024-10-19
ufs: get rid of ubh_{ubhcpymem,memcpyubh}()
Al Viro
3
-79
/
+17
2024-10-19
ufs_inode_getfrag(): remove junk comment
Al Viro
1
-20
/
+0
2024-10-19
ufs_free_fragments(): fix the braino in sanity check
Al Viro
1
-1
/
+1
2024-10-19
ufs_clusteracct(): switch to passing fragment number
Al Viro
1
-12
/
+7
2024-10-19
ufs: untangle ubh_...block...(), part 3
Al Viro
2
-26
/
+29
2024-10-19
ufs: untangle ubh_...block...(), part 2
Al Viro
2
-10
/
+16
2024-10-19
ufs: untangle ubh_...block...() macros, part 1
Al Viro
2
-13
/
+8
2024-10-19
ufs: fix ufs_read_cylinder() failure handling
Al Viro
1
-13
/
+18
2024-10-19
ufs: missing ->splice_write()
Al Viro
1
-0
/
+1
2024-10-19
ufs: fix handling of delete_entry and set_link failures
Al Viro
3
-39
/
+33
2024-10-02
ufs_rename(): fix bogus argument of folio_release_kmap()
Al Viro
1
-1
/
+1
2024-09-16
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-3
/
+25
2024-09-12
ufs: store cookie in private data
Christian Brauner
1
-3
/
+25
2024-08-07
buffer: Convert __block_write_begin() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-08-07
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-08-07
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-08-07
buffer: Convert block_write_end() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-08-07
ufs: Convert directory handling to kmap_local
Matthew Wilcox (Oracle)
2
-28
/
+17
2024-08-07
ufs; Convert ufs_commit_chunk() to take a folio
Matthew Wilcox (Oracle)
1
-8
/
+8
2024-08-07
ufs: Convert ufs_prepare_chunk() to take a folio
Matthew Wilcox (Oracle)
3
-9
/
+9
2024-08-07
ufs: Convert ufs_make_empty() to use a folio
Matthew Wilcox (Oracle)
1
-13
/
+12
2024-08-07
ufs: Convert ufs_delete_entry() to work on a folio
Matthew Wilcox (Oracle)
3
-16
/
+19
2024-08-07
ufs: Convert ufs_set_link() and ufss_dotdot() to take a folio
Matthew Wilcox (Oracle)
3
-25
/
+21
2024-08-07
ufs: Convert ufs_find_entry() to take a folio
Matthew Wilcox (Oracle)
3
-31
/
+28
2024-08-07
ufs: Convert ufs_check_page() to ufs_check_folio()
Matthew Wilcox (Oracle)
1
-15
/
+13
2024-08-07
ufs: Convert ufs_get_page() to ufs_get_folio()
Matthew Wilcox (Oracle)
1
-53
/
+48
2024-08-07
ufs: Convert ufs_get_page() to use a folio
Matthew Wilcox (Oracle)
1
-9
/
+10
2024-07-22
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2024-07-05
fs: ufs: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-05-31
ufs: Remove call to set the folio error flag
Matthew Wilcox (Oracle)
1
-1
/
+0
2024-03-13
mm, slab: remove last vestiges of SLAB_MEM_SPREAD
Linus Torvalds
1
-2
/
+1
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+7
[next]