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.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
*
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
|
|
/
*
/
ufs: convert to new timestamp accessors
Jeff Layton
2023-10-18
3
-22
/
+28
|
/
*
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-29
1
-0
/
+1
|
\
|
*
fs: add CONFIG_BUFFER_HEAD
Christoph Hellwig
2023-08-02
1
-0
/
+1
*
|
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-29
1
-6
/
+0
|
\
\
|
*
|
minmax: add in_range() macro
Matthew Wilcox (Oracle)
2023-08-24
1
-6
/
+0
|
|
/
*
/
ufs: convert to ctime accessor functions
Jeff Layton
2023-07-24
4
-18
/
+21
|
/
*
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
2023-05-24
1
-1
/
+1
*
ufs: don't flush page immediately for DIRSYNC directories
Christoph Hellwig
2023-03-12
1
-10
/
+19
*
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port ->rename() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port ->create() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
*
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2023-01-19
2
-4
/
+4
*
ufs: replace ll_rw_block()
Zhang Yi
2022-09-11
1
-8
/
+4
*
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-08-03
2
-12
/
+1
|
\
|
*
ufs: Remove checks for PageError
Matthew Wilcox (Oracle)
2022-06-29
2
-12
/
+1
*
|
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
2022-07-14
1
-1
/
+1
|
/
[next]