summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-05-19ocfs2: fix i_mutex locking in ocfs2_splice_to_file()Miklos Szeredi
2009-05-19splice: fix i_mutex locking in generic_splice_write()Miklos Szeredi
2009-05-19splice: remove i_mutex locking in splice_from_pipe()Miklos Szeredi
2009-05-19splice: split up __splice_from_pipe()Miklos Szeredi
2009-05-19NFS: Fix the notifications when renaming onto an existing fileTrond Myklebust
2009-05-19nfsd4: check for negative dentry before use in nfsv4 readdirJ. Bruce Fields
2009-05-19epoll: fix size check in epoll_create()Davide Libenzi
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