summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya2013-08-021-2/+3
* Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik2013-08-021-0/+11
* Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik2013-08-021-0/+2
* ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o2013-08-021-3/+8
* lockd: protect nlm_blocked access in nlmsvc_retry_blockedDavid Jeffery2013-08-021-0/+4
* fanotify: info leak in copy_event_to_user()Dan Carpenter2013-08-021-0/+1
* ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara2013-07-271-2/+2
* ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara2013-07-271-2/+2
* ceph: fix statvfs fr_sizeSage Weil2013-07-272-2/+7
* hpfs: better test for errorsMikulas Patocka2013-07-272-2/+9
* ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi2013-07-271-0/+10
* nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields2013-07-271-1/+1
* jbd2: fix theoretical race in jbd2__journal_restartTheodore Ts'o2013-07-271-1/+1
* ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()Al Viro2013-07-272-10/+4
* UBIFS: fix a horrid bugArtem Bityutskiy2013-07-271-3/+27
* UBIFS: prepare to fix a horrid bugArtem Bityutskiy2013-07-271-12/+12
* writeback: Fix periodic writeback after fs mountJan Kara2013-07-271-1/+8
* Handle big endianness in NTLM (ntlmv2) authenticationSteve French2013-07-272-7/+7
* perf: Disable monitoring on setuid processes for regular usersStephane Eranian2013-07-271-7/+9
* ncpfs: fix rmdir returns Device or resource busyDave Chiluk2013-06-291-9/+0
* ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o2013-06-191-0/+2
* jfs: fix a couple racesDave Kleikamp2013-06-192-2/+3
* xfs: kill suid/sgid through the truncate path.Dave Chinner2013-06-191-15/+32
* cifs: fix potential buffer overrun when composing a new options stringJeff Layton2013-06-191-1/+3
* ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap()Joseph Qi2013-05-301-1/+1
* nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundaryRyusuke Konishi2013-05-301-4/+23
* fat: fix possible overflow for fat_clustersOGAWA Hirofumi2013-05-301-1/+14
* btrfs: don't stop searching after encountering the wrong itemGabriel de Perthuis2013-05-301-5/+5
* cifs: only set ops for inodes in I_NEW stateJeff Layton2013-05-301-1/+2
* autofs - remove autofs dentry mount checkDavid Jeffery2013-05-301-9/+0
* ext4: limit group search loop for non-extent filesLachlan McIlroy2013-05-301-1/+5
* nfsd4: don't allow owner override on 4.1 CLAIM_FH opensJ. Bruce Fields2013-05-301-2/+13
* fs/dcache.c: add cond_resched() to shrink_dcache_parent()Greg Thelen2013-05-131-1/+3
* inotify: invalid mask should return a error number but not set itZhao Hongjiang2013-05-131-2/+4
* fs/fscache/stats.c: fix memory leakAnurup m2013-05-131-1/+1
* nfsd: Decode and send 64bit time valuesBryan Schumaker2013-05-131-14/+5
* ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUGTheodore Ts'o2013-05-131-1/+2
* LOCKD: Ensure that nlmclnt_block resets block->b_status after a server rebootTrond Myklebust2013-05-132-3/+3
* nfsd4: don't close read-write opens too soonJ. Bruce Fields2013-05-131-7/+1
* jbd2: fix race between jbd2_journal_remove_checkpoint and ->j_commit_callbackDmitry Monakhov2013-05-131-22/+28
* ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o2013-05-133-4/+33
* nfsd: don't run get_file if nfs4_preprocess_stateid_op return errorfanchaoting2013-05-131-4/+4
* sysfs: fix use after free in case of concurrent read/write and readdirMing Lei2013-05-131-4/+11
* aio: fix possible invalid memory access when DEBUG is enabledZhao Hongjiang2013-05-131-1/+1
* hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko2013-04-251-1/+1
* Btrfs: fix race between mmap writes and compressionChris Mason2013-04-253-0/+49
* vfs: Revert spurious fix to spinning prevention in prune_icache_sbSuleiman Souhlal2013-04-251-1/+1
* Btrfs: make sure nbytes are right after log replayJosef Bacik2013-04-251-6/+42
* loop: prevent bdev freeing while device in useAnatol Pomozov2013-04-101-0/+1
* NFS: nfs_getaclargs.acl_len is a size_tChuck Lever2013-04-101-1/+2