Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
96c78e2b7733f1e0e4170ecead34ff2b11ce0bd1
/
fs
/
nilfs2
/
ioctl.c
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
9abea2d
ioctl_compat: handle FITRIM
by Mikulas Patocka
· 9 years ago
e2c7617
nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()
by Andreas Rohner
· 10 years ago
f9f32c4
nilfs2: add FITRIM ioctl support for nilfs2
by Andreas Rohner
· 11 years ago
2cc88f3
nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctl
by Andreas Rohner
· 11 years ago
d623a94
nilfs2: add comments for ioctls
by Vyacheslav Dubeyko
· 11 years ago
4b15d61
fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy()
by Wenliang Fan
· 11 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
a9bae18
nilfs2: fix fix very long mount time issue
by Vyacheslav Dubeyko
· 12 years ago
a0e881b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
2c22b33
nilfs2: Convert to new freezing mechanism
by Jan Kara
· 12 years ago
572d8b3
nilfs2: fix deadlock issue between chcp and thaw ioctls
by Ryusuke Konishi
· 12 years ago
1147597
nilfs2: flush disk caches in syncing
by Ryusuke Konishi
· 12 years ago
1ecd3c7
nilfs2: avoid overflowing segment numbers in nilfs_ioctl_clean_segments()
by Xi Wang
· 13 years ago
2a79f17
vfs: mnt_drop_write_file()
by Al Viro
· 13 years ago
a561be7
switch a bunch of places to mnt_want_write_file()
by Al Viro
· 13 years ago
481fe17
nilfs2: potential integer overflow in nilfs_ioctl_clean_segments()
by Haogang Chen
· 13 years ago
695c60f
nilfs2: unbreak compat ioctl
by Thomas Meyer
· 13 years ago
4e33f9e
nilfs2: implement resize ioctl
by Ryusuke Konishi
· 14 years ago
619205d
nilfs2: add ioctl which limits range of segment to be allocated
by Ryusuke Konishi
· 14 years ago
2e14967
userns: rename is_owner_or_cap to inode_owner_or_capable
by Serge E. Hallyn
· 14 years ago
e3154e9
nilfs2: get rid of nilfs_sb_info structure
by Ryusuke Konishi
· 14 years ago
ae19183
nilfs2: optimize rec_len functions
by Ryusuke Konishi
· 14 years ago
828b1c5
nilfs2: add compat ioctl
by Ryusuke Konishi
· 14 years ago
cde98f0
nilfs2: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION
by Ryusuke Konishi
· 14 years ago
365e215
nilfs2: unfold nilfs_dat_inode function
by Ryusuke Konishi
· 14 years ago
947b10a
nilfs2: fix regression of garbage collection ioctl
by Ryusuke Konishi
· 14 years ago
103cfcf
nilfs2: nilfs_iget_for_gc() returns ERR_PTR
by Dan Carpenter
· 14 years ago
5beb6e0
nilfs2: add bdev freeze/thaw support
by Ryusuke Konishi
· 14 years ago
348fe8d
nilfs2: simplify life cycle management of nilfs object
by Ryusuke Konishi
· 14 years ago
263d90c
nilfs2: remove own inode hash used for GC
by Ryusuke Konishi
· 14 years ago
d6d4c19
BKL: Remove BKL from NILFS2
by Jan Blunck
· 15 years ago
44fa2b4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2
by Linus Torvalds
· 15 years ago
7532340
nilfs2: fix a wrong type conversion in nilfs_ioctl()
by Li Hong
· 15 years ago
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
0d561f1
nilfs2: add reader's lock for cno in nilfs_ioctl_sync
by Jiro SEKIBA
· 15 years ago
7512487
nilfs2: use mnt_want_write in ioctls where write access is needed
by Ryusuke Konishi
· 15 years ago
33e189b
nilfs2: Storage class should be before const qualifier
by Tobias Klauser
· 15 years ago
c1ea985
nilfs2: fix lock order reversal in chcp operation
by Ryusuke Konishi
· 15 years ago
c083234
nilfs2: fix missing cleanup of gc cache on error cases
by Ryusuke Konishi
· 15 years ago
5399dd1
nilfs2: fix kernel oops in error case of nilfs_ioctl_move_blocks
by Ryusuke Konishi
· 15 years ago
1cf58fa
nilfs2: shorten freeze period due to GC in write operation v3
by Jiro SEKIBA
· 15 years ago
003ff18
nilfs2: allow future expansion of metadata read out via get info ioctl
by Ryusuke Konishi
· 15 years ago
071cb4b
nilfs2: eliminate removal list of segments
by Ryusuke Konishi
· 15 years ago
d5046853
nilfs2: fix memory leak in nilfs_ioctl_clean_segments
by Ryusuke Konishi
· 15 years ago
83aca8f
nilfs2: check size of array structured data exchanged via ioctls
by Ryusuke Konishi
· 15 years ago
4f6b828
nilfs2: fix lock order reversal in nilfs_clean_segments ioctl
by Ryusuke Konishi
· 15 years ago
47eb6b9
nilfs2: fix possible circular locking for get information ioctls
by Ryusuke Konishi
· 16 years ago
201913e
nilfs2: fix circular locking dependency of writer mutex
by Ryusuke Konishi
· 16 years ago
1f5abe7
nilfs2: replace BUG_ON and BUG calls triggerable from ioctl
by Ryusuke Konishi
· 16 years ago
7a94619
nilfs2: use unlocked_ioctl
by Ryusuke Konishi
· 16 years ago
8082d36
nilfs2: remove compat ioctl code
by Ryusuke Konishi
· 16 years ago
dc498d0
nilfs2: use fixed sized types for ioctl structures
by Ryusuke Konishi
· 16 years ago
1088dcf
nilfs2: remove timedwait ioctl command
by Ryusuke Konishi
· 16 years ago
8acfbf0
nilfs2: clean up indirect function calling conventions
by Pekka Enberg
· 16 years ago
b028fcf
nilfs2: fix gc failure on volumes keeping numerous snapshots
by Ryusuke Konishi
· 16 years ago
47420c7
nilfs2: avoid double error caused by nilfs_transaction_end
by Ryusuke Konishi
· 16 years ago
3358b4a
nilfs2: fix problems of memory allocation in ioctl
by Ryusuke Konishi
· 16 years ago
7942b91
nilfs2: ioctl operations
by Koji Sato
· 16 years ago