summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-11-04ext[34]: fix double put in tmpfileMiklos Szeredi2-6/+4
2013-10-18ext4: fix memory leak in xattrDave Jones1-0/+2
2013-10-18Btrfs: use right root when checking for hash collisionJosef Bacik1-1/+1
2013-10-18vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds1-1/+1
2013-10-13Btrfs: remove ourselves from the cluster list under lockJosef Bacik1-1/+2
2013-10-13Btrfs: skip subvol entries when checking if we've created a dir alreadyJosef Bacik1-1/+2
2013-10-13Btrfs: change how we queue blocks for backref checkingJosef Bacik1-7/+7
2013-10-13Btrfs: reset ret in record_one_backrefJosef Bacik1-2/+1
2013-10-13xfs: fix node forward in xfs_node_toosmallMark Tinguely1-2/+3
2013-10-13NFSv4.1: nfs4_fl_prepare_ds - fix bugs when the connect attempt failsTrond Myklebust1-9/+9
2013-10-13nilfs2: fix issue with race condition of competition between segments for dir...Vyacheslav Dubeyko2-2/+11
2013-10-13fuse: fix fallocate vs. ftruncate raceMaxim Patlasov1-0/+7
2013-10-13fuse: wait for writeback in fuse_file_fallocate()Maxim Patlasov1-6/+10
2013-10-13fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from OopsingDan Aloni1-12/+18
2013-10-13nfsd4: fix leak of inode reference on delegation failureJ. Bruce Fields1-11/+20
2013-10-05sysv: Add forgotten superblock lock init for v7 fsLubomir Rintel1-0/+1
2013-10-05block: Fix bio_copy_data()Kent Overstreet1-2/+2
2013-10-01bio-integrity: Fix use of bs->bio_integrity_pool after freeBjorn Helgaas1-1/+1
2013-10-01udf: Refuse RW mount of the filesystem instead of making it ROJan Kara1-18/+24
2013-10-01udf: Standardize return values in mount sequenceJan Kara1-117/+183
2013-10-01cifs: fix filp leak in cifs_atomic_open()Miklos Szeredi1-0/+1
2013-09-26fuse: readdir: check for slash in namesMiklos Szeredi1-0/+4
2013-09-26fuse: hotfix truncate_pagecache() issueMaxim Patlasov4-3/+17
2013-09-26fuse: invalidate inode attributes on xattr modificationAnand Avati1-0/+4
2013-09-26fuse: postpone end_page_writeback() in fuse_writepage_locked()Maxim Patlasov1-1/+2
2013-09-26ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.majianpeng1-1/+3
2013-09-26isofs: Refuse RW mount of the filesystem instead of making it ROJan Kara1-11/+5
2013-09-26proc: Restrict mounting the proc filesystemEric W. Biederman1-1/+2
2013-09-26ocfs2: fix the end cluster offset of FIEMAPJie Liu1-1/+0
2013-09-26Btrfs: don't allow the replace procedure on read only filesystemsStefan Behrens1-0/+3
2013-09-26ext4: simplify truncation code in ext4_setattr()Jan Kara1-60/+49
2013-09-26ext4: fix ext4_writepages() in presence of truncateJan Kara1-41/+66
2013-09-26ext4: move test whether extent to map can be extended to one placeJan Kara1-20/+29
2013-09-26CIFS: Fix missing lease breakPavel Shilovsky1-69/+80
2013-09-26CIFS: Fix a memory leak when a lease break comesPavel Shilovsky1-0/+1
2013-09-26cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton1-0/+2
2013-08-28Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-1/+1
2013-08-28fs/ocfs2/super.c: Use bigger nodestr to accomodate 32-bit node numbersGoldwyn Rodrigues1-1/+1
2013-08-28vfs: make the dentry cache use the lockref infrastructureWaiman Long2-37/+26
2013-08-28Revert "fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flink"Linus Torvalds1-3/+7
2013-08-26Merge tag 'jfs-3.11-rc8' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-8/+23
2013-08-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-12/+15
2013-08-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-5/+15
2013-08-24VFS: collect_mounts() should return an ERR_PTRDan Carpenter1-1/+1
2013-08-24bfs: iget_locked() doesn't return an ERR_PTRDan Carpenter1-1/+1
2013-08-24efs: iget_locked() doesn't return an ERR_PTR()Dan Carpenter1-1/+1
2013-08-24proc: kill the extra proc_readfd_common()->dir_emit_dots()Oleg Nesterov1-2/+0
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro2-7/+12
2013-08-23nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko1-1/+1
2013-08-23nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko1-2/+1