Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-05-11 | vfs: make it possible to access the dentry hash/len as one 64-bit entry | Linus Torvalds | 1 | -3/+3 |
2011-11-22 | UBIFS: Use kmemdup rather than duplicating its implementation | Thomas Meyer | 1 | -4/+2 |
2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 1 | -1/+1 |
2011-11-02 | filesystems: add missing nlink wrappers | Miklos Szeredi | 1 | -1/+1 |
2011-05-13 | UBIFS: make xattr operations names consistent | Sedat Dilek | 1 | -4/+4 |
2011-04-06 | fs: export empty_aops | Jens Axboe | 1 | -2/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-09-22 | const: mark remaining address_space_operations const | Alexey Dobriyan | 1 | -1/+1 |
2009-08-22 | UBIFS: constify file and inode operations | Artem Bityutskiy | 1 | -2/+2 |
2009-06-24 | helpers for acl caching + switch to those | Al Viro | 1 | -1/+1 |
2008-09-30 | UBIFS: remove unneeded unlikely() | Hirofumi Nakagawa | 1 | -1/+1 |
2008-08-14 | UBIFS: xattr bugfixes | Artem Bityutskiy | 1 | -27/+17 |
2008-08-13 | UBIFS: fix budgeting request alignment in xattr code | Zoltan Sogor | 1 | -5/+5 |
2008-08-13 | UBIFS: align inode data to eight | Artem Bityutskiy | 1 | -2/+2 |