aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-09nilfs2: remove filenames from file commentsRyusuke Konishi1-1/+1
2021-10-18nilfs2: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-1/+1
2021-05-06nilfs2: fix typos in commentsLu Jialin1-2/+2
2021-04-12nilfs2: convert to fileattrMiklos Szeredi1-43/+18
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-08-12nilfs2: use a more common logging styleJoe Perches1-19/+18
2019-10-23fs: compat_ioctl: move FITRIM emulation into file systemsArnd Bergmann1-0/+1
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-7/+2
2018-09-04nilfs2: convert to SPDX license tagsRyusuke Konishi1-10/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-08-02nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi1-1/+0
2016-08-02nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi1-24/+23
2016-05-23nilfs2: get rid of nilfs_mdt_mark_block_dirty()Ryusuke Konishi1-3/+8
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi1-1/+1
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi1-4/+0
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
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