summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/slot_map.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-17/+1Star
* ocfs2: Use zero-sized array and struct_size() in kzalloc()Gustavo A. R. Silva2019-03-061-6/+2Star
* ocfs2: clean up an unneeded goto in ocfs2_put_slot()Guozhonghua2016-05-201-5/+1Star
* ocfs2: fix slot overwritten if storage link down during mountjiangyiwen2016-01-151-1/+10
* ocfs2: clean up redundant NULL check before iputJoseph Qi2016-01-151-2/+1Star
* ocfs2: one function call less in ocfs2_init_slot_info() after error detectionMarkus Elfring2015-04-151-1/+1
* ocfs2: delete unnecessary checks before three function callsMarkus Elfring2015-04-151-1/+1
* ocfs2: fix an off-by-one BUG_ON() statementDan Carpenter2014-12-111-1/+1
* fs/ocfs2/slot_map.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-071-1/+1
* ocfs2: Clean up messages in the fsSunil Mushran2011-07-241-2/+2
* ocfs2: Remove mlog(0) from fs/ocfs2/slot_map.cTao Ma2011-02-221-8/+5Star
* ocfs2: Remove EXIT from masklog.Tao Ma2011-03-071-1/+0Star
* ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-211-2/+0Star
* When I tried to compile I got the following warning:Poyo VL2010-10-111-1/+1
* ocfs2: Take the inode out of the metadata read/write paths.Joel Becker2009-09-051-5/+5
* ocfs2: Validate metadata only when it's read from disk.Joel Becker2009-01-051-2/+2
* ocfs2: Make cached block reads the common case.Joel Becker2008-10-141-2/+4
* ocfs2: Simplify ocfs2_read_block()Joel Becker2008-10-141-1/+1
* ocfs2: Require an inode for ocfs2_read_block(s)().Joel Becker2008-10-141-3/+2Star
* ocfs2: Abstract out node number queries.Joel Becker2008-04-181-2/+0Star
* ocfs2: New slot map formatJoel Becker2008-04-181-13/+97
* ocfs2: Define the contents of the slot_map file.Joel Becker2008-04-181-7/+8
* ocfs2: De-magic the in-memory slot map.Joel Becker2008-04-181-58/+72
* ocfs2: slot_map I/O based on max_slots.Joel Becker2008-04-181-20/+108
* ocfs2: Make ocfs2_slot_info private.Joel Becker2008-04-181-24/+57
* ocfs2: Move slot map access into slot_map.cMark Fasheh2008-04-181-14/+48
* ocfs2: Remove mount/unmount votesMark Fasheh2008-01-251-19/+0Star
* ocfs2: Add "preferred slot" mount optionSunil Mushran2007-07-111-2/+10
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* ocfs2: Read from an unwritten extent returns zerosMark Fasheh2007-04-271-1/+1
* ocfs2: temporarily remove extent map cachingMark Fasheh2007-04-271-1/+1
* [PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day2006-12-131-1/+1
* ocfs2: silence a debug printMark Fasheh2006-06-301-1/+1
* [PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh2006-01-031-0/+303