Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ceb2ea195a4167bc1ee9d78b19220562b1524fba
/
fs
/
ext4
/
ioctl.c
8c8e0ca
ext4: fix usless declarations
by Dmitri Monakho
· 12 years ago
393d1d1
ext4: implementation of a new ioctl called EXT4_IOC_SWAP_BOOT
by Dr. Tilmann Bubeck
· 12 years ago
996bb9f
ext4: support simple conversion of extent-mapped inodes to use i_blocks
by Theodore Ts'o
· 12 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
9924a92
ext4: pass context information to jbd2__journal_start()
by Theodore Ts'o
· 12 years ago
7f51186
ext4: trigger the lazy inode table initialization after resize
by Theodore Ts'o
· 12 years ago
6432f21
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
9b68733
ext4: release donor reference when EXT4_IOC_MOVE_EXT ioctl fails
by Djalal Harouni
· 12 years ago
aaf7d73
ext4: enable FITRIM ioctl on bigalloc file system
by Lukas Czerner
· 12 years ago
2903ff0
switch simple cases of fget_light to fdget
by Al Viro
· 12 years ago
6bdf295
switch EXT4_IOC_MOVE_EXT to fget_light()
by Al Viro
· 12 years ago
399c9b8
ext4: close struct file leak on EXT4_IOC_MOVE_EXT
by Al Viro
· 12 years ago
01f795f
ext4: add online resizing support for meta_bg and 64-bit file systems
by Yongqiang Yang
· 12 years ago
a66d2c8
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
8cae6f7
ext4: switch EXT4_IOC_RESIZE_FS to mnt_want_write_file()
by Al Viro
· 12 years ago
331ae49
ext4: fix duplicated mnt_drop_write call in EXT4_IOC_MOVE_EXT
by Al Viro
· 12 years ago
b22b1f1
ext4: don't set i_flags in EXT4_IOC_SETFLAGS
by Tao Ma
· 12 years ago
7990696
ext4: don't trash state flags in EXT4_IOC_SETFLAGS
by Theodore Ts'o
· 12 years ago
814525f
ext4: calculate and verify inode checksums
by Darrick J. Wong
· 13 years ago
ff9cb1c
Merge branch 'for_linus' into for_linus_merged
by Theodore Ts'o
· 13 years ago
ac69e09
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 13 years ago
6c2155b
ext{3,4}: Fix potential race when setversion ioctl updates inode
by Djalal Harouni
· 13 years ago
014a177
ext4: add missing ext4_resize_end on error paths
by Djalal Harouni
· 13 years ago
19c5246
ext4: add new online resize interface
by Yongqiang Yang
· 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
22cdfca
ext4: remove unneeded file_remove_suid() from ext4_ioctl()
by Theodore Ts'o
· 13 years ago
e6705f7
ext4: add __user decoration to calls of copy_{from,to}_user()
by H Hartley Sweeten
· 13 years ago
7fd59c8
ext4: remove the obsolete/broken EXT4_IOC_WAIT_FOR_READONLY ioctl
by Tao Ma
· 13 years ago
bab08ab
ext4: enforce bigalloc restrictions (e.g., no online resizing, etc.)
by Theodore Ts'o
· 13 years ago
8f82f84
ext4: prevent parallel resizers by atomic bit ops
by Yongqiang Yang
· 13 years ago
ae005cb
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
2e14967
userns: rename is_owner_or_cap to inode_owner_or_capable
by Serge E. Hallyn
· 14 years ago
a56e69c
ext4: add FITRIM to compat_ioctl.
by Tao Ma
· 14 years ago
5c2ed62
ext4: Adjust minlen with discard_granularity in the FITRIM ioctl
by Lukas Czerner
· 14 years ago
4143179
ext4: check if device support discard in FITRIM ioctl
by Lukas Czerner
· 14 years ago
e681c04
ext4: Add EXT4_IOC_TRIM ioctl to handle batched discard
by Lukas Czerner
· 14 years ago
60e6679
ext4: Drop whitespace at end of lines
by Theodore Ts'o
· 14 years ago
4d92dc0
ext4: Fix compat EXT4_IOC_ADD_GROUP
by Ben Hutchings
· 14 years ago
b684b2e
ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode
by Christian Borntraeger
· 14 years ago
c437b27
ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl
by Akira Fujita
· 15 years ago
c8d46e4
ext4: Add flag to files with blocks intentionally past EOF
by Jiaying Zhang
· 15 years ago
4a58579
ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
by Akira Fujita
· 15 years ago
446aaa6
ext4: initialize moved_len before calling ext4_move_extents()
by Kazuya Mio
· 15 years ago
8d66691
ext4: Return exchanged blocks count to user space in failure
by Akira Fujita
· 15 years ago
1cf2968
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
ac046f1
ext4: fix null handler of ioctls in no journal mode
by Peng Tao
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
748de67
ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl
by Akira Fujita
· 15 years ago
ccd2506
ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl
by Theodore Ts'o
· 16 years ago
2dc6b0d
ext4: tighten restrictions on inode flags
by Duane Griffin
· 16 years ago
0390131
ext4: Allow ext4 to run without a journal
by Frank Mayhar
· 16 years ago
7ffe1ea
ext4: add checks for errors from jbd2
by Hidehiro Kawai
· 16 years ago
c2ea3fd
ext4: Remove old legacy block allocator
by Theodore Ts'o
· 16 years ago
4db46fc
ext4: hook the ext3 migration interface to the EXT4_IOC_SETFLAGS ioctl
by Aneesh Kumar K.V
· 16 years ago
2a43a87
ext4: elevate write count for migrate ioctl
by Aneesh Kumar K.V
· 16 years ago
af5bc92
ext4: Fix whitespace checkpatch warnings/errors
by Theodore Ts'o
· 16 years ago
3dcf545
ext4: move headers out of include/linux
by Christoph Hellwig
· 17 years ago
5cdd7b2
Convert ext4 to use unlocked_ioctl
by Andi Kleen
· 17 years ago
42a74f2
[PATCH] r/o bind mounts: elevate write count for ioctls()
by Dave Hansen
· 17 years ago
c14c6fd
ext4: Add EXT4_IOC_MIGRATE ioctl
by Aneesh Kumar K.V
· 17 years ago
0e855ac
ext4: Convert truncate_mutex to read write semaphore.
by Aneesh Kumar K.V
· 17 years ago
e47776a
Forbid user to change file flags on quota files
by Jan Kara
· 17 years ago
ef7f383
ext4: Add nanosecond timestamps
by Kalpak Shah
· 17 years ago
e23291b
jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG
by Jose R. Santos
· 17 years ago
ff9ddf7
ext4: copy i_flags to inode flags on write
by Jan Kara
· 17 years ago
3bd858a
Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check
by Satyam Sharma
· 17 years ago
9d54989
[PATCH] ext4: change uses of f_{dentry, vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
a86c618
[PATCH] ext3: add extent map support
by Alex Tomas
· 18 years ago
dab291a
[PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbd
by Mingming Cao
· 18 years ago
617ba13
[PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbols
by Mingming Cao
· 18 years ago
ac27a0e
[PATCH] ext4: initial copy of files from ext3
by Dave Kleikamp
· 18 years ago