aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/jfs_inode.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+1
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2010-08-09switch jfs to ->evict_inode()Al Viro1-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds1-0/+1
2010-04-16jfs: add jfs specific ->setattr callDmitry Monakhov1-0/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-0/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+1
2010-03-05dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig1-0/+1
2009-03-27constify dentry_operations: JFSAl Viro1-1/+1
2008-02-07BKL-removal: Implement a compat_ioctl handler for JFSAndi Kleen1-0/+1
2008-02-07BKL-removal: Use unlocked_ioctl for jfsAndi Kleen1-2/+1
2008-02-07iget: stop JFS from using iget() and read_inode()David Howells1-1/+1
2007-10-22jfs: new export opsChristoph Hellwig1-1/+6
2007-07-17knfsd: exportfs: remove iget abuseChristoph Hellwig1-0/+1
2007-04-25Copy i_flags to jfs inode flags on writeDave Kleikamp1-0/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-3/+3
2006-10-02JFS: White space cleanupDave Kleikamp1-3/+3
2006-07-26JFS: Quota support broken, no quota_read and quota_writeDave Kleikamp1-0/+1
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-2/+2
2006-02-09JFS: ext2 inode attributes for jfsHerbert Poetzl1-0/+3
2005-05-04JFS: fix sparse warnings by moving extern declarations to headersDave Kleikamp1-1/+18
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+23