summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-02-18nilfs2: fix crash after one superblock became unavailableRyusuke Konishi1-1/+2
2011-02-18fs/direct-io.c: don't try to allocate more than BIO_MAX_PAGES in a bioDavid Dillow1-3/+7
2011-02-18ext4: fix memory leak in ext4_free_branchesTheodore Ts'o1-0/+1
2011-02-18/proc/kcore: fix seekingDave Anderson1-1/+1
2011-02-18NFS: Fix "kernel BUG at fs/aio.c:554!"Chuck Lever1-14/+20
2011-02-18NFS: Fix an NFS client lockdep issueTrond Myklebust1-2/+4
2011-01-08install_special_mapping skips security_file_mmap check.Tavis Ormandy1-0/+5
2011-01-08inotify: stop kernel memory leak on file creation failureEric Paris1-0/+1
2011-01-08NFS: Fix fcntl F_GETLK not reporting some conflictsSergey Vlasov1-0/+2
2011-01-08nfsd: Fix possible BUG_ON firing in set_change_infoNeil Brown2-13/+14
2011-01-08NFS: Fix panic after nfs_umount()Chuck Lever1-2/+2
2011-01-08fuse: fix ioctl when server is 32bitMiklos Szeredi1-6/+44
2011-01-08fuse: verify ioctl retriesMiklos Szeredi1-0/+22
2010-12-10Un-inline get_pipe_info() helper functionLinus Torvalds1-0/+12
2010-12-10Export 'get_pipe_info()' to other usersLinus Torvalds2-12/+1
2010-12-10Rename 'pipe_info()' to 'get_pipe_info()'Linus Torvalds1-10/+9
2010-12-10ext4: fix NULL pointer dereference in print_daily_error_info()Sergey Senozhatsky1-0/+1
2010-12-10Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman1-1/+1
2010-12-10cifs: fix parsing of hostname in dfs referralsJeff Layton1-1/+1
2010-12-10cifs: fix another memleak, in cifs_root_igetOskar Schirmer1-6/+6
2010-12-10fuse: fix attributes after open(O_TRUNC)Ken Sumrall1-0/+10
2010-12-10exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov2-17/+19
2010-12-10exec: make argv/envp memory visible to oom-killerOleg Nesterov1-2/+30
2010-12-10bio: take care not overflow page count when mapping/copying user dataJens Axboe1-1/+13
2010-12-10nfs: handle lock context allocation failures in nfs_create_requestJeff Layton1-1/+7
2010-12-10ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Roberto Sassu1-4/+3
2010-12-10eCryptfs: Clear LOOKUP_OPEN flag when creating lower fileTyler Hicks1-0/+4
2010-12-10hostfs: fix UML crash: remove f_spare from hostfsRichard Weinberger3-10/+4
2010-12-10reiserfs: don't acquire lock recursively in reiserfs_acl_chmodFrederic Weisbecker1-2/+4
2010-12-10reiserfs: fix inode mutex - reiserfs lock misorderingFrederic Weisbecker1-4/+3
2010-12-10NFS: Don't SIGBUS if nfs_vm_page_mkwrite races with a cache invalidationTrond Myklebust1-9/+8
2010-12-10NFSv4: Fix open recoveryTrond Myklebust1-0/+3
2010-12-10NFSv4: Don't call nfs4_state_mark_reclaim_reboot() from error handlersTrond Myklebust1-6/+0
2010-12-10NFSv4: Don't call nfs4_reclaim_complete() on receiving NFS4ERR_STALE_CLIENTIDTrond Myklebust1-5/+11
2010-12-10block: limit vec count in bio_kmalloc() and bio_alloc_map_data()Jens Axboe1-1/+8
2010-11-22Fixed Regression in NFS Direct I/O pathSteve Dickson1-1/+1
2010-11-22pipe: fix failure to return error code on ->confirm()Nicolas Kaiser1-1/+1
2010-11-22cifs: fix broken oplock handlingSuresh Jayaraman3-10/+9
2010-10-15Export dump_{write,seek} to binary loader modulesLinus Torvalds1-0/+2
2010-10-15Un-inline the core-dump helper functionsLinus Torvalds1-0/+38
2010-10-14Don't dump task struct in a.out core-dumpsLinus Torvalds1-4/+0
2010-10-14Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+0
2010-10-13nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlinkJ. Bruce Fields1-2/+0
2010-10-12fanotify: disable fanotify syscallsEric Paris1-1/+1
2010-10-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds4-23/+33
2010-10-09Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-1/+7
2010-10-08exofs: Fix double page_unlock BUG in write_begin/endBoaz Harrosh1-1/+7
2010-10-08Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-5/+14
2010-10-07ceph: update issue_seq on cap grantSage Weil1-3/+5
2010-10-07ceph: send cap release message early on failed revoke.Greg Farnum1-10/+13