summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-03-23eCryptfs: Allocate a variable number of pages for file headersTyler Hicks
2009-03-23NFSD: provide encode routine for OP_OPENATTRBenny Halevy
2009-03-23eventfd: remove fput() call from possible IRQ contextDavide Libenzi
2009-03-16ext4: Fix deadlock in ext4_write_begin() and ext4_da_write_begin()Jan Kara
2009-03-16ext4: Add fallback for find_group_flexTheodore Ts'o
2009-03-16ext4: Fix NULL dereference in ext4_ext_migrate()'s error handlingDan Carpenter
2009-03-16ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pagesAneesh Kumar K.V
2009-03-16ext4: Initialize preallocation list_head's properlyAneesh Kumar K.V
2009-03-16ext4: Fix lockdep warningAneesh Kumar K.V
2009-03-16ext4: Fix to read empty directory blocks correctly in 64kWei Yongjun
2009-03-16jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()Jan Kara
2009-03-16Revert "ext4: wait on all pending commits in ext4_sync_fs()"Jan Kara
2009-03-16jbd2: Fix return value of jbd2_journal_start_commit()Jan Kara
2009-03-16pipe_rdwr_fasync: fix the error handling to prevent the leak/crashOleg Nesterov
2009-03-16proc: fix PG_locked reporting in /proc/kpageflagsHelge Bahmann
2009-03-16fs: new inode i_state corruption fixNick Piggin
2009-03-16proc: fix kflags to uflags copying in /proc/kpageflagsWu Fengguang
2009-03-16inotify: fix GFP_KERNEL related deadlockIngo Molnar
2009-03-16JFFS2: fix mount crash caused by removed nodesThomas Gleixner
2009-03-16Fix oops in cifs_strfromUCS_le mounting to servers which do not specify their OSSteve French
2009-03-16timerfd: add flags checkDavide Libenzi
2009-03-16vt: Declare PIO_CMAP/GIO_CMAP as compatbile ioctls.Bill Nottingham
2009-03-16seq_file: properly cope with preadEric Biederman
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