aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
2012-03-20jfs: mising cleanup on register_filesystem() failureAl Viro1-1/+7
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2-13/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+3
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-03vfs: mnt_drop_write_file()Al Viro1-1/+1
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-1/+1
2011-11-21freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo2-3/+3
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi2-4/+4
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi2-6/+6
2011-11-02jfs: remove unnecessary nlink settingMiklos Szeredi1-1/+0
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-29/+28
2011-08-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds1-2/+2
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris1-29/+28
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-6/+2
2011-08-01jfs: flush journal completely before releasing metadata inodesDave Kleikamp1-2/+2
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro1-3/+1
2011-08-01switch posix_acl_create() to umode_t *Al Viro1-3/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds3-10/+4
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig4-20/+4
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro1-16/+7
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro1-17/+14
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds1-3/+0
2011-07-25jfs: clean up some compiler warningsDave Kleikamp3-10/+4
2011-07-20jfs_lookup(): don't bother with . or ..Al Viro1-24/+15
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-2/+9
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-2/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+2
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-3/+1
2011-07-20jfs_ci_revalidate() is safe from RCU modeAl Viro1-2/+0
2011-07-20LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro1-4/+2
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2-2/+2
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro1-1/+1
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar1-29/+28
2011-06-20jfs: agstart field must be 64 bitsDave Kleikamp1-1/+1
2011-06-20JFS: Don't save agno in the inodeDave Kleikamp3-9/+9
2011-06-20jfs: Update agstart when resizing volumeDave Kleikamp1-2/+1
2011-06-20jfs: old_agsize should be 64 bits in jfs_extendfsDave Kleikamp1-1/+1
2011-06-07lmLogOpen() broken failure exitAl Viro1-1/+1
2011-05-28jfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2-2/+2
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi8-18/+18
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-2/+0
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2-2/+2
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-1/+1
2011-03-17fs: change to new flag variablematt mooney1-1/+1
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds3-8/+11
2011-03-16Merge branch 'next' into for-linusJames Morris3-8/+11
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V1-3/+0
2011-03-10jfs: fix d_revalidate oopsen on NFS exportsAl Viro1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe2-2/+0
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris3-8/+11
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris3-8/+11
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-12/+5
2011-01-12switch jfs to ->s_d_op, close exportfs racesAl Viro2-12/+4
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin2-3/+7
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-0/+2
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin2-3/+3
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+9
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-1/+2
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-4/+7
2011-01-07jfs: dont overwrite dentry name in d_revalidateNick Piggin1-8/+35
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-2/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-12/+5
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-25new helper: ihold()Al Viro2-2/+2
2010-10-25list.h: new helper - hlist_add_fake()Al Viro1-1/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2-6/+4
2010-10-04BKL: Remove BKL from JFSJan Blunck1-28/+7
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-2/+10
2010-09-21Fix various typos of valid in commentsNikanth Karthikesan1-4/+2
2010-08-11Merge branch 'master' into for-nextJiri Kosina5-79/+95
2010-08-10jfs: don't allow os2 xattr namespace overlap with othersDave Kleikamp1-49/+38
2010-08-09switch jfs to ->evict_inode()Al Viro3-25/+20
2010-08-09remove inode_setattrChristoph Hellwig1-3/+11
2010-08-09get rid of nobh_write_begin_newtruncChristoph Hellwig1-1/+10
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-1/+16
2010-08-09fix printk typo 'faild'Paul Bolle1-2/+2
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+16
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig2-3/+3
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-1/+1
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig1-0/+4
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-4/+4
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+10
2010-05-21jfs: replace inode uid,gid,mode init with helperDmitry Monakhov1-10/+2
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-1/+1
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2010-05-15JFS: Free sbi memory in error pathJan Blunck1-7/+6
2010-04-23Merge branch 'master' into for-nextJiri Kosina15-16/+42
2010-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds7-16/+33
2010-04-16jfs: add jfs specific ->setattr callDmitry Monakhov4-4/+17
2010-04-16jfs: fix diAllocExt error in resizing filesystemBill Pemberton1-1/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo9-0/+9
2010-03-16Fix typos in commentsThomas Weber1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds12-77/+116
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig2-2/+5
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig4-16/+16
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig3-1/+21
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig3-3/+3
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+6
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-2/+3
2010-03-05dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig5-28/+34
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2-4/+4
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig4-38/+44
2010-02-02jfs_dmap.[ch]: trivial typo fix: s/heigth/height/gDaniel Mack2-11/+11
2009-12-22jfs: Fix 32bit build warningAlan Cox1-1/+1
2009-12-17kill I_LOCKChristoph Hellwig1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-09-24fs: Make unload_nls() NULL pointer safeThomas Gleixner1-6/+3
2009-09-08jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds4-9/+4
2009-07-23jfs: Fix early release of acl in jfs_get_aclStefan Bader1-3/+1
2009-06-24another race fix in jfs_check_acl()Al Viro1-6/+7
2009-06-24helpers for acl caching + switch to thoseAl Viro2-27/+15
2009-06-24switch jfs to inode->i_aclAl Viro4-41/+15
2009-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds1-0/+1
2009-06-16jfs: fix regression preventing coalescing of extentsDave Kleikamp1-0/+1
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-4/+18
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+5
2009-05-23jfs: Add missing mutex_unlock call to error pathDave Kleikamp1-0/+1
2009-04-07missing unlock in jfs_quota_write()Dan Carpenter1-1/+3
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-1/+0
2009-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds8-344/+46
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+3
2009-03-27constify dentry_operations: JFSAl Viro2-3/+3
2009-03-26jfs: Use lowercase names of quota functionsJan Kara8-36/+36
2009-02-02jfs: needs crc32_leRandy Dunlap1-0/+1
2009-02-02Merge branch 'master' of /home/shaggy/git/linus-clean/Dave Kleikamp2-4/+55
2009-01-30jfs: Fix error handling in metapage_writepage()Dave Kleikamp1-5/+13
2009-01-27jfs: return f_fsid for statfs(2)Coly Li1-0/+4
2009-01-22fs/Kconfig: move jfs outAlexey Dobriyan1-0/+49
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-4/+6
2009-01-09jfs: remove xtLookupList()Dave Kleikamp4-332/+25
2009-01-09jfs: clean up a dangling commentDave Kleikamp1-7/+3
2009-01-05fix the treatment of jfs special inodesAl Viro1-3/+7
2008-12-31nfsd race fixes: jfsDave Kleikamp2-16/+37
2008-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds1-1/+7
2008-12-16jfs: ensure symlinks are NUL-terminatedDave Kleikamp1-1/+7
2008-11-14CRED: Wrap task credential accesses in the JFS filesystemDavid Howells1-2/+2
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-2/+2
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-14/+1
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-2/+2
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro2-2/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan2-2/+2
2008-07-25quota: move function-macros from quota.h to quotaops.hJan Kara1-0/+1
2008-06-10jfs: remove DIRENTSIZAdrian Bunk1-3/+0
2008-05-28JFS: diAlloc() should return -EIO rather than EIOLi Zefan1-1/+1
2008-05-21JFS: skip bad iput() call in error pathDave Kleikamp1-4/+3
2008-05-13JFS: switch to seq_filesAlexey Dobriyan6-133/+114
2008-05-12JFS: 0 is not valid errno value so return NULL from jfs_lookupMarcin Slusarz1-1/+1
2008-04-29proc: remove proc_root_fsAlexey Dobriyan1-2/+2
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen1-11/+22
2008-03-05jfs: replace __inline with inlineHarvey Harrison1-1/+1
2008-02-13jfs: le*_add_cpu conversionMarcin Slusarz3-33/+19
2008-02-07BKL-removal: Implement a compat_ioctl handler for JFSAndi Kleen5-0/+27
2008-02-07BKL-removal: Use unlocked_ioctl for jfsAndi Kleen4-7/+13
2008-02-07iget: stop JFS from using iget() and read_inode()David Howells4-31/+40
2008-02-03Spelling fixes: lenght->lengthPaulius Zaleckas1-1/+1
2008-01-24mount options: fix jfsMiklos Szeredi1-0/+6
2008-01-10JFS: simplify types to get rid of sparse warningDave Kleikamp1-14/+14
2008-01-03JFS: FIx one more plain integer as NULL pointer warningDave Kleikamp1-1/+1
2008-01-03JFS: Remove defconfig ptr comparison to 0Joe Perches5-14/+15
2008-01-03JFS: use DIV_ROUND_UP where appropriateShaun Zinck2-3/+3
2008-01-03Remove unnecessary kmalloc casts in the jfs filesystemJack Stone1-6/+2
2008-01-03JFS is missing a memory barrierNick Piggin1-2/+2
2008-01-03JFS: Make sure special inode data is written after journal is flushedDave Kleikamp2-19/+17
2008-01-03JFS: clear PAGECACHE_TAG_DIRTY for no-write pagesDave Kleikamp1-3/+8
2007-11-14Forbid user to change file flags on quota filesJan Kara1-0/+3
2007-10-22exportfs: make struct export_operations constChristoph Hellwig1-2/+2
2007-10-22jfs: new export opsChristoph Hellwig3-18/+27
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-17introduce I_SYNCJoern Engel1-1/+8
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2-2/+2
2007-10-16fs: restore nobhNick Piggin1-4/+3
2007-10-16jfs: convert to new aopsNick Piggin1-7/+10
2007-10-14more low-hanging fruits - kernel, fs, lib signednessAl Viro3-3/+3
2007-10-13JFS: Bio cleanup: Replace missing return statementsDave Kleikamp1-0/+3
2007-10-12Fix up more bio falloutAl Viro1-3/+0
2007-10-11JFS: fix bio-related build breakageJeff Garzik1-6/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2-14/+3
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt2-2/+2
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2-2/+2
2007-07-17knfsd: exportfs: remove iget abuseChristoph Hellwig3-0/+34
2007-07-17knfsd: exportfs: add exportfs.h headerChristoph Hellwig1-0/+1
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+0
2007-06-13JFS: Update print_hex_dump() syntaxDave Kleikamp5-29/+28
2007-06-06JFS: use print_hex_dump() rather than private dump_mem() functionDave Kleikamp7-45/+29
2007-06-06JFS: Whitespace cleanup and remove some dead codeDave Kleikamp23-1098/+1066
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2-22/+18