1. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  2. e63e88b nilfs2: move ioctl interface and disk layout to uapi separately by Ryusuke Konishi · 8 years ago
  3. feee880 nilfs2: reduce bare use of printk() with nilfs_msg() by Ryusuke Konishi · 8 years ago
  4. 24e20ea nilfs2: get rid of nilfs_mdt_mark_block_dirty() by Ryusuke Konishi · 8 years ago
  5. 4b420ab nilfs2: clean up old e-mail addresses by Ryusuke Konishi · 8 years ago
  6. 5726d0b nilfs2: remove FSF mailing address from GPL notices by Ryusuke Konishi · 8 years ago
  7. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  8. 9abea2d ioctl_compat: handle FITRIM by Mikulas Patocka · 9 years ago
  9. e2c7617 nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs() by Andreas Rohner · 10 years ago
  10. f9f32c4 nilfs2: add FITRIM ioctl support for nilfs2 by Andreas Rohner · 10 years ago
  11. 2cc88f3 nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctl by Andreas Rohner · 10 years ago
  12. d623a94 nilfs2: add comments for ioctls by Vyacheslav Dubeyko · 10 years ago
  13. 4b15d61 fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy() by Wenliang Fan · 10 years ago
  14. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  15. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  16. a9bae18 nilfs2: fix fix very long mount time issue by Vyacheslav Dubeyko · 11 years ago
  17. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  18. 2c22b33 nilfs2: Convert to new freezing mechanism by Jan Kara · 12 years ago
  19. 572d8b3 nilfs2: fix deadlock issue between chcp and thaw ioctls by Ryusuke Konishi · 12 years ago
  20. 1147597 nilfs2: flush disk caches in syncing by Ryusuke Konishi · 12 years ago
  21. 1ecd3c7 nilfs2: avoid overflowing segment numbers in nilfs_ioctl_clean_segments() by Xi Wang · 12 years ago
  22. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
  23. a561be7 switch a bunch of places to mnt_want_write_file() by Al Viro · 13 years ago
  24. 481fe17 nilfs2: potential integer overflow in nilfs_ioctl_clean_segments() by Haogang Chen · 13 years ago
  25. 695c60f nilfs2: unbreak compat ioctl by Thomas Meyer · 13 years ago
  26. 4e33f9e nilfs2: implement resize ioctl by Ryusuke Konishi · 13 years ago
  27. 619205d nilfs2: add ioctl which limits range of segment to be allocated by Ryusuke Konishi · 13 years ago
  28. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  29. e3154e9 nilfs2: get rid of nilfs_sb_info structure by Ryusuke Konishi · 13 years ago
  30. ae19183 nilfs2: optimize rec_len functions by Ryusuke Konishi · 13 years ago
  31. 828b1c5 nilfs2: add compat ioctl by Ryusuke Konishi · 13 years ago
  32. cde98f0 nilfs2: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION by Ryusuke Konishi · 13 years ago
  33. 365e215 nilfs2: unfold nilfs_dat_inode function by Ryusuke Konishi · 13 years ago
  34. 947b10a nilfs2: fix regression of garbage collection ioctl by Ryusuke Konishi · 14 years ago
  35. 103cfcf nilfs2: nilfs_iget_for_gc() returns ERR_PTR by Dan Carpenter · 14 years ago
  36. 5beb6e0 nilfs2: add bdev freeze/thaw support by Ryusuke Konishi · 14 years ago
  37. 348fe8d nilfs2: simplify life cycle management of nilfs object by Ryusuke Konishi · 14 years ago
  38. 263d90c nilfs2: remove own inode hash used for GC by Ryusuke Konishi · 14 years ago
  39. d6d4c19 BKL: Remove BKL from NILFS2 by Jan Blunck · 14 years ago
  40. 44fa2b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  41. 7532340 nilfs2: fix a wrong type conversion in nilfs_ioctl() by Li Hong · 14 years ago
  42. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  43. 0d561f1 nilfs2: add reader's lock for cno in nilfs_ioctl_sync by Jiro SEKIBA · 14 years ago
  44. 7512487 nilfs2: use mnt_want_write in ioctls where write access is needed by Ryusuke Konishi · 14 years ago
  45. 33e189b nilfs2: Storage class should be before const qualifier by Tobias Klauser · 15 years ago
  46. c1ea985 nilfs2: fix lock order reversal in chcp operation by Ryusuke Konishi · 15 years ago
  47. c083234 nilfs2: fix missing cleanup of gc cache on error cases by Ryusuke Konishi · 15 years ago
  48. 5399dd1 nilfs2: fix kernel oops in error case of nilfs_ioctl_move_blocks by Ryusuke Konishi · 15 years ago
  49. 1cf58fa nilfs2: shorten freeze period due to GC in write operation v3 by Jiro SEKIBA · 15 years ago
  50. 003ff18 nilfs2: allow future expansion of metadata read out via get info ioctl by Ryusuke Konishi · 15 years ago
  51. 071cb4b nilfs2: eliminate removal list of segments by Ryusuke Konishi · 15 years ago
  52. d5046853 nilfs2: fix memory leak in nilfs_ioctl_clean_segments by Ryusuke Konishi · 15 years ago
  53. 83aca8f nilfs2: check size of array structured data exchanged via ioctls by Ryusuke Konishi · 15 years ago
  54. 4f6b828 nilfs2: fix lock order reversal in nilfs_clean_segments ioctl by Ryusuke Konishi · 15 years ago
  55. 47eb6b9 nilfs2: fix possible circular locking for get information ioctls by Ryusuke Konishi · 15 years ago
  56. 201913e nilfs2: fix circular locking dependency of writer mutex by Ryusuke Konishi · 15 years ago
  57. 1f5abe7 nilfs2: replace BUG_ON and BUG calls triggerable from ioctl by Ryusuke Konishi · 15 years ago
  58. 7a94619 nilfs2: use unlocked_ioctl by Ryusuke Konishi · 15 years ago
  59. 8082d36 nilfs2: remove compat ioctl code by Ryusuke Konishi · 15 years ago
  60. dc498d0 nilfs2: use fixed sized types for ioctl structures by Ryusuke Konishi · 15 years ago
  61. 1088dcf nilfs2: remove timedwait ioctl command by Ryusuke Konishi · 15 years ago
  62. 8acfbf0 nilfs2: clean up indirect function calling conventions by Pekka Enberg · 15 years ago
  63. b028fcf nilfs2: fix gc failure on volumes keeping numerous snapshots by Ryusuke Konishi · 15 years ago
  64. 47420c7 nilfs2: avoid double error caused by nilfs_transaction_end by Ryusuke Konishi · 15 years ago
  65. 3358b4a nilfs2: fix problems of memory allocation in ioctl by Ryusuke Konishi · 15 years ago
  66. 7942b91 nilfs2: ioctl operations by Koji Sato · 15 years ago