summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-10ext4: Use ext4_error_file() to print the pathname to the corrupted inodeTheodore Ts'o4-34/+49
2011-01-10ext4: use IS_ERR() to check for errors in ext4_error_fileDan Carpenter1-1/+1
2011-01-10ext4: test the correct variable in ext4_init_pageio()Dan Carpenter1-1/+1
2011-01-10ext2: remove dead code in ext2_xattr_getWang Sheng-Hui1-8/+0
2011-01-10ext2,ext3,ext4: clarify comment for extN_xattr_set_handleWang Sheng-Hui3-3/+3
2011-01-10ext4: clean up ext4_xattr_list()'s error code checking and return strategyTheodore Ts'o1-13/+13
2011-01-10ext4: remove warning message from ext4_issue_discard helperLukas Czerner1-12/+10
2011-01-10ext4: fix possible overflow in ext4_trim_fs()Lukas Czerner1-0/+6
2011-01-10headers: kobject.h reduxAlexey Dobriyan4-1/+3
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds18-147/+336
2011-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds14-513/+417
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds1-13/+50
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-76/+256
2011-01-10fs: fix namei.c kernel-doc notationRandy Dunlap1-4/+4
2011-01-10nilfs2: unfold nilfs_dat_inode functionRyusuke Konishi7-30/+19
2011-01-10nilfs2: do not pass sbi to functions which can get it from inodeRyusuke Konishi4-17/+12
2011-01-10nilfs2: get rid of nilfs_mount_options structureRyusuke Konishi2-11/+3
2011-01-10nilfs2: simplify nilfs_mdt_freeze_bufferRyusuke Konishi1-14/+12
2011-01-10nilfs2: get rid of loaded flag from nilfs objectRyusuke Konishi2-4/+0
2011-01-10nilfs2: fix a checkpatch error in page.cRyusuke Konishi1-1/+1
2011-01-10nilfs2: fiemap supportRyusuke Konishi6-0/+222
2011-01-10nilfs2: mark buffer heads as delayed until the data is written to diskRyusuke Konishi2-0/+3
2011-01-10nilfs2: call nilfs_error inside bmap routinesRyusuke Konishi5-63/+48
2011-01-10fs/nilfs2/super.c: Use printf extension %pVJoe Perches1-7/+16
2011-01-10cifs: use CreationTime like an i_generation fieldJeff Layton4-0/+11
2011-01-10cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfoJeff Layton2-8/+4
2011-01-10cifs: show "acl" in DebugData Features when it's compiled inJeff Layton1-12/+10
2011-01-10cifs: move "ntlmssp" and "local_leases" options out of experimental codeJeff Layton3-68/+55
2011-01-10cifs: replace some hardcoded values with preprocessor constantsJeff Layton1-18/+19
2011-01-10cifs: remove unnecessary locking around sequence_numberJeff Layton2-5/+3
2011-01-10[CIFS] Fix minor merge conflict in fs/cifs/dir.cSteve French1-7/+0
2011-01-10Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French193-1993/+4447
2011-01-08ocfs2: Remove unused truncate function from alloc.cTao Ma2-78/+0
2011-01-08ocfs2/cluster: dereferencing before checking in nst_seq_show()Dan Carpenter1-23/+24