summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara2014-10-052-0/+3
* Fix nasty 32-bit overflow bug in buffer i/o code.Anton Altaparmakov2014-10-051-2/+4
* ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi2014-10-051-8/+10
* nilfs2: fix data loss with mmap()Andreas Rohner2014-10-051-1/+6
* fs/notify: don't show f_handle if exportfs_encode_inode_fh failedAndrey Vagin2014-10-051-1/+1
* fsnotify/fdinfo: use named constants instead of hardcoded valuesAndrey Vagin2014-10-051-2/+2
* lockd: fix rpcbind crash on lockd startup failureJ. Bruce Fields2014-10-051-3/+1
* CIFS: Fix SMB2 readdir error handlingPavel Shilovsky2014-10-057-8/+24
* CIFS: Fix directory rename errorPavel Shilovsky2014-10-051-1/+4
* NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust2014-10-051-15/+15
* NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson2014-10-051-18/+20
* vfs: fix bad hashing of dentriesLinus Torvalds2014-09-172-4/+3
* dcache.c: get rid of pointless macrosAl Viro2014-09-171-4/+2
* CIFS: Fix wrong restart readdir for SMB1Pavel Shilovsky2014-09-171-2/+2
* CIFS: Fix wrong filename length for SMB2Pavel Shilovsky2014-09-175-9/+4
* CIFS: Fix wrong directory attributes after renamePavel Shilovsky2014-09-171-0/+6
* CIFS: Possible null ptr deref in SMB2_tconSteve French2014-09-171-1/+2
* CIFS: Fix async reading on reconnectsPavel Shilovsky2014-09-171-2/+2
* CIFS: Fix STATUS_CANNOT_DELETE error mapping for SMB2Pavel Shilovsky2014-09-171-1/+1
* xfs: don't zero partial page cache pages during O_DIRECT writesChris Mason2014-09-171-1/+10
* xfs: don't zero partial page cache pages during O_DIRECT writesDave Chinner2014-09-171-1/+9
* xfs: don't dirty buffers beyond EOFDave Chinner2014-09-171-0/+61
* xfs: quotacheck leaves dquot buffers without verifiersDave Chinner2014-09-172-2/+9
* mnt: Change the default remount atime from relatime to the existing valueEric W. Biederman2014-09-171-0/+8
* mnt: Correct permission checks in do_remountEric W. Biederman2014-09-171-3/+33
* mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remountEric W. Biederman2014-09-171-3/+10
* mnt: Only change user settable mount flags in remountEric W. Biederman2014-09-171-1/+1
* CAPABILITIES: remove undefined caps from all processesEric Paris2014-09-171-10/+1
* NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust2014-09-051-5/+12
* NFSv3: Fix another acl regressionTrond Myklebust2014-09-051-1/+4
* svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever2014-09-051-1/+2
* NFSD: Decrease nfsd_users in nfsd_startup_generic failKinglong Mee2014-09-051-1/+4
* jbd2: fix infinite loop when recovering corrupt journal blocksDarrick J. Wong2014-09-051-2/+5
* Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana2014-09-051-1/+1
* ext4: fix BUG_ON in mb_free_blocks()Theodore Ts'o2014-09-051-0/+5
* ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa structTheodore Ts'o2014-09-051-1/+20
* isofs: Fix unbounded recursion when processing relocated directoriesJan Kara2014-09-053-22/+55
* coredump: fix the setting of PF_DUMPCORESilesh C V2014-07-311-1/+1
* fuse: handle large user and group IDMiklos Szeredi2014-07-281-4/+16
* ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen2014-07-172-3/+4
* ext4: clarify error count warning messagesTheodore Ts'o2014-07-171-3/+4
* ext4: fix unjournalled bg descriptor while initializing inode bitmapTheodore Ts'o2014-07-171-7/+7
* nfsd: fix rare symlink decoding bugJ. Bruce Fields2014-07-092-10/+12
* ext4: Fix hole punching for files with indirect blocksJan Kara2014-07-091-2/+10
* ext4: Fix buffer double free in ext4_alloc_branch()Jan Kara2014-07-091-1/+7
* CIFS: fix mount failure with broken pathnames when smb3 mount with mapchars o...Steve French2014-07-091-3/+4
* reiserfs: call truncate_setsize under tailpack mutexJeff Mahoney2014-07-061-1/+7
* nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton2014-07-061-9/+8
* nfsd: don't try to reuse an expired DRC entry off the listJeff Layton2014-07-061-32/+4
* NFS: Don't declare inode uptodate unless all attributes were checkedTrond Myklebust2014-07-061-9/+17