summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-02-20ext4: Initialize the new group descriptor when resizing the filesystemTheodore Ts'o
2009-02-20ext4: Add sanity check to make_indexed_dirTheodore Ts'o
2009-02-20ext4: only use i_size_high for regular filesTheodore Ts'o
2009-02-20ext4: Add sanity checks for the superblock before mounting the filesystemTheodore Ts'o
2009-02-20ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelallocAneesh Kumar K.V
2009-02-20ext4: Init the complete page while building buddy cacheAneesh Kumar K.V
2009-02-20ext4: Don't allow new groups to be added during block allocationAneesh Kumar K.V
2009-02-20ext4: mark the blocks/inode bitmap beyond end of group as usedAneesh Kumar K.V
2009-02-20ext4: Use new buffer_head flag to check uninit group bitmaps initializationAneesh Kumar K.V
2009-02-20ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()Aneesh Kumar K.V
2009-02-20ext4: Fix race between read_block_bitmap() and mark_diskspace_used()Aneesh Kumar K.V
2009-02-20ext4: don't use blocks freed but not yet committed in buddy cache initAneesh Kumar K.V
2009-02-20ext4: cleanup mballoc header filesAneesh Kumar K.V
2009-02-20ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resizeAneesh Kumar K.V
2009-02-20ext4: Add blocks added during resize to bitmapAneesh Kumar K.V
2009-02-20ext4: Don't overwrite allocation_context ac_statusAneesh Kumar K.V
2009-02-20jbd2: Add barrier not supported test to journal_wait_on_commit_recordTheodore Ts'o
2009-02-20ext4: Widen type of ext4_sb_info.s_mb_maxs[]Yasunori Goto
2009-02-20ext4: avoid ext4_error when mounting a fs with a single bgAneesh Kumar K.V
2009-02-20ext4: Fix the delalloc writepages to allocate blocks at the right offset.Aneesh Kumar K.V
2009-02-20ext4: tone down ext4_da_writepages warningsTheodore Ts'o
2009-02-20ext4: Add support for non-native signed/unsigned htree hash algorithmsTheodore Ts'o
2009-02-20ext2/xip: refuse to change xip flag during remount with busy inodesCarsten Otte
2009-02-17tun: Add some missing TUN compat ioctl translations.David S. Miller
2009-02-17lockd: fix regression in lockd's handling of blocked locksJ. Bruce Fields
2009-02-12XFS: set b_error from bio error in xfs_buf_bio_end_ioLachlan McIlroy
2009-02-12elf core dump: fix get_user useRoland McGrath
2009-02-12seq_file: fix big-enough lseek() + read()Alexey Dobriyan
2009-02-12seq_file: move traverse so it can be used from seq_readEric Biederman
2009-02-06dlm: initialize file_lock struct in GETLK before copying conflicting lockJeff Layton
2009-02-06nfsd: Ensure nfsv4 calls the underlying filesystem on LOCKTJ. Bruce Fields
2009-02-06nfsd: only set file_lock.fl_lmops in nfsd4_lockt if a stateowner is foundJeff Layton
2009-02-06cifs: make sure we allocate enough storage for socket addressJeff Layton
2009-02-02epoll: drop max_user_instances and rely only on max_user_watchesDavide Libenzi
2009-02-02ext3: Add sanity check to make_indexed_dirTheodore Ts'o
2009-02-02sysfs: fix problems with binary filesGreg Kroah-Hartman
2009-02-02fuse: fix NULL deref in fuse_file_alloc()Dan Carpenter
2009-02-02fuse: fix missing fput on errorMiklos Szeredi
2009-02-02fuse: destroy bdi on umountMiklos Szeredi
2009-02-02inotify: clean up inotify_read and fix locking problemsVegard Nossum
2009-01-24fs: sys_sync fixNick Piggin
2009-01-24fs: sync_sb_inodes fixNick Piggin
2009-01-24fs: remove WB_SYNC_HOLDNick Piggin
2009-01-24mm: do_sync_mapping_range integrity fixNick Piggin
2009-01-18XFS: truncate readdir offsets to signed 32 bit valuesChristoph Hellwig
2009-01-18eCryptfs: check readlink result was not an error before using itDuane Griffin
2009-01-18nfs: remove redundant tests on reading new pagesWu Fengguang
2009-01-18fix switch_names() breakage in short-to-short caseAl Viro
2009-01-18Fix timeouts in sys_pselect7Bernd Schmidt
2009-01-18System call wrappers part 33Heiko Carstens