aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-06-12sysfs: fix race condition around sd->s_dentry, take#2Tejun Heo3-3/+38
2007-06-12sysfs: fix condition check in sysfs_drop_dentry()Tejun Heo1-1/+1
2007-06-12sysfs: store sysfs inode nrs in s_ino to avoid readdir oopsesEric Sandeen4-5/+14
2007-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds10-267/+285
2007-06-11Merge branch 'splice-2.6.22' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-35/+35
2007-06-08Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2Linus Torvalds2-12/+11
2007-06-08nommu: report correct errno in messageGreg Ungerer1-1/+1
2007-06-08[CIFS] CIFS should honour umaskSteve French2-4/+7
2007-06-08splice: __generic_file_splice_read: fix read/truncate raceJens Axboe1-23/+23
2007-06-08splice: __generic_file_splice_read: fix i_size_read() length checksHugh Dickins1-8/+10
2007-06-08splice: move balance_dirty_pages_ratelimited() outside of splice actorJens Axboe1-1/+2
2007-06-08splice: remove do_splice_direct() symbol exportJens Axboe1-2/+0
2007-06-08splice: move inode size check into generic_file_splice_read()Jens Axboe1-10/+9
2007-06-07RAMFS NOMMU: missed POSIX UID/GID inode attribute checkingBryan Wu1-0/+5
2007-06-06ocfs2: Fix invalid assertion during write on 64k pagesMark Fasheh1-10/+10
2007-06-06ocfs2: Fix masklog breakageTiger Yang1-2/+1
2007-06-05[CIFS] Missing flag on negprot needed for some servers to force packet signingYehuda Sadeh Weinraub1-2/+2
2007-06-05[CIFS] whitespace cleanup part 2Steve French3-132/+138
2007-06-05[CIFS] whitespace cleanupSteve French4-125/+124
2007-06-04Merge git://git.infradead.org/mtd-2.6Linus Torvalds3-182/+40
2007-06-04vanishing ioctl handler debuggingAndrew Morton1-3/+11
2007-06-04[CIFS] fix mempool destroy done in wrong order in cifs error pathAkinobu Mita1-1/+1
2007-06-01[JFFS2] Fix obsoletion of metadata nodes in jffs2_add_tn_to_tree()David Woodhouse1-3/+10
2007-06-01parse errors in ifdefsYoann Padioleau1-1/+1
2007-06-01Fix possible UDF data corruptionJan Kara1-4/+8
2007-06-01[JFFS2] Fix buffer length calculations in jffs2_get_inode_nodes()Artem Bityutskiy1-3/+6
2007-05-31When ext4_ext_insert_extent() fails to insert new blocksAlex Tomas1-1/+5
2007-05-31ext4: Extent overlap bugfixAmit Arora1-2/+58
2007-05-31Remove unnecessary exported symbols.Mingming Cao1-8/+0
2007-05-31EXT4: Fix whitespaceDave Kleikamp5-45/+45
2007-05-31afs: needs sched.hAndrew Morton1-0/+2
2007-05-31ntfs_init_locked_inode(): fix array indexingAndrew Morton1-1/+1
2007-05-30a bug in ramfs_nommu_resize function, passing old size to vmtruncateBryan Wu1-1/+1
2007-05-30NFS: Fix a refcount leakage in O_DIRECTTrond Myklebust1-3/+9
2007-05-29[XFS] Write at EOF may not update filesize correctly.David Chinner1-9/+17
2007-05-25fix compat console unimap regressionHugh Dickins1-8/+25
2007-05-25[PATCH] ocfs2: use generic_segment_checksChristoph Hellwig1-31/+1
2007-05-25ocfs2: fix inode leakMark Fasheh1-3/+4
2007-05-25[PATCH] ocfs2: use zero_user_pageNate Diller1-4/+1
2007-05-25ocfs2: unmap_mapping_range() in ocfs2_truncate()Mark Fasheh1-0/+1
2007-05-25ocfs2: trylock in ocfs2_readpage()Mark Fasheh1-1/+5
2007-05-24Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds3-22/+57
2007-05-24NFS: Fix nfs_direct_dirty_pages()Trond Myklebust1-11/+18
2007-05-24NFS: Fix handful of compiler warnings in direct.cChuck Lever1-10/+16
2007-05-24NFS: Avoid a deadlock situation on writeTrond Myklebust2-2/+24
2007-05-23eCryptfs: delay writing 0's after llseek until writeMichael Halcrow2-61/+36
2007-05-23signalfd: retrieve multiple signals with one read() callDavi Arnaut1-45/+75
2007-05-23fuse: delete inode on dropMiklos Szeredi1-0/+1
2007-05-23fuse: generic_write_checks() for direct_ioMiklos Szeredi1-1/+3
2007-05-23uselib: add missing MNT_NOEXEC checkChristoph Hellwig1-0/+3