summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-10-16sysfs: Support sysfs_notify from atomic context with new sysfs_notify_direntNeil Brown4-15/+38
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+2
2008-10-16sysfs: crash debuggingAndrew Morton1-0/+13
2008-10-16remove CONFIG_KMOD from fsJohannes Berg3-29/+4
2008-10-16proc: fixup irq iteratorThomas Gleixner1-5/+2
2008-10-16genirq: remove sparse irq codeThomas Gleixner1-38/+5
2008-10-16x86: use 28 bits irq NR for pci msi/msix and htYinghai Lu1-1/+1
2008-10-16x86_64: make /proc/interrupts work with dyn irq_descYinghai Lu1-4/+24
2008-10-16irq, fs/proc: replace loop with nr_irqs for proc/statYinghai Lu1-14/+28
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu1-1/+1
2008-10-16fs/proc: use nr_irqsYinghai Lu1-5/+5
2008-10-16ext4: Fix file fragmentation during large file write.Aneesh Kumar K.V1-34/+57
2008-10-16fuse: implement nonseekable openTejun Heo1-0/+2
2008-10-16fuse: add include protectorsTejun Heo1-0/+5
2008-10-16fuse: config description improvementRobert P. J. Day1-1/+1
2008-10-16fuse: add missing fuse_request_freeJulia Lawall1-1/+2
2008-10-16fuse: fix SEEK_END incorrectnessMiklos Szeredi1-0/+3
2008-10-16[PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITYMartin Schwidefsky1-3/+3
2008-10-15Merge branch 'next'Trond Myklebust14-211/+321
2008-10-15xfs: fix remount rw with unrecognized optionsChristoph Hellwig1-1/+1
2008-10-15ocfs2: fix build errorMark Fasheh1-8/+6
2008-10-15Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds41-946/+7353
2008-10-15NFS: Fix a resolution problem with nfs_inode->cache_change_attributeTrond Myklebust2-2/+1
2008-10-15NFS: Fix the resolution problem with nfs_inode_attrs_need_update()Trond Myklebust2-11/+40
2008-10-15NFS: Changes to inode->i_nlinks must set the NFS_INO_INVALID_ATTR flagTrond Myklebust1-0/+3
2008-10-14Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds27-372/+621
2008-10-14ocfs2: Make cached block reads the common case.Joel Becker7-17/+24
2008-10-14ocfs2: Kill the last naked wait_on_buffer() for cached reads.Joel Becker1-4/+3
2008-10-14ocfs2: Move ocfs2_bread() into dir.cJoel Becker3-52/+43
2008-10-14ocfs2: Simplify ocfs2_read_block()Joel Becker16-94/+55
2008-10-14ocfs2: Require an inode for ocfs2_read_block(s)().Joel Becker17-148/+116
2008-10-14ocfs2: Separate out sync reads from ocfs2_read_blocks()Joel Becker5-10/+96
2008-10-14ext4: Use tag dirty lookup during mpage_da_submit_ioAneesh Kumar K.V1-17/+13
2008-10-16ext4: let the block device know when unused blocks can be discardedTheodore Ts'o2-0/+9
2008-10-14ocfs2: Refactor xattr list and remove ocfs2_xattr_handler().Tao Ma1-35/+60
2008-10-14ocfs2: Calculate EA hash only by its suffix.Tao Ma1-30/+5
2008-10-14ocfs2: Move trusted and user attribute support into xattr.cMark Fasheh4-179/+111
2008-10-14ocfs2: Uninline ocfs2_xattr_name_hash()Mark Fasheh1-5/+5
2008-10-14ocfs2: Don't check for NULL before brelse()Mark Fasheh12-147/+74
2008-10-14ocfs2: use smaller counters in ocfs2_remove_xattr_clusters_from_cacheMark Fasheh1-1/+1
2008-10-14ocfs2: make la_debug_mutex staticMark Fasheh1-2/+1
2008-10-14ocfs2: Remove pointless !!Mark Fasheh1-1/+1
2008-10-14ocfs2: Add empty bucket support in xattr.Tao Ma1-154/+43
2008-10-14ocfs2/xattr.c: Fix a bug when inserting xattr.Tao Ma1-1/+3
2008-10-14ocfs2: Add xattr mount option in ocfs2_show_options()Sunil Mushran1-0/+5
2008-10-14ocfs2: Switch over to JBD2.Joel Becker12-81/+224
2008-10-14ocfs2: Add the 'inode64' mount option.Joel Becker3-2/+21
2008-10-14ocfs2: Limit inode allocation to 32bits.Joel Becker3-19/+130
2008-10-14ocfs2: Resolve deadlock in ocfs2_xattr_free_block.Tao Ma1-70/+82
2008-10-14ocfs2: bug-fix for journal extend in xattr.Tao Ma1-1/+14