index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
/
ioctl.c
Age
Commit message (
Expand
)
Author
2011-05-10
nilfs2: implement resize ioctl
Ryusuke Konishi
2011-05-10
nilfs2: add ioctl which limits range of segment to be allocated
Ryusuke Konishi
2011-03-23
userns: rename is_owner_or_cap to inode_owner_or_capable
Serge E. Hallyn
2011-03-09
nilfs2: get rid of nilfs_sb_info structure
Ryusuke Konishi
2011-03-08
nilfs2: optimize rec_len functions
Ryusuke Konishi
2011-03-08
nilfs2: add compat ioctl
Ryusuke Konishi
2011-03-08
nilfs2: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION
Ryusuke Konishi
2011-01-10
nilfs2: unfold nilfs_dat_inode function
Ryusuke Konishi
2010-12-16
nilfs2: fix regression of garbage collection ioctl
Ryusuke Konishi
2010-11-23
nilfs2: nilfs_iget_for_gc() returns ERR_PTR
Dan Carpenter
2010-10-23
nilfs2: add bdev freeze/thaw support
Ryusuke Konishi
2010-10-23
nilfs2: simplify life cycle management of nilfs object
Ryusuke Konishi
2010-10-23
nilfs2: remove own inode hash used for GC
Ryusuke Konishi
2010-10-04
BKL: Remove BKL from NILFS2
Jan Blunck
2010-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
2010-03-31
nilfs2: fix a wrong type conversion in nilfs_ioctl()
Li Hong
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-20
nilfs2: add reader's lock for cno in nilfs_ioctl_sync
Jiro SEKIBA
2010-02-13
nilfs2: use mnt_want_write in ioctls where write access is needed
Ryusuke Konishi
2009-12-25
nilfs2: Storage class should be before const qualifier
Tobias Klauser
2009-11-13
nilfs2: fix lock order reversal in chcp operation
Ryusuke Konishi
2009-11-08
nilfs2: fix missing cleanup of gc cache on error cases
Ryusuke Konishi
2009-11-08
nilfs2: fix kernel oops in error case of nilfs_ioctl_move_blocks
Ryusuke Konishi
2009-09-14
nilfs2: shorten freeze period due to GC in write operation v3
Jiro SEKIBA
2009-06-10
nilfs2: allow future expansion of metadata read out via get info ioctl
Ryusuke Konishi
2009-06-10
nilfs2: eliminate removal list of segments
Ryusuke Konishi
2009-05-22
nilfs2: fix memory leak in nilfs_ioctl_clean_segments
Ryusuke Konishi
2009-05-12
nilfs2: check size of array structured data exchanged via ioctls
Ryusuke Konishi
2009-05-11
nilfs2: fix lock order reversal in nilfs_clean_segments ioctl
Ryusuke Konishi
2009-05-11
nilfs2: fix possible circular locking for get information ioctls
Ryusuke Konishi
2009-05-09
nilfs2: fix circular locking dependency of writer mutex
Ryusuke Konishi
2009-04-07
nilfs2: replace BUG_ON and BUG calls triggerable from ioctl
Ryusuke Konishi
2009-04-07
nilfs2: use unlocked_ioctl
Ryusuke Konishi
2009-04-07
nilfs2: remove compat ioctl code
Ryusuke Konishi
2009-04-07
nilfs2: use fixed sized types for ioctl structures
Ryusuke Konishi
2009-04-07
nilfs2: remove timedwait ioctl command
Ryusuke Konishi
2009-04-07
nilfs2: clean up indirect function calling conventions
Pekka Enberg
2009-04-07
nilfs2: fix gc failure on volumes keeping numerous snapshots
Ryusuke Konishi
2009-04-07
nilfs2: avoid double error caused by nilfs_transaction_end
Ryusuke Konishi
2009-04-07
nilfs2: fix problems of memory allocation in ioctl
Ryusuke Konishi
2009-04-07
nilfs2: ioctl operations
Koji Sato