aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-10ocfs2: Block signals for mkdir/link/symlink/O_CREAT.Joel Becker1-0/+21
2010-05-10ocfs2: Wrap signal blocking in void functions.Joel Becker4-50/+39
2010-05-05ocfs2/dlm: Increase o2dlm lockres hash sizeSunil Mushran1-1/+1
2010-05-05ocfs2: Make ocfs2_extend_trans() really extend.Tao Ma4-39/+25
2010-05-05ocfs2/trivial: Code cleanup for allocation reservation.Tao Ma2-7/+2
2010-05-05ocfs2: make ocfs2_adjust_resv_from_alloc simple.Tao Ma2-21/+14
2010-05-05ocfs2: Make nointr a default mount optionSunil Mushran1-1/+1
2010-05-05ocfs2/dlm: Make o2dlm domain join/leave messages KERN_NOTICESunil Mushran1-3/+3
2010-05-05o2net: log socket state changesSrinivas Eeda1-0/+3
2010-05-05ocfs2: print node # when tcp failsWengang Wang7-22/+51
2010-05-05ocfs2: Add dir_resv_level mount optionMark Fasheh5-5/+36
2010-05-05ocfs2: change default reservation window sizesMark Fasheh2-4/+5
2010-05-05ocfs2: increase the default size of local alloc windowsMark Fasheh5-11/+118
2010-05-05ocfs2: clean up localalloc mount option size parsingMark Fasheh4-5/+41
2010-05-05ocfs2: remove ocfs2_local_alloc_in_range()Mark Fasheh2-56/+1
2010-05-05ocfs2: allocate btree internal block groups from the global bitmapMark Fasheh1-1/+3
2010-05-05ocfs2: use allocation reservations for directory dataMark Fasheh5-3/+17
2010-05-05ocfs2: use allocation reservations during file writeMark Fasheh6-0/+16
2010-05-05ocfs2: allocation reservationsMark Fasheh9-11/+1091
2010-05-05ocfs2: Make ocfs2_journal_dirty() void.Joel Becker14-431/+102
2010-03-23ocfs2: Clear undo bits when local alloc is freedMark Fasheh4-46/+95
2010-03-19ocfs2: Init meta_ac properly in ocfs2_create_empty_xattr_block.Tao Ma1-6/+4
2010-03-19ocfs2: Fix the update of name_offset when removing xattrsTao Ma1-1/+1
2010-03-18ocfs2: Always try for maximum bits with new local alloc windowsMark Fasheh1-2/+2
2010-03-17ocfs2: set i_mode on disk during acl operationsMark Fasheh1-5/+72
2010-03-17ocfs2: Update i_blocks in reflink operations.Tao Ma1-0/+1
2010-03-17ocfs2: Change bg_chain check for ocfs2_validate_gd_parent.Tao Ma1-5/+8
2010-03-17[PATCH] Skip check for mandatory locks when unlockingSachin Prabhu1-1/+1
2010-03-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds11-22/+22
2010-03-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds3-6/+15
2010-03-14nilfs2: remove whitespaces before quoted newlinesRyusuke Konishi2-2/+2
2010-03-14nilfs2: remove spaces before tabsRyusuke Konishi2-2/+2
2010-03-14nilfs2: fix various typos in commentsRyusuke Konishi9-12/+12
2010-03-14nilfs2: fix typo "cout" -> "count" in error messageRyusuke Konishi1-1/+1
2010-03-14nilfs2: fix function name typos in docbook commentsRyusuke Konishi1-2/+2
2010-03-14nilfs2: fix discrepancy in use of static specifierRyusuke Konishi1-3/+3
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds4-5/+3
2010-03-139p: Skip check for mandatory locks when unlockingSachin Prabhu1-1/+1
2010-03-139p: Fixes a simple bug enabling writes beyond 2GB.jvrao1-1/+1
2010-03-139p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi1-3/+3
2010-03-13fs/9p: re-init the wstat in readdir loopAneesh Kumar K.V1-1/+10
2010-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2-9/+20
2010-03-12anon_inodes: mark the anon inode privateEric Paris1-0/+1
2010-03-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds2-65/+18
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds24-1728/+26
2010-03-12ufs: make solaris fsck happyEvgeniy Dushistov1-2/+7
2010-03-12fs/ufs: recognize Solaris-specific file system stateAlex Viskovatoff2-0/+9
2010-03-12Add generic sys_old_select()Christoph Hellwig2-0/+35
2010-03-12fs: buffer_head: remove kmem_cache constructor to reduce memory usage under slubRichard Kennedy1-11/+2
2010-03-12fs/ocfs2/cluster/tcp.c: remove use of NIPQUAD, use %pI4Joe Perches1-2/+2