summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/suballoc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-3/+1
* ocfs2: change slot number type s16 to u16Junxiao Bi2020-08-071-2/+2
* ocfs2: fix panic on nfs server over ocfs2Junxiao Bi2020-06-261-3/+6
* ocfs2: there is no need to log twice in several functionswangyan2020-04-021-5/+0
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
* jbd2: Make state lock a spinlockThomas Gleixner2019-10-211-8/+11
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1
* ocfs2: remove two unused functions from suballoc.cChangwei Ge2018-04-051-49/+0
* ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun2018-04-051-2/+2
* ocfs2: unlock bh_state if bg check failsChangwei Ge2018-01-311-0/+2
* ocfs2: clean dead code in suballoc.cChangwei Ge2018-01-311-3/+3
* ocfs2: remove unneeded goto in ocfs2_reserve_cluster_bitmap_bits()Guozhonghua2017-11-151-4/+1
* ocfs2: clean up some dead codeJun Piao2017-09-061-1/+1
* ocfs2: fix double unlock in case retry after free truncate logJoseph Qi2016-09-191-2/+12
* ocfs2: retry on ENOSPC if sufficient space in truncate logEric Ren2016-08-021-1/+19
* wrappers for ->i_mutex accessAl Viro2016-01-221-6/+6
* ocfs2: improve performance for localallocJoseph Qi2015-11-051-1/+4
* ocfs2: clean up redundant NULL checks before kfreeJoseph Qi2015-09-041-4/+2
* ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches2015-09-041-40/+35
* ocfs2: acknowledge return value of ocfs2_error()Goldwyn Rodrigues2015-09-041-19/+6
* ocfs2: rollback the cleared bits if error occurs after ocfs2_block_group_clea...Joseph Qi2015-04-141-0/+2
* ocfs2: iput inode alloc when failed locallyjiangyiwen2014-04-031-0/+1
* ocfs2: rollback alloc_dinode counts when ocfs2_block_group_set_bits() failedYounger Liu2014-04-031-1/+24
* ocfs2: call ocfs2_update_inode_fsync_trans when updating any inodeDarrick J. Wong2014-04-031-1/+2
* ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_gr...Younger Liu2014-01-211-10/+2
* ocfs2: return ENOMEM when sb_getblk() failsRui Xiang2013-11-131-2/+2
* ocfs2: remove duplicated mlog_errno() in ocfs2_relink_block_groupAndrew Morton2013-07-031-12/+6
* ocfs2: rework transaction rollback in ocfs2_relink_block_group()Jie Liu2013-07-031-13/+12
* ocfs2: ac->ac_allow_chain_relink=0 won't disable group relinkXiaowei.Hu2013-02-271-4/+3
* ocfs2: ->e_leaf_clusters endianness breakageAl Viro2012-04-131-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* ocfs2: Remove DISK_ALLOC from masklog.Tao Ma2011-02-221-1/+0
* ocfs2: Remove mlog(0) from fs/ocfs2/suballoc.cTao Ma2011-02-221-54/+53
* ocfs2: Remove EXIT from masklog.Tao Ma2011-03-071-18/+36
* ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-211-29/+6
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2...Joel Becker2010-10-151-2/+2
|\
| * ocfs2: Use cpu_to_le16 for e_leaf_clusters in ocfs2_bg_discontig_add_extent.Tao Ma2010-09-231-2/+2
* | ocfs2: validate bg_free_bits_count after updateSrinivas Eeda2010-10-111-0/+16
|/
* ocfs2: allow return of new inode block location before allocation of the inodeMark Fasheh2010-09-081-0/+159
* ocfs2: use ocfs2_alloc_dinode_update_counts() instead of open codingMark Fasheh2010-09-081-13/+4
* ocfs2: properly set and use inode group alloc hintMark Fasheh2010-09-081-4/+20
* ocfs2: Use the right group in nfs sync check.Tao Ma2010-09-081-8/+11
* ocfs2: Remove the redundant cpu_to_le64.Tao Ma2010-07-121-1/+1
* ocfs2: Silence a gcc warning.Joel Becker2010-05-181-1/+1
* ocfs2: Set ac_last_group properly with discontig group.Tao Ma2010-04-271-12/+19
* ocfs2: Free block to the right block group.Tao Ma2010-03-221-0/+2
* ocfs2: ocfs2_group_bitmap_size has to handle old volume.Tao Ma2010-04-131-1/+2
* ocfs2: Some tiny bug fixes for discontiguous block allocation.Tao Ma2010-04-221-14/+24
* ocfs2: Don't relink cluster groups when allocating discontig block groupsJoel Becker2010-03-261-0/+8