aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-10-14Export dump_{write,seek} to binary loader modulesGravatar Linus Torvalds 1-0/+2
2010-10-14Un-inline the core-dump helper functionsGravatar Linus Torvalds 1-0/+38
2010-10-14Don't dump task struct in a.out core-dumpsGravatar Linus Torvalds 1-4/+0
2010-10-13Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-2/+0
2010-10-13nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlinkGravatar J. Bruce Fields 1-2/+0
2010-10-11fanotify: disable fanotify syscallsGravatar Eric Paris 1-1/+1
2010-10-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 4-23/+33
2010-10-09Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdGravatar Linus Torvalds 1-1/+7
2010-10-08exofs: Fix double page_unlock BUG in write_begin/endGravatar Boaz Harrosh 1-1/+7
2010-10-07Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 1-5/+14
2010-10-07ceph: update issue_seq on cap grantGravatar Sage Weil 1-3/+5
2010-10-07ceph: send cap release message early on failed revoke.Gravatar Greg Farnum 1-10/+13
2010-10-07ceph: Update max_len with minimum required sizeGravatar Aneesh Kumar K.V 1-1/+4
2010-10-07ceph: Fix return value of encode_fh functionGravatar Aneesh Kumar K.V 1-7/+9
2010-10-07ceph: avoid null deref in osd request error pathGravatar Sage Weil 1-1/+1
2010-10-07ceph: fix list_add usage on unsafe_writes listGravatar Henry C Chang 1-1/+1
2010-10-06xfs: properly account for reclaimed inodesGravatar Johannes Weiner 1-5/+14
2010-10-06Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-15/+4
2010-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-1/+1
2010-10-04writeback: always use sb->s_bdi for writeback purposesGravatar Christoph Hellwig 1-15/+4
2010-10-04fuse: Initialize total_len in fuse_retrieve()Gravatar Geert Uytterhoeven 1-1/+1
2010-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Gravatar Linus Torvalds 2-16/+35
2010-10-01reiserfs: fix unwanted reiserfs lock recursionGravatar Frederic Weisbecker 1-2/+3
2010-10-01reiserfs: fix dependency inversion between inode and reiserfs mutexesGravatar Frederic Weisbecker 1-1/+1
2010-10-01proc: make /proc/pid/limits world readableGravatar Jiri Olsa 1-2/+2
2010-10-01cifs: prevent infinite recursion in cifs_reconnect_tconGravatar Jeff Layton 1-16/+33
2010-09-29Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Gravatar Linus Torvalds 1-1/+1
2010-09-29ocfs2: Don't walk off the end of fast symlinks.Gravatar Joel Becker 1-1/+1
2010-09-29cifs: set backing_dev_info on new S_ISREG inodesGravatar Jeff Layton 1-0/+2
2010-09-29xfs: force background CIL push under sustained loadGravatar Dave Chinner 2-19/+30
2010-09-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 14-44/+117
2010-09-23o2dlm: force free mles during dlm exitGravatar Srinivas Eeda 3-0/+42
2010-09-23ocfs2: Sync inode flags with ext2.Gravatar Tao Ma 2-16/+29
2010-09-23ocfs2: Move 'wanted' into parens of ocfs2_resmap_resv_bits.Gravatar Tao Ma 1-12/+10
2010-09-23ocfs2: Use cpu_to_le16 for e_leaf_clusters in ocfs2_bg_discontig_add_extent.Gravatar Tao Ma 1-2/+2
2010-09-23ocfs2: update ctime when changing the file's permission by setfaclGravatar Tao Ma 1-0/+3
2010-09-22/proc/pid/smaps: fix dirty pages accountingGravatar KOSAKI Motohiro 1-2/+2
2010-09-22aio: do not return ERESTARTSYS as a result of AIOGravatar Jan Kara 1-1/+9
2010-09-22/proc/vmcore: fix seekingGravatar Arnd Bergmann 1-1/+1
2010-09-22Prevent freeing uninitialized pointer in compat_do_readv_writevGravatar Dan Rosenberg 1-1/+1
2010-09-22Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-3/+24
2010-09-22bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friendsGravatar Jan Kara 1-2/+21
2010-09-22char: Mark /dev/zero and /dev/kmem as not capable of writebackGravatar Jan Kara 1-1/+3
2010-09-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 9-83/+84
2010-09-19Coda: mount hangs because of missed REQ_WRITE renameGravatar Jan Harkes 1-2/+2
2010-09-18ocfs2/net: fix uninitialized ret in o2net_send_message_vec()Gravatar Wu Fengguang 1-1/+1
2010-09-17ceph: select CRYPTOGravatar Sage Weil 1-0/+1
2010-09-17ceph: check mapping to determine if FILE_CACHE cap is usedGravatar Sage Weil 1-1/+1
2010-09-17ceph: only send one flushsnap per cap_snap per mds sessionGravatar Sage Weil 3-6/+18
2010-09-17GFS2: gfs2_logd should be using interruptible waitsGravatar Steven Whitehouse 1-1/+1