summaryrefslogtreecommitdiffstats
path: root/fs/jfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-031-5/+2
|\
| * Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-5/+2
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-021-2/+3
|\ \ | |/ |/|
| * mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-2/+3
* | [readdir] convert jfsAl Viro2013-06-293-36/+31
* | fs/jfs: Add check if journaling to disk has been disabled in lbmRead()Gu Zheng2013-05-241-1/+7
* | jfs: Several bugs in jfs_freeze() and jfs_unfreeze()Vahram Martirosyan2013-05-241-8/+30
|/
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-2/+0
|\
| * block: Remove bi_idx referencesKent Overstreet2013-03-231-2/+0
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* | Merge tag 'jfs-3.10' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2013-05-033-3/+4
|\ \ | |/ |/|
| * jfs: fix a couple racesDave Kleikamp2013-05-012-2/+3
| * jfs: avoid undefined behavior from left-shifting by 32 bitsNickolai Zeldovich2013-01-071-1/+1
* | fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-262-2/+2
|\ \
| * | new helper: file_inode(file)Al Viro2013-02-222-2/+2
| |/
* | Merge branch 'master' into for-nextJiri Kosina2013-01-292-8/+18
|\|
| * jfs: drop vmtruncateMarco Stornelli2012-12-202-8/+18
* | fs/jfs: Fix typo in comment : 'how may' -> 'how many'Philippe De Muyter2013-01-171-1/+1
|/
* jfs: Fix FITRIM argument handlingLukas Czerner2012-10-171-6/+10
* Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2012-10-0310-27/+373
|\
| * jfs: Fix do_div precision in commit b40c2e66Dave Kleikamp2012-09-181-3/+4
| * JFS: use list_move instead of list_del/list_addWei Yongjun2012-09-171-6/+3
| * fs/jfs: TRIM support for JFS FilesystemTino Reichardt2012-09-179-21/+369
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+6
|\ \
| * | fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+6
| |/
* | userns: Convert jfs to use kuid/kgid where appropriateEric W. Biederman2012-09-214-23/+33
* | userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2012-09-182-4/+4
|/
* don't expose I_NEW inodes via dentry->d_inodeAl Viro2012-07-231-4/+4
* quota: Move quota syncing to ->sync_fs methodJan Kara2012-07-221-0/+5
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-3/+3
* vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* jfs: mising cleanup on register_filesystem() failureAl Viro2012-03-201-1/+7
* switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-202-13/+1
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-082-3/+3
|\
| * freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo2011-11-212-3/+3
* | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-2/+2
* | switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* | switch ->create() to umode_tAl Viro2012-01-031-1/+1
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* | vfs: mnt_drop_write_file()Al Viro2012-01-031-1/+1
* | switch a bunch of places to mnt_want_write_file()Al Viro2012-01-031-1/+1
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-10-311-0/+1
* | filesystems: add set_nlink()Miklos Szeredi2011-11-022-4/+4
* | filesystems: add missing nlink wrappersMiklos Szeredi2011-11-022-6/+6