index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
/
ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-16
nilfs2: fix regression of garbage collection ioctl
Ryusuke Konishi
1
-0
/
+12
2010-11-23
nilfs2: nilfs_iget_for_gc() returns ERR_PTR
Dan Carpenter
1
-2
/
+2
2010-10-23
nilfs2: add bdev freeze/thaw support
Ryusuke Konishi
1
-0
/
+2
2010-10-23
nilfs2: simplify life cycle management of nilfs object
Ryusuke Konishi
1
-2
/
+2
2010-10-23
nilfs2: remove own inode hash used for GC
Ryusuke Konishi
1
-7
/
+10
2010-10-04
BKL: Remove BKL from NILFS2
Jan Blunck
1
-1
/
+0
2010-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
1
-1
/
+1
2010-03-31
nilfs2: fix a wrong type conversion in nilfs_ioctl()
Li Hong
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-20
nilfs2: add reader's lock for cno in nilfs_ioctl_sync
Jiro SEKIBA
1
-1
/
+5
2010-02-13
nilfs2: use mnt_want_write in ioctls where write access is needed
Ryusuke Konishi
1
-17
/
+43
2009-12-25
nilfs2: Storage class should be before const qualifier
Tobias Klauser
1
-1
/
+1
2009-11-13
nilfs2: fix lock order reversal in chcp operation
Ryusuke Konishi
1
-1
/
+5
2009-11-08
nilfs2: fix missing cleanup of gc cache on error cases
Ryusuke Konishi
1
-1
/
+2
2009-11-08
nilfs2: fix kernel oops in error case of nilfs_ioctl_move_blocks
Ryusuke Konishi
1
-17
/
+13
2009-09-14
nilfs2: shorten freeze period due to GC in write operation v3
Jiro SEKIBA
1
-7
/
+19
2009-06-10
nilfs2: allow future expansion of metadata read out via get info ioctl
Ryusuke Konishi
1
-4
/
+5
2009-06-10
nilfs2: eliminate removal list of segments
Ryusuke Konishi
1
-26
/
+0
2009-05-22
nilfs2: fix memory leak in nilfs_ioctl_clean_segments
Ryusuke Konishi
1
-1
/
+1
2009-05-12
nilfs2: check size of array structured data exchanged via ioctls
Ryusuke Konishi
1
-0
/
+10
2009-05-11
nilfs2: fix lock order reversal in nilfs_clean_segments ioctl
Ryusuke Konishi
1
-70
/
+93
2009-05-11
nilfs2: fix possible circular locking for get information ioctls
Ryusuke Konishi
1
-62
/
+38
2009-05-09
nilfs2: fix circular locking dependency of writer mutex
Ryusuke Konishi
1
-3
/
+5
2009-04-07
nilfs2: replace BUG_ON and BUG calls triggerable from ioctl
Ryusuke Konishi
1
-21
/
+42
2009-04-07
nilfs2: use unlocked_ioctl
Ryusuke Konishi
1
-2
/
+2
2009-04-07
nilfs2: remove compat ioctl code
Ryusuke Konishi
1
-228
/
+0
2009-04-07
nilfs2: use fixed sized types for ioctl structures
Ryusuke Konishi
1
-6
/
+5
2009-04-07
nilfs2: remove timedwait ioctl command
Ryusuke Konishi
1
-94
/
+1
2009-04-07
nilfs2: clean up indirect function calling conventions
Pekka Enberg
1
-1
/
+1
2009-04-07
nilfs2: fix gc failure on volumes keeping numerous snapshots
Ryusuke Konishi
1
-15
/
+23
2009-04-07
nilfs2: avoid double error caused by nilfs_transaction_end
Ryusuke Konishi
1
-24
/
+34
2009-04-07
nilfs2: fix problems of memory allocation in ioctl
Ryusuke Konishi
1
-12
/
+8
2009-04-07
nilfs2: ioctl operations
Koji Sato
1
-0
/
+941