1. 819f9ab ubifs: Remove ui_mutex in ubifs_xattr_get and change_xattr by Zhihao Cheng · 3 years, 7 months ago
  2. f4e3634a ubifs: Fix races between xattr_{set|get} and listxattr operations by Zhihao Cheng · 3 years, 7 months ago
  3. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  4. d984bcf ubifs: Fix off-by-one error by Sascha Hauer · 4 years ago
  5. e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years ago
  6. f2aae74 ubifs: xattr: Fix some potential memory leaks while iterating entries by Zhihao Cheng · 4 years, 7 months ago
  7. 2b27bdc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 by Thomas Gleixner · 6 years ago
  8. 4dd0481 ubifs: Convert xattr inum to host order by Richard Weinberger · 6 years ago
  9. 9ca2d73 ubifs: Limit number of xattrs per inode by Richard Weinberger · 6 years ago
  10. f061c1c Revert "ubifs: xattr: Don't operate on deleted inodes" by Richard Weinberger · 6 years ago
  11. 6eb61d5 ubifs: Pass struct ubifs_info to ubifs_assert() by Richard Weinberger · 6 years ago
  12. 11a6fc3 ubifs: xattr: Don't operate on deleted inodes by Richard Weinberger · 6 years ago
  13. 422edac ubifs, xattr: remove misguided quota flags by Wang Shilong · 7 years ago
  14. b3e7383 ubifs: remove error message in ubifs_xattr_get by Rock Lee · 7 years ago
  15. 2ee6a57 fs, fscrypt: add an S_ENCRYPTED inode flag by Eric Biggers · 7 years ago
  16. d8db5b1c ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrs by Xiaolei Li · 8 years ago
  17. 272eda8 ubifs: Correctly evict xattr inodes by Richard Weinberger · 8 years ago
  18. b53c4d5 Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  19. 607a11a fs: ubifs: replace CURRENT_TIME_SEC with current_time by Deepa Dinamani · 8 years ago
  20. 8326c1e ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labels by Hyunchul Lee · 8 years ago
  21. f4f61d2 ubifs: Implement encrypted filenames by Richard Weinberger · 8 years ago
  22. 700eada ubifs: Massage assert in ubifs_xattr_set() wrt. fscrypto by Richard Weinberger · 8 years ago
  23. 43b113f ubifs: Massage ubifs_listxattr() for encryption context by Richard Weinberger · 8 years ago
  24. d475a50 ubifs: Add skeleton for fscrypto by Richard Weinberger · 8 years ago
  25. ade46c3 ubifs: Export xattr get and set functions by Richard Weinberger · 8 years ago
  26. 843741c ubifs: Fix xattr_names length in exit paths by Richard Weinberger · 8 years ago
  27. 74e9c70 ubifs: fix host xattr_len when changing xattr by Pascal Eberhard · 8 years ago
  28. 17ce1eb ubifs: Fix xattr generic handler usage by Richard Weinberger · 8 years ago
  29. dfaf8d2 ubifs: Make xattr structures static by Ben Dooks · 9 years ago
  30. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 9 years ago
  31. 2b88fc2 ubifs: Switch to generic xattr handlers by Andreas Gruenbacher · 9 years ago
  32. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 9 years ago
  33. c27cb97 ubifs: Remove unused header by Andreas Gruenbacher · 9 years ago
  34. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  35. 4fdd1d5 ubifs: Use XATTR_*_PREFIX_LEN by Richard Weinberger · 9 years ago
  36. 5d2eb54 Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  37. 13d3408 ubifs: Remove unused security xattr handler by Andreas Gruenbacher · 9 years ago
  38. 01504f5 Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  39. ab92a20 ubifs: make ubifs_[get|set]xattr atomic by Dongsheng Yang · 9 years ago
  40. cf6f54e UBIFS: Kill unneeded locking in ubifs_init_security by Richard Weinberger · 9 years ago
  41. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  42. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  43. 235c362 UBIFS: extend debug/message capabilities by Sheng Yong · 10 years ago
  44. fee1756 UBIFS: add ubifs_err() to print error reason by Subodh Nijsure · 10 years ago
  45. d7f0b70 UBIFS: Add security.* XATTR support for the UBIFS by Subodh Nijsure · 10 years ago
  46. 895d9db UBIFS: Add xattr support for symlinks by Subodh Nijsure · 10 years ago
  47. 4cb2a01 ubifs: switch to %pd by Al Viro · 11 years ago
  48. 6133308 Merge tag 'upstream-3.5-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 13 years ago
  49. a6aae4d UBIFS: get rid of dbg_err by Artem Bityutskiy · 13 years ago
  50. 26fe575 vfs: make it possible to access the dentry hash/len as one 64-bit entry by Linus Torvalds · 13 years ago
  51. eaecf43 UBIFS: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago
  52. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  53. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  54. 14ffd5d UBIFS: make xattr operations names consistent by Sedat Dilek · 14 years ago
  55. 7dcda1c fs: export empty_aops by Jens Axboe · 14 years ago
  56. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  57. 7f09410 const: mark remaining address_space_operations const by Alexey Dobriyan · 15 years ago
  58. 8c6866b UBIFS: constify file and inode operations by Artem Bityutskiy · 15 years ago
  59. 073aaa1 helpers for acl caching + switch to those by Al Viro · 16 years ago
  60. 8d47aef UBIFS: remove unneeded unlikely() by Hirofumi Nakagawa · 16 years ago
  61. c78c7e3 UBIFS: xattr bugfixes by Artem Bityutskiy · 16 years ago
  62. 5acd6ff UBIFS: fix budgeting request alignment in xattr code by Zoltan Sogor · 16 years ago
  63. dab4b4d UBIFS: align inode data to eight by Artem Bityutskiy · 16 years ago
  64. 1e51764 UBIFS: add new flash file system by Artem Bityutskiy · 16 years ago