- 5dadf63 Merge 5.10.111 into android12-5.10-lts by Greg Kroah-Hartman · 2 years, 9 months ago
- 95f4203 Merge 5.10.110 into android12-5.10-lts by Greg Kroah-Hartman · 2 years, 9 months ago
- 2dc49f5 ubifs: Rectify space amount budget for mkdir/tmpfile operations by Zhihao Cheng · 3 years, 1 month ago
- 8a0c70c ubifs: rename_whiteout: correct old_dir size computing by Baokun Li · 2 years, 11 months ago
- 13b2a81 ubifs: Add missing iput if do_tmpfile() failed in rename whiteout by Zhihao Cheng · 3 years, 1 month ago
- 83e42a7 ubifs: Fix deadlock in concurrent rename whiteout and inode writeback by Zhihao Cheng · 3 years, 1 month ago
- a90e2db ubifs: rename_whiteout: Fix double free for whiteout_ui->data by Zhihao Cheng · 3 years, 1 month ago
- 51ab149 Merge 5.10.52 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
- ac2e498 ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inode by Zhihao Cheng · 3 years, 7 months ago
- 4af7c34 fscrypt: introduce fscrypt_prepare_readdir() by Eric Biggers · 4 years, 1 month ago
- c247d00 ubifs: remove ubifs_dir_open() by Eric Biggers · 4 years, 1 month ago
- cfdfa25 ubifs: prevent creating duplicate encrypted filenames by Eric Biggers · 4 years, 2 months ago
- 456fcfc ubifs: prevent creating duplicate encrypted filenames by Eric Biggers · 4 years, 2 months ago
- 39c8e0e fscrypt: Have filesystems handle their d_ops by Daniel Rosenberg · 4 years, 2 months ago
- 4c030fa ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context() by Eric Biggers · 4 years, 4 months ago
- 8b10fe6 fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer by Jeff Layton · 4 years, 5 months ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 8 months ago
- aec992a ubifs: allow both hash and disk name to be provided in no-key names by Eric Biggers · 5 years ago
- f0d07a9 ubifs: don't trigger assertion on invalid no-key filename by Eric Biggers · 5 years ago
- 50d9fad ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted() by Eric Biggers · 5 years ago
- 3b1ada55 fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info() by Eric Biggers · 5 years ago
- 2b27bdc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 by Thomas Gleixner · 6 years ago
- d7a02fa Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 6 years ago
- e3d73de ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT by Sascha Hauer · 6 years ago
- 9ca2d73 ubifs: Limit number of xattrs per inode by Richard Weinberger · 6 years ago
- c64cda8 ubifs: remove unnecessary calls to set up directory key by Eric Biggers · 6 years ago
- b01531d fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext by Eric Biggers · 6 years ago
- 6eb61d5 ubifs: Pass struct ubifs_info to ubifs_assert() by Richard Weinberger · 7 years ago
- 7e5471c ubifs: introduce Kconfig symbol for xattr support by Stefan Agner · 6 years ago
- 00ee8b6 ubifs: Fix directory size calculation for symlinks by Richard Weinberger · 7 years ago
- 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
- 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
- 191ac10 ubifs_lookup: use d_splice_alias() by Al Viro · 7 years ago
- 3462ac5 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
- a0b3ccd ubifs: switch to fscrypt_prepare_lookup() by Eric Biggers · 7 years ago
- 0c1ad52 ubifs: switch to fscrypt_prepare_rename() by Eric Biggers · 7 years ago
- 5653878 ubifs: switch to fscrypt_prepare_link() by Eric Biggers · 7 years ago
- 0e4dda2 ubifs: switch to fscrypt ->symlink() helper functions by Eric Biggers · 7 years ago
- 6b46d44 ubifs: free the encrypted symlink target by Eric Biggers · 7 years ago
- a02a6eb ubifs: Wire-up statx() support by Richard Weinberger · 8 years ago
- f34e87f ubifs: Don't encrypt special files on creation by David Gstir · 8 years ago
- bb50c63 ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_rename by Hyunchul Lee · 8 years ago
- 4d35ca4 ubifs: Fix inode data budget in ubifs_mknod by Hyunchul Lee · 8 years ago
- bf5f894 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
- 607a11a fs: ubifs: replace CURRENT_TIME_SEC with current_time by Deepa Dinamani · 8 years ago
- 677375c Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 8 years ago
- 413d5a9 ubifs: check for consistent encryption contexts in ubifs_lookup() by Eric Biggers · 8 years ago
- 32fe905 ubifs: Fix O_TMPFILE corner case in ubifs_link() by Richard Weinberger · 8 years ago
- c3d9fda ubifs: Fix RENAME_WHITEOUT support by Felix Fietkau · 8 years ago
- b20e2d9 ubifs: Remove filename from debug messages in ubifs_readdir by Hyunchul Lee · 8 years ago
- 63ed657 ubifs: Fix memory leak in error path in ubifs_mknod by Richard Weinberger · 8 years ago
- a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
- 3d4b2fc ubifs: remove redundant checks for encryption key by Eric Biggers · 8 years ago
- ba75d57 ubifs: Initialize fstr_real_len by Richard Weinberger · 8 years ago
- 528e3d1 ubifs: Add full hash lookup support by Richard Weinberger · 8 years ago
- ca7f85b ubifs: Add support for encrypted symlinks by Richard Weinberger · 8 years ago
- f4f61d2 ubifs: Implement encrypted filenames by Richard Weinberger · 8 years ago
- 9270b2f ubifs: Preload crypto context in ->lookup() by Richard Weinberger · 8 years ago
- ac7e47a ubifs: Enforce crypto policy in ->link and ->rename by Richard Weinberger · 8 years ago
- ba40e6a ubifs: Implement directory open operation by Richard Weinberger · 8 years ago
- d475a50 ubifs: Add skeleton for fscrypto by Richard Weinberger · 8 years ago
- f6337d8 ubifs: Export ubifs_check_dir_empty() by Richard Weinberger · 8 years ago
- a00052a ubifs: Fix regression in ubifs_readdir() by Richard Weinberger · 8 years ago
- c83ed4c ubifs: Abort readdir upon error by Richard Weinberger · 8 years ago
- 390975a ubifs: Rename ubifs_rename2 by Richard Weinberger · 8 years ago
- 4c60992 Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
- 9ec6496 ubifs: Implement RENAME_EXCHANGE by Richard Weinberger · 8 years ago
- 9e0a1ff ubifs: Implement RENAME_WHITEOUT by Richard Weinberger · 8 years ago
- 474b937 ubifs: Implement O_TMPFILE by Richard Weinberger · 8 years ago
- 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
- f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
- ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 2b88fc2 ubifs: Switch to generic xattr handlers by Andreas Gruenbacher · 9 years ago
- c51da20 more trivial ->iterate_shared conversions by Al Viro · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 8c1c5f2 ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs by Dongsheng Yang · 9 years ago
- aeeb14f UBIFS: Fix possible memory leak in ubifs_readdir() by Richard Weinberger · 9 years ago
- 86ba9ed fs/ubifs: remove unnecessary new_valid_dev check by Yaowei Bai · 9 years ago
- 0f301bd ubifs: switch to simple_follow_link() by Al Viro · 10 years ago
- 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- 1a7e985d UBIFS: fix output format of INUM_WATERMARK by Sheng Yong · 10 years ago
- 235c362 UBIFS: extend debug/message capabilities by Sheng Yong · 10 years ago
- 9401a79 UBIFS: fix incorrect unlocking handling by Taesoo Kim · 10 years ago
- 8c988ae Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
- d7f0b70 UBIFS: Add security.* XATTR support for the UBIFS by Subodh Nijsure · 10 years ago
- b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
- 4cb2a01 ubifs: switch to %pd by Al Viro · 11 years ago
- 01122e0 [readdir] convert ubifs by Al Viro · 12 years ago
- 605c912 UBIFS: fix a horrid bug by Artem Bityutskiy · 12 years ago
- 33f1a63 UBIFS: prepare to fix a horrid bug by Artem Bityutskiy · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
- 79fda51 UBIFS: comply with coding style by Artem Bityutskiy · 12 years ago
- 93912fe Merge tag 'upstream-3.6-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 12 years ago
- 782759b UBIFS: fix compilation warning by Alexandre Pereira da Silva · 13 years ago
- ebfc3b4 don't pass nameidata to ->create() by Al Viro · 13 years ago
- 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago