aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/nilfs.h
AgeCommit message (Expand)Author
2022-07-21nilfs2: fix incorrect masking of permission flags for symlinksRyusuke Konishi
2022-05-25nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi
2022-05-25nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi
2020-08-12nilfs2: use a more common logging styleJoe Perches
2020-08-12nilfs2: convert __nilfs_msg to integrate the level and formatJoe Perches
2019-05-01nilfs2: switch to ->free_inode()Al Viro
2018-09-04nilfs2: convert to SPDX license tagsRyusuke Konishi
2016-08-02nilfs2: move ioctl interface and disk layout to uapi separatelyRyusuke Konishi
2016-08-02nilfs2: use BIT() macroRyusuke Konishi
2016-08-02nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi
2016-08-02nilfs2: add nilfs_msg() message interfaceRyusuke Konishi
2016-08-02nilfs2: hide function name argument from nilfs_error()Ryusuke Konishi
2016-05-23nilfs2: fix block commentsRyusuke Konishi
2016-05-23nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi
2015-02-05nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi
2014-10-14nilfs2: improve the performance of fdatasync()Andreas Rohner
2014-08-08nilfs2: integrate sysfs support into driverVyacheslav Dubeyko
2012-12-20nilfs2: drop vmtruncateMarco Stornelli
2012-07-30nilfs2: add omitted comments for different structures in driver implementationVyacheslav Dubeyko
2012-01-03nilfs: propagate umode_tAl Viro
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig
2011-05-10nilfs2: always set back pointer to host inode in mapping->hostRyusuke Konishi
2011-05-10nilfs2: implement resize ioctlRyusuke Konishi
2011-03-30nilfs2: fix whitespace coding style issuesNicolas Kaiser
2011-03-09nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi
2011-03-09nilfs2: use sb instance instead of nilfs_sb_info structRyusuke Konishi
2011-03-08nilfs2: record used amount of each checkpoint in checkpoint listRyusuke Konishi
2011-03-08nilfs2: add compat ioctlRyusuke Konishi
2011-03-08nilfs2: tighten restrictions on inode flagsRyusuke Konishi
2011-01-10nilfs2: unfold nilfs_dat_inode functionRyusuke Konishi
2011-01-10nilfs2: do not pass sbi to functions which can get it from inodeRyusuke Konishi
2011-01-10nilfs2: fiemap supportRyusuke Konishi
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2010-10-23nilfs2: remove own inode allocator and destructor for metadata filesRyusuke Konishi
2010-10-23nilfs2: see state of root dentry for mount check of snapshotsRyusuke Konishi
2010-10-23nilfs2: use iget for all metadata filesRyusuke Konishi
2010-10-23nilfs2: get rid of GCDAT inodeRyusuke Konishi
2010-10-23nilfs2: deny write access to inodes in snapshotsRyusuke Konishi
2010-10-23nilfs2: use root object to get ifileRyusuke Konishi
2010-10-23nilfs2: make snapshots in checkpoint tree exportableRyusuke Konishi
2010-10-23nilfs2: set pointer to root object in inodesRyusuke Konishi
2010-10-23nilfs2: remove own inode hash used for GCRyusuke Konishi
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09convert nilfs2 to ->evict_inode()Al Viro
2010-07-23nilfs2: reject incompatible filesystemRyusuke Konishi