aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13fs/ext4/inode.c: use pr_warn_ratelimited()Andrew Morton1-1/+2
2011-01-12NTFS: writev() fix and maintenance/contact details updateAnton Altaparmakov3-22/+21
2011-01-11Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds39-3814/+7414
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds13-180/+164
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds22-376/+543
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds13-140/+521
2011-01-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds7-872/+877
2011-01-11ext4: fix trimming starting with block 0 with small blocksizeJan Kara1-0/+6
2011-01-11ext4: revert buggy trim overflow patchTheodore Ts'o1-6/+0
2011-01-11Merge branch 'for-linus-merged' of git://oss.sgi.com/xfs/xfsLinus Torvalds38-1920/+1997
2011-01-11Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds17-532/+842
2011-01-11NFS fix the setting of exchange id flagAndy Adamson1-4/+21
2011-01-11fs/9p: Don't set dentry->d_op in create routinesAneesh Kumar K.V2-19/+0
2011-01-11fs/9p: fix spelling typoEric Van Hensbergen1-1/+1
2011-01-11fs/9p: TREADLINK bugfixM. Mohan Kumar1-36/+22
2011-01-11fs/9p: Simplify the .L create operationAneesh Kumar K.V1-47/+28
2011-01-11fs/9p: Move dotl inode operations into a seperate fileAneesh Kumar K.V4-862/+916
2011-01-11fs/9p: fix menu presentationRandy Dunlap1-1/+4
2011-01-11fs/9p: Fix the return error on default acl removalAneesh Kumar K.V1-1/+1
2011-01-11fs/9p: Remove unnecessary semicolonsJoe Perches2-2/+2
2011-01-10Merge branch 'master' into for-linus-mergedAlex Elder38-1920/+1997
2011-01-10Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-8/+2
2011-01-10Merge branch 'bugfixes' into nfs-for-2.6.38Trond Myklebust22-117/+197
2011-01-10NFS: Don't use vm_map_ram() in readdirTrond Myklebust4-41/+21
2011-01-10ext2: Resolve 'dereferencing pointer to incomplete type' when enabling EXT2_XATTR_DEBUGJosh Hunt1-12/+0
2011-01-10ext3: Remove redundant unlikely()Tobias Klauser1-1/+1
2011-01-10ext2: Remove redundant unlikely()Tobias Klauser1-1/+1
2011-01-10ext3: speed up file creates by optimizing rec_len functionsEric Sandeen1-7/+8
2011-01-10ext2: speed up file creates by optimizing rec_len functionsEric Sandeen1-5/+14
2011-01-10ext3: Add more journal error checkNamhyung Kim2-3/+7
2011-01-10ext3: Add journal error check in resize.cNamhyung Kim1-14/+51
2011-01-10quota: Use %pV and __attribute__((format (printf in __quota_error and fix falloutJoe Perches2-11/+16
2011-01-10ext3: Add FITRIM handlingLukas Czerner1-0/+22
2011-01-10ext3: Add batched discard support for ext3Lukas Czerner1-0/+266
2011-01-10ext4: don't pass entire map to check_eofblocks_flEric Sandeen1-6/+7
2011-01-10ext4: fix memory leak in ext4_free_branchesTheodore Ts'o1-0/+1
2011-01-10ext4: remove ext4_mb_return_to_preallocation()Theodore Ts'o1-14/+0
2011-01-10ext4: flush the i_completed_io_list during ext4_truncateJiaying Zhang3-2/+9
2011-01-10ext4: add error checking to calls to ext4_handle_dirty_metadata()Theodore Ts'o3-28/+89
2011-01-10ext4: fix trimming of a single groupJan Kara1-1/+1
2011-01-10ext4: fix uninitialized variable in ext4_register_li_requestAndrew Morton1-1/+1
2011-01-10ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessaryTheodore Ts'o6-23/+56
2011-01-10ext4: drop i_state_flags on architectures with 64-bit longsTheodore Ts'o3-9/+25
2011-01-10ext4: reorder ext4_inode_info structure elements to remove unneeded paddingTheodore Ts'o1-3/+4
2011-01-10ext4: drop ec_type from the ext4_ext_cache structureTheodore Ts'o3-28/+18
2011-01-10ext4: use ext4_lblk_t instead of sector_t for logical blocksTheodore Ts'o4-5/+5
2011-01-10ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVEDTheodore Ts'o5-8/+9
2011-01-10ext4: fix 32bit overflow in ext4_ext_find_goal()Kazuya Mio1-4/+26
2011-01-10ext4: add more error checks to ext4_mkdir()Namhyung Kim1-7/+14
2011-01-10ext4: ext4_ext_migrate should use NULL not 0Eric Paris1-1/+1