summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-12-09Un-inline get_pipe_info() helper functionLinus Torvalds
2010-12-09Export 'get_pipe_info()' to other usersLinus Torvalds
2010-12-09Rename 'pipe_info()' to 'get_pipe_info()'Linus Torvalds
2010-12-09ext4: fix NULL pointer dereference in print_daily_error_info()Sergey Senozhatsky
2010-12-09Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman
2010-12-09cifs: fix parsing of hostname in dfs referralsJeff Layton
2010-12-09cifs: fix another memleak, in cifs_root_igetOskar Schirmer
2010-12-09fuse: fix attributes after open(O_TRUNC)Ken Sumrall
2010-12-09exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov
2010-12-09exec: make argv/envp memory visible to oom-killerOleg Nesterov
2010-12-09bio: take care not overflow page count when mapping/copying user dataJens Axboe
2010-12-09nfs: handle lock context allocation failures in nfs_create_requestJeff Layton
2010-12-09ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Roberto Sassu
2010-12-09eCryptfs: Clear LOOKUP_OPEN flag when creating lower fileTyler Hicks
2010-12-09hostfs: fix UML crash: remove f_spare from hostfsRichard Weinberger
2010-12-09reiserfs: don't acquire lock recursively in reiserfs_acl_chmodFrederic Weisbecker
2010-12-09reiserfs: fix inode mutex - reiserfs lock misorderingFrederic Weisbecker
2010-12-09NFS: Don't SIGBUS if nfs_vm_page_mkwrite races with a cache invalidationTrond Myklebust
2010-12-09NFSv4: Fix open recoveryTrond Myklebust
2010-12-09NFSv4: Don't call nfs4_state_mark_reclaim_reboot() from error handlersTrond Myklebust
2010-12-09NFSv4: Don't call nfs4_reclaim_complete() on receiving NFS4ERR_STALE_CLIENTIDTrond Myklebust
2010-12-09block: limit vec count in bio_kmalloc() and bio_alloc_map_data()Jens Axboe
2010-11-22Fixed Regression in NFS Direct I/O pathSteve Dickson
2010-11-22pipe: fix failure to return error code on ->confirm()Nicolas Kaiser
2010-11-22cifs: fix broken oplock handlingSuresh Jayaraman
2010-10-14Export dump_{write,seek} to binary loader modulesLinus Torvalds
2010-10-14Un-inline the core-dump helper functionsLinus Torvalds
2010-10-14Don't dump task struct in a.out core-dumpsLinus Torvalds
2010-10-13Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-10-13nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlinkJ. Bruce Fields
2010-10-11fanotify: disable fanotify syscallsEric Paris
2010-10-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-10-09Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2010-10-08exofs: Fix double page_unlock BUG in write_begin/endBoaz Harrosh
2010-10-07Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2010-10-07ceph: update issue_seq on cap grantSage Weil
2010-10-07ceph: send cap release message early on failed revoke.Greg Farnum
2010-10-07ceph: Update max_len with minimum required sizeAneesh Kumar K.V
2010-10-07ceph: Fix return value of encode_fh functionAneesh Kumar K.V
2010-10-07ceph: avoid null deref in osd request error pathSage Weil
2010-10-07ceph: fix list_add usage on unsafe_writes listHenry C Chang
2010-10-06xfs: properly account for reclaimed inodesJohannes Weiner
2010-10-06Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2010-10-04writeback: always use sb->s_bdi for writeback purposesChristoph Hellwig
2010-10-04fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven
2010-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-10-01reiserfs: fix unwanted reiserfs lock recursionFrederic Weisbecker
2010-10-01reiserfs: fix dependency inversion between inode and reiserfs mutexesFrederic Weisbecker
2010-10-01proc: make /proc/pid/limits world readableJiri Olsa