aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: don't set i_flags in EXT4_IOC_SETFLAGSTao Ma2012-06-101-1/+0
* ext4: don't trash state flags in EXT4_IOC_SETFLAGSTheodore Ts'o2012-06-101-3/+9
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2011-03-251-0/+7
|\
| * ext4: add FITRIM to compat_ioctl.Tao Ma2011-03-201-0/+1
| * ext4: Adjust minlen with discard_granularity in the FITRIM ioctlLukas Czerner2011-02-231-0/+2
| * ext4: check if device support discard in FITRIM ioctlLukas Czerner2011-02-231-0/+4
* | userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-4/+4
|/
* ext4: Add EXT4_IOC_TRIM ioctl to handle batched discardLukas Czerner2010-11-191-0/+24
* ext4: Drop whitespace at end of linesTheodore Ts'o2010-05-171-1/+1
* ext4: Fix compat EXT4_IOC_ADD_GROUPBen Hutchings2010-05-171-2/+23
* ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat modeChristian Borntraeger2010-05-151-0/+2
* ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctlAkira Fujita2010-03-041-1/+2
* ext4: Add flag to files with blocks intentionally past EOFJiaying Zhang2010-02-241-0/+9
* ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXTAkira Fujita2009-12-061-12/+18
* ext4: initialize moved_len before calling ext4_move_extents()Kazuya Mio2009-11-241-0/+1
* ext4: Return exchanged blocks count to user space in failureAkira Fujita2009-09-051-4/+3
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-07-131-8/+12
|\
| * ext4: fix null handler of ioctls in no journal modePeng Tao2009-07-131-8/+12
* | headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
|/
* ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctlAkira Fujita2009-06-171-0/+36
* ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctlTheodore Ts'o2009-02-261-0/+14
* ext4: tighten restrictions on inode flagsDuane Griffin2009-02-151-2/+1
* ext4: Allow ext4 to run without a journalFrank Mayhar2009-01-071-1/+1
* ext4: add checks for errors from jbd2Hidehiro Kawai2008-10-101-4/+8
* ext4: Remove old legacy block allocatorTheodore Ts'o2008-10-101-44/+0
* ext4: hook the ext3 migration interface to the EXT4_IOC_SETFLAGS ioctlAneesh Kumar K.V2008-10-081-1/+16
* ext4: elevate write count for migrate ioctlAneesh Kumar K.V2008-09-131-1/+20
* ext4: Fix whitespace checkpatch warnings/errorsTheodore Ts'o2008-09-081-2/+2
* ext4: move headers out of include/linuxChristoph Hellwig2008-04-291-2/+2
* Convert ext4 to use unlocked_ioctlAndi Kleen2008-04-291-9/+3
* [PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen2008-04-191-37/+49
* ext4: Add EXT4_IOC_MIGRATE ioctlAneesh Kumar K.V2008-01-281-0/+3
* ext4: Convert truncate_mutex to read write semaphore.Aneesh Kumar K.V2008-01-281-2/+2
* Forbid user to change file flags on quota filesJan Kara2007-11-141-0/+5
* ext4: Add nanosecond timestampsKalpak Shah2007-07-181-2/+2
* jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUGJose R. Santos2007-07-181-2/+2
* ext4: copy i_flags to inode flags on writeJan Kara2007-07-181-0/+1
* Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2007-07-171-3/+3
* [PATCH] ext4: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-1/+1
* [PATCH] ext3: add extent map supportAlex Tomas2006-10-111-1/+0
* [PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbdMingming Cao2006-10-111-8/+8
* [PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbolsMingming Cao2006-10-111-78/+78
* [PATCH] ext4: initial copy of files from ext3Dave Kleikamp2006-10-111-0/+307