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
/
ufs
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-12-29
ufs: remove writepage implementation
Matthew Wilcox (Oracle)
1
-4
/
+7
2023-12-13
fix ufs_get_locked_folio() breakage
Al Viro
1
-1
/
+1
2023-11-07
Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-0
/
+1
2023-11-03
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-48
/
+41
2023-10-28
exportfs: make ->encode_fh() a mandatory method for NFS export
Amir Goldstein
1
-0
/
+1
2023-10-26
buffer: remove folio_create_empty_buffers()
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-10-26
ufs: remove ufs_get_locked_page()
Matthew Wilcox (Oracle)
2
-16
/
+0
2023-10-26
ufs: convert ufs_change_blocknr() to use folios
Matthew Wilcox (Oracle)
1
-11
/
+9
2023-10-26
ufs: use ufs_get_locked_folio() in ufs_alloc_lastblock()
Matthew Wilcox (Oracle)
1
-13
/
+12
2023-10-26
ufs: add ufs_get_locked_folio and ufs_put_locked_folio
Matthew Wilcox (Oracle)
2
-22
/
+34
2023-10-18
ufs: convert to new timestamp accessors
Jeff Layton
3
-22
/
+28
2023-08-30
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+1
2023-08-30
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+0
2023-08-25
minmax: add in_range() macro
Matthew Wilcox (Oracle)
1
-6
/
+0
2023-08-02
fs: add CONFIG_BUFFER_HEAD
Christoph Hellwig
1
-0
/
+1
2023-07-24
ufs: convert to ctime accessor functions
Jeff Layton
4
-18
/
+21
2023-05-24
splice: Use filemap_splice_read() instead of generic_file_splice_read()
David Howells
1
-1
/
+1
2023-03-13
ufs: don't flush page immediately for DIRSYNC directories
Christoph Hellwig
1
-10
/
+19
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2
-4
/
+4
2022-09-12
ufs: replace ll_rw_block()
Zhang Yi
1
-8
/
+4
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2
-12
/
+1
2022-07-14
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
1
-1
/
+1
2022-06-29
ufs: Remove checks for PageError
Matthew Wilcox (Oracle)
2
-12
/
+1
[next]