summaryrefslogtreecommitdiff
path: root/fs/ubifs
Commit message (Expand)AuthorAge
* ubifs: remove error message in ubifs_xattr_getRock Lee2018-01-18
* ubifs: switch to fscrypt_prepare_setattr()Eric Biggers2018-01-17
* ubifs: switch to fscrypt_prepare_lookup()Eric Biggers2018-01-17
* ubifs: switch to fscrypt_prepare_rename()Eric Biggers2018-01-17
* ubifs: switch to fscrypt_prepare_link()Eric Biggers2018-01-17
* ubifs: switch to fscrypt_file_open()Eric Biggers2018-01-17
* ubifs: Fix uninitialized variable in search_dh_cookie()Geert Uytterhoeven2018-01-17
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-14
|\
| * fscrypt: remove unneeded empty fscrypt_operations structsEric Biggers2017-10-18
| * fscrypt: remove ->is_encrypted()Eric Biggers2017-10-18
| * fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers2017-10-18
| * fscrypt: clean up include file messDave Chinner2017-10-18
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-14
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* | mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-08
* | fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton2017-08-01
|/
* ubifs: Set double hash cookie also for RENAME_EXCHANGERichard Weinberger2017-07-14
* ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrsXiaolei Li2017-07-14
* ubifs: Don't leak kernel memory to the MTDRichard Weinberger2017-07-14
* ubifs: Change gfp flags in page allocation for bulk readHyunchul Lee2017-07-14
* ubifs: Fix oops when remounting with no_bulk_read.karam.lee2017-07-14
* ubifs: Fail commit if TNC is obviously inconsistentRichard Weinberger2017-07-14
* ubifs: allow userspace to map mounts to volumesRabin Vincent2017-07-14
* ubifs: Wire-up statx() supportRichard Weinberger2017-07-14
* ubifs: Remove dead code from ubifs_get_link()Richard Weinberger2017-07-14
* ubifs: Massage debug prints wrt. fscryptRichard Weinberger2017-07-14
* ubifs: Add assert to dent_key_init()Richard Weinberger2017-07-14
* ubifs: Fix unlink code wrt. double hash lookupsRichard Weinberger2017-07-14
* ubifs: Fix data node size for truncating uncompressed nodesDavid Oberhollenzer2017-07-14
* ubifs: Don't encrypt special files on creationDavid Gstir2017-07-14
* ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_renameHyunchul Lee2017-07-14
* ubifs: Fix inode data budget in ubifs_mknodHyunchul Lee2017-07-14
* ubifs: Correctly evict xattr inodesRichard Weinberger2017-07-14
* ubifs: Unexport ubifs_inode_slabRichard Weinberger2017-07-14
* ubifs: don't bother checking for encryption key in ->mmap()Eric Biggers2017-07-05
* ubifs: require key for truncate(2) of encrypted fileEric Biggers2017-07-05
* Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-05-13
|\
| * ubifs: Fix a typo in comment of ioctl2ubifs & ubifs2ioctlRock Lee2017-05-08
| * ubifs: Remove unnecessary assignmentStefan Agner2017-05-08
| * ubifs: Fix cut and paste error on sb type comparisonsColin Ian King2017-05-08
| * ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labelsHyunchul Lee2017-05-08
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-08
|\ \
| * | fs: ubifs: replace CURRENT_TIME_SEC with current_timeDeepa Dinamani2017-05-08
* | | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-08
|\ \ \ | |/ / |/| |
| * | ubifs: check for consistent encryption contexts in ubifs_lookup()Eric Biggers2017-05-04
* | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-01
|\ \ \ | |_|/ |/| |
| * | ubifs: Convert to separately allocated bdiJan Kara2017-04-20
| |/
* | ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger2017-04-18