summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-05-19cifs: Fix unicode string area word alignment in session setupJeff Layton
2009-05-19cifs: Fix buffer size in cifs_convertUCSpathSuresh Jayaraman
2009-05-19cifs: Fix incorrect destination buffer size in cifs_strncpy_to_hostSuresh Jayaraman
2009-05-19cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflowsSuresh Jayaraman
2009-05-19cifs: Fix buffer size for tcon->nativeFileSystem fieldJeff Layton
2009-05-19NFS: Close page_mkwrite() racesTrond Myklebust
2009-05-19NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust
2009-05-19GFS2: Fix page_mkwrite() return codeSteven Whitehouse
2009-05-19mm: close page_mkwrite racesNick Piggin
2009-05-19fs: fix page_mkwrite error cases in core code and btrfsNick Piggin
2009-05-19mm: page_mkwrite change prototype to match faultNick Piggin
2009-05-19dup2: Fix return value with oldfd == newfd and invalid fdJeff Mahoney
2009-05-08proc: avoid information leaks to non-privileged processesJake Edge
2009-05-08pagemap: require aligned-length, non-null reads of /proc/pid/pagemapVitaly Mayatskikh
2009-05-02fs core fixesHugh Dickins
2009-05-02block: revert part of 18ce3751ccd488c78d3827e9f6bf54e6322676fbJens Axboe
2009-05-02hugetlbfs: return negative error code for bad mount optionAkinobu Mita
2009-05-02splice: fix deadlock in splicing to fileMiklos Szeredi
2009-05-02vfs: skip I_CLEAR state inodesWu Fengguang
2009-05-02CIFS: Fix memory overwrite when saving nativeFileSystem field during mountSteve French
2009-05-02cifs: fix buffer format byte on NT Rename/hardlinkJeff Layton
2009-03-23eventfd: remove fput() call from possible IRQ contextDavide Libenzi
2009-03-23NFSD: provide encode routine for OP_OPENATTRBenny Halevy
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: 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-16proc: fix PG_locked reporting in /proc/kpageflagsHelge Bahmann
2009-03-16proc: fix kflags to uflags copying in /proc/kpageflagsWu Fengguang
2009-03-16inotify: fix GFP_KERNEL related deadlockIngo Molnar
2009-03-16fs: new inode i_state corruption fixNick Piggin
2009-03-16timerfd: add flags checkDavide Libenzi
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-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: 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