summaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
2013-11-13jfs: fix error path in iallocDave Kleikamp1-2/+1
2013-09-07jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp1-8/+23
2013-05-24fs/jfs: Add check if journaling to disk has been disabled in lbmRead()Gu Zheng1-1/+7
2013-05-24jfs: Several bugs in jfs_freeze() and jfs_unfreeze()Vahram Martirosyan1-8/+30
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-03Merge tag 'jfs-3.10' of git://github.com/kleikamp/linux-shaggyLinus Torvalds3-3/+4
2013-05-01jfs: fix a couple racesDave Kleikamp2-2/+3
2013-03-23block: Remove bi_idx referencesKent Overstreet1-2/+0
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+2
2013-02-22new helper: file_inode(file)Al Viro2-2/+2
2013-01-29Merge branch 'master' into for-nextJiri Kosina2-8/+18
2013-01-17fs/jfs: Fix typo in comment : 'how may' -> 'how many'Philippe De Muyter1-1/+1
2013-01-07jfs: avoid undefined behavior from left-shifting by 32 bitsNickolai Zeldovich1-1/+1
2012-12-20jfs: drop vmtruncateMarco Stornelli2-8/+18
2012-10-17jfs: Fix FITRIM argument handlingLukas Czerner1-6/+10
2012-10-03Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds10-27/+373
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+6
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+6
2012-09-21userns: Convert jfs to use kuid/kgid where appropriateEric W. Biederman4-23/+33
2012-09-18jfs: Fix do_div precision in commit b40c2e66Dave Kleikamp1-3/+4
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2-4/+4
2012-09-17JFS: use list_move instead of list_del/list_addWei Yongjun1-6/+3
2012-09-17fs/jfs: TRIM support for JFS FilesystemTino Reichardt9-21/+369
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro1-4/+4
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara1-0/+5
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-3/+3
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
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