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
/
ubifs
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-1
/
+2
2021-01-24
attr: handle idmapped mounts
Christian Brauner
1
-1
/
+1
2020-12-14
ubifs: Pass node length in all node dumping callers
Zhihao Cheng
1
-1
/
+1
2020-12-13
ubifs: Code cleanup by removing ifdef macro surrounding
Chengguang Xu
1
-4
/
+0
2020-12-13
ubifs: Delete duplicated words + other fixes
Randy Dunlap
1
-1
/
+1
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-2
/
+2
2020-04-09
ubifs: remove broken lazytime support
Christoph Hellwig
1
-5
/
+1
2020-02-05
Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-12
/
+6
2020-01-31
Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+3
2020-01-20
ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()
Eric Biggers
1
-2
/
+2
2020-01-17
ubifs: Fix deadlock in concurrent bulk-read and writepage
Zhihao Cheng
1
-1
/
+3
2019-12-09
utimes: Clamp the timestamps in notify_change()
Amir Goldstein
1
-12
/
+6
2019-08-30
timestamp_truncate: Replace users of timespec64_trunc
Deepa Dinamani
1
-9
/
+12
2019-07-19
mm: migrate: remove unused mode argument
Keith Busch
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
Thomas Gleixner
1
-13
/
+1
2019-05-07
ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT
Sascha Hauer
1
-9
/
+7
2018-12-28
mm: migrate: drop unused argument of migrate_page_move_mapping()
Jan Kara
1
-1
/
+1
2018-08-15
ubifs: Pass struct ubifs_info to ubifs_assert()
Richard Weinberger
1
-20
/
+27
2018-08-15
ubifs: introduce Kconfig symbol for xattr support
Stefan Agner
1
-0
/
+4
2018-08-15
ubifs: use timespec64 for inode timestamps
Arnd Bergmann
1
-6
/
+5
2018-06-15
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-11
/
+12
2018-06-07
fs: ubifs: Adding new return type vm_fault_t
Souptick Joarder
1
-7
/
+4
2018-06-06
vfs: change inode times to use struct timespec64
Deepa Dinamani
1
-11
/
+12
2018-03-28
ubifs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) call
Christoph Hellwig
1
-1
/
+1
2018-02-04
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-34
/
+2
2018-01-17
ubifs: switch to fscrypt_prepare_setattr()
Eric Biggers
1
-7
/
+3
2018-01-17
ubifs: switch to fscrypt_file_open()
Eric Biggers
1
-30
/
+1
2018-01-12
ubifs: switch to fscrypt_get_symlink()
Eric Biggers
1
-34
/
+2
2017-11-28
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
1
-1
/
+1
2017-09-09
mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
Jérôme Glisse
1
-1
/
+4
2017-08-01
fs: convert a pile of fsync routines to errseq_t based reporting
Jeff Layton
1
-1
/
+1
2017-07-14
ubifs: Change gfp flags in page allocation for bulk read
Hyunchul Lee
1
-2
/
+2
2017-07-14
ubifs: Remove dead code from ubifs_get_link()
Richard Weinberger
1
-6
/
+0
2017-07-06
ubifs: don't bother checking for encryption key in ->mmap()
Eric Biggers
1
-9
/
+0
2017-07-06
ubifs: require key for truncate(2) of encrypted file
Eric Biggers
1
-0
/
+8
2017-05-09
fs: ubifs: replace CURRENT_TIME_SEC with current_time
Deepa Dinamani
1
-6
/
+6
2017-02-25
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-3
/
+2
2016-12-18
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...
Linus Torvalds
1
-1
/
+0
2016-12-13
ubifs: Add support for encrypted symlinks
Richard Weinberger
1
-1
/
+54
2016-12-13
ubifs: Implement encrypt/decrypt for all IO
Richard Weinberger
1
-0
/
+14
2016-12-13
ubifs: Enforce crypto policy in mmap
Richard Weinberger
1
-0
/
+9
2016-12-13
ubifs: Implement file open operation
Richard Weinberger
1
-0
/
+30
2016-12-09
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
1
-1
/
+0
2016-10-11
Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
1
-1
/
+1
2016-10-11
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-6
/
+0
2016-10-08
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
1
-6
/
+0
2016-10-02
UBIFS: improve function-level documentation
Julia Lawall
1
-1
/
+1
2016-09-22
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
1
-1
/
+1
2016-06-23
UBIFS: Implement ->migratepage()
Kirill A. Shutemov
1
-0
/
+24
2016-05-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-6
/
+6
[next]