aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fuse: readdir: check for slash in namesMiklos Szeredi2013-10-261-0/+2
* fuse: hotfix truncate_pagecache() issueMaxim Patlasov2013-10-264-3/+25
* fuse: invalidate inode attributes on xattr modificationAnand Avati2013-10-261-0/+4
* fuse: postpone end_page_writeback() in fuse_writepage_locked()Maxim Patlasov2013-10-261-1/+2
* nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko2013-09-101-1/+1
* nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko2013-09-101-2/+1
* sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier2013-09-101-5/+15
* block: Add bio_for_each_segment_all()Kent Overstreet2013-09-103-8/+8
* fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng2013-09-101-3/+3
* jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara2013-09-101-4/+4
* ext4: fix mount/remount error messages for incompatible mount optionsPiotr Sarna2013-09-101-1/+16
* cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton2013-09-101-0/+8
* cifs: extend the buffer length enought for sprintf() usingChen Gang2013-09-103-4/+5
* jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp2013-09-101-8/+23
* NFSv4.1: integer overflow in decode_cb_sequence_args()Dan Carpenter2013-09-101-3/+3
* 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