Age | Commit message (Expand) | Author | Files | Lines |
2022-05-27 | ubifs: Use NULL instead of using plain integer as pointer | Haowen Bai | 1 | -1/+1 |
2021-06-18 | ubifs: Remove ui_mutex in ubifs_xattr_get and change_xattr | Zhihao Cheng | 1 | -4/+0 |
2021-06-18 | ubifs: Fix races between xattr_{set|get} and listxattr operations | Zhihao Cheng | 1 | -11/+33 |
2021-02-24 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
2021-02-12 | ubifs: Fix off-by-one error | Sascha Hauer | 1 | -1/+1 |
2021-01-24 | acl: handle idmapped mounts | Christian Brauner | 1 | -0/+1 |
2020-09-17 | ubifs: xattr: Fix some potential memory leaks while iterating entries | Zhihao Cheng | 1 | -0/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 | Thomas Gleixner | 1 | -13/+1 |
2019-05-15 | ubifs: Convert xattr inum to host order | Richard Weinberger | 1 | -1/+1 |
2019-05-07 | ubifs: Limit number of xattrs per inode | Richard Weinberger | 1 | -7/+64 |
2018-09-20 | Revert "ubifs: xattr: Don't operate on deleted inodes" | Richard Weinberger | 1 | -24/+0 |
2018-08-15 | ubifs: Pass struct ubifs_info to ubifs_assert() | Richard Weinberger | 1 | -8/+8 |
2018-08-15 | ubifs: xattr: Don't operate on deleted inodes | Richard Weinberger | 1 | -0/+24 |
2018-06-07 | ubifs, xattr: remove misguided quota flags | Wang Shilong | 1 | -1/+1 |
2018-01-18 | ubifs: remove error message in ubifs_xattr_get | Rock Lee | 1 | -2/+0 |
2017-10-19 | fs, fscrypt: add an S_ENCRYPTED inode flag | Eric Biggers | 1 | -0/+1 |
2017-07-14 | ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrs | Xiaolei Li | 1 | -9/+8 |
2017-07-14 | ubifs: Correctly evict xattr inodes | Richard Weinberger | 1 | -0/+22 |
2017-05-13 | Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 1 | -0/+6 |
2017-05-09 | fs: ubifs: replace CURRENT_TIME_SEC with current_time | Deepa Dinamani | 1 | -3/+3 |
2017-05-08 | ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labels | Hyunchul Lee | 1 | -0/+6 |
2016-12-13 | ubifs: Implement encrypted filenames | Richard Weinberger | 1 | -23/+23 |
2016-12-13 | ubifs: Massage assert in ubifs_xattr_set() wrt. fscrypto | Richard Weinberger | 1 | -1/+7 |
2016-12-13 | ubifs: Massage ubifs_listxattr() for encryption context | Richard Weinberger | 1 | -4/+15 |
2016-12-13 | ubifs: Add skeleton for fscrypto | Richard Weinberger | 1 | -0/+10 |
2016-12-13 | ubifs: Export xattr get and set functions | Richard Weinberger | 1 | -17/+18 |
2016-10-20 | ubifs: Fix xattr_names length in exit paths | Richard Weinberger | 1 | -0/+2 |
2016-10-02 | ubifs: fix host xattr_len when changing xattr | Pascal Eberhard | 1 | -2/+4 |
2016-08-24 | ubifs: Fix xattr generic handler usage | Richard Weinberger | 1 | -1/+4 |
2016-07-29 | ubifs: Make xattr structures static | Ben Dooks | 1 | -3/+3 |
2016-05-27 | switch xattr_handler->set() to passing dentry and inode separately | Al Viro | 1 | -4/+3 |
2016-05-18 | ubifs: Switch to generic xattr handlers | Andreas Gruenbacher | 1 | -76/+67 |
2016-04-11 | ->getxattr(): pass dentry and inode as separate arguments | Al Viro | 1 | -3/+3 |
2016-03-20 | ubifs: Remove unused header | Andreas Gruenbacher | 1 | -1/+0 |
2016-01-23 | wrappers for ->i_mutex access | Al Viro | 1 | -2/+2 |
2016-01-10 | ubifs: Use XATTR_*_PREFIX_LEN | Richard Weinberger | 1 | -2/+2 |
2015-11-14 | Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -40/+0 |
2015-11-14 | ubifs: Remove unused security xattr handler | Andreas Gruenbacher | 1 | -40/+0 |
2015-11-11 | Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 1 | -3/+9 |
2015-11-07 | ubifs: make ubifs_[get|set]xattr atomic | Dongsheng Yang | 1 | -3/+9 |
2015-09-29 | UBIFS: Kill unneeded locking in ubifs_init_security | Richard Weinberger | 1 | -3/+0 |
2015-04-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+5 |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -5/+5 |
2015-03-25 | UBIFS: extend debug/message capabilities | Sheng Yong | 1 | -8/+10 |
2015-01-28 | UBIFS: add ubifs_err() to print error reason | Subodh Nijsure | 1 | -4/+13 |
2015-01-28 | UBIFS: Add security.* XATTR support for the UBIFS | Subodh Nijsure | 1 | -0/+78 |
2015-01-28 | UBIFS: Add xattr support for symlinks | Subodh Nijsure | 1 | -5/+12 |
2013-10-25 | ubifs: switch to %pd | Al Viro | 1 | -8/+8 |
2012-05-23 | Merge tag 'upstream-3.5-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 1 | -2/+2 |
2012-05-16 | UBIFS: get rid of dbg_err | Artem Bityutskiy | 1 | -2/+2 |