summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-03-21ext3: Always set dx_node's fake_dirent explicitly.Eric Sandeen1-1/+1
2011-03-21xfs: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2011-03-21inotify: send IN_UNMOUNT eventsEric Paris1-2/+5
2011-03-21char: Mark /dev/zero and /dev/kmem as not capable of writebackJan Kara1-1/+3
2011-03-21aio: check for multiplication overflow in do_io_submitJeff Moyer1-0/+3
2011-03-21nfsd: wrong index used in inner looproel1-2/+2
2011-03-21CIFS: Fix oplock break handling (try #2)Pavel Shilovsky3-10/+13
2011-03-21ext2: Fix link count corruption under heavy link+rename loadJosh Hunt1-7/+2
2011-03-21fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi2-8/+50
2011-03-21Ocfs2/refcounttree: Fix a bug for refcounttree to writeback clusters in a rig...Tristan Ye1-2/+5
2011-03-21ldm: corrupted partition table can cause kernel oopsTimo Warns1-0/+5
2011-03-21epoll: prevent creating circular epoll structuresDavide Libenzi1-0/+95
2011-03-21eCryptfs: Copy up lower inode attrs in getattrTyler Hicks1-0/+2
2011-03-21fs/partitions: Validate map_count in Mac partition tablesTimo Warns1-8/+9
2011-03-21s390: remove task_show_regsMartin Schwidefsky1-3/+0
2011-03-21nfsd: correctly handle return value from nfsd_map_name_to_*NeilBrown1-4/+4
2011-03-21NFS: fix the return value of nfs_file_fsync()J. R. Okajima1-1/+1
2011-03-21CRED: Fix kernel panic upon security_file_alloc() failure.Tetsuo Handa1-1/+1
2011-03-21CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-1/+1
2011-03-21ocfs2_connection_find() returns pointer to bad structuredann frazier1-1/+1
2011-03-21NFSD: memory corruption due to writing beyond the stat arrayKonstantin Khorenko1-1/+1
2011-03-21NFS: Fix "kernel BUG at fs/aio.c:554!"Chuck Lever1-14/+20
2011-03-21install_special_mapping skips security_file_mmap check.Tavis Ormandy1-0/+5
2011-03-21NFS: Fix fcntl F_GETLK not reporting some conflictsSergey Vlasov1-0/+2
2011-03-21nfsd: Fix possible BUG_ON firing in set_change_infoNeil Brown2-13/+14
2011-03-21NFS: Fix panic after nfs_umount()Chuck Lever1-2/+2
2011-03-21fuse: fix ioctl when server is 32bitMiklos Szeredi1-6/+44
2011-03-21fuse: verify ioctl retriesMiklos Szeredi1-0/+22
2011-03-21Btrfs: kfree correct pointer during mount option parsingJosef Bacik1-2/+3
2011-03-21ext4: Prevent creation of files larger than RLIMIT_FSIZE using fallocateNikanth Karthikesan1-0/+5
2011-03-21ext4: consolidate in_range() definitionsAkinobu Mita4-7/+4
2011-03-21mm: fix up some user-visible effects of the stack guard pageLinus Torvalds1-1/+7
2011-03-21fuse: fix attributes after open(O_TRUNC)Ken Sumrall1-0/+10
2011-03-21bio: take care not overflow page count when mapping/copying user dataJens Axboe1-1/+13
2011-03-21eCryptfs: Clear LOOKUP_OPEN flag when creating lower fileTyler Hicks1-0/+4
2011-03-21reiserfs: don't acquire lock recursively in reiserfs_acl_chmodFrederic Weisbecker1-2/+4
2011-03-21block: limit vec count in bio_kmalloc() and bio_alloc_map_data()Jens Axboe1-1/+8
2011-03-21pipe: fix failure to return error code on ->confirm()Nicolas Kaiser1-1/+1
2011-03-21execve: make responsive to SIGKILL with large argumentsRoland McGrath1-0/+7
2011-03-21execve: improve interactivity with large argumentsRoland McGrath1-0/+2
2011-03-21setup_arg_pages: diagnose excessive argument sizeRoland McGrath1-0/+5
2011-03-21ocfs2: Don't walk off the end of fast symlinks.Joel Becker1-1/+1
2011-03-21reiserfs: fix unwanted reiserfs lock recursionFrederic Weisbecker1-2/+3
2011-03-21reiserfs: fix dependency inversion between inode and reiserfs mutexesFrederic Weisbecker1-1/+1
2010-08-02ecryptfs: Bugfix for error related to ecryptfs_hash_bucketsAndre Osterhues1-8/+9
2010-08-02Btrfs: fix checks in BTRFS_IOC_CLONE_RANGEDan Rosenberg1-2/+2
2010-08-02NFSv4: Ensure that /proc/self/mountinfo displays the minor version numberTrond Myklebust1-4/+18
2010-08-02NFSv4: Fix an embarassing typo in encode_attrs()Trond Myklebust1-2/+2
2010-08-02CIFS: Fix a malicious redirect problem in the DNS lookup codeDavid Howells3-5/+74
2010-08-02cifs: don't attempt busy-file rename unless it's in same directoryJeff Layton1-0/+4