aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-09ioctl_compat: handle FITRIMMikulas Patocka1-1/+0
2014-10-14nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner1-5/+3
2014-04-03nilfs2: add FITRIM ioctl support for nilfs2Andreas Rohner1-0/+45
2014-04-03nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctlAndreas Rohner1-0/+92
2014-01-23nilfs2: add comments for ioctlsVyacheslav Dubeyko1-1/+362
2014-01-23fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy()Wenliang Fan1-0/+8
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-05nilfs2: fix fix very long mount time issueVyacheslav Dubeyko1-1/+4
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2012-07-31nilfs2: Convert to new freezing mechanismJan Kara1-2/+0
2012-07-30nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi1-2/+2
2012-05-31nilfs2: flush disk caches in syncingRyusuke Konishi1-1/+7
2012-02-08nilfs2: avoid overflowing segment numbers in nilfs_ioctl_clean_segments()Xi Wang1-0/+2
2012-01-03vfs: mnt_drop_write_file()Al Viro1-6/+6
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-6/+6
2011-12-20nilfs2: potential integer overflow in nilfs_ioctl_clean_segments()Haogang Chen1-0/+3
2011-12-20nilfs2: unbreak compat ioctlThomas Meyer1-0/+13
2011-05-10nilfs2: implement resize ioctlRyusuke Konishi1-0/+27
2011-05-10nilfs2: add ioctl which limits range of segment to be allocatedRyusuke Konishi1-0/+34
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2011-03-09nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi1-12/+11
2011-03-08nilfs2: optimize rec_len functionsRyusuke Konishi1-0/+1
2011-03-08nilfs2: add compat ioctlRyusuke Konishi1-0/+21
2011-03-08nilfs2: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONRyusuke Konishi1-0/+70
2011-01-10nilfs2: unfold nilfs_dat_inode functionRyusuke Konishi1-7/+5
2010-12-16nilfs2: fix regression of garbage collection ioctlRyusuke Konishi1-0/+12
2010-11-23nilfs2: nilfs_iget_for_gc() returns ERR_PTRDan Carpenter1-2/+2
2010-10-23nilfs2: add bdev freeze/thaw supportRyusuke Konishi1-0/+2
2010-10-23nilfs2: simplify life cycle management of nilfs objectRyusuke Konishi1-2/+2
2010-10-23nilfs2: remove own inode hash used for GCRyusuke Konishi1-7/+10
2010-10-04BKL: Remove BKL from NILFS2Jan Blunck1-1/+0
2010-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds1-1/+1
2010-03-31nilfs2: fix a wrong type conversion in nilfs_ioctl()Li Hong1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-20nilfs2: add reader's lock for cno in nilfs_ioctl_syncJiro SEKIBA1-1/+5
2010-02-13nilfs2: use mnt_want_write in ioctls where write access is neededRyusuke Konishi1-17/+43
2009-12-25nilfs2: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-11-13nilfs2: fix lock order reversal in chcp operationRyusuke Konishi1-1/+5
2009-11-08nilfs2: fix missing cleanup of gc cache on error casesRyusuke Konishi1-1/+2
2009-11-08nilfs2: fix kernel oops in error case of nilfs_ioctl_move_blocksRyusuke Konishi1-17/+13
2009-09-14nilfs2: shorten freeze period due to GC in write operation v3Jiro SEKIBA1-7/+19
2009-06-10nilfs2: allow future expansion of metadata read out via get info ioctlRyusuke Konishi1-4/+5
2009-06-10nilfs2: eliminate removal list of segmentsRyusuke Konishi1-26/+0
2009-05-22nilfs2: fix memory leak in nilfs_ioctl_clean_segmentsRyusuke Konishi1-1/+1
2009-05-12nilfs2: check size of array structured data exchanged via ioctlsRyusuke Konishi1-0/+10
2009-05-11nilfs2: fix lock order reversal in nilfs_clean_segments ioctlRyusuke Konishi1-70/+93
2009-05-11nilfs2: fix possible circular locking for get information ioctlsRyusuke Konishi1-62/+38
2009-05-09nilfs2: fix circular locking dependency of writer mutexRyusuke Konishi1-3/+5
2009-04-07nilfs2: replace BUG_ON and BUG calls triggerable from ioctlRyusuke Konishi1-21/+42