summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson2014-02-131-2/+2
* NFSv4: OPEN must handle the NFS4ERR_IO return code correctlyTrond Myklebust2014-02-131-16/+31
* ore: Fix wrong math in allocation of per device BIOBoaz Harrosh2014-02-131-12/+25
* fs/compat: fix lookup_dcookie() parameter handlingHeiko Carstens2014-02-131-1/+1
* fs/compat: fix parameter handling for compat readv/writev syscallsHeiko Carstens2014-02-131-8/+8
* compat: fix sys_fanotify_markHeiko Carstens2014-02-131-2/+2
* fuse: fix pipe_buf_operationsMiklos Szeredi2014-02-132-17/+23
* btrfs: restrict snapshotting to own subvolumesDavid Sterba2014-02-061-0/+6
* Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()Wang Shilong2014-02-061-1/+1
* vfs: Is mounted should be testing mnt_ns for NULL or error.Eric W. Biederman2014-02-061-1/+1
* ext4: avoid clearing beyond i_blocks when truncating an inline data fileTheodore Ts'o2014-02-061-3/+5
* nilfs2: fix segctor bug that causes file system corruptionAndreas Rohner2014-01-251-4/+6
* writeback: Fix data corruption on NFSJan Kara2014-01-251-6/+9
* vfs: In d_path don't call d_dname on a mount pointEric W. Biederman2014-01-251-1/+6
* GFS2: Increase i_writecount during gfs2_setattr_chownBob Peterson2014-01-251-1/+15
* ext4: fix bigalloc regressionEric Whitney2014-01-091-1/+1
* ceph: allow sync_read/write return partial successed size of read/write.majianpeng2014-01-091-1/+3
* ceph: fix bugs about handling short-read for sync read mode.majianpeng2014-01-091-23/+16
* ceph: Add check returned value on func ceph_calc_ceph_pg.majianpeng2014-01-091-2/+6
* ceph: cleanup types in striped_read()Dan Carpenter2014-01-091-4/+4
* ceph: fix null pointer dereferenceNathaniel Yazdani2014-01-091-0/+3
* ceph: avoid accessing invalid memorySasha Levin2014-01-091-1/+1
* ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng2014-01-091-1/+3
* ceph: improve error handling in ceph_mdsmap_decodeEmil Goode2014-01-091-1/+3
* jbd2: don't BUG but return ENOSPC if a handle runs out of spaceTheodore Ts'o2014-01-091-2/+4
* GFS2: Fix incorrect invalidation for DIO/buffered I/OSteven Whitehouse2014-01-091-0/+30
* GFS2: don't hold s_umount over blkdev_putSteven Whitehouse2014-01-091-1/+11
* ceph: Avoid data inconsistency due to d-cache aliasing in readpage()Li Wang2014-01-091-2/+6
* ext4: fix FITRIM in no journal modeLukas Czerner2014-01-091-2/+2
* ext4: add explicit casts when masking cluster sizesTheodore Ts'o2014-01-093-16/+24
* ext4: fix deadlock when writing in ENOSPC conditionsJan Kara2014-01-091-12/+0
* ext4: Do not reserve clusters when fs doesn't support extentsJan Kara2014-01-091-4/+13
* ext4: check for overlapping extents in ext4_valid_extent_entries()Eryu Guan2014-01-091-1/+18
* ext4: fix use-after-free in ext4_mb_new_blocksJunho Ryu2014-01-091-3/+8
* ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() failsTheodore Ts'o2014-01-091-0/+9
* ceph: wake up 'safe' waiters when unregistering requestYan, Zheng2014-01-091-1/+2
* ceph: cleanup aborted requests when re-sending requests.Yan, Zheng2014-01-091-1/+4
* Btrfs: do not run snapshot-aware defragment on errorLiu Bo2013-12-201-19/+28
* Btrfs: fix incorrect inode acl resetFilipe David Borba Manana2013-12-201-1/+1
* Btrfs: fix hole check in log_one_extentJosef Bacik2013-12-201-1/+1
* Btrfs: fix memory leak of chunks' extent mapLiu Bo2013-12-201-0/+2
* NFSv4 wait on recovery for async session errorsAndy Adamson2013-12-201-2/+1
* nfs: fix do_div() warning by instead using sector_div()Helge Deller2013-12-201-1/+1
* btrfs: call mnt_drop_write after interrupted subvol deletionDavid Sterba2013-12-201-1/+2
* Btrfs: fix access_ok() check in btrfs_ioctl_send()Dan Carpenter2013-12-201-2/+2
* nfsd: when reusing an existing repcache entry, unhash it firstJeff Layton2013-12-201-1/+8
* xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter2013-12-202-2/+4
* xfs: growfs overruns AGFL buffer on V4 filesystemsDave Chinner2013-12-201-1/+5
* NFSv4: Update list of irrecoverable errors on DELEGRETURNTrond Myklebust2013-12-111-2/+8
* vfs: fix subtle use-after-free of pipe_inode_infoLinus Torvalds2013-12-111-20/+19