index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ubifs
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ubifs: Convert to filemap_migrate_folio()
Matthew Wilcox (Oracle)
2022-08-02
1
-27
/
+2
*
ubifs: Convert to release_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-9
/
+9
*
ubifs: Convert ubifs to read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-5
/
+7
*
fs: Remove flags parameter from aops->write_begin
Matthew Wilcox (Oracle)
2022-05-08
1
-4
/
+3
*
fs: Remove aop flags parameter from grab_cache_page_write_begin()
Matthew Wilcox (Oracle)
2022-05-08
1
-2
/
+2
*
Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-03-31
1
-7
/
+7
|
\
|
*
ubifs: Fix to add refcount once page is set private
Zhihao Cheng
2022-01-10
1
-7
/
+7
*
|
ubifs: Convert ubifs_set_page_dirty to ubifs_dirty_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-7
/
+7
*
|
ubifs: Convert from invalidatepage to invalidate_folio
Matthew Wilcox (Oracle)
2022-03-15
1
-10
/
+10
|
/
*
ubifs: report correct st_size for encrypted symlinks
Eric Biggers
2021-07-25
1
-1
/
+12
*
ubifs: convert to fileattr
Miklos Szeredi
2021-04-12
1
-0
/
+2
*
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
1
-1
/
+2
*
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+1
*
ubifs: Pass node length in all node dumping callers
Zhihao Cheng
2020-12-13
1
-1
/
+1
*
ubifs: Code cleanup by removing ifdef macro surrounding
Chengguang Xu
2020-12-13
1
-4
/
+0
*
ubifs: Delete duplicated words + other fixes
Randy Dunlap
2020-12-13
1
-1
/
+1
*
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-2
/
+2
*
ubifs: remove broken lazytime support
Christoph Hellwig
2020-04-09
1
-5
/
+1
*
Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-02-05
1
-12
/
+6
|
\
|
*
utimes: Clamp the timestamps in notify_change()
Amir Goldstein
2019-12-08
1
-12
/
+6
*
|
Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-01-30
1
-1
/
+3
|
\
\
|
*
|
ubifs: Fix deadlock in concurrent bulk-read and writepage
Zhihao Cheng
2020-01-16
1
-1
/
+3
|
|
/
*
/
ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()
Eric Biggers
2020-01-20
1
-2
/
+2
|
/
*
timestamp_truncate: Replace users of timespec64_trunc
Deepa Dinamani
2019-08-30
1
-9
/
+12
*
mm: migrate: remove unused mode argument
Keith Busch
2019-07-18
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
Thomas Gleixner
2019-06-05
1
-13
/
+1
*
ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT
Sascha Hauer
2019-05-07
1
-9
/
+7
*
mm: migrate: drop unused argument of migrate_page_move_mapping()
Jan Kara
2018-12-28
1
-1
/
+1
*
ubifs: Pass struct ubifs_info to ubifs_assert()
Richard Weinberger
2018-08-15
1
-20
/
+27
*
ubifs: introduce Kconfig symbol for xattr support
Stefan Agner
2018-08-15
1
-0
/
+4
*
ubifs: use timespec64 for inode timestamps
Arnd Bergmann
2018-08-15
1
-6
/
+5
*
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-06-15
1
-11
/
+12
|
\
|
*
vfs: change inode times to use struct timespec64
Deepa Dinamani
2018-06-05
1
-11
/
+12
*
|
fs: ubifs: Adding new return type vm_fault_t
Souptick Joarder
2018-06-07
1
-7
/
+4
|
/
*
ubifs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) call
Christoph Hellwig
2018-03-28
1
-1
/
+1
*
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-02-04
1
-34
/
+2
|
\
|
*
ubifs: switch to fscrypt_get_symlink()
Eric Biggers
2018-01-11
1
-34
/
+2
*
|
ubifs: switch to fscrypt_prepare_setattr()
Eric Biggers
2018-01-17
1
-7
/
+3
*
|
ubifs: switch to fscrypt_file_open()
Eric Biggers
2018-01-17
1
-30
/
+1
|
/
*
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-27
1
-1
/
+1
*
mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
Jérôme Glisse
2017-09-08
1
-1
/
+4
*
fs: convert a pile of fsync routines to errseq_t based reporting
Jeff Layton
2017-08-01
1
-1
/
+1
*
ubifs: Change gfp flags in page allocation for bulk read
Hyunchul Lee
2017-07-14
1
-2
/
+2
*
ubifs: Remove dead code from ubifs_get_link()
Richard Weinberger
2017-07-14
1
-6
/
+0
*
ubifs: don't bother checking for encryption key in ->mmap()
Eric Biggers
2017-07-05
1
-9
/
+0
*
ubifs: require key for truncate(2) of encrypted file
Eric Biggers
2017-07-05
1
-0
/
+8
*
fs: ubifs: replace CURRENT_TIME_SEC with current_time
Deepa Dinamani
2017-05-08
1
-6
/
+6
*
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2017-02-24
1
-3
/
+2
*
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...
Linus Torvalds
2016-12-17
1
-1
/
+0
|
\
|
*
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
2016-12-09
1
-1
/
+0
[next]