index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
/
ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
2010-04-12
1
-1
/
+1
|
\
|
*
nilfs2: fix a wrong type conversion in nilfs_ioctl()
Li Hong
2010-03-31
1
-1
/
+1
*
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
|
/
*
nilfs2: add reader's lock for cno in nilfs_ioctl_sync
Jiro SEKIBA
2010-02-20
1
-1
/
+5
*
nilfs2: use mnt_want_write in ioctls where write access is needed
Ryusuke Konishi
2010-02-13
1
-17
/
+43
*
nilfs2: Storage class should be before const qualifier
Tobias Klauser
2009-12-25
1
-1
/
+1
*
nilfs2: fix lock order reversal in chcp operation
Ryusuke Konishi
2009-11-13
1
-1
/
+5
*
nilfs2: fix missing cleanup of gc cache on error cases
Ryusuke Konishi
2009-11-08
1
-1
/
+2
*
nilfs2: fix kernel oops in error case of nilfs_ioctl_move_blocks
Ryusuke Konishi
2009-11-08
1
-17
/
+13
*
nilfs2: shorten freeze period due to GC in write operation v3
Jiro SEKIBA
2009-09-14
1
-7
/
+19
*
nilfs2: allow future expansion of metadata read out via get info ioctl
Ryusuke Konishi
2009-06-10
1
-4
/
+5
*
nilfs2: eliminate removal list of segments
Ryusuke Konishi
2009-06-10
1
-26
/
+0
*
nilfs2: fix memory leak in nilfs_ioctl_clean_segments
Ryusuke Konishi
2009-05-22
1
-1
/
+1
*
nilfs2: check size of array structured data exchanged via ioctls
Ryusuke Konishi
2009-05-12
1
-0
/
+10
*
nilfs2: fix lock order reversal in nilfs_clean_segments ioctl
Ryusuke Konishi
2009-05-11
1
-70
/
+93
*
nilfs2: fix possible circular locking for get information ioctls
Ryusuke Konishi
2009-05-11
1
-62
/
+38
*
nilfs2: fix circular locking dependency of writer mutex
Ryusuke Konishi
2009-05-09
1
-3
/
+5
*
nilfs2: replace BUG_ON and BUG calls triggerable from ioctl
Ryusuke Konishi
2009-04-07
1
-21
/
+42
*
nilfs2: use unlocked_ioctl
Ryusuke Konishi
2009-04-07
1
-2
/
+2
*
nilfs2: remove compat ioctl code
Ryusuke Konishi
2009-04-07
1
-228
/
+0
*
nilfs2: use fixed sized types for ioctl structures
Ryusuke Konishi
2009-04-07
1
-6
/
+5
*
nilfs2: remove timedwait ioctl command
Ryusuke Konishi
2009-04-07
1
-94
/
+1
*
nilfs2: clean up indirect function calling conventions
Pekka Enberg
2009-04-07
1
-1
/
+1
*
nilfs2: fix gc failure on volumes keeping numerous snapshots
Ryusuke Konishi
2009-04-07
1
-15
/
+23
*
nilfs2: avoid double error caused by nilfs_transaction_end
Ryusuke Konishi
2009-04-07
1
-24
/
+34
*
nilfs2: fix problems of memory allocation in ioctl
Ryusuke Konishi
2009-04-07
1
-12
/
+8
*
nilfs2: ioctl operations
Koji Sato
2009-04-07
1
-0
/
+941