Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-23fs/ocfs2: fix comments mentioning i_mutexhongnanli
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-01-24acl: handle idmapped mountsChristian Brauner
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2019-11-22Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare...Joseph Qi
2019-10-08fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()Jia-Ju Bai
2019-08-03ocfs2: remove set but not used variable 'last_hash'YueHaibing
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2018-04-06ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun
2018-02-01ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attributepiaojun
2018-02-01ocfs2/xattr: assign errno to 'ret' in ocfs2_calc_xattr_init()piaojun
2018-02-01ocfs2: use the OCFS2_XATTR_ROOT_SIZE macro in ocfs2_reflink_xattr_header()alex chen
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-09-07ocfs2: clean up some dead codeJun Piao
2017-06-24ocfs2: fix deadlock caused by recursive locking in xattrEric Ren
2016-12-10ocfs2: convert inode refcount test to a helperDarrick J. Wong
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-06-21ocfs: fix ocfs2_xattr_user_get() argument nameAndreas Gruenbacher
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-13ocfs2: fix posix_acl_create deadlockJunxiao Bi
2016-04-11xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro
2016-01-23wrappers for ->i_mutex accessAl Viro
2015-12-14ocfs2: Replace list xattr handler operationsAndreas Gruenbacher
2015-12-07vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher
2015-11-14xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher
2015-09-05ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches
2015-09-05ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues
2015-09-05ocfs2: trusted xattr missing CAP_SYS_ADMIN checkSanidhya Kashyap
2015-06-25ocfs2: mark local functions as staticJoseph Qi
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-15ocfs2: fix possible uninitialized variable accessJoseph Qi
2015-02-11ocfs2: xattr: remove unused functionRickard Strandqvist
2014-12-11ocfs2: Fix xattr check in ocfs2_get_xattr_nolock()Jan Kara
2014-04-04ocfs2: pass "new" parameter to ocfs2_init_xattr_bucketWengang Wang
2014-04-04ocfs2: call ocfs2_update_inode_fsync_trans when updating any inodeDarrick J. Wong
2014-04-04ocfs2: allow for more than one data extent when creating xattrTariq Saeed
2014-01-26ocfs2: use generic posix ACL infrastructureChristoph Hellwig
2013-11-13ocfs2: add necessary check in case sb_getblk() failsRui Xiang
2013-11-13ocfs2: return ENOMEM when sb_getblk() failsRui Xiang
2013-11-13fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_creditsGoldwyn Rodrigues
2013-09-12ocfs2: fix possible double free in ocfs2_reflink_xattr_recJoseph Qi
2013-09-12ocfs2: free meta_ac and data_ac when ocfs2_start_trans fails in ocfs2_xattr_s...Younger Liu
2013-09-12ocfs2: add the missing return value check of ocfs2_xattr_get_clustersJoseph Qi
2013-07-04ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi
2013-07-04ocfs2: xattr: remove useless free space checkingJunxiao Bi
2013-02-28ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctlyJeff Liu
2012-01-04ocfs2: propagate umode_tAl Viro