aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-16jfs: ensure symlinks are NUL-terminatedDave Kleikamp1-1/+7
2008-02-07iget: stop JFS from using iget() and read_inode()David Howells1-4/+16
2007-10-16fs: restore nobhNick Piggin1-4/+3
2007-10-16jfs: convert to new aopsNick Piggin1-7/+10
2007-04-25Copy i_flags to jfs inode flags on writeDave Kleikamp1-1/+0
2007-01-09JFS: Add lockdep annotationsDave Kleikamp1-3/+3
2006-10-02JFS: White space cleanupDave Kleikamp1-4/+4
2006-10-01[PATCH] fs/jfs: Conversion to generic booleanRichard Knutsson1-1/+1
2006-07-26JFS: Quota support broken, no quota_read and quota_writeDave Kleikamp1-12/+4
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty1-1/+1
2006-03-26[PATCH] map multiple blocks for mpage_readpages()Badari Pulavarty1-1/+2
2006-02-09JFS: ext2 inode attributes for jfsHerbert Poetzl1-0/+1
2006-01-24JFS: semaphore to mutex conversion.Ingo Molnar1-7/+7
2005-09-15JFS: Fix sparse warnings, including endian errorDave Kleikamp1-2/+1
2005-09-11Merge branch 'for-linus' from kernel.org:/.../shaggy/jfs-2.6 manuallyLinus Torvalds1-13/+13
2005-09-09[PATCH] update filesystems for new delete_inode behaviorMark Fasheh1-0/+2
2005-08-30JFS: jfs_delete_inode should always call clear_inode.Dave Kleikamp1-12/+12
2005-08-01JFS: Check for invalid inodes in jfs_delete_inodeDave Kleikamp1-0/+4
2005-05-04JFS: fix sparse warnings by moving extern declarations to headersDave Kleikamp1-9/+2
2005-05-02[PATCH] JFS: Don't allocate extents that overlap existing extentsDave Kleikamp1-3/+3
2005-05-02[PATCH] JFS: Support page sizes greater than 4KDave Kleikamp1-21/+10
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+384