summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-09-26fuse: readdir: check for slash in namesMiklos Szeredi
2013-09-26fuse: hotfix truncate_pagecache() issueMaxim Patlasov
2013-09-26fuse: invalidate inode attributes on xattr modificationAnand Avati
2013-09-26fuse: postpone end_page_writeback() in fuse_writepage_locked()Maxim Patlasov
2013-09-26ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.majianpeng
2013-09-26isofs: Refuse RW mount of the filesystem instead of making it ROJan Kara
2013-09-26proc: Restrict mounting the proc filesystemEric W. Biederman
2013-09-26ocfs2: fix the end cluster offset of FIEMAPJie Liu
2013-09-26Btrfs: don't allow the replace procedure on read only filesystemsStefan Behrens
2013-09-26ext4: simplify truncation code in ext4_setattr()Jan Kara
2013-09-26ext4: fix ext4_writepages() in presence of truncateJan Kara
2013-09-26ext4: move test whether extent to map can be extended to one placeJan Kara
2013-09-26CIFS: Fix missing lease breakPavel Shilovsky
2013-09-26CIFS: Fix a memory leak when a lease break comesPavel Shilovsky
2013-09-26cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton
2013-08-28Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-08-28fs/ocfs2/super.c: Use bigger nodestr to accomodate 32-bit node numbersGoldwyn Rodrigues
2013-08-28vfs: make the dentry cache use the lockref infrastructureWaiman Long
2013-08-28Revert "fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flink"Linus Torvalds
2013-08-26Merge tag 'jfs-3.11-rc8' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2013-08-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-08-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2013-08-24VFS: collect_mounts() should return an ERR_PTRDan Carpenter
2013-08-24bfs: iget_locked() doesn't return an ERR_PTRDan Carpenter
2013-08-24efs: iget_locked() doesn't return an ERR_PTR()Dan Carpenter
2013-08-24proc: kill the extra proc_readfd_common()->dir_emit_dots()Oleg Nesterov
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro
2013-08-23nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko
2013-08-23nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko
2013-08-21[SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier
2013-08-19proc: more readdir conversion bug-fixesLinus Torvalds
2013-08-19proc: return on proc_readdir errorRichard Genoud
2013-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds
2013-08-19GFS2: Check for glock already held in gfs2_getxattrSteven Whitehouse
2013-08-19GFS2: alloc_workqueue() doesn't return an ERR_PTRDan Carpenter
2013-08-19GFS2: don't overrun reserved revokesBenjamin Marzinski
2013-08-19GFS2: WQ_NON_REENTRANT is meaningless and going awayTejun Heo
2013-08-19GFS2: Fix typo in gfs2_create_inode()Steven Whitehouse
2013-08-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-08-16jbd2: Fix oops in jbd2_journal_file_inode()Jan Kara
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds
2013-08-15jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp
2013-08-13fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng
2013-08-13ocfs2: fix null pointer dereference in ocfs2_dir_foreach_blk_id()Jeff Liu
2013-08-13ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_pageTiger Yang
2013-08-13ocfs2: Revert 40bd62e to avoid regression in extended allocationJie Liu
2013-08-13hugetlb: fix lockdep splat caused by pmd sharingMichal Hocko
2013-08-13mm: save soft-dirty bits on file pagesCyrill Gorcunov
2013-08-13mm: save soft-dirty bits on swapped pagesCyrill Gorcunov
2013-08-12Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds