summaryrefslogtreecommitdiffstats
path: root/fs/jfs
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-6/+7
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-99/+24
2018-05-16jfs: simplify procfs codeChristoph Hellwig-99/+24
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro-8/+4
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+5
2018-01-15jfs: Define usercopy region in jfs_ip slab cacheDavid Windsor-3/+5
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski-3/+0
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-5/+5
2017-11-14Merge tag 'jfs-4.15' of git://github.com/kleikamp/linux-shaggyLinus Torvalds-1/+2
2017-11-02jfs: Add missing NULL pointer check in __get_metapageJuerg Haefliger-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-10-30jfs: remove increment of i_version counterJeff Layton-1/+0
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-9/+9
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+4
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds-1/+1
2017-08-31jfs should use MAX_LFS_FILESIZE when calculating s_maxbytesDave Kleikamp-9/+3
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig-4/+4
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingJeff Layton-1/+1
2017-07-25Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggyLinus Torvalds-12/+20
2017-07-18jfs: preserve i_mode if __jfs_set_acl() failsErnesto A. Fernández-4/+11
2017-07-18jfs: Don't clear SGID when inheriting ACLsJan Kara-7/+8
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells-9/+9
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+6
2017-07-05JFS: do not ignore return code from write_one_page()Dave Kleikamp-2/+6
2017-07-05mm: drop "wait" parameter from write_one_page()Jeff Layton-2/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig-3/+3
2017-04-19jfs: Remove jfs_get_inode_flags()Jan Kara-22/+0
2017-04-19jfs: Set flags on quota files directlyJan Kara-2/+77
2017-02-27fs: add i_blocksize()Fabian Frederick-2/+2
2017-02-09jfs: atomically read inode sizeFabian Frederick-4/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-3/+3
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds-2/+0
2016-12-14Merge tag 'jfs-4.10' of git://github.com/kleikamp/linux-shaggyLinus Torvalds-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi-2/+0
2016-11-11fs: jfs: Replace CURRENT_TIME_SEC by current_time()Deepa Dinamani-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig-2/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-18/+21
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro-1/+4
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-12/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-5/+3
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher-12/+0
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani-16/+16
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi-2/+5
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara-1/+1
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara-4/+2
2016-09-06jfs: Simplify codeChristophe JAILLET-2/+1
2016-08-29jfs: jump to error_out when filemap_{fdatawait, write_and_wait} failsQuorum Laval-2/+8
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro-1/+1