summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-291-0/+6
* seq_file: always update file->f_pos in seq_lseek()Gu Zheng2013-11-131-0/+2
* ecryptfs: Fix memory leakage in keystore.cGeyslan G. Bem2013-11-131-1/+2
* jfs: fix error path in iallocDave Kleikamp2013-11-131-2/+1
* cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro2013-10-182-7/+12
* ext4: fix memory leak in xattrDave Jones2013-10-181-0/+2
* Btrfs: use right root when checking for hash collisionJosef Bacik2013-10-181-1/+1
* vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds2013-10-181-1/+1
* Btrfs: remove ourselves from the cluster list under lockJosef Bacik2013-10-131-1/+2
* Btrfs: skip subvol entries when checking if we've created a dir alreadyJosef Bacik2013-10-131-1/+2
* Btrfs: change how we queue blocks for backref checkingJosef Bacik2013-10-131-7/+7
* xfs: fix node forward in xfs_node_toosmallMark Tinguely2013-10-131-2/+3
* NFSv4.1: nfs4_fl_prepare_ds - fix bugs when the connect attempt failsTrond Myklebust2013-10-131-9/+9
* nilfs2: fix issue with race condition of competition between segments for dir...Vyacheslav Dubeyko2013-10-132-2/+11
* fuse: fix fallocate vs. ftruncate raceMaxim Patlasov2013-10-131-0/+7
* fuse: wait for writeback in fuse_file_fallocate()Maxim Patlasov2013-10-131-6/+10
* fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from OopsingDan Aloni2013-10-131-12/+18
* sysv: Add forgotten superblock lock init for v7 fsLubomir Rintel2013-10-051-0/+1
* block: Fix bio_copy_data()Kent Overstreet2013-10-051-2/+2
* bio-integrity: Fix use of bs->bio_integrity_pool after freeBjorn Helgaas2013-10-011-1/+1
* udf: Refuse RW mount of the filesystem instead of making it ROJan Kara2013-10-011-18/+24
* udf: Standardize return values in mount sequenceJan Kara2013-10-011-117/+183
* cifs: fix filp leak in cifs_atomic_open()Miklos Szeredi2013-10-011-0/+1
* fuse: readdir: check for slash in namesMiklos Szeredi2013-09-261-0/+4
* fuse: hotfix truncate_pagecache() issueMaxim Patlasov2013-09-264-3/+17
* 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
* ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.majianpeng2013-09-261-1/+3
* isofs: Refuse RW mount of the filesystem instead of making it ROJan Kara2013-09-261-11/+5
* proc: Restrict mounting the proc filesystemEric W. Biederman2013-09-261-1/+2
* ocfs2: fix the end cluster offset of FIEMAPJie Liu2013-09-261-1/+0
* Btrfs: don't allow the replace procedure on read only filesystemsStefan Behrens2013-09-261-0/+3
* ext4: simplify truncation code in ext4_setattr()Jan Kara2013-09-261-60/+49
* CIFS: Fix missing lease breakPavel Shilovsky2013-09-261-69/+80
* CIFS: Fix a memory leak when a lease break comesPavel Shilovsky2013-09-261-0/+1
* cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton2013-09-261-0/+2
* jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp2013-09-071-8/+23
* SCSI: sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier2013-08-291-5/+15
* 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: collect_mounts() should return an ERR_PTRDan Carpenter2013-08-291-1/+1
* jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara2013-08-201-4/+4
* Fix TLB gather virtual address range invalidation corner casesLinus Torvalds2013-08-201-2/+2
* fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng2013-08-201-4/+4
* reiserfs: fix deadlock in umountAl Viro2013-08-142-82/+20
* debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)Oleg Nesterov2013-08-141-47/+22
* cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton2013-08-141-0/+8
* cifs: extend the buffer length enought for sprintf() usingChen Gang2013-08-144-7/+9
* ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOTTheodore Ts'o2013-08-141-2/+4
* ext4: fix mount/remount error messages for incompatible mount optionsPiotr Sarna2013-08-141-1/+16