summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-08-10CIFS: Fix compile error with __init in cifs_init_dns_resolver() definitionMichael Neuling1-0/+2
2010-08-10CIFS: Remove __exit mark from cifs_exit_dns_resolver()David Howells2-2/+2
2010-08-10GFS2: rename causes kernel OopsBob Peterson1-1/+1
2010-08-10xfs: prevent swapext from operating on write-only filesDan Rosenberg1-1/+4
2010-08-10NFS: kswapd must not block in nfs_release_pageTrond Myklebust1-2/+12
2010-08-10acl trouble after upgrading ubuntuJ. Bruce Fields1-1/+1
2010-08-02ecryptfs: Bugfix for error related to ecryptfs_hash_bucketsAndre Osterhues1-8/+9
2010-08-02GFS2: Fix up system xattrsSteven Whitehouse3-92/+120
2010-08-02ext4: Make fsync sync new parent directories in no-journal modeFrank Mayhar3-2/+32
2010-08-02ext4: Fix compat EXT4_IOC_ADD_GROUPBen Hutchings2-2/+39
2010-08-02ext4: Conditionally define compat ioctl numbersBen Hutchings1-0/+2
2010-08-02ext4: restart ext4_ext_remove_space() after transaction restartDmitry Monakhov1-7/+9
2010-08-02ext4: Clear the EXT4_EOFBLOCKS_FL flag only when warrantedTheodore Ts'o1-8/+18
2010-08-02ext4: Avoid crashing on NULL ptr dereference on a filesystem errorTheodore Ts'o1-4/+7
2010-08-02ext4: Use bitops to read/modify i_flags in struct ext4_inode_infoDmitry Monakhov13-55/+135
2010-08-02ext4: Show journal_checksum optionJan Kara1-0/+2
2010-08-02ext4: check for a good block group before loading buddy pagesCurt Wohlgemuth2-13/+58
2010-08-02ext4: Prevent creation of files larger than RLIMIT_FSIZE using fallocateNikanth Karthikesan1-0/+5
2010-08-02ext4: Remove extraneous newlines in ext4_msg() callsCurt Wohlgemuth2-4/+4
2010-08-02ext4: init statistics after journal recoveryDmitry Monakhov1-23/+18
2010-08-02ext4: clean up inode bitmaps manipulation in ext4_free_inodeDmitry Monakhov1-47/+40
2010-08-02ext4: Do not zero out uninitialized extents beyond i_sizeDmitry Monakhov1-16/+51
2010-08-02ext4: don't scan/accumulate more pages than mballoc will allocateEric Sandeen1-0/+9
2010-08-02ext4: stop issuing discards if not supported by deviceEric Sandeen1-1/+7
2010-08-02ext4: don't return to userspace after freezing the fs with a mutex heldEric Sandeen1-10/+10
2010-08-02ext4: check s_log_groups_per_flex in online resize codeEric Sandeen1-1/+2
2010-08-02ext4: fix quota accounting in case of fallocateDmitry Monakhov1-1/+2
2010-08-02ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat modeChristian Borntraeger1-0/+2
2010-08-02ext4: rename ext4_mb_release_desc() to ext4_mb_unload_buddy()Jing Zhang1-12/+12
2010-08-02ext4: Remove unnecessary call to ext4_get_group_desc() in mballocJing Zhang1-2/+0
2010-08-02ext4: fix memory leaks in error path handling of ext4_ext_zeroout()Jing Zhang1-7/+8
2010-08-02ext4: check missed return value in ext4_sync_file()Dmitry Monakhov1-1/+1
2010-08-02ext4: Issue the discard operation *before* releasing the blocks to be reusedTheodore Ts'o1-13/+11
2010-08-02ext4: Fix buffer head leaks after calls to ext4_get_inode_loc()Curt Wohlgemuth2-0/+2
2010-08-02ext4: Fix possible lost inode write in no journal modeCurt Wohlgemuth1-1/+1
2010-08-02ext4: Fixed inode allocator to correctly track a flex_bg's used_dirsEric Sandeen1-2/+2
2010-08-02ext4: Fix estimate of # of blocks needed to write indirect-mapped filesJan Kara1-2/+2
2010-08-02ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctlAkira Fujita2-4/+3
2010-08-02ext4: Fix the NULL reference in double_down_write_data_sem()Akira Fujita1-8/+8
2010-08-02ext4: Fix insertion point of extent in mext_insert_across_blocks()Akira Fujita1-0/+4
2010-08-02ext4: make "offset" consistent in ext4_check_dir_entry()Toshiyuki Okajima1-3/+5
2010-08-02ext4: Handle non empty on-disk orphan linkDmitry Monakhov1-0/+8
2010-08-02ext4: explicitly remove inode from orphan list after failed direct ioDmitry Monakhov1-0/+3
2010-08-02ext4: fix error handling in migrateDmitry Monakhov1-15/+14
2010-08-02ext4: Fix fencepost error in chosing choosing group vs file preallocation.Tao Ma1-1/+1
2010-08-02ext4: Add flag to files with blocks intentionally past EOFJiaying Zhang4-4/+42
2010-08-02ext4: Fix BUG_ON at fs/buffer.c:652 in no journal modeCurt Wohlgemuth4-7/+7
2010-08-02ext4: Use bitops to read/modify EXT4_I(inode)->i_stateTheodore Ts'o7-51/+71
2010-08-02ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flagAneesh Kumar K.V3-11/+8
2010-08-02ext4: Fix quota accounting error with fallocateAneesh Kumar K.V3-13/+54