aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-07-22trace: add trace events for open(), exec() and uselib()Scott James Remnant2-0/+12
2019-07-22UBUNTU: ubuntu: AUFS -- update to c8bcd8c8a52e387b3da4c5970b59f033468f3813Wen-chien Jesse Sung11-6/+36
2019-07-22ext4: add missing save_error_info() to ext4_error()Theodore Ts'o1-0/+1
2019-07-22hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman2-0/+15
2019-07-22autofs: make the autofsv5 packet file descriptor use a packetized pipeLinus Torvalds3-2/+13
2019-07-22pipes: add a "packetized pipe" mode for writingLinus Torvalds1-2/+29
2019-07-22nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() failsAl Viro1-14/+9
2019-07-22nfsd: fix b0rken error value for setattr on read-only mountAl Viro1-3/+4
2019-07-22Revert "autofs: work around unhappy compat problem on x86-64"Linus Torvalds4-22/+2
2019-07-22NFSv4: Ensure that we check lock exclusive/shared type against open modesTrond Myklebust1-0/+14
2019-07-22NFSv4: Ensure that the LOCK code sets exception->inodeTrond Myklebust1-2/+7
2019-07-22nfs: Enclose hostname in brackets when needed in nfs_do_root_mountJan Kara1-2/+6
2019-07-22tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+4
2019-07-22lockd: fix the endianness bugAl Viro2-2/+2
2019-07-22ocfs2: ->e_leaf_clusters endianness breakageAl Viro1-2/+2
2019-07-22ocfs2: ->rl_count endianness breakageAl Viro1-1/+1
2019-07-22ocfs: ->rl_used breakage on big-endianAl Viro1-4/+4
2019-07-22ocfs2: ->l_next_free_req breakage on big-endianAl Viro2-3/+3
2019-07-22btrfs: btrfs_root_readonly() broken on big-endianAl Viro1-1/+1
2019-07-22nfsd: fix compose_entry_fh() failure exitsAl Viro1-14/+8
2019-07-22Don't limit non-nested epoll pathsJason Baron1-0/+4
2019-07-22ext4: fix endianness breakage in ext4_split_extent_at()Al Viro1-1/+1
2019-07-22jbd2: use GFP_NOFS for blkdev_issue_flushShaohua Li1-2/+2
2019-07-22Merge linux-stable 3.0.28 into android-3.0Mingliang Hu1-2/+9
2019-07-22lockd: fix arg parsing for grace_period and timeout.NeilBrown1-1/+1
2019-07-22xfs: Fix oops on IO error during xlog_recover_process_iunlinks()Jan Kara1-22/+11
2019-07-22udf: Fix deadlock in udf_release_file()Jan Kara1-2/+0
2019-07-22vfs: fix d_ancestor() case in d_materialize_uniqueMichel Lespinasse1-1/+2
2019-07-22ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delallocLukas Czerner2-41/+51
2019-07-22jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_bufferEric Sandeen1-0/+2
2019-07-22ext4: flush any pending end_io requests before DIO reads w/dioread_nolockJiaying Zhang1-2/+7
2019-07-22proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar1-1/+1
2019-07-22cifs: fix issue mounting of DFS ROOT when redirecting from one domain control...Jeff Layton1-1/+2
2019-07-22xfs: fix inode lookup raceDave Chinner1-6/+12
2019-07-22NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODETrond Myklebust2-1/+13
2019-07-22NFS: Properly handle the case where the delegation is revokedTrond Myklebust5-4/+57
2019-07-22hugetlbfs: avoid taking i_mutex from hugetlbfs_read()Aneesh Kumar K.V1-16/+9
2019-07-22mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli1-0/+9
2019-07-22sysfs: Fix memory leak in sysfs_sd_setsecdata().Masami Ichikawa1-5/+6
2019-07-22afs: Remote abort can cause BUG in rxrpc codeAnton Blanchard1-0/+3
2019-07-22afs: Read of file returns EBADMSGAnton Blanchard1-1/+1
2019-07-22nilfs2: fix NULL pointer dereference in nilfs_load_super_block()Ryusuke Konishi1-0/+1
2019-07-22block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura2-12/+52
2019-07-22vfs: fix double put after complete_walk()Miklos Szeredi1-1/+1
2019-07-22vfs: fix return value from do_last()Miklos Szeredi1-1/+1
2019-07-22aio: fix the "too late munmap()" raceAl Viro1-8/+6
2019-07-22aio: fix io_setup/io_destroy raceAl Viro1-4/+4
2019-07-22cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton1-2/+18
2019-07-22regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin1-1/+1
2019-07-22autofs: work around unhappy compat problem on x86-64Ian Kent4-3/+23
2019-07-22epoll: limit pathsJason Baron1-25/+209
2019-07-22epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov2-4/+32
2019-07-22epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2-0/+15
2019-07-22NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEIDTrond Myklebust1-0/+2
2019-07-22eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks1-0/+2
2019-07-22cifs: Fix oops in session setup code for null user mountsShirish Pargaonkar1-4/+3
2019-07-22eCryptfs: Infinite loop due to overflow in ecryptfs_write()Li Wang1-2/+2
2019-07-22udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara1-0/+6
2019-07-22proc: make sure mem_open() doesn't pin the target's memoryOleg Nesterov1-1/+13
2019-07-22proc: unify mem_read() and mem_write()Oleg Nesterov1-62/+30
2019-07-22proc: mem_release() should check mm != NULLOleg Nesterov1-2/+2
2019-07-22xfs: fix endian conversion issue in discard codeDave Chinner1-2/+2
2019-07-22xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara1-1/+2
2019-07-22eCryptfs: Fix oops when printing debug info in extent crypto functionsTyler Hicks1-40/+0
2019-07-22eCryptfs: Check inode changes in setattrTyler Hicks1-12/+36
2019-07-22eCryptfs: Make truncate path killableTyler Hicks1-5/+14
2019-07-22ecryptfs: Improve metadata read failure loggingTim Gardner1-3/+6
2019-07-22eCryptfs: Sanitize write counts of /dev/ecryptfsTyler Hicks1-18/+38
2019-07-22UBIFS: make debugging messages light againArtem Bityutskiy1-7/+5
2019-07-22proc: clear_refs: do not clear reserved pagesWill Deacon1-0/+3
2019-07-22pnfs-obj: Must return layout on IO errorBoaz Harrosh3-1/+15
2019-07-22pnfs-obj: pNFS errors are communicated on iodata->pnfs_errorBoaz Harrosh1-3/+7
2019-07-22proc: clean up and fix /proc/<pid>/mem handlingLinus Torvalds1-107/+39
2019-07-22fix cputime overflow in uptime_proc_showMartin Schwidefsky1-2/+7
2019-07-22fix shrink_dcache_parent() livelockMiklos Szeredi1-4/+10
2019-07-22fsnotify: don't BUG in fsnotify_destroy_mark()Miklos Szeredi1-3/+5
2019-07-22nfsd: Fix oops when parsing a 0 length exportSasha Levin1-1/+1
2019-07-22UBIFS: fix debugging messagesArtem Bityutskiy1-1/+4
2019-07-22nfs: fix regression in handling of context= option in NFSv4Jeff Layton1-24/+19
2019-07-22NFSv4.1: fix backchannel slotid off-by-one bugAndy Adamson1-1/+1
2019-07-22ext4: fix undefined behavior in ext4_fill_flex_info()Xi Wang1-4/+3
2019-07-22xfs: fix acl count validation in xfs_acl_from_disk()Xi Wang1-1/+1
2019-07-22udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara2-6/+21
2019-07-22ext3: Don't warn from writepage when readonly inode is spotted after errorJan Kara1-3/+21
2019-07-22reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney1-10/+14
2019-07-22reiserfs: Fix quota mount option parsingJan Kara1-1/+2
2019-07-22xfs: log all dirty inodes in xfs_fs_sync_fsChristoph Hellwig2-0/+39
2019-07-22xfs: log the inode in ->write_inode calls for kupdateChristoph Hellwig1-25/+5
2019-07-22nilfs2: unbreak compat ioctlThomas Meyer1-0/+13
2019-07-22NFSv4.1: Ensure that we handle _all_ SEQUENCE status bits.Trond Myklebust1-4/+4
2019-07-22fuse: fix fuse_retrieveMiklos Szeredi1-1/+2
2019-07-22ext4: handle EOF correctly in ext4_bio_write_page()Yongqiang Yang1-0/+12
2019-07-22ext4: avoid potential hang in mpage_submit_io() when blocksize < pagesizeYongqiang Yang1-2/+5
2019-07-22ext4: avoid hangs in ext4_da_should_update_i_disksize()Andrea Arcangeli1-1/+1
2019-07-22ext4: display the correct mount option in /proc/mounts for [no]init_itableTheodore Ts'o1-9/+8
2019-07-22xfs: avoid synchronous transactions when deleting attr blocksChristoph Hellwig3-28/+4
2019-07-22xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernelsChristoph Hellwig1-4/+4
2019-07-22hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsPhillip Lougher1-5/+15
2019-07-22jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan2-0/+16
2019-07-22fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro3-39/+58
2019-07-22fs/proc/meminfo.c: fix compilation errorClaudio Scordino1-3/+4
2019-07-22xfs: fix attr2 vs large data fork assertChristoph Hellwig1-25/+39
2019-07-22xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig3-0/+33
2019-07-22xfs: validate acl countChristoph Hellwig1-0/+2
2019-07-22NFS: Prevent 3.0 from crashing if it receives a partial layoutTrond Myklebust2-1/+10
2019-07-22eCryptfs: Extend array bounds for all filename charsTyler Hicks1-2/+2
2019-07-22eCryptfs: Flush file in vma closeTyler Hicks1-1/+22
2019-07-22xfs: fix ->write_inode return valuesChristoph Hellwig1-25/+9
2019-07-22xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka1-1/+2
2019-07-22xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino1-4/+10
2019-07-22xfs: fix buffer flushing during unmountChristoph Hellwig2-20/+10
2019-07-22xfs: Return -EIO when xfs_vn_getattr() failedMitsuo Hayasaka1-1/+1
2019-07-22xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig1-3/+14
2019-07-22xfs: dont serialise direct IO reads on page cacheDave Chinner1-3/+14
2019-07-22xfs: fix xfs_mark_inode_dirty during umountChristoph Hellwig1-3/+11
2019-07-22xfs: fix error handling for synchronous writesChristoph Hellwig1-1/+0
2019-07-22nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton6-2/+37
2019-07-22hfs: add sanity check for file name lengthDan Carpenter1-0/+2
2019-07-22ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complainingJiaying Zhang3-4/+18
2019-07-22VFS: we need to set LOOKUP_JUMPED on mountpoint crossingAl Viro1-1/+15
2019-07-22VFS: fix statfs() automounter semantics regressionDan McGee1-1/+1
2019-07-22block: make gendisk hold a reference to its queueTejun Heo1-5/+8
2019-07-22ext4: fix race in xattr block allocation pathEric Sandeen1-0/+6
2019-07-22ext4: call ext4_handle_dirty_metadata with correct inode in ext4_dx_add_entryTheodore Ts'o1-2/+2
2019-07-22ext4: ext4_mkdir should dirty dir_block with newly created directory inodeDarrick J. Wong1-1/+1
2019-07-22ext4: ext4_rename should dirty dir_bh with the correct directoryDarrick J. Wong1-1/+1
2019-07-22ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodesTheodore Ts'o1-2/+1
2019-07-22vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> filesLinus Torvalds1-1/+9
2019-07-22binfmt_elf: fix PIE execution with randomization disabledJiri Kosina1-1/+10
2019-07-22vfs pathname lookup: Add LOOKUP_AUTOMOUNT flagLinus Torvalds1-1/+1
2019-07-22VFS: Fix the remaining automounter semantics regressionsTrond Myklebust3-3/+3
2019-07-22vfs: automount should ignore LOOKUP_FOLLOWMiklos Szeredi1-18/+15
2019-07-22VFS: Fix automount for negative autofs dentriesDavid Howells1-9/+15
2019-07-22readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft2-7/+16
2019-07-22/proc/self/numa_maps: restore "huge" tag for hugetlb vmasAndrew Morton1-0/+3
2019-07-22vfs: add "device" tag to /proc/self/mountstatsBryan Schumaker1-0/+1
2019-07-22hppfs: missing includeAl Viro1-0/+1
2019-07-22nfsd4: ignore WANT bits in open downgradeJ. Bruce Fields1-0/+2
2019-07-22nfsd4: fix open downgrade, againJ. Bruce Fields1-3/+11
2019-07-22nfsd4: permit read opens of executable-only filesJ. Bruce Fields3-1/+5
2019-07-22nfsd4: fix seqid_mutating_errorJ. Bruce Fields2-6/+12
2019-07-22nfsd4: stop using nfserr_resource for transitory errorsJ. Bruce Fields3-9/+9
2019-07-22nfsd4: Remove check for a 32-bit cookie in nfsd4_readdir()Bernd Schubert1-1/+1
2019-07-22nfs: don't try to migrate pages with active requestsJeff Layton1-25/+11
2019-07-22nfs: don't redirty inode when ncommit == 0 in nfs_commit_unstable_pagesJeff Layton1-0/+4
2019-07-22Revert "NFS: Ensure that writeback_single_inode() calls write_inode() when sy...Trond Myklebust1-1/+2
2019-07-22epoll: fix spurious lockdep warningsNelson Elhage1-7/+18
2019-07-22CIFS: Fix DFS handling in cifs_get_file_infoPavel Shilovsky1-7/+12
2019-07-22CIFS: Fix incorrect max RFC1002 write size valuePavel Shilovsky1-2/+2
2019-07-22ext4: check for zero length extentTheodore Ts'o1-0/+2
2019-07-22Revert "proc: enable writing to /proc/pid/mem"Dima Zavin1-0/+5
2019-07-22hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error pathSeth Forshee2-4/+4
2019-07-22xfs: revert to using a kthread for AIL pushingChristoph Hellwig4-51/+45
2019-07-22xfs: force the log if we encounter pinned buffers in .iop_pushbufChristoph Hellwig5-10/+24
2019-07-22xfs: do not update xa_last_pushed_lsn for locked itemsChristoph Hellwig1-1/+0
2019-07-22xfs: use a cursor for bulk AIL insertionDave Chinner3-28/+118
2019-07-22xfs: start periodic workers laterChristoph Hellwig1-21/+14
2019-07-22CIFS: Fix ERR_PTR dereference in cifs_get_rootPavel Shilovsky1-4/+6
2019-07-22hfsplus: ensure bio requests are not smaller than the hardware sectorsSeth Forshee4-42/+101
2019-07-22fuse: fix memory leakMiklos Szeredi1-4/+8
2019-07-22exec: do not call request_module() twice from search_binary_handler()Tetsuo Handa1-0/+2
2019-07-22btrfs: fix d_off in the first direntHidetoshi Seto1-2/+3
2019-07-22writeback: update dirtied_when for synced inode to prevent livelockWu Fengguang1-0/+9
2019-07-22writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stageWu Fengguang2-10/+11
2019-07-22teach /proc/$pid/numa_maps about transparent hugepagesDave Hansen1-0/+20
2019-07-22break out numa_maps gather_pte_stats() checksDave Hansen1-15/+24
2019-07-22make /proc/$pid/numa_maps gather_stats() take variable page sizeDave Hansen1-10/+11
2019-07-22Fix the conflict between rwpidforward and rw mount optionsSteve French1-2/+2
2019-07-22cifs: fix possible memory corruption in CIFSFindNextJeff Layton1-1/+2
2019-07-22restore pinning the victim dentry in vfs_rmdir()/vfs_rename_dir()Al Viro1-0/+4
2019-07-22fs/9p: Use protocol-defined value for lock/getlock 'type' field.Jim Garlick1-7/+27
2019-07-22fs/9p: Always ask new inode in lookup for cache mode disabledAneesh Kumar K.V1-7/+21
2019-07-22fs/9p: Add OS dependent open flags in 9p protocolAneesh Kumar K.V3-2/+57
2019-07-22fs/9p: Don't update file type when updating file attributesAneesh Kumar K.V4-52/+68
2019-07-22fs/9p: Add fid before dentry instantiationAneesh Kumar K.V2-7/+5
2019-07-229p: close ACL leaksAl Viro3-15/+22
2019-07-22fs/9p: Always ask new inode in createAneesh Kumar K.V3-18/+61
2019-07-22fs/9p: Fix invalid mount options/argsPrem Karat1-9/+34
2019-07-22fs/9p: When doing inode lookup compare qid details and inode mode bits.Aneesh Kumar K.V6-29/+81
2019-07-22Avoid dereferencing a 'request_queue' after last close.NeilBrown1-2/+5
2019-07-22fuse: check size of FUSE_NOTIFY_INVAL_ENTRY messageMiklos Szeredi1-0/+4
2019-07-22ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN.Tao Ma2-3/+12
2019-07-22ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inodeJiaying Zhang2-1/+6
2019-07-22ext4: Fix ext4_should_writeback_data() for no-journal modeCurt Wohlgemuth2-2/+6
2019-07-22Btrfs: fix an oops of log replayliubo1-4/+24
2019-07-22Btrfs: detect wether a device supports discardJosef Bacik3-2/+29
2019-07-22NFSv4.1: Return NFS4ERR_BADSESSION to callbacks during session resetsTrond Myklebust1-0/+5
2019-07-22NFSv4.1: Fix the callback 'highest_used_slotid' behaviourTrond Myklebust3-24/+22
2019-07-22pnfs-obj: Bug when we are running out of bioBoaz Harrosh1-7/+5
2019-07-22pnfs-obj: Fix the comp_index != 0 caseBoaz Harrosh2-9/+10
2019-07-22possible memory corruption on mountSteve French1-1/+2
2019-07-22befs: Validate length of long symbolic links.Timo Warns1-9/+14
2019-07-22cifs: demote cERROR in build_path_from_dentry to cFYIJeff Layton1-2/+2
2019-07-22ext4: Properly count journal credits for long symlinksEric Sandeen1-2/+4
2019-07-22ext3: Properly count journal credits for long symlinksEric Sandeen1-2/+4
2019-07-22eCryptfs: Return error when lower file pointer is NULLTyler Hicks1-8/+10
2019-07-22Ecryptfs: Add mount option to check uid of device being mounted = expect uidJohn Johansen1-2/+21
2019-07-22cifs: convert prefixpath delimiters in cifs_build_path_to_rootJeff Layton1-12/+2
2019-07-22cifs: cope with negative dentries in cifs_get_rootJeff Layton1-0/+4
2019-07-22CIFS: Fix missing a decrement of inFlight valuePavel Shilovsky1-0/+2