summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi2016-08-021-1/+0
* nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi2016-08-021-24/+23
* nilfs2: get rid of nilfs_mdt_mark_block_dirty()Ryusuke Konishi2016-05-231-3/+8
* nilfs2: clean up old e-mail addressesRyusuke Konishi2016-05-231-1/+1
* nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi2016-05-231-4/+0
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* ioctl_compat: handle FITRIMMikulas Patocka2015-07-091-1/+0
* nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner2014-10-141-5/+3
* nilfs2: add FITRIM ioctl support for nilfs2Andreas Rohner2014-04-031-0/+45
* nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctlAndreas Rohner2014-04-031-0/+92
* nilfs2: add comments for ioctlsVyacheslav Dubeyko2014-01-231-1/+362
* fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy()Wenliang Fan2014-01-231-0/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | nilfs2: fix fix very long mount time issueVyacheslav Dubeyko2013-02-051-1/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-2/+0
|\
| * nilfs2: Convert to new freezing mechanismJan Kara2012-07-311-2/+0
* | nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi2012-07-301-2/+2
|/
* nilfs2: flush disk caches in syncingRyusuke Konishi2012-05-311-1/+7
* nilfs2: avoid overflowing segment numbers in nilfs_ioctl_clean_segments()Xi Wang2012-02-081-0/+2
* vfs: mnt_drop_write_file()Al Viro2012-01-031-6/+6
* switch a bunch of places to mnt_want_write_file()Al Viro2012-01-031-6/+6
* nilfs2: potential integer overflow in nilfs_ioctl_clean_segments()Haogang Chen2011-12-201-0/+3
* nilfs2: unbreak compat ioctlThomas Meyer2011-12-201-0/+13
* nilfs2: implement resize ioctlRyusuke Konishi2011-05-101-0/+27
* nilfs2: add ioctl which limits range of segment to be allocatedRyusuke Konishi2011-05-101-0/+34
* userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-1/+1
* nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi2011-03-091-12/+11
* nilfs2: optimize rec_len functionsRyusuke Konishi2011-03-081-0/+1
* nilfs2: add compat ioctlRyusuke Konishi2011-03-081-0/+21
* nilfs2: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONRyusuke Konishi2011-03-081-0/+70
* nilfs2: unfold nilfs_dat_inode functionRyusuke Konishi2011-01-101-7/+5
* nilfs2: fix regression of garbage collection ioctlRyusuke Konishi2010-12-161-0/+12
* nilfs2: nilfs_iget_for_gc() returns ERR_PTRDan Carpenter2010-11-231-2/+2
* nilfs2: add bdev freeze/thaw supportRyusuke Konishi2010-10-231-0/+2
* nilfs2: simplify life cycle management of nilfs objectRyusuke Konishi2010-10-231-2/+2
* nilfs2: remove own inode hash used for GCRyusuke Konishi2010-10-231-7/+10
* BKL: Remove BKL from NILFS2Jan Blunck2010-10-041-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-04-121-1/+1
|\
| * nilfs2: fix a wrong type conversion in nilfs_ioctl()Li Hong2010-03-311-1/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* nilfs2: add reader's lock for cno in nilfs_ioctl_syncJiro SEKIBA2010-02-201-1/+5
* nilfs2: use mnt_want_write in ioctls where write access is neededRyusuke Konishi2010-02-131-17/+43
* nilfs2: Storage class should be before const qualifierTobias Klauser2009-12-251-1/+1
* nilfs2: fix lock order reversal in chcp operationRyusuke Konishi2009-11-131-1/+5
* nilfs2: fix missing cleanup of gc cache on error casesRyusuke Konishi2009-11-081-1/+2
* nilfs2: fix kernel oops in error case of nilfs_ioctl_move_blocksRyusuke Konishi2009-11-081-17/+13
* nilfs2: shorten freeze period due to GC in write operation v3Jiro SEKIBA2009-09-141-7/+19
* nilfs2: allow future expansion of metadata read out via get info ioctlRyusuke Konishi2009-06-101-4/+5
OpenPOWER on IntegriCloud