summaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/ioctl.c
AgeCommit message (Expand)AuthorLines
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong-7/+2
2018-09-04nilfs2: convert to SPDX license tagsRyusuke Konishi-10/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani-1/+1
2016-08-02nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi-1/+0
2016-08-02nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi-24/+23
2016-05-23nilfs2: get rid of nilfs_mdt_mark_block_dirty()Ryusuke Konishi-3/+8
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi-1/+1
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi-4/+0
2016-01-22wrappers for ->i_mutex accessAl Viro-2/+2
2015-07-09ioctl_compat: handle FITRIMMikulas Patocka-1/+0
2014-10-14nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner-5/+3
2014-04-03nilfs2: add FITRIM ioctl support for nilfs2Andreas Rohner-0/+45
2014-04-03nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctlAndreas Rohner-0/+92
2014-01-23nilfs2: add comments for ioctlsVyacheslav Dubeyko-1/+362
2014-01-23fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy()Wenliang Fan-0/+8
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2013-02-22new helper: file_inode(file)Al Viro-1/+1
2013-02-05nilfs2: fix fix very long mount time issueVyacheslav Dubeyko-1/+4
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+0
2012-07-31nilfs2: Convert to new freezing mechanismJan Kara-2/+0
2012-07-30nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi-2/+2
2012-05-31nilfs2: flush disk caches in syncingRyusuke Konishi-1/+7
2012-02-08nilfs2: avoid overflowing segment numbers in nilfs_ioctl_clean_segments()Xi Wang-0/+2
2012-01-03vfs: mnt_drop_write_file()Al Viro-6/+6
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro-6/+6
2011-12-20nilfs2: potential integer overflow in nilfs_ioctl_clean_segments()Haogang Chen-0/+3
2011-12-20nilfs2: unbreak compat ioctlThomas Meyer-0/+13
2011-05-10nilfs2: implement resize ioctlRyusuke Konishi-0/+27
2011-05-10nilfs2: add ioctl which limits range of segment to be allocatedRyusuke Konishi-0/+34
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn-1/+1
2011-03-09nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi-12/+11
2011-03-08nilfs2: optimize rec_len functionsRyusuke Konishi-0/+1
2011-03-08nilfs2: add compat ioctlRyusuke Konishi-0/+21
2011-03-08nilfs2: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONRyusuke Konishi-0/+70
2011-01-10nilfs2: unfold nilfs_dat_inode functionRyusuke Konishi-7/+5
2010-12-16nilfs2: fix regression of garbage collection ioctlRyusuke Konishi-0/+12
2010-11-23nilfs2: nilfs_iget_for_gc() returns ERR_PTRDan Carpenter-2/+2
2010-10-23nilfs2: add bdev freeze/thaw supportRyusuke Konishi-0/+2
2010-10-23nilfs2: simplify life cycle management of nilfs objectRyusuke Konishi-2/+2
2010-10-23nilfs2: remove own inode hash used for GCRyusuke Konishi-7/+10
2010-10-04BKL: Remove BKL from NILFS2Jan Blunck-1/+0
2010-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds-1/+1
2010-03-31nilfs2: fix a wrong type conversion in nilfs_ioctl()Li Hong-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-20nilfs2: add reader's lock for cno in nilfs_ioctl_syncJiro SEKIBA-1/+5
2010-02-13nilfs2: use mnt_want_write in ioctls where write access is neededRyusuke Konishi-17/+43
2009-12-25nilfs2: Storage class should be before const qualifierTobias Klauser-1/+1
2009-11-13nilfs2: fix lock order reversal in chcp operationRyusuke Konishi-1/+5
2009-11-08nilfs2: fix missing cleanup of gc cache on error casesRyusuke Konishi-1/+2
2009-11-08nilfs2: fix kernel oops in error case of nilfs_ioctl_move_blocksRyusuke Konishi-17/+13