aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-1074-405/+544
|\
| * ext4: fix memory leak in xattrDave Jones2013-10-221-0/+2
| * vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds2013-10-221-1/+1
| * ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o2013-10-131-1/+2
| * Btrfs: change how we queue blocks for backref checkingJosef Bacik2013-10-131-7/+7
| * splice: fix racy pipe->buffers usesEric Dumazet2013-10-051-15/+20
| * fanotify: dont merge permission eventsLino Sanfilippo2013-10-011-0/+6
| * fuse: invalidate inode attributes on xattr modificationAnand Avati2013-09-261-0/+4
| * fuse: postpone end_page_writeback() in fuse_writepage_locked()Maxim Patlasov2013-09-261-1/+2
| * isofs: Refuse RW mount of the filesystem instead of making it ROJan Kara2013-09-261-11/+5
| * ocfs2: fix the end cluster offset of FIEMAPJie Liu2013-09-261-1/+0
| * cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton2013-09-261-0/+2
| * SCSI: sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier2013-09-071-5/+15
| * jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp2013-09-071-8/+23
| * nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko2013-08-291-1/+1
| * nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko2013-08-291-2/+1
| * vfs: d_obtain_alias() needs to use "/" as default name.NeilBrown2013-08-141-1/+1
| * cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton2013-08-141-12/+12
| * debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)Oleg Nesterov2013-08-141-47/+22
| * fanotify: info leak in copy_event_to_user()Dan Carpenter2013-08-111-0/+1
| * livelock avoidance in sget()Al Viro2013-08-041-15/+10
| * lockd: protect nlm_blocked access in nlmsvc_retry_blockedDavid Jeffery2013-07-281-0/+4
| * writeback: Fix periodic writeback after fs mountJan Kara2013-07-281-1/+9
| * ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara2013-07-211-2/+2
| * ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara2013-07-211-2/+2
| * ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi2013-07-211-0/+10
| * ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()Al Viro2013-07-212-10/+4
| * jbd2: fix theoretical race in jbd2__journal_restartTheodore Ts'o2013-07-211-1/+1
| * nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields2013-07-131-1/+1
| * hpfs: better test for errorsMikulas Patocka2013-07-132-2/+9
| * UBIFS: fix a horrid bugArtem Bityutskiy2013-07-031-3/+27
| * UBIFS: prepare to fix a horrid bugArtem Bityutskiy2013-07-031-12/+12
| * perf: Disable monitoring on setuid processes for regular usersStephane Eranian2013-07-031-7/+9
| * ceph: fix statvfs fr_sizeSage Weil2013-06-202-2/+7
| * jfs: fix a couple racesDave Kleikamp2013-06-072-2/+3
| * cifs: fix potential buffer overrun when composing a new options stringJeff Layton2013-06-071-1/+3
| * nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundaryRyusuke Konishi2013-06-071-4/+23
| * ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap()Joseph Qi2013-06-071-1/+1
| * fat: fix possible overflow for fat_clustersOGAWA Hirofumi2013-06-071-1/+14
| * cifs: only set ops for inodes in I_NEW stateJeff Layton2013-06-071-1/+2
| * btrfs: don't stop searching after encountering the wrong itemGabriel de Perthuis2013-05-241-5/+5
| * ext4: limit group search loop for non-extent filesLachlan McIlroy2013-05-191-1/+5
| * autofs - remove autofs dentry mount checkDavid Jeffery2013-05-111-9/+0
| * ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUGTheodore Ts'o2013-05-071-1/+2
| * nfsd: Decode and send 64bit time valuesBryan Schumaker2013-05-071-14/+5
| * nfsd4: don't close read-write opens too soonJ. Bruce Fields2013-05-071-7/+1
| * NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_open_delegation_recallTrond Myklebust2013-05-071-0/+6
| * LOCKD: Ensure that nlmclnt_block resets block->b_status after a server rebootTrond Myklebust2013-05-072-3/+3
| * fs/fscache/stats.c: fix memory leakAnurup m2013-05-071-1/+1
| * Btrfs: make sure nbytes are right after log replayJosef Bacik2013-04-251-6/+42