summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dir.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-3/+1
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-7/+7
* ocfs2: remove useless errAlex Shi2020-04-021-2/+2
* fs/ocfs2/dir.c: remove set but not used variableszhengbin2019-09-241-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1
* ocfs2: use common file type conversionPhillip Potter2019-05-141-16/+4
* ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge2018-11-031-2/+1
* ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun2018-04-051-1/+1
* iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-011-2/+2
* ocfs2: nowait aio supportGang He2018-01-311-1/+1
* ocfs2: convert to new i_version APIJeff Layton2018-01-291-7/+8
* ocfs2: clean up some dead codeJun Piao2017-09-061-1/+1
* ocfs2: fix not enough credit panicJunxiao Bi2016-11-111-1/+1
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-2/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches2015-09-041-26/+23
* ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues2015-09-041-16/+9
* ocfs2: use swap() in dx_leaf_sort_swap()Fabian Frederick2015-06-241-4/+1
* ocfs2: use retval instead of status for checking errorDaeseok Youn2015-06-241-10/+10
* ocfs2: fix a typo in the copyright statementJakub Wilk2015-04-141-1/+1
* ocfs2: remove goto statement in ocfs2_check_dir_for_entry()Daeseok Youn2015-04-141-8/+5
* ocfs2: removes mlog_errno() call twice in ocfs2_find_dir_space_el()Daeseok Youn2015-02-101-6/+3
* ocfs2: remove unreachable codeDaeseok Youn2015-02-101-1/+0
* ocfs2: reflink: fix slow unlink for refcounted fileJunxiao Bi2014-12-181-1/+1
* Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-101-1/+1
|\
| * ocfs2: do not set filesystem readonly if link downjiangyiwen2014-12-101-1/+1
* | vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-3/+5
|/
* ocfs2: call ocfs2_update_inode_fsync_trans when updating any inodeDarrick J. Wong2014-04-031-0/+2
* ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong2014-04-031-0/+4
* ocfs2: return ENOMEM when sb_getblk() failsRui Xiang2013-11-131-4/+4
* fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_creditsGoldwyn Rodrigues2013-11-131-2/+2
* ocfs2: fix null pointer dereference in ocfs2_dir_foreach_blk_id()Jeff Liu2013-08-131-3/+1
* [readdir] convert ocfs2Al Viro2013-06-291-101/+50
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-2/+2
|\
| * kill f_vfsmntAl Viro2013-02-261-1/+1
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | ext3, ext4, ocfs2: remove unused macro NAMEI_RA_INDEXGuo Chao2013-01-211-1/+0
|/
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-12-011-2/+1
|\
| * ocfs2: make direntry invalid when deleting itWengang Wang2011-11-171-2/+1
* | filesystems: add set_nlink()Miklos Szeredi2011-11-021-2/+2
|/
* ocfs2: Initialize data_ac (might be used uninitialized)Marcus Meissner2011-05-131-1/+1
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-03-281-69/+52
|\
| * Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs...Joel Becker2011-03-281-64/+45
| |\
| | * ocfs2: Remove mlog(0) from fs/ocfs2/dir.cTao Ma2011-02-231-46/+37
| | * ocfs2: Remove EXIT from masklog.Tao Ma2011-03-071-10/+10
| | * ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-211-15/+5
| * | ocfs2: optimize ocfs2_check_dir_entry() with unlikely() annotationsTao Ma2011-02-201-5/+7
| |/
* / Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl2011-01-191-1/+1
|/
* ocfs2: Hold ip_lock when set/clear flags for indexed dir.Tao Ma2010-12-161-0/+4
* Ocfs2: Re-access the journal after ocfs2_insert_extent() in dxdir codes.Tristan Ye2010-09-101-8/+16