| Commit message (Expand) | Author | Age | Files | Lines |
* | afs: Remote abort can cause BUG in rxrpc code | Anton Blanchard | 2012-03-23 | 1 | -0/+3 |
* | afs: Read of file returns EBADMSG | Anton Blanchard | 2012-03-23 | 1 | -1/+1 |
* | nilfs2: fix NULL pointer dereference in nilfs_load_super_block() | Ryusuke Konishi | 2012-03-23 | 1 | -0/+1 |
* | block: Fix NULL pointer dereference in sd_revalidate_disk | Jun'ichi Nomura | 2012-03-19 | 2 | -12/+52 |
* | vfs: fix double put after complete_walk() | Miklos Szeredi | 2012-03-19 | 1 | -1/+1 |
* | vfs: fix return value from do_last() | Miklos Szeredi | 2012-03-19 | 1 | -1/+1 |
* | aio: fix the "too late munmap()" race | Al Viro | 2012-03-19 | 1 | -8/+6 |
* | aio: fix io_setup/io_destroy race | Al Viro | 2012-03-19 | 1 | -4/+4 |
* | cifs: fix dentry refcount leak when opening a FIFO on lookup | Jeff Layton | 2012-03-12 | 1 | -2/+18 |
* | regset: Prevent null pointer reference on readonly regsets | H. Peter Anvin | 2012-03-12 | 1 | -1/+1 |
* | autofs: work around unhappy compat problem on x86-64 | Ian Kent | 2012-03-12 | 4 | -3/+23 |
* | epoll: limit paths | Jason Baron | 2012-02-29 | 1 | -25/+209 |
* | epoll: ep_unregister_pollwait() can use the freed pwq->whead | Oleg Nesterov | 2012-02-29 | 2 | -4/+32 |
* | epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree() | Oleg Nesterov | 2012-02-29 | 2 | -0/+15 |
* | NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEID | Trond Myklebust | 2012-02-29 | 1 | -0/+2 |
* | eCryptfs: Copy up lower inode attrs after setting lower xattr | Tyler Hicks | 2012-02-29 | 1 | -0/+2 |
* | cifs: Fix oops in session setup code for null user mounts | Shirish Pargaonkar | 2012-02-13 | 1 | -4/+3 |
* | eCryptfs: Infinite loop due to overflow in ecryptfs_write() | Li Wang | 2012-02-13 | 1 | -2/+2 |
* | udf: Mark LVID buffer as uptodate before marking it dirty | Jan Kara | 2012-02-13 | 1 | -0/+6 |
* | proc: make sure mem_open() doesn't pin the target's memory | Oleg Nesterov | 2012-02-13 | 1 | -1/+13 |
* | proc: unify mem_read() and mem_write() | Oleg Nesterov | 2012-02-13 | 1 | -58/+32 |
* | proc: mem_release() should check mm != NULL | Oleg Nesterov | 2012-02-13 | 1 | -2/+2 |
* | xfs: fix endian conversion issue in discard code | Dave Chinner | 2012-02-03 | 1 | -2/+2 |
* | xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink() | Jan Kara | 2012-02-03 | 1 | -1/+2 |
* | eCryptfs: Fix oops when printing debug info in extent crypto functions | Tyler Hicks | 2012-02-03 | 1 | -40/+0 |
* | eCryptfs: Check inode changes in setattr | Tyler Hicks | 2012-02-03 | 1 | -12/+36 |
* | eCryptfs: Make truncate path killable | Tyler Hicks | 2012-02-03 | 1 | -5/+14 |
* | ecryptfs: Improve metadata read failure logging | Tim Gardner | 2012-02-03 | 1 | -3/+6 |
* | eCryptfs: Sanitize write counts of /dev/ecryptfs | Tyler Hicks | 2012-02-03 | 1 | -18/+38 |
* | UBIFS: make debugging messages light again | Artem Bityutskiy | 2012-01-25 | 1 | -7/+5 |
* | proc: clear_refs: do not clear reserved pages | Will Deacon | 2012-01-25 | 1 | -0/+3 |
* | pnfs-obj: Must return layout on IO error | Boaz Harrosh | 2012-01-25 | 3 | -1/+15 |
* | pnfs-obj: pNFS errors are communicated on iodata->pnfs_error | Boaz Harrosh | 2012-01-25 | 1 | -3/+7 |
* | proc: clean up and fix /proc/<pid>/mem handling | Linus Torvalds | 2012-01-25 | 1 | -106/+39 |
* | fix cputime overflow in uptime_proc_show | Martin Schwidefsky | 2012-01-25 | 1 | -2/+7 |
* | fix shrink_dcache_parent() livelock | Miklos Szeredi | 2012-01-25 | 1 | -4/+10 |
* | fsnotify: don't BUG in fsnotify_destroy_mark() | Miklos Szeredi | 2012-01-25 | 1 | -3/+5 |
* | nfsd: Fix oops when parsing a 0 length export | Sasha Levin | 2012-01-25 | 1 | -1/+1 |
* | UBIFS: fix debugging messages | Artem Bityutskiy | 2012-01-25 | 1 | -1/+4 |
* | nfs: fix regression in handling of context= option in NFSv4 | Jeff Layton | 2012-01-25 | 1 | -24/+19 |
* | NFSv4.1: fix backchannel slotid off-by-one bug | Andy Adamson | 2012-01-25 | 1 | -1/+1 |
* | ext4: fix undefined behavior in ext4_fill_flex_info() | Xi Wang | 2012-01-25 | 1 | -4/+3 |
* | xfs: fix acl count validation in xfs_acl_from_disk() | Xi Wang | 2012-01-12 | 1 | -1/+1 |
* | udf: Fix deadlock when converting file from in-ICB one to normal one | Jan Kara | 2012-01-12 | 2 | -6/+21 |
* | ext3: Don't warn from writepage when readonly inode is spotted after error | Jan Kara | 2012-01-12 | 1 | -3/+21 |
* | reiserfs: Force inode evictions before umount to avoid crash | Jeff Mahoney | 2012-01-12 | 1 | -10/+14 |
* | reiserfs: Fix quota mount option parsing | Jan Kara | 2012-01-12 | 1 | -1/+2 |
* | xfs: log all dirty inodes in xfs_fs_sync_fs | Christoph Hellwig | 2012-01-06 | 2 | -0/+39 |
* | xfs: log the inode in ->write_inode calls for kupdate | Christoph Hellwig | 2012-01-06 | 1 | -25/+5 |
* | nilfs2: unbreak compat ioctl | Thomas Meyer | 2012-01-06 | 1 | -0/+13 |