aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-9/+9
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-4/+4
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Gravatar Linus Torvalds 1-1/+1
2017-08-31jfs should use MAX_LFS_FILESIZE when calculating s_maxbytesGravatar Dave Kleikamp 1-9/+3
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 2-4/+4
2017-08-01fs: convert a pile of fsync routines to errseq_t based reportingGravatar Jeff Layton 1-1/+1
2017-07-25Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 3-12/+20
2017-07-18jfs: preserve i_mode if __jfs_set_acl() failsGravatar Ernesto A. Fernández 1-4/+11
2017-07-18jfs: Don't clear SGID when inheriting ACLsGravatar Jan Kara 1-7/+8
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 2-9/+9
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+6
2017-07-05JFS: do not ignore return code from write_one_page()Gravatar Dave Kleikamp 2-2/+6
2017-07-05mm: drop "wait" parameter from write_one_page()Gravatar Jeff Layton 1-2/+2
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 2-3/+3
2017-04-19jfs: Remove jfs_get_inode_flags()Gravatar Jan Kara 4-22/+0
2017-04-19jfs: Set flags on quota files directlyGravatar Jan Kara 1-2/+77
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-2/+2
2017-02-09jfs: atomically read inode sizeGravatar Fabian Frederick 2-4/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 3-3/+3
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-2/+0
2016-12-14Merge tag 'jfs-4.10' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 1-1/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-2/+0
2016-11-11fs: jfs: Replace CURRENT_TIME_SEC by current_time()Gravatar Deepa Dinamani 1-1/+1
2016-11-01block,fs: use REQ_* flags directlyGravatar Christoph Hellwig 1-2/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-18/+21
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+4
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 3-12/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-5/+3
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 3-12/+0
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 6-16/+16
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsGravatar Miklos Szeredi 1-2/+5
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-09-22posix_acl: Clear SGID bit when setting file permissionsGravatar Jan Kara 1-4/+2
2016-09-06jfs: Simplify codeGravatar Christophe JAILLET 1-2/+1
2016-08-29jfs: jump to error_out when filemap_{fdatawait, write_and_wait} failsGravatar Quorum Laval 1-2/+8
2016-07-31get rid of 'parent' argument of ->d_compare()Gravatar Al Viro 1-1/+1
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-6/+0
2016-07-28Merge branch 'salted-string-hash'Gravatar Linus Torvalds 1-1/+1
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-1/+1
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsGravatar Mike Christie 2-4/+4
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 2-6/+10
2016-05-29drop redundant ->owner initializationsGravatar Al Viro 5-6/+0
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 1-8/+6
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-158/+96
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+3
2016-05-17Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 9-39/+29
2016-05-12jfs: Switch to generic xattr handlersGravatar Andreas Gruenbacher 5-116/+84
2016-05-12jfs: Clean up xattr name mappingGravatar Andreas Gruenbacher 1-55/+25