summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-05-02fs core fixesHugh Dickins3-38/+28
2009-05-02anon_inodes: use fops->owner for module refcountChristian Borntraeger1-1/+6
2009-05-02block: revert part of 18ce3751ccd488c78d3827e9f6bf54e6322676fbJens Axboe1-1/+1
2009-05-02hugetlbfs: return negative error code for bad mount optionAkinobu Mita1-2/+1
2009-05-02splice: fix deadlock in splicing to fileMiklos Szeredi2-7/+26
2009-05-02vfs: skip I_CLEAR state inodesWu Fengguang3-3/+4
2009-05-02CIFS: Fix memory overwrite when saving nativeFileSystem field during mountSteve French2-1/+4
2009-05-02cifs: fix buffer format byte on NT Rename/hardlinkJeff Layton1-2/+4
2009-03-24eCryptfs: Allocate a variable number of pages for file headersTyler Hicks1-13/+26
2009-03-24NFSD: provide encode routine for OP_OPENATTRBenny Halevy1-0/+1
2009-03-24eventfd: remove fput() call from possible IRQ contextDavide Libenzi1-10/+27
2009-03-17ext4: Fix deadlock in ext4_write_begin() and ext4_da_write_begin()Jan Kara1-1/+8
2009-03-17ext4: Add fallback for find_group_flexTheodore Ts'o1-0/+7
2009-03-17ext4: Fix NULL dereference in ext4_ext_migrate()'s error handlingDan Carpenter1-5/+3
2009-03-17ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pagesAneesh Kumar K.V1-2/+19
2009-03-17ext4: Initialize preallocation list_head's properlyAneesh Kumar K.V1-0/+3
2009-03-17ext4: Fix lockdep warningAneesh Kumar K.V1-13/+16
2009-03-17ext4: Fix to read empty directory blocks correctly in 64kWei Yongjun1-1/+1
2009-03-17jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()Jan Kara3-15/+39
2009-03-17Revert "ext4: wait on all pending commits in ext4_sync_fs()"Jan Kara1-6/+6
2009-03-17jbd2: Fix return value of jbd2_journal_start_commit()Jan Kara1-6/+11
2009-03-17pipe_rdwr_fasync: fix the error handling to prevent the leak/crashOleg Nesterov1-4/+4
2009-03-17proc: fix PG_locked reporting in /proc/kpageflagsHelge Bahmann1-1/+1
2009-03-17fs: new inode i_state corruption fixNick Piggin2-1/+15
2009-03-17proc: fix kflags to uflags copying in /proc/kpageflagsWu Fengguang1-1/+1
2009-03-17inotify: fix GFP_KERNEL related deadlockIngo Molnar1-1/+1
2009-03-17JFFS2: fix mount crash caused by removed nodesThomas Gleixner1-9/+33
2009-03-17Fix oops in cifs_strfromUCS_le mounting to servers which do not specify their OSSteve French2-2/+4
2009-03-17timerfd: add flags checkDavide Libenzi1-6/+6
2009-03-17vt: Declare PIO_CMAP/GIO_CMAP as compatbile ioctls.Bill Nottingham1-0/+2
2009-03-17seq_file: properly cope with preadEric Biederman1-4/+32
2009-02-21ext4: Initialize the new group descriptor when resizing the filesystemTheodore Ts'o1-0/+2
2009-02-21ext4: Add sanity check to make_indexed_dirTheodore Ts'o1-6/+15
2009-02-21ext4: only use i_size_high for regular filesTheodore Ts'o2-4/+7
2009-02-21ext4: Add sanity checks for the superblock before mounting the filesystemTheodore Ts'o1-10/+20
2009-02-21ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelallocAneesh Kumar K.V1-1/+8
2009-02-21ext4: Init the complete page while building buddy cacheAneesh Kumar K.V1-1/+2
2009-02-21ext4: Don't allow new groups to be added during block allocationAneesh Kumar K.V2-3/+18
2009-02-21ext4: mark the blocks/inode bitmap beyond end of group as usedAneesh Kumar K.V3-7/+5
2009-02-21ext4: Use new buffer_head flag to check uninit group bitmaps initializationAneesh Kumar K.V4-6/+86
2009-02-21ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()Aneesh Kumar K.V1-57/+83
2009-02-21ext4: Fix race between read_block_bitmap() and mark_diskspace_used()Aneesh Kumar K.V1-5/+10
2009-02-21ext4: don't use blocks freed but not yet committed in buddy cache initAneesh Kumar K.V1-22/+60
2009-02-21ext4: cleanup mballoc header filesAneesh Kumar K.V2-21/+20
2009-02-21ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resizeAneesh Kumar K.V5-110/+229
2009-02-21ext4: Add blocks added during resize to bitmapAneesh Kumar K.V3-118/+34
2009-02-21ext4: Don't overwrite allocation_context ac_statusAneesh Kumar K.V1-0/+2
2009-02-21jbd2: Add barrier not supported test to journal_wait_on_commit_recordTheodore Ts'o1-2/+25
2009-02-21ext4: Widen type of ext4_sb_info.s_mb_maxs[]Yasunori Goto2-1/+4
2009-02-21ext4: avoid ext4_error when mounting a fs with a single bgAneesh Kumar K.V1-4/+0